http://opengrok.github.io/OpenGrok/Ubuntu环境下OpenGrok的安装及使用http://www.linuxidc.com/Linux/2013-05/84518p2.htmLinux下Opengrok安装部署与使用http://blog.csdn.net/h...
分类:
其他好文 时间:
2015-05-30 13:28:56
阅读次数:
168
纵观移动市场,一款移动app,要想长期在移动市场立足,最起码要包含以下几个要素:实用的功能、极强的用户体验、华丽简洁的外观。华丽外观的背后,少不了美工的辛苦设计,但如果开发人员不懂得怎么合理展示这些设计好的图片,将会糟蹋了这些设计,功亏一篑。比如下面张图片,本来是设计来做按钮背景的:button.p...
分类:
其他好文 时间:
2015-05-30 13:29:07
阅读次数:
131
Piggy-BankProblem DescriptionBefore ACM can do anything, a budget must be prepared and the necessary financial support obtained. The main income for t...
分类:
其他好文 时间:
2015-05-30 13:27:34
阅读次数:
103
用了3年多的本本罢工,最近新入手了一台 rmbp,一堆工作环境要配置,LNMP 里的 NMP 是常规要安装的,恰好也是第一次在 mac 上安装配置nginx、mysql、php,所以顺便做个记录,免得以后忘了也好查看,不用到处翻。PS:下面的安装都是基于homebrew,如果不熟悉或者还没安装有 h...
分类:
数据库 时间:
2015-05-30 13:28:56
阅读次数:
196
fmap :: (T -> R) -> Functor<T> -> Functor<R> lifts a function of type T -> R into a function of type Functor<T> -> Functor<R>; flatMap :: (T -> Monad<...
分类:
其他好文 时间:
2015-05-30 13:26:45
阅读次数:
198
摘录自:OSCHINAMegan_zhouhttp://my.oschina.net/megan/blog/133918这个太简单, 没什么好说的,直接上例子:NSArray *testArray = [NSArray arrayWithObjects:@"2.0", @"2.3", @"3.0",...
分类:
移动开发 时间:
2015-05-30 13:26:34
阅读次数:
255
TramTime Limit:1000MSMemory Limit:30000KTotal Submissions:11159Accepted:4089DescriptionTram network in Zagreb consists of a number of intersections an...
分类:
其他好文 时间:
2015-05-30 13:27:24
阅读次数:
124
确定比赛名次Time Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 15259Accepted Submission(s): 6093Problem Des...
分类:
其他好文 时间:
2015-05-30 13:29:09
阅读次数:
104
1 def my_abs(x):2 if x>=0:3 return x4 else:5 return -x6 7 z=int(raw_input("Please Input The Number You Want To Get Abs: "))8 ...
分类:
编程语言 时间:
2015-05-30 13:28:03
阅读次数:
155
1 def fact(n):2 if n==1:3 return 14 return n*fact(n-1)5 6 n=int(raw_input("Please Input The Number of N: "))7 print fact(n)
分类:
编程语言 时间:
2015-05-30 13:27:03
阅读次数:
140
$(function(){ var module1 = (function(){ var _count = 0; var m1 = function(){ alert('m1') }; var m2 = function(){ alert('m2'); ...
分类:
Web程序 时间:
2015-05-30 13:25:30
阅读次数:
95
如果你是使用SSD或者Advanced Format硬盘者,喜欢折腾性能,那么你可以看看此文,对于菜鸟有不错的知识面。 一些朋友友使用了采取Advanced Format(高级格式)技术的HDD,或是SSD,遇到了一些问题,这里我就我所知道的问大家解释一些,这里主要不谈理论上的东西主要讲实际应用:1...
分类:
其他好文 时间:
2015-05-30 13:27:27
阅读次数:
139
简单的2维chart,支持选中,但是选中之后无法撤销。 source link: http://jsbin.com/sexipa/1/edit?html,output
分类:
其他好文 时间:
2015-05-30 13:25:48
阅读次数:
173
commentBtn.adjustsImageWhenHighlighted = NO; //背景:做博客的时候,写到工具条时,设置了评论、转发等button的高亮时的背景图片,但是点击button的时候,发现normal状态的image也会有变化,这样不太好。button的字体可以通过titleL...
分类:
其他好文 时间:
2015-05-30 13:25:20
阅读次数:
105
转自:http://www.cnblogs.com/lovingprince/archive/2007/12/07/2166400.html背景知识: 为了更好的进行下面的内容我们必须了解一些概念性的术语:共享sql语句 为了不重复解析相同的SQL语句(因为解析操作比较费资源,会导致性能下降...
分类:
数据库 时间:
2015-05-30 13:27:45
阅读次数:
196
线程本地存储 (TLS)https://msdn.microsoft.com/zh-cn/library/6yh4a9k1(v=vs.80).aspxUsing Thread Local Storage in a Dynamic-Link Libraryhttps://msdn.microsoft....
分类:
编程语言 时间:
2015-05-30 13:24:37
阅读次数:
128
JAVA开发工具文本编辑器 UltraEdit EditPlus notepad++集成开发环境 IDE Integrated Development Enviroment JBuilder http://www.borland.com基本淘汰 Eclipse http://www.ec...
分类:
编程语言 时间:
2015-05-30 13:27:34
阅读次数:
182