post formfunction post($remote_server,$post_string=array(),$second=60){$ch = curl_init();$this_header = array("content-type: application/x-www-form-ur...
分类:
Web程序 时间:
2015-05-06 14:39:04
阅读次数:
156
使用CXF暴露您的REST服务REST应用服务器SpringBeanServlet1.前言现在互联网Open API流行,将您的Web应用也可以开放Open API给其他第三方使用。达到一种资源有效利用的目的。而Open API的暴露方式是多种多样的。有Web Service形式的,也有提供一个UR...
分类:
其他好文 时间:
2015-05-05 21:13:36
阅读次数:
166
参考学习地址:http://www.iplaypython.com # coding:utf-8 # 学习1 import urllib.request # print(dir(html)) # 获取网页所在的header信息 url="http://www.iplaypython.com/" html=urllib.request.urlopen(ur...
分类:
编程语言 时间:
2015-05-04 08:48:12
阅读次数:
246
转自:http://bytes.com/topic/asp-net/answers/443065-textbox-value-change-select-other-item-dropdownlistYou need to add the below javascript in ur html se...
分类:
其他好文 时间:
2015-04-28 17:50:31
阅读次数:
159
public string GetIP() { string strUrl = "http://www.ip138.com/ip2city.asp"; //获得IP的网址了 Uri uri = new Uri(strUrl); WebRequest wr = WebRequest.Create(ur...
不多说了直接上代码 public void ProcessRequest(HttpContext context) { context.Response.ContentType = "text/plain"; string ur...
分类:
其他好文 时间:
2015-04-25 09:22:10
阅读次数:
108
可以把urllib2当作urllib的扩增,比较明显的优势是urllib2.urlopen可以接受Request对象作为参数,从而可以控制HTTP Request的headers,进而实现模拟浏览器、模拟登录等操作。
做HTTP Request时应当尽量使用urllib2库,但是urllib.urlretrieve函数以及urllib.quote等一系列quote和unquote功能没有被加入ur...
分类:
编程语言 时间:
2015-04-23 13:27:14
阅读次数:
128
【UR #3】核聚变反应强度Time Limit: 1 SecMemory Limit: 256 MB题目连接http://uoj.ac/problem/48Description著名核物理专家 Picks 提出了核聚变特征值这一重要概念。核聚变特征值分别为 x 和 y 的两个原子进行核聚变,能产生...
分类:
其他好文 时间:
2015-04-20 14:30:34
阅读次数:
227
//detect true URI, inspired bu CodeIgniter 2 private static function detect_uri() { $uri = $_SERVER['REQUEST_URI']; if (strpos($ur...
分类:
其他好文 时间:
2015-04-19 22:32:50
阅读次数:
167
visibility属性设置标签的可见性背景图的位置及其平铺:background:#313131 url(../images/header-bg.jpg) repeat-x top left;background-image: url(../graphics/bg2.jpg);@import ur...
分类:
Web程序 时间:
2015-04-18 16:00:09
阅读次数:
194