天马行空  
I ---- Inject 投入 L ---- Loyal 忠诚 O ---- Observant 用心 V ---- Valiant 勇敢 E ---- Enjoyment 喜悦 Y ---- Yes 愿意 O ---- Obligation 责任
上一页 1 ··· 7 8 9 10 11 12 13 下一页

2013年9月30日

摘要: STAX:Support Taxonomy Management Console.使用了MVC+WCF+jQuery+Azman.msc(权限控制)+kendoUI+SQL SERVER 2012 阅读全文
posted @ 2013-09-30 17:13 浅蓝 阅读(151) 评论(0) 推荐(0) 编辑

2013年8月30日

摘要: 待用: // hotkey for button function getKeyCode(evt) { evt = (evt) ? evt : ((window.event) ? window.event : ""); if (evt) { //Ctrl+Enter if (evt.ctrlKey && evt.keyCode == 13) { //alert('getKeyCode'); $("#general_su... 阅读全文
posted @ 2013-08-30 10:33 浅蓝 阅读(544) 评论(0) 推荐(0) 编辑

2013年8月21日

摘要: azman.msc 打开容易冲突,要用lock效率问题,可用sql azman 阅读全文
posted @ 2013-08-21 16:32 浅蓝 阅读(178) 评论(0) 推荐(0) 编辑

2013年7月31日

摘要: 客户端:字符串转为对象:$.parseJSON(json);对象转为字符串:JSON.stringify(_pasteDataItem)服务器端(c#):对象:[DataContract(Namespace = "")] public class SecurityRequest //: ServiceRequestBase { /// /// Ctor - allocate the list /// public SecurityRequest() { } [DataMember] public string RoleName { get; set; } [DataMem. 阅读全文
posted @ 2013-07-31 17:22 浅蓝 阅读(414) 评论(0) 推荐(0) 编辑

2013年7月8日

摘要: 英文原文:What's in a Good Commit? 译者:@neevek 首先我们来听一个令人恶心的例子。 你看到问题 F00-123被解决了。这是关于一个你自己很熟悉的子系统的 Bug,所以直觉告诉你造成这个 Bug 最可能的原因。为了证实你的怀疑,你决定看看这个 bug 是怎么被解决的。你花了很长时间搜索了整个版本历史,直到把这个 bugfix 的范围缩小到了 4 个连续的提交,它们分别的提交信息是:dao 小调整(dao tweaks)、moar、Fixes, 还有删除一些调试信息(remove debug stuff)。每个提交的修改集看起来都很大,多达十几个文件的几百 阅读全文
posted @ 2013-07-08 10:17 浅蓝 阅读(457) 评论(0) 推荐(0) 编辑

2013年7月3日

摘要: 密码更改导致应用程序池自动停止,原因在于应用程序池的Identity设置为该用户了。 阅读全文
posted @ 2013-07-03 12:03 浅蓝 阅读(175) 评论(0) 推荐(0) 编辑

2013年6月21日

摘要: 在head中添加:<meta http-equiv="X-UA-Compatible" content="IE=edge">修改渲染模式即可。 阅读全文
posted @ 2013-06-21 14:05 浅蓝 阅读(335) 评论(0) 推荐(0) 编辑
 
摘要: 添加以下CSS即可:div.k-treeview{white-space: normal;} 阅读全文
posted @ 2013-06-21 14:02 浅蓝 阅读(1172) 评论(0) 推荐(0) 编辑
 
摘要: 参考http://www.kendoui.com/forums/ui/tabstrip/tabstip-with-treeview-treeview-breaking-out-of-tabstrip.aspx加入.k-tabstrip > .k-content{overflow: auto ;}即可解决,但在IE10下依然有问题,可在页面中直接加入:#navtabstrip-1{position:relative;}即可。其中1表示treeview所在tab编号。 阅读全文
posted @ 2013-06-21 12:24 浅蓝 阅读(506) 评论(0) 推荐(0) 编辑

2013年5月20日

摘要: Today I had glanced over Kendo UI, jQuery UI and jsTree.Kendo UI is a charging software. Kendo UI has it all: rich jQuery-based widgets, a simple and consistent programming interface, a rock-solid DataSource, validation, internationalization, a MVVM framework, themes, templates .jQuery UI is a curat 阅读全文
posted @ 2013-05-20 13:43 浅蓝 阅读(131) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 下一页