- 博客(5)
- 收藏
- 关注
js犀牛书
第5版真实在 JavaScript functions are a combination of code to be executed and the scope in which to execute them. This combination of code and scope is known as a closure in the computer science litera...
2007-08-04 00:40:51 157
System中的properties
看其他东东的时候正好看到有这么一段: Note that the System properties are initialized in the java.lang.System class's initProperties method. This is a native method, so the source code is unavailable—unless you ...
2007-05-11 01:38:48 204
面试失败总结
昨天去面了家外资公司,很失败。不知道是因为刚放完长假还是其他的什么原因,状态之差简直到了不能想象的地步,整个面试过程中几乎都答非所问,连自己的思想都未能表达清楚,就更别提展示自己的强项了。过程就不打算详说了,记点想的到的东西,将来可以参考参考,然后更好的提高自己吧。 1、外资和外资之间也是有很大差别的,不一定名气越大薪水越高的公司就越好。今天去的公司名气不大,但是一进去就看到不少老...
2007-05-09 12:25:02 299
ObjectLock & ClassLock
对象锁当一个对象中有synchronized method或synchronized block的时候调用此对象的同步方法或进入其同步区域时,就必须先获得对象锁如果此对象的对象锁已被其他调用者占用,则需要等待此锁被释放同步静态方法/静态变量互斥体由于一个class不论被实例化多少次,其中的静态方法和静态变量在内存中都只由一份所以,一旦一个静态的方法被申明为synchronized...
2007-04-05 00:07:22 222
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人