clone项目到本地 1.然后在本地建立接受代码的文件夹,然后cd 到这个目录 (克隆版本库的时候,所使用的远程主机自动被git命名为origin。如果想用其他的主机名,需要用git clone命令的-o选项指定。) 2.$ git clone -o github https://github.co ...
分类:
其他好文 时间:
2017-07-31 10:51:45
阅读次数:
109
书接上文StuQ 技能图谱项目 Github 地址:http://github.com/TeamStuQ/skill-map之前的文章:1。IT技术技能图谱-前端工程师2。IT技术技能图谱-架构师 ...
分类:
其他好文 时间:
2017-07-31 10:14:48
阅读次数:
167
Android-Studio-Plugins 原文地址:https://github.com/itgoyo/Android-Studio-Plugins 欢迎star~~~ Android-Studio-Plugins 1.GsonFormat 快速将json字符串转换成一个Java Bean,免去 ...
分类:
移动开发 时间:
2017-07-31 09:55:35
阅读次数:
285
http://www.cnblogs.com/Deep-Learning/p/7073744.html http://www.cnblogs.com/lutingting/p/4768882.html http://chenrudan.github.io/blog/2016/01/09/logist ...
分类:
其他好文 时间:
2017-07-31 01:07:58
阅读次数:
138
官网:https://github.com/btraceio/btrace 下载:https://github.com/btraceio/btrace/releases/tag/v1.3.9 文档:https://github.com/btraceio/btrace/wiki 目前最新版是:1.3. ...
分类:
编程语言 时间:
2017-07-31 00:59:50
阅读次数:
134
本周任务: 1.往后看4个lecture 2.project1 3.写struts2拦截器 有了一个github账号 和szw开始从零搭一个网站 希望自己可以不要拖后腿 ...
分类:
其他好文 时间:
2017-07-30 23:51:35
阅读次数:
159
在你的电脑上装好git 大致流程是: 1、在github上创建项目 2、使用git clone https://github.com/xxxxxxx/xxxxx.git克隆到本地 3、编辑项目 4、git add . (将改动添加到暂存区) 5、git commit -m "提交说明" 6、git ...
分类:
Web程序 时间:
2017-07-30 23:48:35
阅读次数:
245
不对时间进行格式化处理时 对时间进行格式化处理后 可见redis和直接的fmt输出到文件,速度差了十倍左右 但用redis存日志查起来比较容易查,还可以将日期附加到key里区分每一天的日志,具体用文件存储还是redis按需求来 ...
分类:
其他好文 时间:
2017-07-30 23:40:21
阅读次数:
152
Android系统源代码 1,http://androidxref.com 2,http://www.grepcode.com/ 3,http://www.androidos.net.cn/ 4,http://androidsource.top/ 5,https://github.com/andro ...
分类:
移动开发 时间:
2017-07-30 23:32:34
阅读次数:
201
Filter 过滤器 原文链接:http://tianweili.github.io/blog/2015/01/26/java-filter/ 1、简介 Filter也称之为过滤器,它是Servlet技术中最实用的技术,WEB开发人员通过Filter技术,对web服务器管理的所有web资源:例如Js ...
分类:
其他好文 时间:
2017-07-30 23:29:10
阅读次数:
154