heal

导航

 

2017年5月23日

摘要: mount o username=username,password=password,ip=10.0.0.1 //10.0.0.1/backupscm /home/package/image_vm /home/package/image_vm为本地挂载目录 取完数据后退出挂载目录使用umount 阅读全文
posted @ 2017-05-23 19:39 heal 阅读(221) 评论(0) 推荐(0) 编辑
 

2017年4月25日

摘要: 默认路径是/var/opt/gitlab/git data/repositories/组/库 修改conf 文件 [core] repositoryformatversion = 0 filemode = true bare = true [remote "origin"] url = /var/o 阅读全文
posted @ 2017-04-25 09:56 heal 阅读(2192) 评论(0) 推荐(0) 编辑
 

2017年4月21日

摘要: coding:utf 8 i = 0 while i 阅读全文
posted @ 2017-04-21 10:44 heal 阅读(150) 评论(0) 推荐(0) 编辑
 

2017年4月12日

摘要: 1、登录环境故障的原理及解决办法? bash 4.1$ bash 4.1$ cp /etc/skel/.bash . 阅读全文
posted @ 2017-04-12 10:09 heal 阅读(162) 评论(0) 推荐(0) 编辑
 

2017年4月11日

摘要: sbuline webstorm chrome插件batarang 开发调试工具 nodejs 代码合并和混淆工具 grunt 插件安装:grunt contrib uglify 对代码进行混淆 grunt contrib qunt grunt contrib concat 合并 grunt con 阅读全文
posted @ 2017-04-11 13:20 heal 阅读(182) 评论(0) 推荐(0) 编辑
 

2017年4月10日

摘要: ![](http://images2015.cnblogs.com/blog/1108761/201704/1108761-20170410125854907-1680560749.jpg) 阅读全文
posted @ 2017-04-10 12:59 heal 阅读(158) 评论(0) 推荐(0) 编辑
 
摘要: 钩子 Git钩子是在Git仓库中特定事件发生时自动运行的脚本。可以定制一些钩子,这些钩子可以在特定的情况下被执行,分为Client端的钩子和Server端的钩子。Client端钩子被operation触发,比如commit,merge等,Server端钩子被网络动作触发。 钩子位置 $project 阅读全文
posted @ 2017-04-10 10:04 heal 阅读(1406) 评论(0) 推荐(0) 编辑
 

2017年2月22日

摘要: eclipse下使用git插件上传代码至github 1.eclipse下安装git eclipse git 插件的安装。 点击 Help->Install New Software->add。 输入插件名称(自定义),以及插件地址( http://download.eclipse.org/egit 阅读全文
posted @ 2017-02-22 09:30 heal 阅读(60342) 评论(1) 推荐(2) 编辑
 
摘要: linux下使用yum安装mysql 1、安装 查看有没有安装过: yum list installed mysql* rpm -qa | grep mysql* 查看有没有安装包: yum list mysql* 安装mysql客户端: yum install mysql 安装mysql 服务器端 阅读全文
posted @ 2017-02-22 09:16 heal 阅读(3238) 评论(0) 推荐(0) 编辑
 

2016年7月11日

摘要: Git常用命令集合,Fork于tips项目 Git是一个“分布式版本管理工具”,简单的理解版本管理工具:大家在写东西的时候都用过“回撤”这个功能,但是回撤只能回撤几步,假如想要找回我三天之前的修改,光用“回撤”是找不回来的。而“版本管理工具”能记录每次的修改,只要提交到版本仓库,你就可以找到之前任何 阅读全文
posted @ 2016-07-11 19:05 heal 阅读(231) 评论(0) 推荐(0) 编辑