linux
文章平均质量分 58
raining_heart
raining.zq@qq.com
展开
-
git commit & git push
Git CommitMaintaining the integrity of your work by controlling what goes into and out of your repository is an important job of any version control system. The changes you make to one or mo原创 2013-01-25 13:49:35 · 3578 阅读 · 0 评论 -
git 惊险的一幕,安全的防护
敲了一天的代码,眼花缭乱,特别是即将放假的时刻,时间更加漫长。总算临时结束一个阶段,快速敲打能带来唯一成就感的一句话。git push。enter!!!越响越高兴。霎那间,傻了眼,detached HEAD...不明白,只知道push失败了。分支有问题?马上git branch 看一下,晕,没有在任何分支上。于是马上切换到本地分支:Warning: you are le原创 2013-02-04 18:54:26 · 7019 阅读 · 0 评论 -
Linux内核编码规范
“在函数名中包含函数类型(所谓的匈牙利命名法)是脑子出了问题——编译器知道那些类型而且能够检查那些类型,这样做只能把程序员弄糊涂了。难怪微软总是制造出有问题的程序。” Linux内核代码风格这是一个简短的文档,描述了linux内核的首选代码风格。代码风格是因人而异的,而且我不愿意把我的观点强加给任何人,不过这里所讲述的是我必须要维护的代码所遵守的风格,并且我也转载 2013-02-05 13:41:56 · 4004 阅读 · 0 评论 -
git用法记录
git log --stat:查看loggit reflog show HEAD@{now} -10:查看所有操作loggit reset –mixed:此为默认方式,不带任何参数的git reset,即时这种方式,它回退到某个版本,只保留源码,回退commit和index信息git reset –soft:回退到某个版本,只回退了commit的信息,不会恢复到index原创 2013-02-23 17:14:32 · 789 阅读 · 0 评论 -
org.xml.sax.SAXParseException: Premature end of file 错误
org.xml.sax.SAXParseException: Premature endof file.Parse Fatal Error at line -1 column -1: Premature end offile.org.xml.sax.SAXParseException: Premature end of file.提示是XML文件解析失败。强制Run几次会出现端口被占用的错误,可能...原创 2018-03-05 23:53:45 · 9224 阅读 · 0 评论