码迷,mamicode.com
首页 >  
搜索关键字:微信小程序 https nginx openssl    ( 161552个结果
iPhone 和 iPad的ios 开发中 利用 WebViewJavascriptBridge组件,通过 UIWebView 对Html进行双向通讯
本文转载至http://blog.csdn.net/remote_roamer/article/details/7261490WebViewJavascriptBridge 项目的 官网https://github.com/marcuswestin/WebViewJavascriptBridge主要...
分类:移动开发   时间:2014-05-16 20:20:14    阅读次数:367
nginx rewriter配置
rewriter配置nginx.conf配置 server { listen 80; server_name 127.0.0.1; index index.php; root /usr/share/nginx/html; #rewrite ^/projects/BookLib...
分类:其他好文   时间:2014-05-16 19:46:26    阅读次数:316
android开源项目之OTTO事件总线(二)官方demo解说
官方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
iOS7.1以后企业应用发布需要HTTPS协议,解决步骤
操作系统是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 ASIHTTPRequest用https协议加密请求
iOS终端请求服务端数据时,为了保证数据安全,我们一般会使用https协议加密,而对于iOS的网络编程,我们一般会使用开源框架:ASIHTTPRequest,但是如果使用传统的http方式,即使忽略验证的话,程序也会报[error-9844]的错误,具体错误如下描述:【Error Domain=AS...
分类:移动开发   时间:2014-05-15 16:21:22    阅读次数:340
django1.6.x(python3.3)使用pymysql连接mysql
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
nginx随笔
1 sbin/nginx -V 查看上次执行时用了哪些参数2 ./configure—add-module=../module_name_dir3 make (别用 make install 否则会重新安装)4 把 ./objs/nginx 复制到 ../sbin/nginx
分类:其他好文   时间:2014-05-14 13:36:38    阅读次数:247
centos安装新版的nginx与php,添加memcahced扩展,测试memcached的json序列化
nginx安装前置是pcre库,memcahced前置是libmemcached库,需要通过编译参数指定地址。memcached需要通过编译参数开启json,sasl,igbanry,安装过的需要删除整个文件夹重新解压memcached包再编译。长期没有安装了,而且新版本的软件配置项不同,要通过./...
分类:Web程序   时间:2014-05-14 10:02:04    阅读次数:421
android开源项目之OTTO事件总线(一)
Otto是由Square发布的一个着重于Android支持的基于Guava的强大的事件总线,在对应用程序不同部分进行解耦之后,仍然允许它们进行有效的沟通。开源项目地址:https://github.com/square/otto使用说明:http://square.github.io/otto/以下...
分类:移动开发   时间:2014-05-14 09:57:56    阅读次数:396
hive常用函数
来源:https://cwiki.apache.org/confluence/display/Hive/LanguageManual+UDFComplex Type ConstructorsThe following functions construct instances of complex ...
分类:其他好文   时间:2014-05-14 09:24:09    阅读次数:500
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!