这篇日志应该叫「六美分历险记」的,「六美分」顾名思义嘛,自然是指CentOS-6。下面扯扯为何对本屌来说是「历险」和为虾米要「历险」:偶对red
hat系的向来无爱。当偶还是linux小白时,就曾在虚拟机里折腾过高大上的fedora,没用过多久就遇到了kernel panic啊有木有!差点把小白吓退...
分类:
其他好文 时间:
2014-05-21 22:54:05
阅读次数:
341
Linux发行版:CentOS、Ubuntu、RedHat、Android、Tizen、MeeGo作者:阳光岛主原文在这儿Linux,最早由Linus
BenedictTorvalds在1991年开始编写。在这之前,Richard Stallman创建了Free Software Foundatio...
分类:
移动开发 时间:
2014-05-21 21:58:57
阅读次数:
670
using System.Data.SqlClient;static void
Main(string[] args) { string connString = @"Data Source=.; Initial
Catalog=lh0216; User ID=s...
分类:
数据库 时间:
2014-05-21 21:37:07
阅读次数:
369
先来看一段代码: public static void main(String[] args) {
new Timer().schedule(new TimerTask() {
@Override
public void run() {
System.out.println("阳光小强");
}
}, 5000);
int i = 0;
wh...
分类:
移动开发 时间:
2014-05-21 16:56:51
阅读次数:
296
从多任务OS开始,线程主要用来表示IO异步;而今随着4G和多核等的到来,计算密集型又热门起来了。
硬件价格和性能从低到高:
PC/Laptop multi core, memory shared
PC clusters
SuperComputers
假设一个理想并行计算机:每个处理器计算能力相同,忽略调度,
static thread 是对一个虚拟处理器的软件层面的抽象;
s...
分类:
其他好文 时间:
2014-05-21 08:17:39
阅读次数:
326
/*package zxdc.web;import static
org.junit.Assert.*;import java.io.IOException;import
javax.servlet.ServletException;import javax.servlet.http.HttpSer...
分类:
其他好文 时间:
2014-05-21 05:20:31
阅读次数:
289
import java.io.*; class Main{ public static
void main(String[] args) throws IOException{ File path=new
File("D:\\jlp1\\jlp2"); File file...
分类:
其他好文 时间:
2014-05-21 04:57:31
阅读次数:
226
using System.Data.SqlClient;static void
Main(string[] args) { string connString = @"Data Source=.; Initial
Catalog=lh0216; User ID=s...
分类:
数据库 时间:
2014-05-21 04:18:08
阅读次数:
388
中的两个功能:这两个关键字可以一起使用,当一起使用时,它们的先后顺序是没有限制的,谁在前面都一样,const是指常量,static则表示静态变量,它们一起使用时则表示一个静态常量.当你声明一个变量并初始化后,你不想在后面的程序中对该变量进行修改的话,你就可以用const修饰符来修饰它,它告诉编译器这...
分类:
其他好文 时间:
2014-05-21 03:57:42
阅读次数:
225
static void Main(string[] args) {
Console.WriteLine("输入用户编号:"); string cusernum = Console.ReadLine(); Console....
分类:
数据库 时间:
2014-05-21 03:27:58
阅读次数:
398