码迷,mamicode.com
首页 >  
搜索关键字:python 取消 ssl https    ( 271274个结果
如何用python从文中获取文件名再用正则表达式批量修改文件名
新手利用python正则表达式从文件中取出文件名称给文件命名,再修改文件名以利于检索...
分类:编程语言   时间:2014-06-11 00:15:09    阅读次数:469
【python】文件的输入和输出
1.os模块2.os.path 模块3.实例1. os模块 对文件系统的访问大多通过python的os模块实现,其中os 模块负责大部分的文件系统操作,包括删除/重命名文件,遍历目录树,管理文件访问权限等。 2.os.path 模块,os.path完成一些针对路径名的操作,包括管理和操作文件路径名中...
分类:编程语言   时间:2014-06-10 12:38:22    阅读次数:488
在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
[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
MongoDB -- system.js
system.js MongoDB存储javascript函数的地方 与python配合用...
分类:数据库   时间:2014-06-10 06:45:42    阅读次数:260
python下用mysqldb连接使用数据库
新手听课笔记 python中用mysqldb模块操作mysql数据库的基本应用...
分类:数据库   时间:2014-06-10 06:32:57    阅读次数:202
projecteuler---->problem=24----Lexicographic permutations
问题描述: A permutation is an ordered arrangement of objects. For example, 3124 is one possible permutation of the digits 1, 2, 3 and 4. If all of the permutations are listed numerically or alphabeti...
分类:其他好文   时间:2014-06-10 06:13:21    阅读次数:299
projecteuler---->problem=25----1000-digit Fibonacci number
问题描述: The Fibonacci sequence is defined by the recurrence relation: Fn = Fn1 + Fn2, where F1 = 1 and F2 = 1. Hence the first 12 terms will be: F1 = 1 F2 = 1 F3 = 2 F4 = 3 F5 = 5 F6 = 8 ...
分类:其他好文   时间:2014-06-10 06:10:06    阅读次数:307
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!