码迷,mamicode.com
首页 >  
搜索关键字:haproxy ssl https    ( 138522个结果
iOS开发- 文件共享(利用iTunes导入文件, 并且显示已有文件)
今天要实现一个功能, 通过iTunes导入文件到应用中, 并且在应用中对这个文件进行编辑。类似我们平时经常使用的 PDF阅读器那样的东西, 我们可以自己导入我们的电子书。源码下载:https://github.com/colin1994/iTunesTest.git下面具体介绍下实现过程。先看效果图。图1. 未实现功能前, iTunes截图图2. 实现功能后, iTunes截图图3. 实现功能后,...
分类:移动开发   时间:2014-06-11 06:53:02    阅读次数:265
赶集网模拟登陆程序PHP
<?php $url = "https://passport.ganji.com/login.php"; //这里改成你自己的账号和密码 $data ="login_username=itbuluoge&login_password=123456"; $result = vpost($url,$data,'cookie'); echo request_url_data("http://www.g...
分类:Web程序   时间:2014-06-11 06:40:48    阅读次数:432
启用PowerShell Web Access
Windows PowerShell Web Access(PSWA)是 Windows Server 2012 中的新功能,充当 Windows PowerShell 网关,允许远程计算机基于 Web 方式(HTTPS)访问和操作目标计算机的 Windows PowerShell,以执行 Po.....
分类:数据库   时间:2014-06-10 22:04:59    阅读次数:395
httpclient 模拟登录 及线程安全
//登录csdn// String uri = "https://passport.csdn.net/account/login";// String html = HttpUtil.DownHtml(uri); // // // // String lt = getGrou...
分类:编程语言   时间:2014-06-10 21:48:54    阅读次数:300
在线免费学习全世界的课程
https://www.coursera.org 点击打开链接...
分类:其他好文   时间:2014-06-10 15:33:24    阅读次数:198
在Windows平台上安装Node.js及NPM模块管理
1.下载npm源代码:https://github.com/isaacs/npm/tags2. npm源代码解压到D:\npmjs目录中。 在命令提示符窗口中执行下面的操作,完成npm的安装:D:\>cd npmjsD:\npmjs>node cli.js install -gf 另外:node c...
分类:Windows程序   时间:2014-06-10 12:14:55    阅读次数:344
Visual C++ 2012/2013的内存溢出检測工具
在过去,每次编写C/C++程序的时候,VLD差点儿是我的标配。有了它,就能够放心地敲代码,随时发现内存溢出。VLD最高可支持到Visual Studio 2012。不知道以后会不会支持Visual Studio 2013,但反正眼下是不支持的。相关的讨论见:https://vld.codeplex....
分类:编程语言   时间:2014-06-10 09:50:25    阅读次数:230
{"ret":100029,"msg":"client request's api name is not existed"}
AFNetworking对Path的定义问题: 如果把这一串:https://graph.qq.com/user/get_user_init 定义成baseURL 那么后面加的任何Path,都会在Path前面加上一个/ 这个跟NSURL有关系,AF的baseURL是用NSURL实现的,NSURL会把你给的字符串拆分成scheme,host,path,query这些东西 然后AF再处...
分类:Windows程序   时间:2014-06-10 08:12:29    阅读次数:678
How to import the www.googleapis.com SSL CA certification to the jks store file?
How to import the www.googleapis.com SSL CA certification to the jks store file?...
分类:Windows程序   时间:2014-06-10 07:45:40    阅读次数:368
[Erlang]如何在Erlang中将对list进行json编码?
Json编码,在python里就是一句话: json.dumps(user_data) 但是Erlang没有自带的Json模块,只能自己造轮子: 先下载mochijson2: https://github.com/mochi/mochiweb/blob/master/src/mochijson2.erl 用erlc编译 然后,上代码: get_json_data() -> ...
分类:Web程序   时间:2014-06-10 06:46:21    阅读次数:309
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!