1.准备静态页面 1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5 <title></title> 6 <meta charset ...
分类:
Web程序 时间:
2016-05-04 17:00:07
阅读次数:
260
FileDialog.aspx.cs中 jqueryFileUpload.cs中 Service/FileService.ashx中 ...
分类:
Web程序 时间:
2016-05-02 19:57:12
阅读次数:
204
2, 取字典 http://localhost:2448/api/ashx/service.ashx POST REQUEST 1: { "action":"getDictionarys", "token":"ad28282e-81a2-4378-8b27-e17121294e20" } View ...
1, 登录 http://localhost:2448/api/ashx/service.ashx POST REQUEST 1: { "action":"login", "loginName":"zhazha", "loginPwd":"8888" } View Code RESPONSE 1: ...
Project dyld_sim raised exception class ENetHTTPClientException with message 'Error -1022 accessing to http://10.0.0.2:801/index.ashx; The resource co ...
分类:
移动开发 时间:
2016-04-27 18:37:28
阅读次数:
187
简单浏览了周的主页:http://cs.nju.edu.cn/zhouzh/index.htm 及其实验室的主页:http://lamda.nju.edu.cn/MainPage.ashx 绝对是硕果累累,他们的工作目前主要集中在多标记,多事例学习: G M T 檢測語言 阿尔巴尼亚语 阿拉伯语 阿 ...
分类:
其他好文 时间:
2016-04-23 11:47:22
阅读次数:
214
1.添加一个html 2.添加一个处理程序:ashx ...
分类:
Web程序 时间:
2016-04-22 18:24:08
阅读次数:
211
.ashx 文件用于写web handler的。.ashx文件与.aspx文件类似,能够通过它来调用HttpHandler类,它免去了普通.aspx页面的控件解析以及页面处理的过程。事实上就是带HTML和C#的混合文件。 .ashx文件适合产生供浏览器处理的、不须要回发处理的数据格式。比如用于生成动 ...
分类:
Web程序 时间:
2016-04-20 21:33:56
阅读次数:
168
ValidateCode.ashx <%@ WebHandler Language="C#" class="ValidateCode" %> using System;using System.Collections;using System.Data;using System.Linq;using ...
分类:
其他好文 时间:
2016-04-15 15:28:59
阅读次数:
214