AlienTech for better life!~...
分类:
其他好文 时间:
2014-06-14 12:24:45
阅读次数:
447
AlienTech for better life!~...
分类:
其他好文 时间:
2014-06-13 22:05:42
阅读次数:
353
题目:
链接:点击打开链接
题意:
思路:
题目大意:Hopper教授正在研究一种稀有虫子的交配行为。他假设它们有两种性别并且它们只与异性交配。在他的实验中,很容易识别虫子和它们的交配行为,因为虫子背后印有编号。
问题
给定一组虫子的交配行为,确定实验是支持教授的假设即虫子没有同性恋,还是有部分交配行为不符合假设。
这道题实际上还是并查集,和以往不同的是。以往给...
分类:
其他好文 时间:
2014-06-13 21:29:50
阅读次数:
414
作下笔记,Spring的注入问题[多个实例问题]解决方案如下: 1 package
student.life.support.platform.service.impl; 2 3 import
javax.annotation.Resource; 4 5 import org.spri...
分类:
编程语言 时间:
2014-06-12 16:32:07
阅读次数:
896
返回查询影响的记录数
$res = $this->db->get_where('wx_life',array('id'=>$id));
$num = $res->num_rows();...
分类:
数据库 时间:
2014-06-09 23:10:50
阅读次数:
259
AlienTech for better life!~...
分类:
系统相关 时间:
2014-06-08 15:00:40
阅读次数:
245
题目来源:Light OJ 1291 Real Life Traffic
题意:最少添加几条边 可以使全图边双连通
思路:缩点 重新构图 答案就是(叶子节点数+1)/ 2
#include
#include
#include
#include
#include
using namespace std;
const int maxn = 10010;
struct Edge
{
i...
分类:
其他好文 时间:
2014-06-08 02:57:26
阅读次数:
276
http://webmagic.io/docs/zh/posts/ch1-overview/thinking.htmlhttps://github.com/psvehla/liferay-spring-mvc-portlethttp://www.huqiwen.com/2012/08/30/life...
分类:
Web程序 时间:
2014-06-06 23:40:58
阅读次数:
535
如果你在工作中需要使用到线程,或是需要在多线程环境下编程,那么了解线程的生命周期(Life Cycle of Thread)以及线程的状态(Thread States)是很有必要的。
正如我们在上一篇文章中了解到的,通过实现Runnable接口或是继承Thread类,我们可以创建一个Java线程类。如果想要启动线程,我们需要创建一个线程类,然后调用它的start()方法来执行run()中...
分类:
编程语言 时间:
2014-06-02 07:07:17
阅读次数:
288