XSLT存档  

不及格的程序员-八神

 查看分类:  ASP.NET XML/XSLT JavaScripT   我的MSN空间Blog
07 2017 档案
Autolayout Breakpoints
摘要:Autolayout Breakpoints Auto layout has become a crucial tool for iOS and OS X development. It makes creating layout for multiple screen sizes easy pea 阅读全文
posted @ 2017-07-30 22:48 不及格的程序员-八神 阅读(14) 评论(0) 推荐(0)
iOS 编译过程的原理和应用
该文被密码保护。
posted @ 2017-07-28 09:33 不及格的程序员-八神 阅读(0) 评论(0) 推荐(0)
how to compare only date components from datetime In Entity framework?
摘要:using (dysoft.Data.CAccessDataClass oData = new dysoft.Data.CAccessDataClass()) { using (HW_MangerDataEntities ctx = new HW_MangerDataEntities(IoriBas 阅读全文
posted @ 2017-07-27 15:04 不及格的程序员-八神 阅读(24) 评论(0) 推荐(0)
WCF中的Dispose
该文被密码保护。
posted @ 2017-07-23 09:43 不及格的程序员-八神 阅读(3) 评论(0) 推荐(0)
UpdatePanel 控件 参考备注
该文被密码保护。
posted @ 2017-07-20 11:33 不及格的程序员-八神 阅读(3) 评论(0) 推荐(0)
UpdatePanel 控件概述
该文被密码保护。
posted @ 2017-07-20 11:30 不及格的程序员-八神 阅读(3) 评论(0) 推荐(0)
了解ASP.NET AJAX UpdatePanel
该文被密码保护。
posted @ 2017-07-20 11:29 不及格的程序员-八神 阅读(1) 评论(0) 推荐(0)
UpdatePanel为特定异步回发赋予优先级
该文被密码保护。
posted @ 2017-07-20 11:10 不及格的程序员-八神 阅读(1) 评论(0) 推荐(0)
取消异步回发, UpdatePanel里放datalist
该文被密码保护。
posted @ 2017-07-20 11:08 不及格的程序员-八神 阅读(1) 评论(0) 推荐(0)
Elliotsomething/PulldownRefreshDemo,一步步教你写下拉刷新
该文被密码保护。
posted @ 2017-07-19 08:49 不及格的程序员-八神 阅读(0) 评论(0) 推荐(0)
如何:生成 EntityConnection 连接字符串(实体框架)
摘要:1 dysoft.Data.CAccessDataClass ooo = new dysoft.Data.CAccessDataClass(); 2 string providerName = "System.Data.SqlClient";//Provider=SQLOLEDB;Data Sour 阅读全文
posted @ 2017-07-18 09:44 不及格的程序员-八神 阅读(39) 评论(0) 推荐(0)
Custom Date and Time Format Strings
摘要:Custom Date and Time Format Strings 2017-3-30 54 min to read Contributors A date and time format string defines the text representation of a DateTime  阅读全文
posted @ 2017-07-14 14:57 不及格的程序员-八神 阅读(6) 评论(0) 推荐(0)
一个丝滑的全屏滑动返回手势
该文被密码保护。
posted @ 2017-07-12 20:35 不及格的程序员-八神 阅读(4) 评论(0) 推荐(0)
Objective C & iOS Weak Singletons
摘要:Objective C & iOS Weak Singletons Temporary shared memory management is always a bit of a difficult problem to solve. There are various well known way 阅读全文
posted @ 2017-07-12 20:06 不及格的程序员-八神 阅读(13) 评论(0) 推荐(0)
Javascript 严格模式(strict mode)详解
摘要:Javascript 严格模式详解 一、概述 除了正常运行模式,ECMAscript 5添加了第二种运行模式:"严格模式"(strict mode)。顾名思义,这种模式使得Javascript在更严格的条件下运行。 设立"严格模式"的目的,主要有以下几个: - 消除Javascript语法的一些不合 阅读全文
posted @ 2017-07-08 15:24 不及格的程序员-八神 阅读(1596) 评论(0) 推荐(0)
异步编程 异步性能:了解 Async 和 Await 的成本
摘要:异步编程 异步性能:了解 Async 和 Await 的成本 Stephen Toub 异步编程长时间以来一直都是那些技能高超、喜欢挑战自我的开发人员涉足的领域 — 这些人愿意花费时间,充满热情并拥有心理承受能力,能够在非线性的控制流程中不断地琢磨回调,之后再回调。 随着 Microsoft .NE 阅读全文
posted @ 2017-07-08 08:01 不及格的程序员-八神 阅读(23) 评论(0) 推荐(0)
Entity Framework教程(第二版)
摘要:Entity Framework教程(第二版) 源起 很多年前刚毕业那阵写过一篇关于Entity Framework的文章,没发首页却得到100+的推荐。可能是当时Entity Framework刚刚发布介绍EF的文章比较少。一晃这么多年过去了,EF6.1已经发布很久,EF7马上就到来。那篇文章已经 阅读全文
posted @ 2017-07-08 07:46 不及格的程序员-八神 阅读(23) 评论(0) 推荐(0)
LINQ to SQL 和 Entity Framework
摘要:LINQ之路 9:LINQ to SQL 和 Entity Framework(上) 在上一篇中,我们从理论和概念上详细的了解了LINQ的第二种架构“解释查询”。在这接下来的二个篇章中,我们将使用LINQ to SQL和Entity Framework来实践“解释查询”,学习这些技术的关键特性。在本 阅读全文
posted @ 2017-07-07 21:57 不及格的程序员-八神 阅读(44) 评论(0) 推荐(0)