CHM是一种常见的帮助文件格式,也是电子书的一种格式。
下面是使用QuickCHM制作chm的步骤:1.先将所有的word文档存储为mht格式,点击,文件--另存为网页,如下2.确保所有的word文档都已经拥有了自己的mht备份。3.用QuickCHM导入工程,点击,文件--CHM向导,选择文...
分类:
其他好文 时间:
2014-05-29 04:23:19
阅读次数:
304
/// /// /// /// 打印人员备案表 /// /// /// /// public bool
PrintCGRYBA(string UPT_ID, out stri...
分类:
其他好文 时间:
2014-05-29 00:34:26
阅读次数:
468
前言
本文大部分内容来自http://www.codeproject.com/Articles/710747/First-thoughts-on-Spire-Doc-for-NET。
针对我个人来说,对办公自动化并没有多少需求。但作为一个开发人员,如果有需求的时候最好有一个library工具...
分类:
Web程序 时间:
2014-05-29 00:06:46
阅读次数:
475
1:查找某个字段相同select * from orders where serial_number
in (select serial_number from ordersgroup by serial_numberhaving
count(serial_number) > 1)
分类:
数据库 时间:
2014-05-28 19:51:21
阅读次数:
386
一、寄存器的英文全称AH&AL=AX(accumulator):累加寄存器
BH&BL=BX(base):基址寄存器 CH&CL=CX(count):计数寄存器 DH&DL=DX(data):数据寄存器
SP(Stack Pointer):堆栈指针寄存器 BP(Base Pointer):基址指针寄...
分类:
其他好文 时间:
2014-05-28 19:09:52
阅读次数:
300
/*题目:计算1~100中所有3的倍数的个数*/#includeintmain(){//记录3的倍数的个数intcount=0;//记录当前检查的数值intnumber=0;while(number<100){number++;//说明number是3的倍数if(number%3==0){count...
分类:
其他好文 时间:
2014-05-28 18:55:27
阅读次数:
196
using System;using System.Collections.Generic;using
System.ComponentModel;using System.Data;using System.Drawing;using
System.Linq;using System.Text;u...
分类:
Web程序 时间:
2014-05-28 18:29:46
阅读次数:
378
BsCapters::model()->findAllBySql("select
count(*) as bookids from bs_capters where bookid = ".$bookid." and urlid =
".$urlid)count(*) as xxx这个xxx必须是表里...
分类:
其他好文 时间:
2014-05-28 11:32:16
阅读次数:
275
一、编辑模板 替换地方以变量标记如“案件编号”可写成{caseNo}
template.xml二、准备数据 以HashMap封装数据,原理是替换模板中的变量三、替换操作 选择输出位置:writePath
WordUtil.printWordbyXMLWithOutputPath(templat...
分类:
其他好文 时间:
2014-05-28 03:07:52
阅读次数:
328
1、绑定设置时间格式 2、Repeater1.Items.Count
是指Repeter1的数据绑定条数 " : ""%> " : ""%> 上两行的意思是:前两条数据加上图标。(暂且这样理解)3、
在当前页面中嵌入其他页面4、a标签 中的target是做什么用...
分类:
其他好文 时间:
2014-05-26 18:17:54
阅读次数:
256