码迷,mamicode.com
首页 >  
搜索关键字:something    ( 1401个结果
view的requestLayout()方法
public void requestLayout () Since: API Level 1 Call this when something has changed which has invalidated the layout of this view. This will schedule a layout pass of the view tree. ...
分类:其他好文   时间:2015-03-06 17:08:57    阅读次数:155
Erlang ets -- something about cache continue
上一次说到了实现一个简单cache 的基本思路和想法,http://www.cnblogs.com/--00/p/erlang_ets_something_about_cache.html在文末, 说到了判断single record 内存占用量. 这次继续说说Erlang 数据项内存的相关问题.在...
分类:系统相关   时间:2015-03-06 16:22:40    阅读次数:356
git tag
1.创建当前的点得taggit tag -m "Say something" v1.02.创建某个commit的标签git tag -a v_2014 48969356e18cd1c664624be0286a335e29a29acb -m "the end of 2014"3.提交到服务器git.....
分类:其他好文   时间:2015-03-04 18:52:45    阅读次数:106
热烈庆祝UE4完全免费Free---GitHub的关联方式
声明:所有权利保留。  转载请说明出处: IF YOU LOVE SOMETHING, SET IT FREE 我真是喜欢这句啊! Unreal Engine 4 is now available to everyone for free, and all future updates will be free! 今天是全体游戏人的欢乐激动啊,群里面各种讨论。...
分类:其他好文   时间:2015-03-03 18:40:45    阅读次数:224
Erlang ets -- something about cache
都说用ets 写一个cache 太简单, 那就简单的搞一个吧, 具体代码就不贴了, 就说说简要的需求和怎么做(说设计有点虚的慌).需求场景>> 查询系统,对于主存储而言,一次写入多次查询所以,cache 需要能实现:UserA 在查询 RecordA 时, UserB 也需要查询RecordA, 就...
分类:系统相关   时间:2015-03-02 20:40:10    阅读次数:204
Windbg Configuration
Windbg ConfigurationTarget board(目标机)Run command bcdedit /copy {current} /D "Win8 32bitDebug"If successful, you will get something like thisCopy the ....
分类:数据库   时间:2015-02-28 14:19:32    阅读次数:176
QCheckBox 的按钮响应
Qt中QCheckBox的按键响应如下,其中checkbox为对象名:void YourClass::on_checkbox_toggled(bool state) { // Do something here}
分类:其他好文   时间:2015-02-28 07:49:14    阅读次数:236
二叉树链表的实现: Insert()
之前我的思路是, 先用一个指针找到合适的位置, 再通过指针把值传进去……然后就陷入多重指针的深渊里了。后来我的解决方法是递归:class BinarySearchTree{private: // do something... PTreeNode MakeNewNode (const i...
分类:其他好文   时间:2015-02-27 14:54:51    阅读次数:148
Learn to write a blog
Some people advices college stdudent shoud learn to write a blog.To record beautiful life and think something meaning about life. And some guys tell me that it's necessary to have a blog for a techn...
分类:其他好文   时间:2015-02-26 16:37:55    阅读次数:180
dip your toes in
dip a/your toe in (the water)=tostartverycarefullyto do orbecomeinvolvedin something that you are notexperiencedat(小心尝试,探索,摸索)identify with sb=tofeelt...
分类:其他好文   时间:2015-02-20 16:19:30    阅读次数:621
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!