码迷,mamicode.com
首页 >  
搜索关键字:assuming no response    ( 8505个结果
window.location.href的使用方法
http://hljqfl.blog.163.com/blog/static/40931580201122210573364/在写ASP.Net程序的时候,我们常常遇到跳转页面的问题,我们常常使用Response.Redirect 做ASP.NET框架页跳转,假设客户要在跳转的时候使用提示,这个就不...
分类:Windows程序   时间:2014-07-22 22:53:16    阅读次数:244
ASP.NET 保存txt文件
public void ProcessRequest(HttpContext context) { context.Response.Clear(); context.Response.Buffer = true; /...
分类:Web程序   时间:2014-07-20 09:04:44    阅读次数:178
Some in urllib2 - python2.7
1. urlopen可以给一个Request Object返回一个response object,read()读取相应对象的内容,这时候的print(the_page)可以输出网页的html内容1 import urllib22 3 req = urllib2.Request('http://www...
分类:编程语言   时间:2014-07-20 09:03:38    阅读次数:301
Network management system scheduling for low power and lossy networks
In one embodiment, a network management system (NMS) determines an intent to initialize a request-response exchange with a plurality of clients in a l...
分类:Web程序   时间:2014-07-20 08:31:43    阅读次数:382
二级链动
protected void btnSend_Click(object sender, EventArgs e) { if (this.ddlSendName.SelectedValue == "-1") { Response.Write(""); return; } } protected vo....
分类:其他好文   时间:2014-07-19 17:35:22    阅读次数:164
web页面导出到Excel乱码解决
引言: 前几天 在做web项目的时候 需要导出页面上的数据 到Excel里面但有的时候出现乱码(有de时候不出现 很奇怪)原来的代码是这样的: HttpContext.Current.Response.Clear(); HttpContext.Current.Respon...
分类:Web程序   时间:2014-07-19 14:37:03    阅读次数:197
获取目标网页的内容
HttpWebRequest request = WebRequest.Create("http://www.1314721.com.cn/") as HttpWebRequest; HttpWebResponse response = request.GetResponse() as HttpW....
分类:Web程序   时间:2014-07-19 14:25:36    阅读次数:219
Java -> 把Excel表格中的数据写入数据库与从数据库中读出到本地 (未完善)
写入:private void insertFile(HttpServletRequest request, HttpServletResponse response) throws IOException { String path_member = reque...
分类:数据库   时间:2014-07-18 17:34:09    阅读次数:316
asp 从第几条开始读取数据 asp跳过前几条读取数据
asp从第几条开始读取数据asp跳过前几条读取数据 <% setrs=server.CreateObject("adodb.recordset") sql="selecttop15*fromjsyllh_xxnewswhereSMT_key=1andSMT_newssort=41orderbySMT_iddesc" rs.opensql,conn,1,1 ifrs.eofthen response.write"本类暂无新闻" else i=0 dowh..
分类:Web程序   时间:2014-07-18 13:14:31    阅读次数:223
ASP.NET Cookie对象到底是毛啊?(简单小例子)
记得刚接触asp.net的时候,就被几个概念搞的头痛不已,比如Request,Response,Session和Cookie。然后还各种在搜索引擎搜,各种问同事的,但是结果就是自己还是很懵的节奏。那cookie到底是毛啊?下面是我最不喜欢的一种解释方式(官方定义吧应该叫,我这种智商根本读不懂嘛~)C..
分类:Web程序   时间:2014-07-18 13:13:19    阅读次数:290
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!