码迷,mamicode.com
首页 >  
搜索关键字:current min is    ( 28064个结果
Rest中获取制定操作的UriTemplate
1 UriTemplate uri = WebOperationContext.Current.GetUriTemplate("DownloadFile");
分类:其他好文   时间:2014-05-01 15:53:08    阅读次数:309
windows 任务栏图标宽度固定
这个需要修改注册表。win+rregedit ->enter找到以下项HKEY_CURRENT_USER-Control Panel-Desktop-WindowsMetrics新建字符键值。。MinWidth 54MaxWidth 55注销重新登录。。效果如图。
分类:Windows程序   时间:2014-05-01 15:28:51    阅读次数:544
Web Form要“jquery”ScriptResourceMapping。请添加一个名为 jquery (区分大小写)的 ScriptResourceMapping。”的解决办法。
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
C# 文件操作
【创建目录】using System.IO;Directory.CreateDirectory(FilePath);【使用WriteFile下载文件】private string fileName = HttpContext.Current.Server.UrlEncode("规范.rar"); p...
分类:其他好文   时间:2014-04-30 23:34:03    阅读次数:443
Android 开发之错误整理java.lang.SecurityException: Requires READ_PHONE_STATE: Neither user 10088 nor current process has android.permission.READ_PHONE_STATE.
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
如题,列出《随机算法》课程的topic list,以记录和供有兴趣的朋友研究。Lession1:生日悖论、生日攻击、两个常用数学工具(马尔科夫不等式、切比雪夫不等式)Lession2:radom quick sort(hw)、矩阵乘法判定、min(max())=max(min())、复杂性类(BPP...
分类:其他好文   时间:2014-04-29 16:16:55    阅读次数:596
ajax_for example
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
Java01 常用的linux命令
一、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
再论 ASP.NET 中获取客户端IP地址
说到IP获取无非是我们常见的以下几种方式,但是具体获取的值具体区别在哪?网上不乏相关文章,说的也是很详细,但是真正使用起来,还有很多不太对的地方。IP在不同系统中,应用相当广泛,常见的日志记录、广告分区域投放等。 1: HttpContext.Current.Request.ServerVar...
分类:Web程序   时间:2014-04-29 10:36:46    阅读次数:540
.net获取ip
引用自:http://hi.baidu.com/daodaoliangbi/item/d6dcf5af6f6c003c020a4dfc多数代码类似:string IpAddress = (HttpContext.Current.Request.ServerVariables["HTTP_X_FORW...
分类:Web程序   时间:2014-04-29 09:48:46    阅读次数:440
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!