public class Text01{ public static void main(String
args[]){ int score = -1;
if(score>85&&score75&&score60&&score=0){ Syst...
分类:
移动开发 时间:
2014-05-18 19:23:36
阅读次数:
260
一. 获取当前系统时间和日期并格式化输出: import java.util.Date;
import java.text.SimpleDateFormat; public class NowString { public static void
main(String[] args) { Simp...
分类:
编程语言 时间:
2014-05-18 19:18:13
阅读次数:
280
groupadd mysql #添加mysql组 useradd -g mysql mysql
-s /bin/false #创建用户mysql并加入到mysql组,不允许mysql用户直接登录系统 mkdir -p /data/mysql
#创建MySQL数据库存放目 chown -R mysql...
分类:
数据库 时间:
2014-05-18 19:11:27
阅读次数:
406
64位,才可以安装KVM虚拟机。32位系统的内核默认没有把KVM模块编译进去,而且源中也没有与虚拟化相关的软件包,如Qemu等报device-mapper-devel/libdevmapper错误解决方法在Centos下
yum -y install device-mapper-devel;在Ub....
分类:
其他好文 时间:
2014-05-17 20:55:55
阅读次数:
243
java关键字,static final,instanceof等
分类:
编程语言 时间:
2014-05-17 20:25:28
阅读次数:
440
using System;using System.Collections.Generic;using
System.Linq;using System.Text;namespace 索引{ class Program { static void
Main(string[]...
分类:
其他好文 时间:
2014-05-17 20:10:36
阅读次数:
254
1 #include "windows.h" 2 #include "iostream" 3
#include "stdio.h" 4 using namespace std; 5 6 static LPCTSTR
q_szMutexName="w2kdg.ProcTerm.mutex.Suic.....
/// /// DataTable转成Json /// /// /// public static
string DataTableToJson(DataTable dt) { StringBuilder jsonBuilder = new
StringBuilder(); ...
分类:
Web程序 时间:
2014-05-17 18:40:18
阅读次数:
369
1 namespace ExtensionMethod 2 { 3 class Program 4 {
5 static void Main(string[] args) 6 { 7 //要求很简单,判断字符串是否长度大于三并...
分类:
其他好文 时间:
2014-05-17 18:25:24
阅读次数:
227
1、安装gconf-editor yum list | grep conf-editoryum
install gconf-editor2、运行gconf-editor设置: apps ---> gedit-2 ---> preferences
----> encodingauto-detected...
分类:
其他好文 时间:
2014-05-17 18:18:56
阅读次数:
215