注:非调用OFFICE的DLL方法。using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;u...
分类:
Web程序 时间:
2014-07-16 23:19:22
阅读次数:
352
注:此例子只是自己在代码中为了读某固定的几个值,写的有点死,所以另作他用的时候请自行修改或扩充using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using Syste...
分类:
Web程序 时间:
2014-07-16 23:19:18
阅读次数:
316
这个是自己用的,不一定符合您的需求。using System;using System.Collections.Generic;using System.Text;using EXDataControl;using System.Data;using System.Data.SqlClient;us...
分类:
Web程序 时间:
2014-07-16 23:19:13
阅读次数:
304
1,需要引用命名空间using System.IO.Compression;2,//压缩byte数组方法private byte[] ComPress(byte[] data) { try { MemoryStr...
分类:
Web程序 时间:
2014-07-16 23:17:08
阅读次数:
333
自己用的,没整理,代码比较乱,请不要学我。using System;using System.Collections.Generic;using System.Text;using EXDataControl;using System.Data;using System.Data.SqlClient...
分类:
Web程序 时间:
2014-07-16 23:15:12
阅读次数:
232
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Window...
解决办法:\Data\Ueditor\php\Uploader.class.php190行左右/** * 获取文件扩展名 * @return string */ private function getFileExt() { date_default...
分类:
其他好文 时间:
2014-07-16 23:12:13
阅读次数:
206
Algebraic Data Types 入门在前面的章节中,我们谈了一些 Haskell 内置的类型和 Typeclass。而在本章中,我们将学习构造类型和 Typeclass 的方法。我们已经见识过许多类型,如Bool、Int、Char、Maybe等等,不过在 Haskell 中该如何构造自己的...
分类:
其他好文 时间:
2014-07-16 23:10:48
阅读次数:
246
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Window...
分类:
Web程序 时间:
2014-07-16 23:08:43
阅读次数:
264
yum-yinstallgccgcc-c++ncurses-devel
tarxvfcmake-2.8.4.gz
cdmake-2.8.8
./bootstrap
gmake&&gmakeinstall
cd..
tarzxvfmysql-5.5.25.tar.gz
cdmysql-5.5.25
mkdir-p/usr/local/mysql/data
cmake-DCMAKE_INSTALL_PREFIX=/usr/local/mysql-DMYSQL_UNIX_ADDR=/tmp/my..
分类:
数据库 时间:
2014-06-28 00:06:19
阅读次数:
354