using System;using System.Collections.Generic;using
System.ComponentModel;using System.Data;using System.Drawing;using
System.Linq;using System.Text;u...
分类:
编程语言 时间:
2014-05-29 04:01:44
阅读次数:
276
DotNetZip on
CodePlex:http://dotnetzip.codeplex.com/详细的可以看源代码……总之感觉比SharpZipLib好用。而且DotNetZip支持VB,C#以及任何.NET语言。加压:(从CodePlex上偷过来的)
using (ZipFile zip ...
分类:
Web程序 时间:
2014-05-29 03:48:21
阅读次数:
273
下面给一个简单的例子,至于多个单元格合并,请自己去实现,也就是坐标计算的事情。至于画图,用GDI,还是DirectX画,自己选择,不过这里主要讲的是算法:坐标计算以及画的过程。注意不要每个列都画一个矩形,很浪费的,因为都重叠了。using
System;using System.Drawing;us...
分类:
其他好文 时间:
2014-05-29 03:45:16
阅读次数:
244
using System;using System.Collections.Generic;using
System.Text;using System.Collections;using System.Windows.Forms;using
System.Drawing;//展示端口namespa...
分类:
其他好文 时间:
2014-05-29 02:34:07
阅读次数:
505
The following MySQL error might occur if you are
using MySQL replication and binary logs.mysql> show binary logs;ERROR 1381
(HY000): You are not using...
分类:
其他好文 时间:
2014-05-29 01:42:38
阅读次数:
518
using System;using System.ServiceProcess;using
System.Diagnostics;using System.Threading;namespace ServiceControllerSample{
class Program { ...
分类:
其他好文 时间:
2014-05-28 04:09:58
阅读次数:
189
1、联合查询,采用视图办法2、借用如下语句using
CrystalDecisions.CrystalReports.Engine;using CrystalDecisions.Shared; public
frmXsjfDy(string sqlpublic) { InitializeCompon...
分类:
其他好文 时间:
2014-05-28 01:23:07
阅读次数:
237
http://acm.hdu.edu.cn/showproblem.php?pid=3367
1 #include 2 #include 3 #include 4 #define maxn 20000 5 using namespace std; 6 7
int n,m; 8 int f[m...
分类:
其他好文 时间:
2014-05-28 00:03:30
阅读次数:
451
using System;using System.Collections.Generic;using
System.Text;using System.Windows;using System.Windows.Controls;using
System.Windows.Data;using Sys...
分类:
其他好文 时间:
2014-05-27 17:59:24
阅读次数:
272
using System;using System.Windows.Forms;using
System.IO.Ports;using System.Drawing;using System.IO;using System.Text;using
System.Collections;using Sy...
分类:
其他好文 时间:
2014-05-27 15:38:36
阅读次数:
422