研磨设计模式 之 中介者模式(Mediator)
摘要:http://sis huok.com/forum/blogPost/list/5109.html————————————————————————————————————————————————————————————————————很好!
阅读全文
posted @
2013-05-30 15:29
网络大豆
阅读(128)
推荐(0) 编辑
Word Enumerated Constants
摘要:http://msdn.microsoft.com/en-us/library/office/aa211923
阅读全文
posted @
2013-05-29 23:17
网络大豆
阅读(190)
推荐(0) 编辑
Mysql:bit类型的查询与插入
摘要:http://blog.sina.com.cn/s/blog_7ceb20b90100vdpf.html——————————————————————————————————————————————————————————————Mysql关于bit类型的用法:官方的资料如下:9.1.5.位字段值可以使用b'value'符号写位字段值。value是一个用0和1写成的二进制值。位字段符号可以方便指定分配给BIT列的值:mysql> CREATE TABLE t (b BIT(8));mysql> INSERT INTO t SET b = b'11111111&
阅读全文
posted @
2013-05-17 17:02
网络大豆
阅读(4851)
推荐(0) 编辑
JS--VBA--打印word统计表
摘要:http://why-rj.iteye.com/blog/1084388——————————————————————————————————————————————————————————————
阅读全文
posted @
2013-05-15 23:27
网络大豆
阅读(216)
推荐(0) 编辑
解决mysql的utf8编码中生僻字写入时"Incorrect string value"错误
摘要:http://hi.baidu.com/cnkarl/item/e18214e8ba7ce3c6bbf37ddd——————————————————————————————————————————————————————————————————————————————————解决mysql的utf8编码中生僻字写入时"Incorrect string value"错误其他中文显示非常正常,但是在写入“姮”、"旻"等比较生僻的人名时报告错误:Incorrect string value "..." for column ...看似是gb
阅读全文
posted @
2013-05-15 14:00
网络大豆
阅读(1060)
推荐(0) 编辑
Struts注解介绍
摘要:http://wenku.baidu.com/view/b8b71725bcd126fff7050b3a.html————————————————————————————————————————————————————————Struts注解介绍注解名称备注作用域@Action指定一个action类,方法,actions注解中@Actions给一个action指定多个名称方法@ParentPackage指定继承的包(struts2)名包,类@Namespace指定action所属的名称空间包,类@Namespaces指定一组action所属的名称空间包,类@Result定义一个result映射
阅读全文
posted @
2013-05-15 10:47
网络大豆
阅读(463)
推荐(0) 编辑
Java7中的switch支持String的实现细节
摘要:http://blog.iamzsx.me/show.html?id=161001——————————————————————————————————————————————在Java7之前,switch只能支持 byte、short、char、int或者其对应的封装类以及Enum类型。在Java7中,呼吁很久的String支持也终于被加上了。例如,下面是一段switch中使用String的示例代码。public class Test { public void test(String str) { switch(str) { case "abc": ...
阅读全文
posted @
2013-05-05 11:40
网络大豆
阅读(461)
推荐(0) 编辑
java 内部类(自己的一些理解)
摘要:http://blog.sina.com.cn/s/blog_8dd685f5010124g5.html————————————————————————————————————————————————————注意!~ 内部类相同于 外部类的一个属性 和 外部类的其他属性 是同级的 只不过访问的方式不同 (内部类私有的方法肯定也能被外部类访问)内部类可以访问外部类的任意变量和方法(除了静态内部类)。静态方法里面 只能访问 静态变量和静态方法 定义在自己方法里面的局部变量内部类中只有静态内部类才能定义 静态成员(静态变量和静态方法).成员内部类里面只能定义非静态的变量和方法(非静态的 也就是不带关
阅读全文
posted @
2013-05-03 23:31
网络大豆
阅读(218)
推荐(0) 编辑
中华人民共和国人事部
摘要:中华人民共和国人事部 地 址:北京市东城区和平里中街7号 邮 编:100031 电 话:010—84214890 网 址: http://www.mop.gov.cn/————————————————————————————————————————————————————————————————为什么网站上不去,电话打不通。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。————————————————————————————————————————————————————————————————http://www.mohrss.gov.cn/新的网站
阅读全文
posted @
2013-05-03 10:02
网络大豆
阅读(279)
推荐(0) 编辑
How can I make a peer-to-peer multiplayer game?
摘要:http://gamedev.stackexchange.com/questions/3887/how-can-i-make-a-peer-to-peer-multiplayer-game————————————————————————————————————————————————————————————————————————How can I make a p2p multiplayer game? I would like to have a server-less multiplayer game. But then, how all the clients know each ot
阅读全文
posted @
2013-05-02 14:12
网络大豆
阅读(246)
推荐(0) 编辑