庄泽波の博客

好记性不如烂笔头

04 2015 档案

Fix git 提交代码错误
摘要:今天用git clone下代码,修改,push提交,发现以下错误[root@localhost gocache]# git push origin mastererror: The requested URL returned error: 403 Forbidden while accessing... 阅读全文

posted @ 2015-04-10 22:16 庄泽波 阅读(924) 评论(0) 推荐(0)

Python和C扩展实现方法
摘要:一、Python和C扩展cPython是C编写的,python的扩展可以用C来写,也便于移植到C++.编写的Python扩展,需要编译成一个.so的共享库。Python程序中。官方文档:https://docs.python.org/2/extending/extending.html#writin... 阅读全文

posted @ 2015-04-08 21:08 庄泽波 阅读(868) 评论(0) 推荐(0)

导航