- 博客(8)
- 资源 (12)
- 收藏
- 关注
原创 多线程简单示例
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading;using System.Runtime.Remoting.Messaging;namespace ThreadExample{ class Program
2014-08-03 21:27:40
477
原创 解决"线程间操作无效: 从不是创建控件的线程访问它"
解决"线程间操作无效: 从不是创建控件的线程访问它"。namespace 多线程{ public partial class Form1 : Form { public Form1() { InitializeComponent(); //不安全 //Te
2012-07-14 21:58:20
940
原创 索兰尼亚语
"Est Sularus oth Mithas" means "My Honor is my life". "Est Sudanus oth Nikkas" means 'My Power is my Truth'.
2012-02-01 20:01:47
1232
原创 字符编码
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.IO;namespace WriteFile{ class Prog
2011-10-14 20:27:55
311
原创 gridview手动绑定oracle数据
using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;u
2011-10-12 21:37:47
762
原创 ORACLE实现主键自增
建序列:create sequence SQ_PUBLICminvalue 1maxvalue 999999start with 1increment by 1;建触发器:SQL> create or replace trigger exam_tri
2011-10-12 20:33:41
662
原创 NPOI导出Excel
NPOI:http://npoi.codeplex.com/ 导出用户数据到Excel //////DownloadExcel1.ashx/////////using Syste
2011-09-05 13:41:45
1029
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人