码迷,mamicode.com
首页 >  
搜索关键字:pt-online-schema-change add index column    ( 75467个结果
hbase memstorelab
关于MemStore的补充 在通过HStore.add向store中添加一个kv时,首先把数据写入到memstore中。这一点没有什么说明; publiclongadd(finalKeyValue kv) { lock.readLock().lock(); try{ returnthis.memstore.add(kv); }finally{ lock.readLock().un...
分类:其他好文   时间:2014-05-12 14:14:38    阅读次数:340
WPF WebBrowser
XAMLButtonXAM.CSprivatevoidbutton1_Click(objectsender,RoutedEventArgse){webBrowser1.Navigate(newUri("http://w2i.wanmei.com/launcher/index.htm"));}xaml...
分类:Web程序   时间:2014-05-12 13:35:37    阅读次数:529
List does not exist. The page you selected contains a list that does not exist. It may have been deleted by another user
当我在subsite里点击”Add a document”,报这个错,后来一看event log: 在AAM里加上一条: 问题搞定:
分类:其他好文   时间:2014-05-12 13:14:07    阅读次数:306
包的引入,不要引入自己目录下的。
beanutils-1.8.0.zipcommons-logging.jar包的引入:在项目中创建一个文件夹如libs,然后将整个项目需要的第三方的jar包可以直接拷贝带该目录,随后打开该目录全选->右键->Build path -> add path -> 看到奶瓶子即可
分类:其他好文   时间:2014-05-12 13:06:54    阅读次数:201
Ubutun13.10下安装fcitx
Ubuntu下自带的Ibus输入法平台并不好用,现在主要使用的是fcitx输入法.安装fcitx输入法的安装和配置过程如下:首先卸载掉ibus,输入命令sudo apt-get remove ibus然后添加fcitx源,sudo add-apt-resporitory ppa:fcitx-team...
分类:其他好文   时间:2014-05-12 08:52:36    阅读次数:271
bcb安装控件方法汇总
1.BCB 菜单: Project->Options->Packages->Add[喝小酒的网摘]http://blog.const.net.cn/a/8496.htm如果是BCB6: 选择安装的文件夹 yb_base_c6.bpl 和 yb_comm_c6.bpl, 然后按“打开”按钮如果是BCB...
分类:其他好文   时间:2014-05-12 08:32:09    阅读次数:470
【LeetCode】Set Matrix Zeroes
Given amxnmatrix, if an element is 0, set its entire row and column to 0. Do it in place.click to show follow up.Follow up:Did you use extra space?A s...
分类:其他好文   时间:2014-05-12 08:22:51    阅读次数:255
uva11464 偶矩阵,推理题
http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&category=&problem=2459 明天省赛,所以今天做几道所谓水题,可惜这个题因为输出写错WA了很久,,, 如果直接枚举矩阵所有的位置是否改变,那么时间复杂度是承受不住的 这道题让我学到的,就是: ...
分类:其他好文   时间:2014-05-12 07:10:08    阅读次数:374
get、set、add、remove→→(字段、属性)+(委托、事件)
学习完了事件(event),可以得到:事件(event)=委托(deledgate)+增加/移除(add/remove) ——这一点,创建一个事件之后用反编译器(.NET Reflector)可以看见而之前学习属性可以看成:属性=共有的(pub...
分类:其他好文   时间:2014-05-11 01:15:13    阅读次数:392
Leetcode: Valid Sudoku
犯了很多细节上的错误,比如忽视了“-”的存在,正是因为有“-”的存在,所以不能用if (rows.size() == i)来判断rows里面是否已经存某一行,如果不存在再row = new ArrayList();row.add(board[i][j]);rows.add(row);来添加新的一行。...
分类:其他好文   时间:2014-05-10 09:06:35    阅读次数:341
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!