转载:http://blog.csdn.net/leinchu/article/details/8012640我写了一个扩展打算放到pecl,但是,进过交流发现有人已经做了两个php的多线程扩展1、https://github.com/alecgorge/php_threading/2、https:...
分类:
编程语言 时间:
2014-05-17 01:08:08
阅读次数:
319
1.安装soap扩展2.安装openssL3.代码执行function
issure($sn){//通过soap链接接口 进行确认是否是正确的sn码 try{ $client = new
SoapClient("https://112.122.122.22/gethtcpro.asmx?wsdl",...
分类:
Web程序 时间:
2014-05-16 22:29:01
阅读次数:
435
windows下python
web开发环境:python2.7,django1.5.1,eclipse4.3.2,pydev3.4.1一.
python环境安装https://www.python.org/ftp/python/2.7/python-2.7.amd64.msi不多说,装完后把C:\...
分类:
编程语言 时间:
2014-05-16 21:23:54
阅读次数:
446
本文转载至http://blog.csdn.net/remote_roamer/article/details/7261490WebViewJavascriptBridge
项目的 官网https://github.com/marcuswestin/WebViewJavascriptBridge主要...
分类:
移动开发 时间:
2014-05-16 20:20:14
阅读次数:
367
官方demo见
https://github.com/square/otto注意自己该编译版本为2.3以上,默认的1.6不支持match_parent属性,导致布局文件出错。另外需要手动添加android-support-v4和otto到自己的libs文件夹。主要代码逻辑:1,在主页面点clear按...
分类:
移动开发 时间:
2014-05-16 19:19:36
阅读次数:
334
操作系统是Window下。第一步安装软件1、安装Tomcat6.0.35(Tomcat7.0.34测试通过)2、安装JDK6(1.6.0_10-rc2,其它版本没测试)3、安装openssl第二步配置软件1、将jdk、jre和openssl的bin目录设置到path环境变量下第三步生成证书1、创建一...
分类:
移动开发 时间:
2014-05-16 08:35:46
阅读次数:
540
iOS终端请求服务端数据时,为了保证数据安全,我们一般会使用https协议加密,而对于iOS的网络编程,我们一般会使用开源框架:ASIHTTPRequest,但是如果使用传统的http方式,即使忽略验证的话,程序也会报[error-9844]的错误,具体错误如下描述:【Error
Domain=AS...
分类:
移动开发 时间:
2014-05-15 16:21:22
阅读次数:
340
1.安装
pymysql,地址:https://code.google.com/p/pymysql/2.安装django 然后执行django-admin.py
startproject mysite3.在project的__init__.py中加如下面的语句 try: import py...
分类:
数据库 时间:
2014-05-15 15:31:20
阅读次数:
337
Otto是由Square发布的一个着重于Android支持的基于Guava的强大的事件总线,在对应用程序不同部分进行解耦之后,仍然允许它们进行有效的沟通。开源项目地址:https://github.com/square/otto使用说明:http://square.github.io/otto/以下...
分类:
移动开发 时间:
2014-05-14 09:57:56
阅读次数:
396
来源:https://cwiki.apache.org/confluence/display/Hive/LanguageManual+UDFComplex
Type ConstructorsThe following functions construct instances of complex ...
分类:
其他好文 时间:
2014-05-14 09:24:09
阅读次数:
500