//代码using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using Newtons...
分类:
Web程序 时间:
2014-08-04 01:44:46
阅读次数:
328
SqlHelper 类:using System;using System.Collections.Generic;using System.Data;using System.Data.SqlClient;using System.Linq;using System.Web;using Syste...
分类:
数据库 时间:
2014-08-03 23:06:36
阅读次数:
464
引用:using System;using System.Collections.Generic;using System.Text;using System.Data;using NPOI.HSSF.UserModel;using NPOI.SS.UserModel;using NPOI.HPSF...
分类:
其他好文 时间:
2014-08-03 20:29:57
阅读次数:
387
using System;using System.Collections.Generic;using System.Text;namespace StringEncry{ class EncodeAndDecode { /// /// Base64加密 ...
分类:
其他好文 时间:
2014-08-03 17:54:35
阅读次数:
186
利用c#语言编写简单计算器:源码如下:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;...
【Phong Shading】 The most serious problem with Gouraud shading occurs when specular highlights are found in the middle of a large polygon. Since these....
分类:
其他好文 时间:
2014-08-03 12:43:25
阅读次数:
223
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace TestConsole{ class Program { static void Main...
分类:
其他好文 时间:
2014-08-03 12:37:15
阅读次数:
210
1、开机狂按shift键,进入grub页面,用上下键移到第二行的恢复模式,按e(注意不是回车) 即Ubuntu,With Linux 3.2.0-23-generic(recovery mode)? 2、把ro recovery nomodeset 改成rw single init=/bin/bash ...
分类:
其他好文 时间:
2014-08-02 18:34:04
阅读次数:
263
毕业后工作单位第一个工作:好坑~~~!一个简单的小DEMO各位大神勿喷生成:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing...
分类:
其他好文 时间:
2014-08-02 18:10:23
阅读次数:
395
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:
其他好文 时间:
2014-08-02 17:57:23
阅读次数:
176