http://blog.163.com/guomaolin_gavin/blog/static/199618307201218104452930/eclipse中输入中文为繁体!2012-02-08
10:44:52|分类:eclipse|举报|字号订阅今天不小心在java编辑的时候发现eclips...
分类:
系统相关 时间:
2014-04-30 03:45:43
阅读次数:
847
public class Factory2 { /** * @param args 工厂模式
*/ public static void main(String[] args) { // TODO Auto-generated method stub
Ifactory ifactory =...
分类:
其他好文 时间:
2014-04-30 00:33:52
阅读次数:
504
public class Factory2 { /** * @param args 工厂模式
*/ public static void main(String[] args) { // TODO Auto-generated method stub
//工厂模式 Ifactory if...
分类:
其他好文 时间:
2014-04-30 00:13:13
阅读次数:
512
FlashBuilder 1119: 访问可能未定义的属性 on (通过 static
类型当此问题出现的时候无论 刷新 清理 注释 删除 乃至重启电脑都无济于事。解决方法:备份此类到另外一个地方。 然后删除 ,刷新。 把刚才备份的类粘贴回来。
分类:
其他好文 时间:
2014-04-29 22:02:00
阅读次数:
548
- (UITableViewCell *)tableView:(UITableView
*)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath{ static NSString
*cellindentifier=@"...
分类:
移动开发 时间:
2014-04-29 19:55:42
阅读次数:
604
1 sign=mt_rand(1,100000);12 }13 14 final protected
function __clone(){15 16 }17 18 protected static function getIns(){19 if(!...
分类:
Web程序 时间:
2014-04-29 16:30:19
阅读次数:
415
class TestThread { static void Main() {
//使用WaitHandle静态方法阻止一个线程,直到一个或多个同步对象接收到信号 WaitHandle[] waitHa...
分类:
编程语言 时间:
2014-04-29 15:55:22
阅读次数:
557
今天仍旧进行着学习java的计划。在学习到持有对象一章中,看到了如下代码: 1 import
java.util.*; 2 3 public class EnvironmentVariables { 4 public static void
main(String[] args) { 5 ...
分类:
编程语言 时间:
2014-04-29 15:49:20
阅读次数:
507
复写BroadcastReceiver中的onReceive()方法。intent-filter过滤器:
发送intentprotected static final String ACTION = "com.szy.broadcast.ACTI...
分类:
其他好文 时间:
2014-04-29 09:24:46
阅读次数:
357