首先写一段代码如下:namespace ConsoleApplication3{ class
Program { static void Main(string[] args) { Console.WriteLine("Hello, ...
分类:
数据库 时间:
2014-05-18 20:17:54
阅读次数:
468
public class AllSort{ static String[] buf =
{"1","2","44","7"}; public static void main(String[] args) { perm(buf, 0, 3);
}...
分类:
其他好文 时间:
2014-05-18 20:02:39
阅读次数:
343
地址:http://technet.microsoft.com/zh-cn/library/ms178551.aspx一.sys.sysindexkeys包含有关数据库的索引中的键或列的信息。(表主键信息)
列名 数据类型 说明 idint 表的 ID。 indidsmallint 索引的 ID.....
分类:
数据库 时间:
2014-05-18 19:52:03
阅读次数:
278
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
1.环境变量的配置:path键 值:bin文件夹的位置 classpath键
值:.2.第一个HelloWorld:public class Hello{ public static void main(String args[]){
System.out.print("Hello World!"....
分类:
移动开发 时间:
2014-05-17 21:41:13
阅读次数:
460
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