按类别查询搜索结果
关于关键词 的检测结果,共 29
【网络与安全】 python调用dll 传数组
lrfgjj2 | 2013-07-31 16:32:56 | 阅读(3090) | 评论(0)
Here's a demo:from ctypes import * foo = (c_char * 4)() #char数组foo.value = "foo" print foo.raw # => 'foo\x00' foo_ptr = cast(foo, c_char_p) print foo_ptr.value # => 'foo'【阅读全文】
lrfgjj2 | 2013-07-31 16:30:09 | 阅读(1620) | 评论(0)
This article explains how to write a DLL/SO in C/C++ for PythonNote: Cython can also be used to create and wrap C libraries for Python, and might be a good alternative to the approach explained in this article.Create a new file and write, for example, a function ...【阅读全文】
chinaboywg | 2013-06-29 23:05:36 | 阅读(2030) | 评论(0)
python的base64加密解密及常见数字签名算法【阅读全文】
【网络与安全】 Python监视进程是否结束
simiaoxiaoseng | 2013-04-10 19:36:27 | 阅读(1740) | 评论(0)
平时不打游戏在Linux下的时间比较长,用VirtualBox装了个XP可以上上QQ,用用其他一些只有Windows版的软件,这两天下BoA的演唱会又用到了网盘,而且网盘的客户端软件只支持Windows,这样就只能在VirtualBox里下载,可是下载结束自动关机的功能就失效了。。于是想到能不能VirtualBox自动关闭的同时,也能让Linux也一起关闭...【阅读全文】
lxfhere | 2013-04-10 16:18:16 | 阅读(2400) | 评论(0)
ssl,x509,ruby,python【阅读全文】
lvxinzhi | 2013-04-06 19:54:39 | 阅读(1880) | 评论(0)
ssl,x509,ruby,python【阅读全文】
windwiny | 2013-04-05 21:39:41 | 阅读(8470) | 评论(0)
ssl,x509,ruby,python【阅读全文】
【网络与安全】 Python监视进程是否结束
simiaoxiaoseng_cu | 2013-03-11 15:12:07 | 阅读(4070) | 评论(0)
平时不打游戏在Linux下的时间比较长,用VirtualBox装了个XP可以上上QQ,用用其他一些只有Windows版的软件,这两天下BoA的演唱会又用到了网盘,而且网盘的客户端软件只支持Windows,这样就只能在VirtualBox里下载,可是下载结束自动关机的功能就失效了。。于是想到能不能VirtualBox自动关闭的同时,也能让Linux也一起关闭...【阅读全文】
g_programming | 2012-03-15 10:07:03 | 阅读(6308) | 评论(3)
python的base64加密解密及常见数字签名算法【阅读全文】