Linuxer, ex IBMer. GNU https://hmchzb19.github.io/
全部博文(297)
发布时间:2017-01-29 15:56:25
王银批评Gang Of 4 和他们搞出来的Design pattern, 迷信design pattern 是没用的,看看还是可以的。Java 确实是复杂的玩意,写起来太复杂了,看代码又找不到真正干活的代码在哪里,缺少了多重继承,搞出来一个interface. any way ,贴一个design pattern, 印度人写的 出自Java Design Patterns 一书.1个observer.........【阅读全文】
发布时间:2017-01-26 08:58:50
看了点JAVA的多线程,有点意思。访问线程共享变量,加上synchronized 就可以了。点击(此处)折叠或打开public class ThreadTracker { private int threadsRunning=0; public synchronized void setT.........【阅读全文】
发布时间:2017-01-16 18:02:00
这两天debug java代码的问题,一直没有想到问题出在哪里,代码看起来完全没问题,后来通过反编译才找到问题。居然是编译出的JAR包里面用了旧版本的代码。 真坑贴一下使用的这2个反编译的软件。想起来以前就不会JAVA,也总想避免着碰这个语言,感觉它写起来太费劲,现在也摸索着看了些,大概有APUE 和python 的功底在,看.........【阅读全文】
发布时间:2017-01-08 11:54:15
这一段主要是来自于: http://www.microhowto.info/howto/get_the_ip_address_of_a_network_interface_in_c_using_siocgifaddr.htmlSuppose that you wish to display the IPv4 address of a network interface. The variable if_name points to a null-terminated string containing the name of the interface (for.........【阅读全文】
发布时间:2017-01-04 19:37:25
Starting new blog series – explanation of various configuration parameters.I will of course follow no schedule or order – if I'd had to – it would be my job, and in this way – it's fun.First configuration parameter to write about is checkpoint_completion_target. First, let's th.........【阅读全文】
fireboyz20052010-11-10 18:27
HI, 看到你"http://bbs.chinaunix.net/viewthread.php?tid=1806065"
这里的提问,你是不是在看一本叫《Shell脚本专家指南》的书?我也在阅读,我新手,不如大家交流一下,看到不明白也可以大家一起研究研究。
我的qq是:369035906
或gtalk:jiale.chan@gmail.com