-
[文件说明] cbook.cgi 主文件 (755) edit.cgi 子程序 (755) admin.cgi 设置面板 (755) setup.cgi ...
[文件说明] cbook.cgi 主文件 (755) edit.cgi 子程序 (755) admin.cgi 设置面板 (755) setup.cgi 配置文件(666) faces.cgi 肖像 (755) faces.txt 肖像存放格式 num.txt 留言个数 data.cgi 数据存放文件 (666) image 图片目录 [安装指南] 1.将*.cgi文件和setup.file上传到cgi目录中 image上传到非cgi目录(除非你的cgi目录支持图片浏览) 2.其他设置都在运行admin.cgi后设置。 3.admin.cgi设置好后,手动输入cbook.cgi进入留言界面. 用户名:chaste 密码: chaste-[documented] cbook.cgi main document (755) edit.cgi subroutine (755) admin.cgi pane (755) setup.cgi configuration files (666) faces.cgi Portrait (755) faces.txt portrait storage format num . txt messages Number data.cgi data repository (666) image catalog [Installation] 1. will*. cgi files and upload to setup.file cgi directory image uploaded to the non- cgi directory (unless you support the cgi directory Photo View) 2.admin.cgi 3.admin.cgi place, cbook.cgi manually input into the message interface. Username : chaste Password : chaste
- 2022-05-24 06:29:17下载
- 积分:1
-
调用存储过程,使用外链接,方便用户操作。
调用存储过程,使用外链接,方便用户操作。-Call stored procedure, the use of outside links, user-friendly operation.
- 2022-01-27 13:15:57下载
- 积分:1
-
本代码用贪心算法实现会议安排的最佳顺序,其目标是使得能够安排的会议数量最多,是贪心算法的典型应用...
本代码用贪心算法实现会议安排的最佳顺序,其目标是使得能够安排的会议数量最多,是贪心算法的典型应用-code with the greedy algorithm to achieve the best arrangements for the order, its goal is to arrange the largest number of meetings, the greedy algorithm is a typical application
- 2022-03-13 15:53:40下载
- 积分:1
-
在对本程序的快速排序和归并排序这两种算法的正确与否进行验证时,用手动输入的数据,本程序基本上完成了对输入数据进行的快速排序和归并排序!...
在对本程序的快速排序和归并排序这两种算法的正确与否进行验证时,用手动输入的数据,本程序基本上完成了对输入数据进行的快速排序和归并排序!-in the process of the rapid sequencing and merging the two sorting algorithms are correct for the test, with the manual input of data, the procedure is basically completed the data entry for the rapid sequencing and merging order!
- 2022-07-04 07:47:33下载
- 积分:1
-
C++数据结构树结构类定义及有关算法
C++数据结构树结构类定义及有关算法-C data structure tree structure type definition and the algorithm
- 2022-03-09 15:47:39下载
- 积分:1
-
用VB6创建的家庭地址簿程序。制作该程序的主要目的是用来为家庭中的每个成员存储个人地址信息。而且该程序的用户设定为两个类型级别:即1管理型、2用户型...
用VB6创建的家庭地址簿程序。制作该程序的主要目的是用来为家庭中的每个成员存储个人地址信息。而且该程序的用户设定为两个类型级别:即1管理型、2用户型-built with VB6 family address book procedures. The production process is the main purpose for the family members of each of the addresses stored personal information. And the procedures set of users for the two types of levels : that is a management-type, two-users
- 2022-03-15 13:23:06下载
- 积分:1
-
Arithmetic Coding
算术编码熵编码Arithmetic Coding-Arithmetic Coding
- 2022-03-12 09:12:53下载
- 积分:1
-
利用深度遍历的方法来检查8数码问题是否有解。
利用深度遍历的方法来检查8数码问题是否有解。-use depth traverse method to check whether the eight digital solutions to the problem.
- 2022-09-14 12:35:03下载
- 积分:1
-
random number
随机数分布--高斯分布
100个经典源程序-random number
- 2022-04-21 12:33:04下载
- 积分:1
-
dataset与json的转换
应用背景interface
uses
SysUtils, Classes, DB, DBClient, superobject, ADODB, EncdDecd;
function DataSetToJSON(ADataSet: TDataSet; var AJSON: WideString): Boolean;
function JSONToDataSet(AJSON: WideString; ADataSet: TDataSet): Boolean; overload;
function JSONToDataSet(AJSON: WideString; ADataSet: TADODataSet): Boolean; overload;
function JSONToDataSet(AJSON: WideString; ADataSet: TCustomClientDataSet): Boolean; overload;
implementation
(*
C: 配置表
Encode 字符编码
0:ANSI 1:UNICODE 2:UTF-8
默认 1
BolbComp 二进制字段是否压缩
0:未压缩 1:已压缩
默认 0
CompMode 压缩模式
0:ZIP 1:RAR 2:7-ZIP
默认 2
BolbEncod
- 2022-07-08 22:59:41下载
- 积分:1