对下面这段代码做分析import urllibparams = urllib.urlencode({'wd': 'python'})f = urllib.urlopen("http://www.baidu.com/s?%s" % params)print f.read()这是一段简单读取url内容的...
分类:
Web程序 时间:
2015-09-20 01:45:30
阅读次数:
349
#!/bin/bash #?for?self?configure ? wd=.__tmp__sfsfas mkdir?-p?$wd ? hosts=(172.172.177.23?172.172.17.24?172.172.177.25) ? for?i?in?"${hosts[@]}" do ??script=$(cat?<<?\EOF ??s...
分类:
其他好文 时间:
2015-09-19 12:33:15
阅读次数:
170
location.search是从当前URL的?号开始的字符串如:http://www.baidu.com/s?wd=baidu&cl=3它的search就是?wd=baidu&cl=3如: location.search.substr(1).split("&")[0]可以返回第一个参数:wd=ba...
分类:
其他好文 时间:
2015-09-17 14:58:08
阅读次数:
124
set $fastdfs "0";
if ($args ~* "^wh=([\d]+)x([\d]+)") {
set $wd $1;
set $hd $2;
set $fastdfs "01";
}
if ($fastdfs = "01") {
rewrite (.*) /rsz${wd}x${hd}/$1 last;
}
location ~* /rs...
分类:
其他好文 时间:
2015-09-06 21:46:36
阅读次数:
343
1、Socket编程的主要步骤与重要函数
Socket编程在windows上首先需要这个头文件和“ws2_32.lib”这个lib库文件。
Soket编程一般分为UDP通信与TCP通信,那么简单的UDP通信与TCP通信前面的过程基本都是一样的,只有在收发数据的时候会有不同。
UDP通信的一般步骤:
(1)、初始化
WSADATA wd;
WSAStartup(0x0202,&w...
分类:
其他好文 时间:
2015-08-29 15:28:20
阅读次数:
161
百度搜索URL参数含义 (2014-08-19 15:46:13)转载▼分类:Android开发http://blog.csdn.net/followingturing/article/details/7850317http://www.baidu.com/s?wd=justin&rsv_spt=1...
分类:
Web程序 时间:
2015-08-25 16:00:57
阅读次数:
304
如何修改windows远程端口Windows系统默认远程桌面端口是3389,修改方法:远程登陆服务器,运行中使用"regedit"命令打开注册表编辑器,依次展开"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TerminalServer\Wd...
分类:
其他好文 时间:
2015-08-19 19:34:53
阅读次数:
124
1.下载githttps://www.baidu.com/link?url=hcg-81BMivvqOUf4VVJwfRdrBecheTKhnmOjhjsrAIxomxTXECYj8HBeuR7_mV1y505hJ3y1KS_6YBXqMLQmRGixqU6egQkoBX3967yZV3a&wd=&...
分类:
其他好文 时间:
2015-08-15 01:26:43
阅读次数:
187
http://www.cnblogs.com/xingfuzzhd/archive/2013/11/20/3434408.htmlhttps://www.baidu.com/s?ie=utf-8&f=3&rsv_bp=1&rsv_idx=1&tn=99065014_hao_pg&wd=java%20...
分类:
其他好文 时间:
2015-08-15 01:26:33
阅读次数:
119
uboot一般不会要求开启rtc,不过还是支持rtc以备特殊需求的。底层驱动移植前面两篇已经介绍,这里介绍顶层的调用过程。顶层在uboot/common/cmd_date.c/*
* (C) Copyright 2001
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* See file CREDITS for l...
分类:
其他好文 时间:
2015-08-14 08:47:08
阅读次数:
258