K - Kinds of Fuwas Time Limit:2000MS Memory Limit:65536KB 64bit IO Format:%lld & %lluDescriptionIn the year 2008, the 29th Olympic Games will be held ...
分类:
其他好文 时间:
2014-07-18 00:19:24
阅读次数:
357
tomcat6.0.32com.dyyx.ShareUtils//返回系统当前时间public static String now();package com.dyyx;import java.text.DateFormat;import java.text.SimpleDateFormat;imp...
分类:
其他好文 时间:
2014-07-18 00:01:50
阅读次数:
334
1.pthread_create function creates thread that share the same memory with the process.2.pthread_join function wait for threads until they stop3.The pth...
分类:
系统相关 时间:
2014-07-18 00:19:54
阅读次数:
317
1、二分查找代码二分查找的代码. int bfind(int* a,int len,int val) { int m = len/2; int l = 0; int r = len; while(l!=m && r!= m) { if(...
分类:
其他好文 时间:
2014-07-18 00:01:25
阅读次数:
213
CSS 远程加载字体的方法,做网站CSS的都知道,用户浏览网站时,网页上的字体是加载本地的。换言之,如果网站使用了用户电脑所没有安装的字体,那显示字体就会被默认字体所代替了,自然效果就大受影响了。上网搜索了下,这个问题,其实还是有解决办法的。那就是,准备一个或几个字体文件,放置到服务器上,再用 CS...
分类:
Web程序 时间:
2014-07-18 00:20:17
阅读次数:
307
A - Accurately Say "CocaCola"!DescriptionIn a party held by CocaCola company, several students stand in a circle and play a game.One of them...
分类:
其他好文 时间:
2014-07-18 00:01:04
阅读次数:
239
July 3rd, 2012nodejs express route 的用法1. 首先是最基本的用法。12345var app=require('express').createServer(); app.get("/",function(req,res){ res.send("hello worl...
分类:
Web程序 时间:
2014-07-18 00:21:14
阅读次数:
397
AndroidManifest.xml是每个android程序中必须的文件。它位于application的根目录,描述了package中的全局数据,包括了package中暴露的组件(activities, services, 等等),他们各自的实现类,各种能被处理的数据和启动位置。此文件一个重要的地...
分类:
移动开发 时间:
2014-07-18 00:20:43
阅读次数:
277
http://www.cnblogs.com/kofi1122/archive/2011/03/22/1991828.htmlhttp://www.juziku.com/weizhishi/3077.htmandroid开发:View中android:focusable属性的作用设置是否获得焦点。若...
分类:
移动开发 时间:
2014-07-18 00:00:27
阅读次数:
275
今天安装 Compass 多时候发现竟然安装不了,且什么提示也没有,让人纳闷。安装代码如下:$ gem install compass运行该段代码后发现没反应,也没有提示,后来网上查了才知道,竟然啥因为 Compass 被墙了,测试了下 Sass 结果也被墙了。 后来看到淘宝有一个 RubyGems...
分类:
其他好文 时间:
2014-07-18 00:22:02
阅读次数:
272
用例:f = os.popen("%s %s %s" % ("pkg-config", " ".join(args), mod))popen(...) popen(command [, mode='r' [, bufsize]]) -> pipe Open a pipe to/from a com....
分类:
编程语言 时间:
2014-07-18 00:00:03
阅读次数:
392
$ wc story.txt39 237 1901 story.txt● Use -l for only line count● Use -w for only word count● Use -c for only byte count● Use -m for character count (n...
分类:
系统相关 时间:
2014-07-18 00:22:31
阅读次数:
278
A few things to remember while coding in Python. - 17 May 2012 - UPDATE: There has been much discussion in Hacker News about this article. A few corre...
分类:
编程语言 时间:
2014-07-18 00:23:05
阅读次数:
481
能用动规解决的问题的特点1) 问题具有最优子结构性质。如果问题的最优解所包含的子问题的解也是最优的,我们就称该问题具有最优子结构性质。2) 无后效性。当前的若干个状态值一旦确定,则此后过程的演变就只和这若干个状态的值有关,和之前是采取哪种手段或经过哪条路径演变到当前的这若干个状态,没有关系。尤其是第...
分类:
其他好文 时间:
2014-07-18 00:23:29
阅读次数:
148
案例:Hadoop jar引用:hadoop jar -libjars aa.jar bb.jar ….jar包会被上传到hdfs,然后分发到每个datanode假设有20个jar文件,每天jar文件被上传上万次,分发达上万次(百G级),造成很严重的IO开销。如何使这些jar包在HDFS上进行缓存,...
分类:
其他好文 时间:
2014-07-18 00:23:59
阅读次数:
265