码迷,mamicode.com
首页 >  
搜索关键字:openssl ca pki ssl https    ( 143295个结果
启用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
[leetcode]Divide Two Integers @ Python
原题地址:https://oj.leetcode.com/problems/divide-two-integers/题意:Divide two integers without using multiplication, division and mod operator.解题思路:不许用乘、除和求...
分类:编程语言   时间:2014-06-10 21:43:00    阅读次数:267
[leetcode]Container With Most Water @ Python
原题地址:https://oj.leetcode.com/problems/container-with-most-water/题意:Givennnon-negative integersa1,a2, ...,an, where each represents a point at coordina...
分类:编程语言   时间:2014-06-10 20:05:44    阅读次数:213
[leetcode]Palindrome Number @ Python
原题地址:https://oj.leetcode.com/problems/palindrome-number/题意:Determine whether an integer is a palindrome. Do this without extra space.click to show spo...
分类:编程语言   时间:2014-06-10 16:06:52    阅读次数:286
在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
{"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
回调函数
在了解回调函数之前,你应该先去了解函数指针!!! 先看一个回调函数的例子: #include #include void Call(void (*fp)(int) ,int x) //Call为调用者,fp为指向回调函数的函数指针 { fp(x); } void CallBackFun1(int x) //CallBackFun1为回调函数 { printf("回调函数Ca...
分类:其他好文   时间:2014-06-10 06:48:19    阅读次数:171
[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
迷上了代码!