摘要: 1.安装mysql yum install -y mysql-server mysql mysql-devel 2. 设置开机启动:chkconfig mysqld on 查看启动状态:chkconfig --list | grep mysql 启动:service mysqld start 重启: 阅读全文
posted @ 2018-02-27 19:21 shuangxinye 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 参考:https://jingyan.baidu.com/article/48a42057f1f0a4a925250464.html 1.下载安装包 jdk-7u79-linux-x64.tar.gz 2.解压安装包 tar zxvf jdk-7u79-linux-x64.tar.gz 3.移到相应 阅读全文
posted @ 2018-02-27 16:10 shuangxinye 阅读(424) 评论(0) 推荐(0) 编辑
摘要: vim /etc/profile alias cdgame='cd ~/xxjn_game_server'alias netstatn='netstat -ntlp'alias startgame='cd ~/xxjn_game_server;./start.sh;tail -f svr.log'a 阅读全文
posted @ 2017-08-16 11:00 shuangxinye 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 转载: http://www.cnblogs.com/ifzy/p/3854560.html make -j8 2>&1 | tee build.log make -j8 2>&1 | tee build.log make -j8 2>&1 | tee build.log make -j8 2>&1 阅读全文
posted @ 2017-06-28 13:53 shuangxinye 阅读(431) 评论(0) 推荐(0) 编辑
摘要: centos6.4 x64位1用SecureCRT连接虚拟机http://www.cnblogs.com/shuangxinye/p/6283171.html2安装mysqlhttp://www.centoscn.com/mysql/2014/1211/4290.htmlhttp://www.cnb 阅读全文
posted @ 2017-06-28 13:51 shuangxinye 阅读(233) 评论(0) 推荐(0) 编辑
摘要: 系统CentOS-6.4-x86_64 参考: http://www.centoscn.com/mysql/2014/1211/4290.html http://www.cnblogs.com/blogforly/p/5997553.html 一、mysql简介 说到数据库,我们大多想到的是关系型数 阅读全文
posted @ 2017-06-28 13:45 shuangxinye 阅读(3946) 评论(0) 推荐(0) 编辑
摘要: 修改配置文件C:\Program Files\MySQL\MySQL Server 5.5\my.ini,添加的数据必须在[mysqld]下 # log_error 输出错误日志 log_error="C:/Program Files/MySQL/MySQL Server 5.5/log_error 阅读全文
posted @ 2017-06-02 14:21 shuangxinye 阅读(353) 评论(0) 推荐(0) 编辑
摘要: File Default Settings Editor File and Code Templates Python Script # coding:utf8''' Created on ${DATE}@author:${USER}''' Edit the template contents. Y 阅读全文
posted @ 2017-03-30 17:42 shuangxinye 阅读(518) 评论(0) 推荐(0) 编辑
摘要: 我用的git是http://git.oschina.net/ git安装方法 msysgit下载地址 http://msysgit.github.io/ TortoiseGit下载地址 http://download.tortoisegit.org/tgit/ 按照下面顺序根据系统安装 ① 32位系 阅读全文
posted @ 2017-03-30 11:15 shuangxinye 阅读(1351) 评论(0) 推荐(0) 编辑
摘要: 转:http://blog.163.com/hero_213/blog/static/39891214201022011585823/ ENVIRONMENT - 系统环境设置管理 ::获取temp环境变量 wmic ENVIRONMENT where "name='temp'" get UserN 阅读全文
posted @ 2017-01-19 14:10 shuangxinye 阅读(584) 评论(0) 推荐(0) 编辑