一、简单介绍using System.Xml;//初始化一个xml实例XmlDocument
xml=new
XmlDocument();//导入指定xml文件xml.Load(path);xml.Load(HttpContext.Current.Server.MapPath("~/file/boo...
分类:
其他好文 时间:
2014-05-05 23:59:47
阅读次数:
347
Problem DescriptionFor a sequence S1, S2, ... , SN,
and a pair of integers (i, j), if 1 2 #include 3 #include 4 #include 5 using
namespace std...
分类:
其他好文 时间:
2014-05-05 23:50:08
阅读次数:
445
五一过的一多半已经过去了,感觉过的真快。 言归正传说说最近一直在用的winform分页控件。
一. 添加新项-用户控件二.拖控件,这个很简单三.写代码using System;using System.Collections.Generic;using
System.ComponentModel;....
using System;using System.Collections.Generic;using
System.ComponentModel;using System.Data;using System.Drawing;using
System.IO;using System.Linq;usi...
分类:
其他好文 时间:
2014-05-05 23:22:07
阅读次数:
290
SqlHelper是一个执行数据库操作的助手类,但是当我们没学过DataSet之前,要想使用using搭配SqlConnection和SqlCommand写出一个真正独立的SqlHelper都是不太可能的。比如:一个常规的ExecuteReader方法如果使用上述做法,代码如下:using
Syst...
分类:
数据库 时间:
2014-05-05 23:10:40
阅读次数:
501
题目链接再水一发,构造啊,初始化啊。。。wa很多次啊。。#include #include
#include #include #include #include #include using namespace std;#define MOD
1000000007#define LL long l...
分类:
其他好文 时间:
2014-05-05 23:04:05
阅读次数:
375
using System;using System.IO;using
System.Security.Principal;using System.ComponentModel;using
System.Configuration;using System.Runtime.InteropServic...
分类:
Web程序 时间:
2014-05-05 22:58:48
阅读次数:
516
FPSDisplay.csusing UnityEngine;using
System.Collections; public class FPSDisplay : MonoBehaviour{ float deltaTime =
0.0f; void Update() { ...
分类:
其他好文 时间:
2014-05-05 22:05:23
阅读次数:
522
#include #include #include using namespace std;int
n,leap;int vis[12];void dfs(int index,int num){ if(leap) return ; if(index>n)
{ ...
分类:
其他好文 时间:
2014-05-05 22:01:05
阅读次数:
593
using UnityEngine;using System.Collections;public
class Test : MonoBehaviour { public GameObject anObject ; private Camera cam ;
private Plan...
分类:
其他好文 时间:
2014-05-05 22:00:12
阅读次数:
357