上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 35 下一页
摘要: pb中数据窗口的saveas方法导出数据效率比较高,但是不能导出中文表头,下面代码解决了这个问题原理,1、用saveas方法导出文件 2、用ole控件excel.application操作导出的excell文件,修改表头。代码如下代码缺点:不能导出计算字段 阅读全文
posted @ 2012-02-16 15:50 kuailewangzi1212 阅读(1229) 评论(0) 推荐(0) 编辑
摘要: SET statistics IO offset showplan_all off 阅读全文
posted @ 2012-01-04 15:09 kuailewangzi1212 阅读(134) 评论(0) 推荐(0) 编辑
摘要: dw_detail.setcolumn("colname")dw_detail.SelectText(1, Len(dw_detail.GetText())) 阅读全文
posted @ 2011-12-20 10:20 kuailewangzi1212 阅读(615) 评论(0) 推荐(0) 编辑
摘要: $PBExportHeader$gf_getfirstinfo.srfglobal type gf_getfirstinfo from function_objectend typeforward prototypesglobal function string gf_getfirstinfo (string as_source, string as_bef, string as_aft)end prototypesglobal function string gf_getfirstinfo (string as_source, string as_bef, string as_aft);// 阅读全文
posted @ 2011-11-04 17:11 kuailewangzi1212 阅读(598) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections;using System.Collections.Generic;using System.ComponentModel;using System.Configuration.Install;using System.Linq;using System.Diagnostics;using System.Security.AccessControl;using System.IO;namespace testInstall{ [RunInstaller(true)] public partial class myInst 阅读全文
posted @ 2011-11-02 13:19 kuailewangzi1212 阅读(195) 评论(0) 推荐(0) 编辑
摘要: 下载文件:/Files/kuailewangzi1212/绿色版mysql.rar MySql绿色版安装 1、解压MySQL Server 5.1.rar到MySQL Server 5.1目录下 2、修改MySQL Server 5.1文件夹下my.ini文件 basedir="G:/MySql/MySQL Server 5.1/" datadir="G:/MySql/MySQL Server 5.1/Data/" 将目录修改正确 3、执行bin目录下的install.cmd文件 4、启... 阅读全文
posted @ 2011-11-02 13:13 kuailewangzi1212 阅读(209) 评论(0) 推荐(0) 编辑
摘要: 1、mysql的安装目录下my.ini文件有两处修改default-character-set=gb2312或者utf8或gbk2、运行命令 set names gb2312;3、表字段(字符类型)要修改字符集ALTER TABLE `test`.`tt` MODIFY COLUMN `name` VARCHAR(100) CHARACTER SET gb2312 COLLATE gb2312_chinese_ci DEFAULT NULL; 阅读全文
posted @ 2011-10-26 10:27 kuailewangzi1212 阅读(111) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using System.Configuration;using System.IO.Pipes;using System.Threading;namespace WindowsFormsApplication1{ public partial c 阅读全文
posted @ 2011-10-25 09:33 kuailewangzi1212 阅读(282) 评论(0) 推荐(0) 编辑
摘要: //一、工具类using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading;using System.IO.Pipes;namespace ws.NamePipe{ public class Client { string str_ServerName = ""; string str_pipename = ""; /// <summary> /// 构造函数 /// ws.NamePipe.Cl 阅读全文
posted @ 2011-10-25 09:29 kuailewangzi1212 阅读(345) 评论(0) 推荐(0) 编辑
摘要: <!--黑体部分,在项目文件(.csproj)中--><Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</C 阅读全文
posted @ 2011-09-07 17:16 kuailewangzi1212 阅读(320) 评论(0) 推荐(0) 编辑
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 35 下一页