-
000730.29
This is certification dumbs for db2 version 9.
- 2010-01-31 23:27:04下载
- 积分:1
-
PowerBuilder9.0进阶开发篇(实例与技巧篇)源码
说明: PowerBuilder的一些实例,适合初学者学习使用(Learning source code)
- 2020-06-16 04:00:02下载
- 积分:1
-
miniSQL
MiniSQL的大致架构在里面了,可以自己填写里面的模块。。(MiniSQL the general framework in which, you can fill out inside the module. .)
- 2011-10-14 22:39:17下载
- 积分:1
-
N-sheets
以G列分成多个工作表(以宏运行VBA)
(Sub aa()
Dim a As Integer, b As Integer, c As Integer, sh As Worksheet
For a = 2 To [g65536].End(3).Row
If Cells(a, 7) <> Cells(a- 1, 7) Then
b = a
End If
c = Range("g:g").Find(Cells(a, 7), , , , , xlPrevious).Row
Set sh = Sheets.Add(, Sheets(Sheets.Count))
sh.Name = Sheets("sheet1").Cells(a, 7).Value
With Sheets("Sheet1")
Sheets("Sheet1").Range(.Cells(b, 1), .Cells(c, 10)).Copy Destination:=sh.[a2]
Sheets("Sheet1").Range("a1:j1").Copy Destination:=sh.[a1]
a = c
End With
Sheets("Sheet1").Select
Next
End Sub
)
- 2013-05-03 08:50:54下载
- 积分:1
-
SQLite3Develop
Sqlite3 的确很好用。小巧、速度快。但是因为非微软的产品,帮助文档总觉得不够。这
些天再次研究它,又有一些收获,这里把我对 sqlite3 的研究列出来,以备忘记。(Sqlite3 really good use. Small, fast. But for the Microsoft products, always feel that not enough to help document. This
Some day to study it, and have some harvest, here I study on SQLite3 list, to forget.)
- 2012-09-25 17:13:03下载
- 积分:1
-
PowerBuilder9.0进阶开发篇(实例与技巧篇)源码
PowerBuilder的一些实例,适合初学者学习使用(Learning source code)
- 2020-06-16 04:00:02下载
- 积分:1
-
sysmain
说明: VFP开发的主控程序,其中用了多种方法和技巧实现对用户权限的控制和选择。(VFP development of the control procedures, which use a variety of methods and techniques to achieve competence of the user control and choice.)
- 2006-03-14 00:15:36下载
- 积分:1
-
csql.tar
Replacement for Sybases isql with readline support including history and commandline completion. Requires sybase c-client libs or FreeTDS. Tested with Sybase 12.0, 12.5 on Solaris, Linux, FreeBSD, and MacOS X.
- 2009-10-17 22:08:07下载
- 积分:1
-
2002-2017地级市资本存量数据集
说明: 此压缩文件包含2002年-2017年200多个地级市资本存量的数据,里面有详细的计算过程与说明。(This document contains the capital stock data of more than 200 cities in 2002-2017, including detailed calculation process and description, which is convenient for scholars to understand and master)
- 2021-01-08 09:28:52下载
- 积分:1
-
zb_err
一段十分实用的VFP程序,可以实现VFP程序的错误处理(VFP Error)
- 2010-11-04 11:51:36下载
- 积分:1