2017年11月29日

摘要: abort: no username supplied (see "hg help config") 在hg中输入commit 指令时,如果出现下述结果:$ hg commitabort: no username supplied (see "hg help config")则按照下述步骤进行设置S 阅读全文
posted @ 2017-11-29 17:42 lydstory 阅读(156) 评论(0) 推荐(0) 编辑
摘要: yum install tortoisehg hg 在/usr/bin/hg 用命令创建库 提交 添加文件 一、正常流程 1、查看项目状态 hg st 2、将未加入索引的文件加入索引 hg add 文件 或者 hg add . 将所有的加入索引中 3、提交修改 hg ci -m "提交说明" 4、初 阅读全文
posted @ 2017-11-29 16:56 lydstory 阅读(742) 评论(0) 推荐(0) 编辑
摘要: yum install libevent-devel 阅读全文
posted @ 2017-11-29 15:59 lydstory 阅读(545) 评论(0) 推荐(0) 编辑
摘要: 1.打开cmd窗口,进入MySql安装的bin目录 2.执行命令登录数据库,之后会出现一行要你输入密码的 mysql -u root -p 3.执行以下命令分配新用户: grant all privileges on *.* to '用户名'@'IP地址' identified by '密码'; 4 阅读全文
posted @ 2017-11-29 11:42 lydstory 阅读(426) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/xingzheouc/article/details/49946191 http://blog.csdn.net/robertkun/article/details/8475843 关于虚拟机的网卡配置,建议选择桥接模式。NAT的模式的话,是受限制的,可能会 阅读全文
posted @ 2017-11-29 10:02 lydstory 阅读(100) 评论(0) 推荐(0) 编辑

导航