码迷,mamicode.com
首页 >  
搜索关键字:ashx    ( 691个结果
bootstrap table 服务器端分页--ashx+ajax
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
API INDEX V2 -- getDictionarys 取字典
2, 取字典 http://localhost:2448/api/ashx/service.ashx POST REQUEST 1: { "action":"getDictionarys", "token":"ad28282e-81a2-4378-8b27-e17121294e20" } View ...
分类:Windows程序   时间:2016-05-02 02:05:52    阅读次数:294
API INDEX V2 -- Login 登录
1, 登录 http://localhost:2448/api/ashx/service.ashx POST REQUEST 1: { "action":"login", "loginName":"zhazha", "loginPwd":"8888" } View Code RESPONSE 1: ...
分类:Windows程序   时间:2016-05-02 01:58:09    阅读次数:610
.net ashx Session 未将对象引用到实例
要加上 ...
分类:Web程序   时间:2016-04-28 20:05:22    阅读次数:215
IOS HTTP访问端口
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
NET生成缩略图
1.添加一个html 2.添加一个处理程序:ashx ...
分类:Web程序   时间:2016-04-22 18:24:08    阅读次数:211
jquery訪问ashx文件演示样例
.ashx 文件用于写web handler的。.ashx文件与.aspx文件类似,能够通过它来调用HttpHandler类,它免去了普通.aspx页面的控件解析以及页面处理的过程。事实上就是带HTML和C#的混合文件。 .ashx文件适合产生供浏览器处理的、不须要回发处理的数据格式。比如用于生成动 ...
分类:Web程序   时间:2016-04-20 21:33:56    阅读次数:168
随机验证码.ashx
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
691条   上一页 1 ... 29 30 31 32 33 ... 70 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!