Unless you’re planning to build websites and applications that do nothing but publish content, and don’t accept inputfrom your visitors, you’re going ...
分类:
其他好文 时间:
2018-10-04 09:24:13
阅读次数:
163
参考博文:廖雪峰Git教程 1. 工作区和暂存区 Git和其他版本控制系统如SVN的一个不同之处就是有暂存区的概念。 1.1. 工作区(Working Directory) 就是你在电脑里能看到的目录.比如:zhangtest 1.2. 版本库(Repository) 工作区有一个隐藏目录.git, ...
分类:
其他好文 时间:
2018-10-03 20:56:44
阅读次数:
451
基本参数: reset 参数–soft、 –mixed、 –hard,会对状态 working、index、head 进行重置 git reset --mixed:此为默认方式,不带任何参数的git reset,即时这种方式,它回退到某个版本,只保留源码,回退commit和index信息git re ...
分类:
其他好文 时间:
2018-10-02 20:14:34
阅读次数:
184
题意: 两个人一个从左上角一个从左下角分别开始走分别走向右下角和右上角,(矩阵每个格子有数)问到达终点后可以得到的最大数是多少,并且条件是他们两个相遇的时候那个点的数不能算 思路: 首先这道题如果暴力搜索一般是gg了,所以考虑动态规划 我们设起点为st(1,1),终点为ed(n,m),相遇的点为no ...
分类:
其他好文 时间:
2018-09-28 17:38:44
阅读次数:
124
Hidden Hierarchy "题目链接" 题目描述 You are working on the user interface for a simple text based file explorer. One of your tasks is to build a navigation p ...
分类:
其他好文 时间:
2018-09-27 22:05:25
阅读次数:
176
1.、Package Explorer 可以在这里打开 2、选择Working sets 3、新建java working set 4、把文件夹显示出来 5、可以把项目移动到文件夹里面了,鼠标左键拖就可以了 ...
分类:
系统相关 时间:
2018-09-27 01:38:21
阅读次数:
172
Go Slices: usage and internals 5 January 2011 Introduction Go's slice type provides a convenient and efficient means of working with sequences of type ...
分类:
其他好文 时间:
2018-09-25 11:30:59
阅读次数:
169
原文地址:Getting Started with Headless Chrome By Eric Bidelman Engineer @ Google working on web tooling: Headless Chrome, Puppeteer, Lighthouse Headless C ...
分类:
其他好文 时间:
2018-09-18 14:55:32
阅读次数:
222
linux命令的分类 内部命令:属于Shell解析器的一部分 例如:cd 切换目录(change directory) pwd 显示当前工作目录(print working directory) help 帮助 外部命令:独立于Shell解析器之外的文件程序 例如:ls 显示文件和目录列表(list ...
分类:
系统相关 时间:
2018-09-17 19:48:15
阅读次数:
221
mac系统 pip3 install scrapy 失败 No local packages or working download links found for incremental>=16.10.1 使用pip3 install scrapy命令之后,会出现如下问题: Collecting ...
分类:
其他好文 时间:
2018-09-16 20:55:38
阅读次数:
205