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注销重新登录。。效果如图。
【创建目录】using
System.IO;Directory.CreateDirectory(FilePath);【使用WriteFile下载文件】private string
fileName = HttpContext.Current.Server.UrlEncode("规范.rar"); p...
分类:
其他好文 时间:
2014-04-30 23:34:03
阅读次数:
443
转载:http://blog.csdn.net/wangqiulin123456/article/details/170686491.
添加删除受信任站点:/HKEY_CURRENT_USER/SoftWare/Microsoft/Windows/CurrentVersion/Internet
Se...
分类:
其他好文 时间:
2014-04-29 23:00:29
阅读次数:
657
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
一开始由这段代码引发的纠结
get_base(current->ldt[1])
下面是各个相关的代码,摘自不同的header files。。。
current是指向当前task的指针
struct desc_struct ldt[3];
struct desc_struct {
unsigned long a,b;
} ;
#define _get_...
分类:
系统相关 时间:
2014-04-29 13:42:20
阅读次数:
546
一、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
Traveling salesmen ofnhn. (the prestigious
Korean internet company) report their current location to the company on a
regular basis. They also have to...
分类:
其他好文 时间:
2014-04-28 01:25:55
阅读次数:
582