码迷,mamicode.com
首页 >  
搜索关键字:Data Guard Oracle主从    ( 62814个结果
.Net常用技巧_传入DataGrid直接导出成Excel
注:非调用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
.Net常用技巧_读取XML某节点例子
注:此例子只是自己在代码中为了读某固定的几个值,写的有点死,所以另作他用的时候请自行修改或扩充using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using Syste...
分类:Web程序   时间:2014-07-16 23:19:18    阅读次数:316
.Net常用技巧_生成物料编号(根据分类代码生成)
这个是自己用的,不一定符合您的需求。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
.Net常用技巧_解压缩byte数组
1,需要引用命名空间using System.IO.Compression;2,//压缩byte数组方法private byte[] ComPress(byte[] data) { try { MemoryStr...
分类:Web程序   时间:2014-07-16 23:17:08    阅读次数:333
.Net常用技巧_生成单据号
自己用的,没整理,代码比较乱,请不要学我。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
.Net常用技巧_将DataGridView的内容转换成DataTable
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Window...
分类:Windows程序   时间:2014-07-16 23:13:43    阅读次数:289
百度Ueditor 图片上传无反应,显示上传0张,不能点确定
解决办法:\Data\Ueditor\php\Uploader.class.php190行左右/** * 获取文件扩展名 * @return string */ private function getFileExt() { date_default...
分类:其他好文   时间:2014-07-16 23:12:13    阅读次数:206
haskell Types 和 Typeclasses
Algebraic Data Types 入门在前面的章节中,我们谈了一些 Haskell 内置的类型和 Typeclass。而在本章中,我们将学习构造类型和 Typeclass 的方法。我们已经见识过许多类型,如Bool、Int、Char、Maybe等等,不过在 Haskell 中该如何构造自己的...
分类:其他好文   时间:2014-07-16 23:10:48    阅读次数:246
.Net常用技巧_C#打印(PrintDocument、PrintDialog、PageSetupDialog、PrintPreviewDialog)
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
mysql5.5 主从
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!