码迷,mamicode.com
首页 >  
搜索关键字:numa support    ( 7011个结果
Problem LRU Cache
Problem Description:Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations:getandset.ge...
分类:其他好文   时间:2014-07-07 16:41:12    阅读次数:237
eclipse scons 使用指南
http://sconsolidator.com/projects/sconsolidator/wiki/Getting_StartedAdd SCons support to an existing projectTo add SCons support to an existing C/C++ ...
分类:系统相关   时间:2014-07-07 15:25:54    阅读次数:289
android屏幕适配详解
官方地址:http://developer.android.com/guide/practices/screens_support.html一、关于布局适配建议1、不要使用绝对布局2、尽量使用match_parent 而不是fill_parent 。3、能够使用权重的地方尽量使用权重(android...
分类:移动开发   时间:2014-07-03 11:28:23    阅读次数:321
FragmentActivity和Activity的具体区别在哪里
fragment是3.0以后的东西,为了在低版本中使用fragment就要用到android-support-v4.jar兼容包,而fragmentActivity就是这个兼容包里面的,它提供了操作fragment的一些方法,其功能跟3.0及以后的版本的Activity的功能一样。下面是API中的原...
分类:其他好文   时间:2014-07-03 00:27:38    阅读次数:351
ViewPage
最近实现了这样的一个效果:滑动界面出现拖拽效果,可翻动3屏,也可点击按钮翻动页面。主要利用android.support.v4.view.ViewPager控件来实现。第一个界面:滑动屏幕:换到下一屏:布局文件:主界面 main.xml第一屏界面:page01.xml第二屏 ,第三屏与第一屏布局一样...
分类:其他好文   时间:2014-07-02 00:49:00    阅读次数:415
HTML5如何播放本地文件
HTML5在操作的过程中,很多朋友会遇到一个问题,那就是在播放本地文件的时候时常会有一些问题存在,使得HTML5才操作的过程中本地文件播放不流畅或者是不能够正常的播放。现在,我们就来看看HTML5如何播放本地文件。代码实例如下:Your browser can't support HTML5 Aud...
分类:Web程序   时间:2014-07-01 20:06:23    阅读次数:194
实现滑动出现删除按钮的代码
// Override to support conditional editing of the table view.- (BOOL)tableView:(UITableView *)tableView canEditRowAtIndexPath:(NSIndexPath *)indexPath...
分类:其他好文   时间:2014-07-01 13:18:10    阅读次数:526
mac's native Terminal VS iterm2
俗话说“工欲善其事必先利其器”,没错,对于运维更是如此,每天都需要用终端远程管理服务器,这个终端就是运维的器,废话少说: mac native Terminal已经很好用,虽然有些不足,直到发现iterm2。。。 以下仅列举iterm2完胜terminal的、让你心动的features: 1、support  zmodem(for simply transfer file b...
分类:其他好文   时间:2014-07-01 06:55:46    阅读次数:314
Use xrandr for multiple screen display
Gnome 3 does not have good support for multiple screen display. It is therefore necessary to use xrandr for such purpose. It can be used as follows.Di...
分类:其他好文   时间:2014-06-30 13:22:02    阅读次数:268
LeetCode: LRU Cache [146]
【题目】 Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations: get and set. get(key) - Get the value (will always be positive) of the key if the key exists in the cache, otherwise return -1. se...
分类:其他好文   时间:2014-06-29 22:45:26    阅读次数:358
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!