Quantcast
Channel: 蜗牛都知道
Browsing latest articles
Browse All 105 View Live

github git push 不需要输入账号密码

http://linglong117.blog.163.com/blog/static/27714547201332765921928/

View Article


CentOS6.4下Mysql数据库的安装与配置

http://www.cnblogs.com/xiaoluo501395377/archive/2013/04/07/3003278.html

View Article


给CentOS 6安装Tomcat 7,并自启动

http://blog.csdn.net/headman/article/details/24392463

View Article

com.mysql.jdbc.MysqlDataTruncation: Data truncation: Truncated incorrect...

mysql sql (update) 语句中对于字符串类型的字段,其值要加单引号。 如 UPDATE table1 set returnnum=1 WHERE platform=${platform} 会报以上错误,而 UPDATE table1 set returnnum=1 WHERE platform='${platform}' 则正常执行

View Article

MYSQL group by 分组取最大值

SELECT name FROM (SELECT * FROM tabl1 ORDER BY id DESC) t1 GROUP BY name ORDER BY id DESC LIMIT 10

View Article


linux下mysql server 设置character_set_server 为UTF-8

show variables like ‘character%’ 可以看到mysql server的各种编码设置。要修改character_set_server 为UTF-8 /etc/my.cnf (windows 下了my.ini)设置如下 [mysqld] datadir=/var/lib/mysql socket=/var/lib/mysql/mysql.sock user=mysql...

View Article

How can I create an executable jar with dependencies using Maven?

http://stackoverflow.com/questions/574594/how-can-i-create-an-executable-jar-with-dependencies-using-maven

View Article

linux ps aux

[root@linux ~]# ps aux USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND root 1 0.0 0.1 1740 540 ? S Jul25 0:01 init [3] root 2 0.0 0.0 0 0 ? SN Jul25 0:00 [ksoftirqd/0] root 3 0.0 0.0 0 0 ?...

View Article


Java线程面试题 Top 50

http://www.importnew.com/12773.html  

View Article


Cookie Theft and Session Hijacking

http://shaoshuai.me/tech/2014/08/16/cookie-theft-and-session-hijacking.html

View Article
Browsing latest articles
Browse All 105 View Live