摘要:
https://msdn.microsoft.com/zh-cn/library/system.globalization.cultureinfo(VS.80).aspx区域性名称区域性标识符语言-国家/地区""(空字符串)0x007F固定区域性af0x0036南非荷兰语af-ZA0x0436南非荷... 阅读全文
2016年1月13日 #
摘要:
if (getResult.Equals(new KeyValuePair()))or this:if (getResult.Equals(default(KeyValuePair))) 阅读全文
2016年1月7日 #
摘要:
http://www.tuicool.com/articles/iYni63A有时候我们用easyui在后台框架中弹框的时候,总是显示在框架页面里面而不是整个系统框架的上面,看着有些不太乐意。dialog = function (opts) { var query = parent.$, ... 阅读全文
2016年1月4日 #
摘要:
http://www.iyunv.com/thread-65867-1-1.html http://www.360doc.com/content/15/0525/19/21365845_473202952.shtml https://pan.baidu.com/s/1tJVUDqc3YpwygtPM 阅读全文
2015年9月27日 #
摘要:
最近安装了VS2015,体验了一下android 的开发,按模板创建运行了个,试下效果很不错。也可以可视化设计。但昨天再次打开或创建一个android程序后,设计界面直接不能显示,显示错误:(可能是升级了什么SP,不太记得了)Connection to the layout renderer fai... 阅读全文
2015年9月17日 #
摘要:
select * from (SELECT t1.Table_Name AS "表名称",t3.comments AS "表说明",t1.Column_Name AS "字段名称",t1.Data_Type AS "数据类型",t1.Data_Length AS "长度",t1.NullAble A... 阅读全文
2015年6月29日 #
摘要:
var iframe = document.createElement("iframe");iframe.src = "http://www.planabc.net";if (iframe.attachEvent){ iframe.attachEvent("onload", function(... 阅读全文
2015年6月15日 #
摘要:
long tick = DateTime.Now.Ticks; Random ran = new Random((int)(tick & 0xffffffffL) | (int) (tick >> 32)); int code=ran.Next(100... 阅读全文
2015年6月5日 #
摘要:
http://www.cnblogs.com/kesalin/archive/2012/11/09/signalr_push.htmlhttp://www.codeproject.com/Articles/315938/Real-time-Asynchronous-Web-Pages-using-j... 阅读全文
2015年2月28日 #
摘要:
public static class WebExtension { public static T Decode(this RequestBase res) { Type type = res.GetType(); ... 阅读全文