XSLT存档  

不及格的程序员-八神

 查看分类:  ASP.NET XML/XSLT JavaScripT   我的MSN空间Blog
该文被密码保护。 阅读全文
posted @ 2017-08-01 06:39 不及格的程序员-八神 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 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 不及格的程序员-八神 阅读(6) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-07-28 09:33 不及格的程序员-八神 阅读(0) 评论(0) 推荐(0) 编辑
摘要: using (dysoft.Data.CAccessDataClass oData = new dysoft.Data.CAccessDataClass()) { using (HW_MangerDataEntities ctx = new HW_MangerDataEntities(IoriBas 阅读全文
posted @ 2017-07-27 15:04 不及格的程序员-八神 阅读(16) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-07-23 09:43 不及格的程序员-八神 阅读(3) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-07-20 11:33 不及格的程序员-八神 阅读(3) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-07-20 11:30 不及格的程序员-八神 阅读(3) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-07-20 11:29 不及格的程序员-八神 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-07-20 11:10 不及格的程序员-八神 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-07-20 11:08 不及格的程序员-八神 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-07-19 08:49 不及格的程序员-八神 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 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 不及格的程序员-八神 阅读(31) 评论(0) 推荐(0) 编辑
摘要: 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 不及格的程序员-八神 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-07-12 20:35 不及格的程序员-八神 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 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 不及格的程序员-八神 阅读(5) 评论(0) 推荐(0) 编辑
摘要: Linq表连接大全(INNER JOIN、LEFT OUTER JOIN、RIGHT OUTER JOIN、FULL OUTER JOIN、CROSS JOIN) 我们知道在SQL中一共有五种JOIN操作:INNER JOIN、LEFT OUTER JOIN、RIGHT OUTER JOIN、FUL 阅读全文
posted @ 2017-07-08 22:39 不及格的程序员-八神 阅读(18) 评论(0) 推荐(0) 编辑
摘要: Javascript 严格模式详解 一、概述 除了正常运行模式,ECMAscript 5添加了第二种运行模式:"严格模式"(strict mode)。顾名思义,这种模式使得Javascript在更严格的条件下运行。 设立"严格模式"的目的,主要有以下几个: - 消除Javascript语法的一些不合 阅读全文
posted @ 2017-07-08 15:24 不及格的程序员-八神 阅读(1540) 评论(0) 推荐(0) 编辑
摘要: 异步编程 异步性能:了解 Async 和 Await 的成本 Stephen Toub 异步编程长时间以来一直都是那些技能高超、喜欢挑战自我的开发人员涉足的领域 — 这些人愿意花费时间,充满热情并拥有心理承受能力,能够在非线性的控制流程中不断地琢磨回调,之后再回调。 随着 Microsoft .NE 阅读全文
posted @ 2017-07-08 08:01 不及格的程序员-八神 阅读(8) 评论(0) 推荐(0) 编辑
摘要: Entity Framework教程(第二版) 源起 很多年前刚毕业那阵写过一篇关于Entity Framework的文章,没发首页却得到100+的推荐。可能是当时Entity Framework刚刚发布介绍EF的文章比较少。一晃这么多年过去了,EF6.1已经发布很久,EF7马上就到来。那篇文章已经 阅读全文
posted @ 2017-07-08 07:46 不及格的程序员-八神 阅读(13) 评论(0) 推荐(0) 编辑
摘要: LINQ之路 9:LINQ to SQL 和 Entity Framework(上) 在上一篇中,我们从理论和概念上详细的了解了LINQ的第二种架构“解释查询”。在这接下来的二个篇章中,我们将使用LINQ to SQL和Entity Framework来实践“解释查询”,学习这些技术的关键特性。在本 阅读全文
posted @ 2017-07-07 21:57 不及格的程序员-八神 阅读(23) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-06-17 22:51 不及格的程序员-八神 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-06-13 13:57 不及格的程序员-八神 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 代数、几何、分析 各自的范畴 2017-06-09 学习板块 算法与数学之美 代数、几何、分析 各自的范畴 来源:忆桐之家的博客 编辑:Gemini 数学发展到现在,已经成为科学世界中拥有100多个主要分支学科的庞大的“共和国”。大体说来,数学中研究数的部分属于代数学的范畴;研究形的部分,属于几何学 阅读全文
posted @ 2017-06-09 20:59 不及格的程序员-八神 阅读(493) 评论(0) 推荐(0) 编辑
摘要: 疫苗:JAVA HASHMAP的死循环 2013年05月10日 陈皓 评论 87 条评论 70,023 人阅读 在淘宝内网里看到同事发了贴说了一个CPU被100%的线上故障,并且这个事发生了很多次,原因是在Java语言在并发情况下使用HashMap造成Race Condition,从而导致死循环。这 阅读全文
posted @ 2017-06-06 19:24 不及格的程序员-八神 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 记得当年在程序员杂志上看出这次访谈,10多年过去了, 这件事儿最近被重提了, 原因是 Kotlin. 1、对Checked Exceptions特性持保留态度(译者注:在写一段程序时,如果没有用try-catch捕捉异常或者显式的抛出异常,而希望程序自动抛出,一些语言的编译器不会允许编译通过,如Ja 阅读全文
posted @ 2017-05-25 20:48 不及格的程序员-八神 阅读(1447) 评论(0) 推荐(1) 编辑
摘要: When to use join method in Java As I said join is an important and useful method from Thread class but many times overlooked. Similar to wait for meth 阅读全文
posted @ 2017-05-04 12:02 不及格的程序员-八神 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 并行编程中的“锁”难题 转自:http://www.parallellabs.com/2011/10/02/lock-in-parallel-programming/在并行程序中,锁的使用会主要会引发两类难题:一类是诸如死锁、活锁等引起的多线程Bug;另一类是由锁竞争引起的性能瓶颈。本文将介绍并行编 阅读全文
posted @ 2017-05-04 10:07 不及格的程序员-八神 阅读(5) 评论(0) 推荐(0) 编辑
摘要: Object[] object1 ; //数组定义 Vector<Object> object2;//Vector定义 object2 = new Vector<Object>(Arrays.asList(o1));// array -> vector object1 = object2 .toAr 阅读全文
posted @ 2017-04-26 21:42 不及格的程序员-八神 阅读(4) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-04-19 07:23 不及格的程序员-八神 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-04-17 10:19 不及格的程序员-八神 阅读(2) 评论(0) 推荐(0) 编辑
摘要: The Famous Double-Check Locking Technique The "Double-Checked Locking is Broken" Declaration Signed by: David Bacon (IBM Research) Joshua Bloch (Javas 阅读全文
posted @ 2017-04-07 10:41 不及格的程序员-八神 阅读(13) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-04-07 10:08 不及格的程序员-八神 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-04-06 06:10 不及格的程序员-八神 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 深入浅出 JavaScriptCore 作者: 简书 2017-03-18 21:51:00 查看源网址 阅读数:1744 ​​ 本文由我们团队的纠结伦童鞋撰写。 写在前面 本篇文章是对我一次组内分享的整理,大部分图片都是直接从keynote上截图下来的,本来有很多炫酷动效的,看博客的话就全靠脑补了 阅读全文
posted @ 2017-03-22 21:29 不及格的程序员-八神 阅读(27) 评论(0) 推荐(0) 编辑
摘要: How to Animate UILabel Properties UILabel properties cannot be easy animated due to some various reasons, so code like this will have no effect on it: 阅读全文
posted @ 2017-03-20 17:03 不及格的程序员-八神 阅读(220) 评论(0) 推荐(0) 编辑
摘要: articles archives team Autolayout Breakpoints Auto layout has become a crucial tool for iOS and OS X development. It makes creating layout for multipl 阅读全文
posted @ 2017-03-20 17:02 不及格的程序员-八神 阅读(314) 评论(0) 推荐(0) 编辑
摘要: Toggle Slow Animations iOS Simulator has a feature that slows animations, you can toggle it either by pressing ⌘T or choosing Debug > Toggle Slow Anim 阅读全文
posted @ 2017-03-20 16:58 不及格的程序员-八神 阅读(384) 评论(0) 推荐(0) 编辑
摘要: 关于 @synchronized,这儿比你想知道的还要多 2015/11/03 · iOS开发 · Objective-C, synchronized 分享到:1 原文出处: Ryan Kaplan 译文出处:杨萧玉(@杨萧玉HIT) 因为原文一些内容写的不太准确,我按照我的理解做出了批注和补充。 阅读全文
posted @ 2017-03-17 11:07 不及格的程序员-八神 阅读(5) 评论(0) 推荐(0) 编辑
摘要: How To Make A Swipeable Table View Cell With Actions – Without Going Nuts With Scroll Views Ellen Shapiro on April 24, 2014 Ellen Shapiro on April 24, 阅读全文
posted @ 2017-03-16 11:42 不及格的程序员-八神 阅读(335) 评论(0) 推荐(0) 编辑
摘要: The Unarchiver 虽好,但存在问题比我们在mac上zip打包一个软件xcode, 然后copy to another mac, 这时用The Unarchiver解压缩出来的xcode包不能运行, 好像是里面的文件信息结构被破坏,会出现而用archive utility 解压就能正常运行 阅读全文
posted @ 2017-03-04 21:48 不及格的程序员-八神 阅读(955) 评论(0) 推荐(0) 编辑