摘要: 安装:apt-get install dante-server配置:/etc/danted.confinternal: 0.0.0.0 port = 21080external: eth0发现里面有这样的记录May 24 13:57:52 (1337839072) danted[13596]: socks_seteuid(): old: 0, new: 65534May 24 13:57:52 (1337839072) danted[13596]: socks_reseteuid(): current: 65534, new: 0May 24 13:57:52 (1337839072) dan 阅读全文
posted @ 2013-02-25 22:03 chinadiy197601 阅读(1065) 评论(0) 推荐(0)
摘要: [代码] [Java]代码 package com.tanghd;import java.util.Random;/** * 运用小顶堆求解 * AMD 4400 ,Win7 64 ,4G RAM,JDK1.6_update24 * 求1亿随机数TopN,耗时1.4S */ public class TopN { private int[] http://www.fpjinan.com/linked/20130224.do; arr=null; private int top; private int setCount=0; private Random random; pu... 阅读全文
posted @ 2013-02-25 02:31 chinadiy197601 阅读(338) 评论(0) 推荐(0)