摘要: 一、git提交修改到github上:http://www.360doc.com/content/12/0602/16/2660674_215429880.shtml二:git中push用法和常见问题:http://862123204-qq-com.iteye.com/blog/1683315 三:git remote http://blog.csdn.net/pgmsoul/article/details/7883706四:Error when push commits with Github: fatal: could not read Username http://stackoverfl 阅读全文
posted @ 2014-02-25 16:18 一束光 阅读(195) 评论(0) 推荐(0) 编辑
摘要: 转于:http://my.oschina.net/taisha/blog/75746有很多文件不必使用git管理。例如Eclipse或其他IDE生成的项目文 件,编译生成的各种目标或临时文件等。使用git status时,会在Untracked files里面看到这些文件列表,在一次需要添加的文件比较多时(使用git add . / git add -u),会把这些所有的未跟踪文件添加进索引。============一些牢骚============ 于是自然想要告诉git把这些文件忽略,我们当然会想到去Google,输入本文标题这个关键字(一部分人会直接去看document),然后当然会有 . 阅读全文
posted @ 2014-02-25 15:50 一束光 阅读(3746) 评论(0) 推荐(0) 编辑
摘要: 一:自动加载为啥舍弃__autoload() 而选用 spl_register_autoload() ?I experienced it while upgrading the Smarty and my own autoload function.So, the better way is to avoid __autoload() and use spl_register_autoload() instead. If you have written this already, just rename your function to something like __autoload_m 阅读全文
posted @ 2014-02-25 02:09 一束光 阅读(422) 评论(0) 推荐(0) 编辑

友情链接

CFC4N