码迷,mamicode.com
首页 > 其他好文
git rebase实战
develop分支上的commit记录Administrator@LuJunTao MINGW64 /f/GitMerge/demo (develop)$ git logcommit f529181aa7aa12794b261b5be57e948792168dd6 C5Author: ChuckLu...
分类:其他好文   时间:2015-08-21 15:12:01    阅读次数:345
Partitioner分区过程分析
Partition中国人意味着分区,意义的碎片,这个阶段也是整个MapReduce该过程的第三阶段。在Map返回任务,是使key分到通过一定的分区算法。分到固定的区域中。给不同的Reduce做处理,达到负载均衡的目的。他的运行过程事实上就是发生在上篇文章提到的collect的过程阶段,当输...
分类:其他好文   时间:2015-08-21 15:13:13    阅读次数:436
Open vSwitch FAQ (一)
Basic ConfigurationQ: How do I configure a port as an access port?A: Add "tag=VLAN" to your "ovs-vsctl add-port" command. For example, the following c...
分类:其他好文   时间:2015-08-21 15:12:33    阅读次数:292
Error detected while processing function CheckFoam256 问题的解决
今天在打开OpenFOAM的constant文件的时候, vim-OpenFOAM-syntax插件遇到了如下问题:Error detected while processing function CheckFoam256:line 3:E168: :finish used outside of a...
分类:其他好文   时间:2015-08-21 15:10:06    阅读次数:227
逝去的、不变的
时光流逝不停息我 渐渐成长父母却逐步老去唯一不变的是爱对家的爱父母对我的爱我对父母的爱这是永恒不变的印记
分类:其他好文   时间:2015-08-21 15:09:19    阅读次数:159
推荐几个好用的,好看的,容易上手的前端模板
向大家推荐几个比较不错的前端模板。手机端:Agile-liteAgile Lite是一个基于HTML5的移动应用开发框架,同时支持jQuery和Zepto双引擎,并提供无关UI和可扩展的框架结构。Frozen UiFrozenUI是什么 Frozen UI是一个开源的简单易用,轻量快捷的移动端UI框...
分类:其他好文   时间:2015-08-21 15:10:27    阅读次数:168
图片编辑工具GIMP
今天修改图片:给图片添加alpha通道,选中要删去的部分,就会变成透明,要保存为png格式文库参考:http://wenku.baidu.com/link?url=HR1lKoBKS1xbhUJdvpHttUZJYx8BuSegncj8C6SSVTbyM16lrq5P4Qp3-TjwMjlgbU4k...
分类:其他好文   时间:2015-08-21 15:11:02    阅读次数:166
Lowest Common Ancestor of a Binary Tree
普通二叉树寻找公共祖先,二叉树的问题基本就是遍历,最小的公共祖先的满足下面一个性质:1、两个节点分别在左右子树上,2、一个节点是另一节点的祖先 1 class Solution { 2 public: 3 TreeNode* lowestCommonAncestor(TreeNode* ro...
分类:其他好文   时间:2015-08-21 15:09:12    阅读次数:244
获取唯一ID码
坑逼的安卓厂商太多,没有可以可靠获取所有厂商设备唯一ID的方法,各个方法都有自己的使用范围和局限性,这也是目前流行的Android系统版本过多,设备也是来自不同厂商,且没有统一标准等原因造成的。比较常用的有:1、DEVICE_IDTelephonyManager tm =(TelephonyMana...
分类:其他好文   时间:2015-08-21 15:08:24    阅读次数:256
light oj 1138
Trailing Zeroes (III)Time Limit: 2000MSMemory Limit: 32768KB64bit IO Format: %lld & %llu Submit Status DescriptionYou task is to find minimal natural ...
分类:其他好文   时间:2015-08-21 15:09:44    阅读次数:198
Merge Intervals
Description:Given a collection of intervals, merge all overlapping intervals.For example,Given[1,3],[2,6],[8,10],[15,18],return[1,6],[8,10],[15,18].Co...
分类:其他好文   时间:2015-08-21 15:09:25    阅读次数:269
SkylineGlobe 如何二次开发实现天际线分析功能
天际线效果:示例代码: ToolTitle onclick="bHide=true;HideOptionsNow()" > --> ...
分类:其他好文   时间:2015-08-21 15:08:47    阅读次数:927
LeetCode "Longest Substring with At Most Two Distinct Characters"
A typical sliding window solution.class Solution { int rec[26]; // for a-z int rec1[26]; // for A-Z int cnt; int &getCnt(char c) ...
分类:其他好文   时间:2015-08-21 15:08:55    阅读次数:146
HDU 1250
简单大数 (要压位,不然会超内存) #include #include #include #include #include using namespace std; const int base = 1000000; struct BigInt { vector Num; BigInt() { N...
分类:其他好文   时间:2015-08-21 15:07:00    阅读次数:141
解决UITableView中Cell重用机制导致内容出错的方法总结
UITableView继承自UIScrollview,是苹果为我们封装好的一个基于scroll的控件。上面主要是一个个的 UITableViewCell,可以让UITableViewCell响应一些点击事件,也可以在UITableViewCell中加入 UITextField或者UITextView...
分类:其他好文   时间:2015-08-21 15:06:50    阅读次数:184
srcelement、parentElement
srcElement 是Dom事件中的事件最初指派到的元素。比如有一个div,里面有一个按钮。你响应div的onclick事件,但实际上,你单击的只是它内部的按钮,那么,srcElement指向的,就是那个按钮。srcElement只在IE中有效。在Opera系列浏览器中对应的属性是targetpa...
分类:其他好文   时间:2015-08-21 15:06:03    阅读次数:116
ZOJ 3745 Salary Increasing
DescriptionEdwardhas established a company withnstaffs. He is such a kind man that he didQtimes salary increasing for his staffs. Each salary increasi...
分类:其他好文   时间:2015-08-21 15:06:25    阅读次数:195
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!