摘要: 一、在/etc/rc.d/rc.local中设置(开机执行脚本) #vi /etc/rc.d/rc.local 添加如下内容: 二、在/etc/init.d中设置(系统服务) 新建/etc/init.d/tomcat cp /usr/local/tomcat8/bin/catalina.sh /et 阅读全文
posted @ 2017-03-06 17:39 敲一敲 阅读(209) 评论(0) 推荐(0) 编辑
摘要: 1、不同操作系统之间兼容性 2、同一操作系统的不同厂商进行兼容性测试(华为、小米、三星、OPPO、Vivo等) 3、同一厂商不同版本进行兼容性测试(OPPO R9m,红米 Note3,Vivo x7,小米 4LTE,红米2A,OPPO A33,OPPO R9s,红米 NOTE 1s,红米 Note2 阅读全文
posted @ 2017-03-02 09:47 敲一敲 阅读(625) 评论(0) 推荐(0) 编辑
摘要: 表:tt 字段 id name 1 c1 2 c1 3 c2 4 c3 5 c2 方法一:delete from tt where id in (select * from (select max(id) from tt group by name having count(name)>1) as 阅读全文
posted @ 2017-03-01 14:50 敲一敲 阅读(293) 评论(0) 推荐(0) 编辑
摘要: 解决办法: PATH中添加 .%SystemRoot%\system32;%SystemRoot%;%JAVA_HOME%\bin; 阅读全文
posted @ 2017-02-17 20:44 敲一敲 阅读(4465) 评论(0) 推荐(0) 编辑
摘要: 一、准备软件 1、Xshell 2、WinSCP 二、软件下载 1、查看服务器的系统版本,是32位还是64位 #getconf LONG_BIT 64 2、下载64位jdk 下载地址:http://www.oracle.com/technetwork/java/javase/downloads/jd 阅读全文
posted @ 2017-02-17 11:25 敲一敲 阅读(196) 评论(0) 推荐(0) 编辑