忽略某些文件 一般我们总会有些文件无需纳入 Git 的管理,也不希望它们总出现在未跟踪文件列表。通常都是些自动生成的文件,比如日志文件,或者编译过程中创建的临时文件等。我们可以创建一个名为 .gitignore 的文...
分类:
其他好文 时间:
2014-08-04 08:23:47
阅读次数:
240
这2题 可以放一起 1231可以算1003的进化版...这2题 我用的方法一样 O(1)空间复杂度 O(n)时间复杂度 ... 这是我自己的说法 错了告知我=-=其实 1231你要是开一个数组的话 就和1003写的时候差不多了 当然那就最好不要开了 touch me 1st ...
分类:
其他好文 时间:
2014-08-04 01:44:29
阅读次数:
337
Openstack平台搭建之第三天 Author :xxbAndy If you have any question ,please contact me by weichuangxxb@s...
分类:
其他好文 时间:
2014-08-03 23:37:16
阅读次数:
598
#include #include int a[10];using namespace std;int main(){ memset(a,-1,sizeof(a)); for(int i=0;i#include int a[10];using namespace std;int main(){me....
分类:
其他好文 时间:
2014-08-03 20:33:15
阅读次数:
288
赤裸裸的字典树...就来熟悉下字典树的 顺便注意下写的时候的各种小细节 touch me 1 #include 2 #include 3 using namespace std; 4 5 const int size = 26; 6 char str[size]; 7 typedef...
分类:
其他好文 时间:
2014-08-03 17:59:56
阅读次数:
168
Decode WaysA message containing letters fromA-Zis being encoded to numbers using the following mapping:'A' -> 1'B' -> 2...'Z' -> 26Given an encoded me...
分类:
其他好文 时间:
2014-08-03 15:12:15
阅读次数:
238
All in All
Time Limit: 1000MS
Memory Limit: 30000K
Total Submissions: 27775
Accepted: 11413
Description
You have devised a new encryption technique which encodes a me...
分类:
其他好文 时间:
2014-08-02 15:38:03
阅读次数:
182
每个dp 没个30来分钟 tm的就写不出什么状态转移方程 还是太弱了啊=-= touch me其实用滚动数组 就是看你上一个状态转移到当前状态 与 i 前面多少个有关系 因为这里需要用到 i - 2 i - 1那么其实只要用 i % 3就可以了像上一题 我们只涉及到 i + 1那么只...
分类:
其他好文 时间:
2014-08-02 12:20:33
阅读次数:
256
Even the kids stated that ghd hair straightener Huiyi points in the operation, As a end result of my mood, Therefore, the mass removing me … … When I ...
分类:
其他好文 时间:
2014-08-01 15:55:02
阅读次数:
262
1. 打开deployerConfigContext.xml 在authenticationManager的bean中增加 2.login-webflow.xml 在该文件定位viewLoginForm,可以找到: ...
分类:
其他好文 时间:
2014-08-01 15:25:51
阅读次数:
255