git 在fetch时侯报错: fatal: git-write-tree: error building trees 解决办法: Use: git reset--mixed instead of?git reset --hard. You will not lose any changes. clone代码 git clone http://sunhuairu...
分类:
其他好文 时间:
2015-06-18 20:23:05
阅读次数:
123
出现:错误 1 error C4996: 'strnset': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strnset. See online help for de...
分类:
编程语言 时间:
2015-06-18 01:48:11
阅读次数:
239
“Avoid non-default constructors in fragments: use a default constructor plus Fragment#setArguments(Bundle)instead”出現這個問題時使用Window->Android->Lint Error...
分类:
其他好文 时间:
2015-06-17 18:06:51
阅读次数:
252
Exploring the 7 Different Types of Data StoriesWhat makes a story truly data-driven? For one, the numbers aren’t caged in a sidebar graph. Instead, th...
分类:
其他好文 时间:
2015-06-16 20:43:58
阅读次数:
131
N-Queens IIFollow up for N-Queens problem.Now, instead outputting board configurations, return the total number of distinct solutions.https://leetcode...
分类:
编程语言 时间:
2015-06-07 15:42:33
阅读次数:
186
一:Minimum Size Subarray Sum
题目:
Given an array of n positive integers and a positive integer s, find the minimal length of a subarray of which the sum ≥ s. If there isn't one, return
0 instead.
...
分类:
其他好文 时间:
2015-06-06 16:37:38
阅读次数:
354
Clustering and Network Partitions RabbitMQ clusters do not tolerate network partitions well. If you are thinking of clustering across a WAN, don‘t. You should use federation or the shovel instead. ...
分类:
Web程序 时间:
2015-06-04 14:00:29
阅读次数:
469
http://my.oschina.net/jgy/blog/125503
拷贝mavne安装目录conf下面的settings.xml到用户主目录下
修改改文件
F:/Maven/repository
改变本地maven仓库的路径
| Specifies a repository mirror site to use instead of a given...
分类:
其他好文 时间:
2015-06-03 23:32:54
阅读次数:
199
1. svg should use 'fill' prop instead 'background-color'2. svg width & height no need 'px'3. attr(function(data_val, index){})4. create svg, d3.select...
分类:
其他好文 时间:
2015-06-03 23:17:59
阅读次数:
177
题目描述:Given an array of n positive integers and a positive integer s, find the minimal length of a subarray of which the sum ≥ s. If there isn’t one, return 0 instead.For example, given the array [2,3,1...
分类:
其他好文 时间:
2015-06-02 21:56:21
阅读次数:
115