(WPAD)Web Proxy Auto Discovery Protocol 基本概念: Web Proxy Auto-Discovery (WPAD) Proxy Auto-Config (PAC) WPAD protocol is a method used by Web browsers t ...
分类:
其他好文 时间:
2017-07-22 22:27:14
阅读次数:
400
Find the contiguous subarray within an array (containing at least one number) which has the largest sum. For example, given the array [-2,1,-3,4,-1,2, ...
分类:
其他好文 时间:
2017-07-22 19:41:18
阅读次数:
159
田忌赛马 时间限制:3000 ms | 内存限制:65535 KB 难度:3 描写叙述Here is a famous story in Chinese history. "That was about 2300 years ago. General Tian Ji was a high offic ...
分类:
其他好文 时间:
2017-07-22 17:00:41
阅读次数:
161
1. git diff filepath 工作区与暂存区比较 2. git diff HEAD filepath 工作区与HEAD ( 当前工作分支) 比较 3. git diff --staged 或 --cached filepath 暂存区与HEAD比较 4. git diff branchN ...
分类:
其他好文 时间:
2017-07-21 01:25:15
阅读次数:
108
git init 初始化git add (文件名) 将文件加入版本库 git add . 加入全部git commit -m '注释' 提交添加或者修改 git status 查看当前状态git log [--pretty=oneline] 查看日志 加后面参数是将列表简化git diff 对比不同 ...
分类:
其他好文 时间:
2017-07-20 20:59:37
阅读次数:
165
http://kristiannielsen.livejournal.com/12254.html http://blog.itpub.net/28218939/viewspace-1975809/ http://mysql.taobao.org/index.php?diff=prev&oldid= ...
分类:
其他好文 时间:
2017-07-20 18:47:35
阅读次数:
136
declare @name varchar(100) declare @disk varchar(100) declare @temp varchar(100) set @temp=Replace(Replace(Replace(Replace(Convert(varchar(30),GETDATE... ...
分类:
数据库 时间:
2017-07-20 17:21:56
阅读次数:
161
React刚开始红的时候,由于对其不甚了解,觉得JSX的写法略非主流,故一直没打算将其应用在项目上,随着身边大神们的科普,才后知后觉是个好东西。 好在哪里呢?个人拙见,有俩点: 1. 虚拟DOM —— 在DOM树的状态需要发生变化时,虚拟DOM机制会将同一Event loop前后的DOM树进行对比( ...
分类:
Web程序 时间:
2017-07-20 15:12:09
阅读次数:
224
初始化配置 查看、添加、提交、删除、找回,重置修改文件 查看文件diff 查看提交记录 取得Git仓库 提交你的修改 查看、切换、创建和删除分支 分支合并和rebase Git暂存管理 Git远程分支管理 基本的分支管理 Git远程仓库管理 创建远程仓库 ...
分类:
其他好文 时间:
2017-07-19 10:33:34
阅读次数:
208
Colonel has n badges. He wants to give one badge to every of his n soldiers. Each badge has a coolness factor, which shows how much it's owner reached ...
分类:
其他好文 时间:
2017-07-18 19:47:36
阅读次数:
167