1 UriTemplate uri =
WebOperationContext.Current.GetUriTemplate("DownloadFile");
分类:
其他好文 时间:
2014-05-01 15:53:08
阅读次数:
309
这个需要修改注册表。win+rregedit
->enter找到以下项HKEY_CURRENT_USER-Control
Panel-Desktop-WindowsMetrics新建字符键值。。MinWidth 54MaxWidth 55注销重新登录。。效果如图。
1.先将aspnet.scriptmanager.jquery.dl 复制到bin
(网站根目录下的bin文件夹找不到,看看下面的图片中点击[显示所有文档])
文件夹下。2.在网站根目录下scripts文件夹,向里边添加jquery-1.7.2.min.js和jquery-1.7.2.js(可根据自...
分类:
移动开发 时间:
2014-05-01 02:18:28
阅读次数:
523
【创建目录】using
System.IO;Directory.CreateDirectory(FilePath);【使用WriteFile下载文件】private string
fileName = HttpContext.Current.Server.UrlEncode("规范.rar"); p...
分类:
其他好文 时间:
2014-04-30 23:34:03
阅读次数:
443
java.lang.SecurityException: Requires
READ_PHONE_STATE: Neither user 10088 nor current process has
android.permission.READ_PHONE_STATE.今天写了一款发短信的软件,拿了...
分类:
移动开发 时间:
2014-04-29 18:16:15
阅读次数:
1324
如题,列出《随机算法》课程的topic
list,以记录和供有兴趣的朋友研究。Lession1:生日悖论、生日攻击、两个常用数学工具(马尔科夫不等式、切比雪夫不等式)Lession2:radom
quick sort(hw)、矩阵乘法判定、min(max())=max(min())、复杂性类(BPP...
分类:
其他好文 时间:
2014-04-29 16:16:55
阅读次数:
596
asp.net mvc 使用Ajax调用Action 返回数据。使用asp.net mvc
调用Action方法很简单。一、无参数方法。1、首先,引入jquery-1.5.1.min.js
脚本,根据版本不同大家自行选择。2、在Controllers中书写前台Ajax需要调用的Action,比如:p...
分类:
其他好文 时间:
2014-04-29 15:17:28
阅读次数:
367
一、linux 命令 0.man:查询使用手册1.pwd:Print the full
filename of the current working directory. 打印当前工作目录(文件夹)2.ls:List information
about the FILEs (the current...
分类:
编程语言 时间:
2014-04-29 11:31:46
阅读次数:
489
说到IP获取无非是我们常见的以下几种方式,但是具体获取的值具体区别在哪?网上不乏相关文章,说的也是很详细,但是真正使用起来,还有很多不太对的地方。IP在不同系统中,应用相当广泛,常见的日志记录、广告分区域投放等。
1: HttpContext.Current.Request.ServerVar...
分类:
Web程序 时间:
2014-04-29 10:36:46
阅读次数:
540
引用自:http://hi.baidu.com/daodaoliangbi/item/d6dcf5af6f6c003c020a4dfc多数代码类似:string
IpAddress = (HttpContext.Current.Request.ServerVariables["HTTP_X_FORW...
分类:
Web程序 时间:
2014-04-29 09:48:46
阅读次数:
440