2017年11月18日

CentOS6.8 x64 安装MySQL 5.6.38 rpm方式

摘要: [root@LS-Min ~]# chkconfig --add mysql [root@LS-Min ~]# chkconfig --list mysql mysql 0:off 1:off 2:on 3:on 4:on 5:on 6:off [root@LS-Min ~]# service my 阅读全文

posted @ 2017-11-18 21:59 天凉好个球 阅读(1037) 评论(0) 推荐(0) 编辑

2017年3月26日

Centos-6.8 x64导入虚拟机后,网卡启动失败

摘要: CentOS Linux解决Device eth0 does not seem to be present [root@LS-Min ~]# cat /etc/udev/rules.d/70-persistent-net.rules # This file was automatically generated by the /lib/udev/write_net_rules # progr... 阅读全文

posted @ 2017-03-26 17:56 天凉好个球 阅读(142) 评论(0) 推荐(0) 编辑

Centos-6.8 x64安装redis-3.2.8

摘要: Redis源码安装 安装环境Centos-6.8 x64 redis-3.2.8.tar.gz(放置在download下) 1.解压文件 [root@LS-Min download]# tar -zxvf redis-3.2.8.tar.gz ... [root@LS-Min download]# cd redis-3.2.8 2.编译文件 [root@LS-Min redis-3.2.8]#... 阅读全文

posted @ 2017-03-26 17:53 天凉好个球 阅读(905) 评论(0) 推荐(0) 编辑

2017年3月20日

maven bat文件

摘要: start.bat clean-install.bat 阅读全文

posted @ 2017-03-20 21:57 天凉好个球 阅读(112) 评论(0) 推荐(0) 编辑

2016年6月27日

oracle字符查出一位

摘要: select cast('a' as varchar2(64)) from dual; 阅读全文

posted @ 2016-06-27 19:42 天凉好个球 阅读(92) 评论(0) 推荐(0) 编辑

2015年10月27日

js常用

摘要: window.navigator.userAgent.toLowerCase().indexOf("msie") != -1 是否是IE浏览器 阅读全文

posted @ 2015-10-27 15:37 天凉好个球 阅读(77) 评论(0) 推荐(0) 编辑

2015年9月10日

oracle 字符转字符串函数

摘要: select cast('addd' as varchar(4)) from dual; 阅读全文

posted @ 2015-09-10 15:12 天凉好个球 阅读(317) 评论(0) 推荐(0) 编辑

2015年8月14日

PLSQL win7 64位

摘要: 1. 解压instantclient-basic-win32-11.2.0.1.0.zip至Oracle安装目录的Product下 具体目录如下D:\Oracle\product\instantclient_11_22. D:\Oracle\product\11.2.0\dbhome_1\NETWO... 阅读全文

posted @ 2015-08-14 11:10 天凉好个球 阅读(170) 评论(0) 推荐(0) 编辑

2015年6月17日

webservice

摘要: axis2 prc调用有返回值:client.invokeBlocking(...)无返回值:client.invokeRobust(...) 阅读全文

posted @ 2015-06-17 09:52 天凉好个球 阅读(98) 评论(0) 推荐(0) 编辑

2015年6月4日

svn服务器搭建

摘要: 1. svnserve -d -r e:\mysvn 临时启动服务2. sc create svnservice3 binpath= "\"D:\Program Files (x86)\Subversion\bin\svnserve.exe\" --service -r c:\svn" 作为... 阅读全文

posted @ 2015-06-04 15:24 天凉好个球 阅读(116) 评论(0) 推荐(0) 编辑

导航