-
GridDoubleHeader
VFP开发用Grid多表头,封装成类,测试没有问题,可再次开发(VFP developers using Grid multiple headers, packaged into a class)
- 2013-07-17 10:02:10下载
- 积分:1
-
VS2008和Access的数据库连接及操作完整示例
连接access数据库实例,简单的操作access数据库(Connecting access database instance)
- 2018-08-13 10:14:55下载
- 积分: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
-
2004051317015414293
我做了一套银行帐户管理系统,功能还可以,愿与大家分享,共同进步.(I had a bank account management system, can also function, and is willing to share with you, and common progress. Thank you)
- 2007-03-24 13:54:26下载
- 积分:1
-
dyoon
simple personal money accounting arabic language
- 2012-10-16 15:38:18下载
- 积分:1
-
CTLib_D7
delpih使用sybase提供的ct library访问sybase数据库(delpih use of the library visit sybase ct database)
- 2006-06-17 19:48:13下载
- 积分:1
-
D8
说明: 德卡读卡程序,与D8读卡器相匹配,能够对MIFARE系列的卡进行操作(Deka card reader program, matched with D8 card reader, can operate MIFARE series cards)
- 2020-11-18 12:12:44下载
- 积分:1
-
odbc-student
VC++60编译通过,利用ODBC操作*.mdb数据库,非常完善的学生信息管理系统。可以改为其它数据库。(VC++ 60 compiler through the use of ODBC operation*. mdb database, an excellent student information management system. Could be converted to other databases.)
- 2008-07-09 22:29:15下载
- 积分:1
-
sqlite-amalgamation-3071700
sqlite数据库C源码接口程序,通过此程序可以创建,修改和删除SQLITE数据及数据(sqlite database C source interface program, through this process can create, modify, and delete data, and data SQLITE)
- 2013-07-17 16:28:51下载
- 积分:1
-
SQLite数据库的一些操作方法
基于C#的数据库SQLite的一些读取和写入的操作方法。包含数据库操作语句。(Some reading and writing methods of the database SQLite based on C#. The database operation statement is included.)
- 2018-01-05 16:52:10下载
- 积分:1