上一页 1 ··· 9 10 11 12 13 14 下一页
摘要: #!/bin/sh #comments batch run po server config_nohup='nohup java -jar '; config_command='command 1>'; config_and='86400 & '; ... 阅读全文
posted @ 2018-01-25 10:21 light-zhang 阅读(793) 评论(0) 推荐(0) 编辑
摘要: #!/bin/sh #comments batch run po server alert_1='一键启动Interface接口服务设施'; echo $alert_1; function configServer(){ cd /; cd /media/witts-java/00812F3... 阅读全文
posted @ 2018-01-25 10:20 light-zhang 阅读(158) 评论(0) 推荐(0) 编辑
摘要: 启动mysql服务:service mysqld start 停止mysql服务:service mysqld stop 重新启动mysql:service mysqld restart mysql数据库命令:mysql -uroot -proot进入数据库use test 引用数据库show tables;显示所有的表insert into test(pkid)v... 阅读全文
posted @ 2018-01-25 10:13 light-zhang 阅读(90) 评论(0) 推荐(0) 编辑
摘要: Packet for query is too large (1550606 > 1048576). You can change this value on the server by setting the max_allowed_ packet' variable. at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3915) ... 阅读全文
posted @ 2018-01-25 10:06 light-zhang 阅读(308) 评论(0) 推荐(0) 编辑
摘要: 安装mysql和卸载mysql 1.安装数据库:sudo apt-get install mysql-server 安装过程中需要设置密码。 2.安装客户端:sudo apt-get install mysql-client 3.登录MySQL:mysql -u root -p 4.配置文件:/etc/mysql/my.cnf a.设... 阅读全文
posted @ 2018-01-25 10:04 light-zhang 阅读(1802) 评论(0) 推荐(0) 编辑
摘要: shell如下 chmod 644 /etc/my.cnf 然后执行: service mysqld restart 阅读全文
posted @ 2018-01-25 10:03 light-zhang 阅读(4977) 评论(0) 推荐(0) 编辑
摘要: 卸载mysql: sudo apt-get autoremove --purge mysql-server-5.0 移除mysql服务:sudo apt-get remove mysql-server 移除相关服务:sudo apt-get autoremove mysql-server 移除相关:sudo apt-get remove mys... 阅读全文
posted @ 2018-01-25 10:02 light-zhang 阅读(242) 评论(0) 推荐(0) 编辑
摘要: sudo apt-get update 更新源 apt-get install ***.debian 安装软件 apt-get remove ***.debian 卸载软件 ap-get clean 清除 apt-get autoclean清除相关 阅读全文
posted @ 2018-01-25 10:01 light-zhang 阅读(141) 评论(0) 推荐(0) 编辑
摘要: 在执行./startup.sh,或者./shutdown.sh的时候,爆出了Permission denied, 其实很简单,就是今天在执行tomcat的时候,用户没有权限,而导致无法执行, 用命令chmod 修改一下bin目录下的.sh权限就可以了 如chmod u+x *.sh 在此执行,OK了。 阅读全文
posted @ 2018-01-25 09:58 light-zhang 阅读(2344) 评论(0) 推荐(0) 编辑
摘要: #debian设置android环境 阅读全文
posted @ 2018-01-25 09:27 light-zhang 阅读(414) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 下一页