码迷,mamicode.com
首页 >  
搜索关键字:openssl ca pki ssl https    ( 143295个结果
ThinkPHP中邮件发送功能
初次使用thinkphp框架,开发一个邮件发送功能,由于对框架不熟悉折腾了几个小时终于成功了,以下是代码记录。此函数只能在ThinkPHP中使用且需要phpmailer扩展的支持;phpmail的下载地址:https://code.google.com/a/apache-extras.org/p/p...
分类:Web程序   时间:2014-06-03 13:20:22    阅读次数:285
[leetcode]Evaluate Reverse Polish Notation @ Python
原题地址:https://oj.leetcode.com/problems/evaluate-reverse-polish-notation/题意:Evaluate the value of an arithmetic expression inReverse Polish Notation.Val...
分类:编程语言   时间:2014-06-03 11:18:22    阅读次数:335
[leetcode]Reverse Words in a String @ Python
原题地址:https://oj.leetcode.com/problems/reverse-words-in-a-string/题意:Given an input string, reverse the string word by word.For example,Given s = "the s...
分类:编程语言   时间:2014-06-03 11:13:36    阅读次数:258
[leetcode]Word Break @ Python
原题地址:https://oj.leetcode.com/problems/word-break/题意:Given a stringsand a dictionary of wordsdict, determine ifscan be segmented into a space-separated...
分类:编程语言   时间:2014-06-03 09:14:24    阅读次数:293
[leetcode]Max Points on a Line @ Python
原题地址:https://oj.leetcode.com/problems/max-points-on-a-line/题意:Givennpoints on a 2D plane, find the maximum number of points that lie on the same strai...
分类:编程语言   时间:2014-06-03 08:55:48    阅读次数:282
java生成Json工具之JsonSimple的使用
json-simple是由是Google开发的Java JSON解析框架,基于Apache协议。目前版本为1.1项目主页:https://code.google.com/p/json-simple/#JSON.simple_in_PublicationsJava实体类和JSON对象之间的映射如下表:...
分类:编程语言   时间:2014-06-03 08:09:52    阅读次数:367
https soap链接示例
1.先安装soap扩展sudo yum install php-soap2.安装openssL3.function issure($sn){//通过soap链接接口 进行确认是否是正确的sn码 try{ $client = new SoapClient("https://118.124.139.23...
分类:其他好文   时间:2014-06-03 07:32:16    阅读次数:280
[leetcode]Word Break II @ Python
原题地址:https://oj.leetcode.com/problems/word-break-ii/题意:Given a stringsand a dictionary of wordsdict, add spaces insto construct a sentence where each ...
分类:编程语言   时间:2014-06-03 07:13:21    阅读次数:339
万能的编程语言不要习惯性地把工具当作你天性缺陷的遮羞布
原文:https://medium.com/p/52fec115c513我刚开始写程序那会,十分在意于各种编程语言之间的比较。每次自己使用的语言被别人说三道四,心里就跟打翻了五味瓶一样,很不是滋味。同样情况下, 换成那些在知识技术上过硬或业内稍有所成就的人, 一般都会心平气和, 有理有据地跟别人争辩...
分类:编程语言   时间:2014-05-30 22:04:35    阅读次数:219
互联网安全锁现大漏洞 网友建议:不要登录一切网银电商网站
2014.04.11 22:19:51来源:南方日报作者:南方日报(2条评论) http://www.techweb.com.cn/internet/2014-04-11/2027049.shtml昨日,被称为“心脏出血”的OpenSSL协议安全漏洞引发了人们对网上支付的担忧。传言称,这个漏洞“波及...
分类:Web程序   时间:2014-05-30 18:41:48    阅读次数:422
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!