2013-05-29 7:33 Posted by BaiFusheng
https://github.com/jinxcat/AppIndicator/blob/master/appindicator_skeleton.pyhttp://search.cpan.org/...
2013-05-29 6:35 Posted by BaiFusheng
Preferred way: Using the Windows registry
Make the .crx extension file available
to the machine...
2013-05-08 3:36 Posted by BaiFusheng
强制用某条索引Example:select /*+ INDEX(table_name index_name) */ from table乐观锁 悲观锁乐观锁与悲观锁是对于并发性的限
制。锁是具有排...
2013-04-25 9:22 Posted by BaiFusheng
Only unchecked exceptions (that is, subclasses of java.lang.RuntimeException) are rollbacked ...
2013-04-23 6:00 Posted by BaiFusheng
总之对于get和load的根本区别,一句话,hibernate对于load方法认为该数据在数据库中一定存在,可以放心的使用代理来延迟加载,如果在使用过程中发现了问题,只能抛异常;而对于get方法,h...
2013-04-21 15:24 Posted by BaiFusheng
什么微薄开放平台,淘宝开放平台就是一个字 烂,什么其他的开放平台不用看,只有更烂...
2013-04-15 8:59 Posted by BaiFusheng
Java does have pointers. Any time you create an object in Java, you're actually creating a pointer ...
2013-04-15 5:53 Posted by BaiFusheng
面向对象程序设计(英语:Object-oriented programming,缩写:OOP),指一种程序设计范型,同时也是一种程序开发的方法。对象指的是类的集合。它将对象作为程序的基本单元,将程序...
2013-04-12 3:31 Posted by BaiFusheng
客户端代码:
/** * */package com.practise.serializable;
import java.io.FileInputStream;import
java.i...
2013-04-12 2:40 Posted by BaiFusheng
... Process process = Runtime.getRuntime().exec(".//p.exe"); process.waitfor( ); ...&nb...