XSLT存档  

不及格的程序员-八神

 查看分类:  ASP.NET XML/XSLT JavaScripT   我的MSN空间Blog
05 2017 档案
Checked Exceptions
摘要:记得当年在程序员杂志上看出这次访谈,10多年过去了, 这件事儿最近被重提了, 原因是 Kotlin. 1、对Checked Exceptions特性持保留态度(译者注:在写一段程序时,如果没有用try-catch捕捉异常或者显式的抛出异常,而希望程序自动抛出,一些语言的编译器不会允许编译通过,如Ja 阅读全文
posted @ 2017-05-25 20:48 不及格的程序员-八神 阅读(1466) 评论(0) 推荐(1)
When to use join method in Java
摘要: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 不及格的程序员-八神 阅读(23) 评论(0) 推荐(0)
C++ 并行编程中的“锁”难题
摘要:并行编程中的“锁”难题 转自:http://www.parallellabs.com/2011/10/02/lock-in-parallel-programming/在并行程序中,锁的使用会主要会引发两类难题:一类是诸如死锁、活锁等引起的多线程Bug;另一类是由锁竞争引起的性能瓶颈。本文将介绍并行编 阅读全文
posted @ 2017-05-04 10:07 不及格的程序员-八神 阅读(14) 评论(0) 推荐(0)