代码改变世界

Hierarchical Treeview with ASP.NET MVC & jQuery

2010-02-21 10:22 by AnyKoro, 1007 阅读, 0 推荐, 收藏, 编辑
摘要:First of all, an apology for being so quiet over the past few weeks. I've been putting my blogging aside for a while to chase some pet projects I'm working on. More on that later.I did, however, run i... 阅读全文

你的第一杯Web 2.0 —— 快速浏览jQuery、Spring MVC和XStream/Jettison

2010-02-21 09:43 by AnyKoro, 722 阅读, 0 推荐, 收藏, 编辑
摘要:不再有页面刷新:使用jQuery相关厂商内容免费迷你书下载:Flex入门指南——PHP开发者Flash Builder 4 Beta和FlexUnit下的测试驱动开发下载Flex 4 SDK,构建超级棒的Flex应用 使用Pixel Bender Toolkit制作特效——创建vintage tone过滤器(Part 2)在Flash Builder... 阅读全文

MVC JSON - JsonResult and jQuery

2010-02-21 09:22 by AnyKoro, 3042 阅读, 1 推荐, 收藏, 编辑
摘要:The latest release of the MVC framework provides the JsonResult forController actions. I was surprised that I did not find a weatlh of examplesfor usage so I figured it shouldn't be too hard to get a ... 阅读全文

WCF REST & ASP.NET MVC authorization

2010-02-19 00:21 by AnyKoro, 1246 阅读, 0 推荐, 收藏, 编辑
摘要:Last week I needed to implement an authorization scheme in our MVC and WCF apps. I found a bunch of resources on how to implement Role or Claims-based authorization in both frameworks, but they all re... 阅读全文

【转】VS 常用快捷键

2010-02-17 17:59 by AnyKoro, 203 阅读, 0 推荐, 收藏, 编辑
摘要:1 转到定义: F12; 2 设置书签:Ctr+K+K; 3 设置任务: //TODO:something,查看任务Ctrl+W+T; 4 查找:Ctrl+ F, Ctrl+Shift+F; 5 强迫智能感知:Ctrl+J; 6 强迫智能感知显示参数信息:Ctrl-Shift-空格; 7 格式化整个块:Ctrl+K+F; 8 全屏幕:Alt+Shift+Enter; 9 设置书签:Ctrl+B+T,跳转书签:Ctrl+B+N 10 检查括号匹配(在左右括号间切换): Ctrl +] 11 选中从光标起到行首(尾)间的代码: Shift + Home(End) 12 在方法定义和调用之点切换:C 阅读全文

[转]jQuery and JavaScript CSS !important

2010-02-17 11:40 by AnyKoro, 948 阅读, 0 推荐, 收藏, 编辑
摘要:Everyone who is familiar with CSS !important statement understood that it means that the style have the highest priority regardless of other priority. However, !important should be avoided as much as possible and order priority should be practice in CSS instead. In jQuery, there are times when we ne 阅读全文

【转】CSS优先级

2010-02-17 11:31 by AnyKoro, 284 阅读, 0 推荐, 收藏, 编辑
摘要:CSS样式使用优先级判断修正前,再次谢谢hax的指点。最正确的说法:http://www.w3.org/TR/CSS21/cascade.html#specificity参见这里的相关内容,一下只是我个人偷懒的理解方式,只解决常规情况下的绝大部分问题。不是预期使用的样式,如何判断那个样式会最终起作用呢?到底谁说了算,可以依据下面几个原则:CSS样式定义多了,常常出现显示效果与预期不一致的情况。其中... 阅读全文

ADO.NET Entity Framework : Working with Stored Procedure

2010-02-17 00:17 by AnyKoro, 452 阅读, 0 推荐, 收藏, 编辑
摘要:Here we go, I generally get questions from developers that if they will have to scrub the existing powerful stored procedure they have written by investing time and money. The answer to that is &ldquo... 阅读全文

Using stored procedures with ADO.NET entity framework

2010-02-17 00:17 by AnyKoro, 661 阅读, 0 推荐, 收藏, 编辑
摘要:IntroductionAt Info Support we work with stored procedures in SQL 2000/2005 to access our data, this has a couple of advantages, like decoupling the interface from the actual table structure, reduce t... 阅读全文

[转] Entity Framework Stored Procedure Generation

2010-02-17 00:16 by AnyKoro, 740 阅读, 0 推荐, 收藏, 编辑
摘要:At work my team and I are utilizing the ADO.NET Entity Framework as a means to mitigate the object-relational impedance mismatch. Simply put, we’re utilizing it as an object-relational mapper fo... 阅读全文
上一页 1 ··· 6 7 8 9 10 11 12 13 下一页