yyyyyyyyyyyyyyyyyyyy

博客园 首页 新随笔 联系 订阅 管理

2015年11月26日 #

摘要: CREATE TABLE tab2 AS (SELECT * FROM tab1)这种做法表的存储引擎也会采用服务器默认的存储引擎而不是源表的存储引擎,此种复制方法把表的内容也一起复制过来了。CREATE TALBE tab2 ENGINE=MYISAM, CHARSET='UTF8' AS (SE... 阅读全文
posted @ 2015-11-26 00:28 xxxxxxxx1x2xxxxxxx 阅读(204) 评论(0) 推荐(0)

摘要: 端口转发:setting->network->adapter:attached to NAT.port forwarding rules->name protocol host ip host port guest ip guest portrule1 tcp 127.0.0.1 20022 10.... 阅读全文
posted @ 2015-11-26 00:23 xxxxxxxx1x2xxxxxxx 阅读(224) 评论(0) 推荐(0)

摘要: http://heipark.iteye.com/blog/1847421http://heipark.iteye.com/blog/1847421http://wenku.baidu.com/view/f761cc1f55270722192ef769.html服务框架:1、servlet2、net... 阅读全文
posted @ 2015-11-26 00:22 xxxxxxxx1x2xxxxxxx 阅读(540) 评论(0) 推荐(0)

摘要: JAVA insert() 插入字符串insert() 插入字符串StringBuffer insert(int index,String str)StringBuffer insert(int index,char ch)StringBuffer insert(int index,Object o... 阅读全文
posted @ 2015-11-26 00:21 xxxxxxxx1x2xxxxxxx 阅读(1544) 评论(0) 推荐(0)

摘要: bash,bg,bind,break,builtin,caller,compgen, complete,compopt,continue,declare,dirs,disown,enable,eval,exec,expo 阅读全文
posted @ 2015-11-26 00:20 xxxxxxxx1x2xxxxxxx 阅读(201) 评论(0) 推荐(0)

摘要: INADDR_ANY是ANY,是绑定地址0.0.0.0上的监听, 能收到任意一块网卡的连接;INADDR_LOOPBACK, 也就是绑定地址LOOPBAC, 往往是127.0.0.1, 只能收到127.0.0.1上面的连接请求是用于多IP机器上 比如你的机器有三个ip 192.168.1.1 ... 阅读全文
posted @ 2015-11-26 00:18 xxxxxxxx1x2xxxxxxx 阅读(204) 评论(0) 推荐(0)

摘要: 1.监听所有非echo requests/replies的ICMP数据包 //ICMP ECHO(Type 8) 和ECHO Reply (Type 0)#tcpdump "icmp[0] != 8 and icmp[0] != 0"2.监听非本地网络的每次TCP会话开始和结束数据包#tcpdump 阅读全文
posted @ 2015-11-26 00:17 xxxxxxxx1x2xxxxxxx 阅读(1668) 评论(0) 推荐(0)

摘要: org.jsoup.select.Selector CSS-like element selector, that finds elements matching a query. Selector syntax A selector is a chain of simple selectors, 阅读全文
posted @ 2015-11-26 00:14 xxxxxxxx1x2xxxxxxx 阅读(230) 评论(0) 推荐(0)