码迷,mamicode.com
首页 >  
搜索关键字:cool    ( 229个结果
POJ3185 The Water Bowls 反转(开关)
Description The cows have a line of 20 water bowls from which they drink. The bowls can be either right-side-up (properly oriented to serve refreshing cool water) or upside-down (a position which h...
分类:其他好文   时间:2014-07-21 22:32:18    阅读次数:278
编译arm-linux-gcc 4.8.2
编译gcc 的时候 主要参考自http://blog.csdn.net/mcy_cool/article/details/17047027 出于部分原因进行了修改,标红的地方为修改的地方 编译环境: 内核名称:Linux 硬件架构名称:i686 硬件平台:i386 操作系统:Ubuntu 13.10...
分类:系统相关   时间:2014-07-19 14:38:42    阅读次数:1175
擎天柱经典语录
引用:---------------------Optimus says a lot of cool things. Most of it is very inspirational and motivates you to achieve beyond your full potential. O...
分类:其他好文   时间:2014-07-18 21:03:44    阅读次数:362
C语言中一些很酷的技巧(cool tricks)
C语言中一些很酷的技巧(cool tricks) 来自Quora,觉得不错,就实践了一下。 1.  #if 0 ...... #endif 块中的内容不会被编译,因为注释不允许嵌套,我们可以把暂时不用的代码块放在 这里面。 2. 数组初始化的时候可以指定索引,而且可以给特定范围的数组赋值。 比如  int array[] = { [0 ... 9] = 1, [10 ......
分类:编程语言   时间:2014-07-12 19:30:20    阅读次数:289
ViewHolder模式超简洁写法,很cool!
ViewHolder是什么就不解释了。 大家通常怎么写ViewHolder呢? ViewHolder holder = null; if(convertView == null){ convertView = mInflater.inflate(R.layout.xxx null); holder ...
分类:其他好文   时间:2014-06-27 22:40:42    阅读次数:306
NodeJS旅程 : Less
我一直强调我是个很懒的人,虽然我认为自己是个代码控但不代表我喜欢写大量代码。有做Web前端开发的人一定都接触CSS,由其在当下CSS3更是做出Cool站的必修课。我曾和不少的前端开发讨论过CSS3,我却发现在他们的眼中,CSS3却是一个非常难啃的骨头,平时写CSS3也只能是痛并快乐着。他们人都在说 ...
分类:Web程序   时间:2014-06-25 17:15:14    阅读次数:321
jython 前言
教程相关的话语-----别人告诉我,这样的主题会显得我很牛的感觉,装cool下 教程分为两部分,主要介绍jython脚本语言,希望通过尽量多的相关知识能够让你有能力进行基于jython的应用开发。 jython是什么?它是python的一种实现(如果不想修改jython解释器的本意,而只是做jython的开发,可以不必深究, 毕竟如同做java开发,除非大牛,也没太大必要去深究JVM...
分类:其他好文   时间:2014-06-22 22:01:40    阅读次数:202
TOJ--3456--数学题
这题 做出来真的好爽啊... it is cool although it is easy虽然 已经是大概1 2点的事了 我拖到现在才写是因为------lol 终于赢一把了 ---先贴下题目: touch me嗯 我一开始 用的是 3重for 我以为32767的数据量 是很小的.... 结果 T....
分类:其他好文   时间:2014-06-18 16:14:20    阅读次数:155
AngularJS - Directive Restrictions
While it’s cool to make a custom element like we did the the previous cast, it’s actually more common to do things like create custom attributes. Thes...
分类:Web程序   时间:2014-06-16 10:19:04    阅读次数:276
CString 的一些事
MFCVisual Studio 2008CString 的 Format 中不能这样存在str.Format(_T("Cool(\%)")); 或者str.Format(_T("Cool(%)")); 即format非CString类型值时不能带%改:str = (_T("Cool(\%)"));
分类:其他好文   时间:2014-06-16 00:10:27    阅读次数:234
229条   上一页 1 ... 20 21 22 23 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!