参考文档:http://blog.csdn.net/ghsau/article/details/12714965http://www.iteye.com/topic/1135747http://luyongxin88.blog.163.com/blog/static/9255807201132110...
分类:
编程语言 时间:
2015-08-04 22:21:03
阅读次数:
157
. 红楼梦 平凡的世界 曾国藩家书 大谋小计50年 阳光心态 一花一世界 商经 创业者在知乎 庄子 人生若只如初见View Code
分类:
其他好文 时间:
2015-08-04 22:22:04
阅读次数:
368
By hzqst1 void R_SparkEffect(float *pos, int count, int velocityMin, int velocityMax)2 {3 efx.R_SparkStreaks(pos, count, velocityMin, velocityMax)...
分类:
Web程序 时间:
2015-08-04 22:21:53
阅读次数:
126
简单介绍哈夫曼压缩算法中哈夫曼树如何生成,java代码实现哈夫曼压缩算法
分类:
编程语言 时间:
2015-08-04 22:20:04
阅读次数:
283
breakpoints、lldb 和 chisel 的详解 BreakpointsBreakPoint分类breakpoint也是有分类的,我这里的文章内大致按使用的方式分为了Normal Breakpoint,Exception Breakpoint,OpenGL ES Error breakpo...
分类:
移动开发 时间:
2015-08-04 22:20:32
阅读次数:
2446
OlympiadTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 631Accepted Submission(s): 436Problem Desc...
分类:
其他好文 时间:
2015-08-04 22:20:21
阅读次数:
95
使用cscope碰到的问题1. E568: duplicate cscope database not added根据提示,cscope数据库重复添加了,我使用的是vim7.2版本,而这个版本在已经支持cscope,并在它的配置文件中开启了cscope功能$ vi /etc/vimrc32 ifha...
分类:
系统相关 时间:
2015-08-04 22:19:38
阅读次数:
234
MZL's BorderTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 462Accepted Submission(s): 127Problem ...
分类:
其他好文 时间:
2015-08-04 22:21:07
阅读次数:
98
最近需要用到定时调用的功能。可以通过java的Timer类来进行定时调用,下面是有关Timer的一些相关知识。 其实就Timer来讲就是一个调度器,而TimerTask呢只是一个实现了run方法的一个类,而具体的TimerTask需要由你自己来实现,例如这样:Timer timer = new...
分类:
编程语言 时间:
2015-08-04 22:21:35
阅读次数:
217
事先声明,我是一个快乐的java coder,不是运维,吼吼。2015-08-03 晚,在阿里云上创建了一个centos(1核1G内存)实例,准备搭建一个简单java环境,环境如下: 1、jdk1.6-45(64bit-系统服务) 2、mysql5.5(64bit-系统服务) 3、memcac...
分类:
其他好文 时间:
2015-08-04 22:20:56
阅读次数:
117
基础的PHP语法PHP脚本可以放在文档中的任何位置.PHP脚本以结束:1 PHP文件的默认文件扩展名是".php".PHP文件通常包含HTML标签和一些PHP脚本代码.下面,我们提供了一个简单的PHP文件实例,它可以向浏览器输出文本"Hello World!": 1 2 3 4 5 M...
分类:
Web程序 时间:
2015-08-04 22:18:56
阅读次数:
136
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication42{ class Program { static ...
分类:
其他好文 时间:
2015-08-04 22:19:46
阅读次数:
108
Problem DescriptionThere arenpeople andmpairs of friends. For every pair of friends, they can choose to become online friends (communicating using onl...
分类:
其他好文 时间:
2015-08-04 22:20:52
阅读次数:
108
归并排序(求逆序数)归并排序:递归+合并+排序时间复杂度:O(n logn)空间复杂度:O(n)用途:1.排序 2.求逆序对数DescriptionIn this problem, you have to analyze a particular sorting algorithm. The alg...
分类:
编程语言 时间:
2015-08-04 22:20:25
阅读次数:
113
这个标题是 2014.11.13 号写的,今天总算是写入内容了。 离上次写代码分析时间有点长,都忘记自己之前是如何写的了。 不管这些历史包袱了,这次轻装上阵,想到哪就写到哪。 开始。 参照 4.0 的 INSTALL 文档内容,...
分类:
其他好文 时间:
2015-08-04 21:16:19
阅读次数:
115
http://www.javaworld.com/article/2077963/open-source-tools/distributed-transactions-in-spring--with-and-without-xa.html 文章涉及的代码: 1. <bean?id="transactionManager"
class="org.springframew...
分类:
编程语言 时间:
2015-08-04 21:15:19
阅读次数:
184