2008年11月28日星期五

blogger daily 11/28/2008


Posted from Diigo. The rest of my favorite links are here.

2008年11月27日星期四

如何让手机和Google calendar同步

Google calendar是一个非常优秀的服务,方便的操作界面,支持多个日历,多种的通知方式,我一直在使用它。自从用了智能手机,我就非常希望手机的日程安排能和Google calendar同步,这样,我就能同时在手机和Google calendar上更新日程,而不用担心信息的不一致。Google了一下,发现了这个网站,正好能满足我的要求。


注册后,仔细看了一下,竟然不支持我的Windows Mobile,晕倒。只好再去Google。后来找到了一条曲线救国的道路。

Google calendar提供了一个小软件Google Calendar Sync,支持calendar和Outlook的同步,而我的手机也可以和Outlook同步,于是通过Outlook,打通了手机和calendar之间的道路。麻烦虽然是麻烦一点,但我喜欢:)

blogger daily 11/27/2008


Posted from Diigo. The rest of my favorite links are here.

2008年11月26日星期三

blogger daily 11/26/2008


Posted from Diigo. The rest of my favorite links are here.

2008年11月25日星期二

2008年11月23日星期日

blogger daily 11/23/2008


Posted from Diigo. The rest of my favorite links are here.

2008年11月22日星期六

2008年11月20日星期四

blogger daily 11/20/2008


Posted from Diigo. The rest of my favorite links are here.

2008年11月19日星期三

blogger daily 11/19/2008


Posted from Diigo. The rest of my favorite links are here.

2008年11月18日星期二

blogger daily 11/18/2008


Posted from Diigo. The rest of my favorite links are here.

2008年11月16日星期日

保俶塔



Java Concurrency in Practice

JavaConcurrency in Practice

几位Java大牛的作品,绝对值得一读!

下载

Threads are a fundamental part of the Javaplatform. As multicore processors become the norm, usingconcurrency effectively becomes essential for buildinghigh-performance applications. Java SE 5 and 6 are a huge stepforward for the development of concurrent applications, withimprovements to the Java Virtual Machine to supporthigh-performance, highly scalable concurrent classes and a rich setof new concurrency building blocks. In Java Concurrency inPractice, the creators of these new facilitiesexplain not only how they work and how to use them, but also themotivation and design patterns behind them.
However, developing, testing, and debuggingmultithreaded programs can still be very difficult; it is all tooeasy to create concurrent programs that appear to work, but failwhen it matters most: in production, under heavy load. Java Concurrency inPractice arms readers with both the theoreticalunderpinnings and concrete techniques for building reliable,scalable, maintainable concurrent applications. Rather than simplyoffering an inventory of concurrency APIs and mechanisms, itprovides design rules, patterns, and mental models that make iteasier to build concurrent programs that are both correct andperformant.
This book covers:
  • Basic concepts of concurrency and threadsafety
  • Techniques for building and composingthread-safe classes
  • Using the concurrency building blocks injava.util.concurrent
  • Performance optimization dos and don'ts
  • Testing concurrent programs
  • Advanced topics such as atomic variables,nonblocking algorithms, and the Java Memory Model

代码大全(第二版)

 代码大全(第二版)

C++ Primer (3RD)中文版

C++ Primer (3RD)中文版

(一本久负盛名的C++经典教程)



下载