-
EXCELtoMDB
VisualBasic实现EXCEL数据的批量导入,(EXCEL data batch import to mdb based on VB)
- 2012-05-07 21:40:29下载
- 积分:1
-
ip
说明: 这个包是网站统计用的IP地址收录。比较完整,大家打开后,可以接入自己的现有数据库中,方便统计来访者信息。希望这个共享能帮助有需要的人。(IP Count DB.)
- 2012-03-23 14:50:27下载
- 积分:1
-
redis读写缓存数据
说明: 通过引用redis基础类库,实现对redis的读取和写入操作。例子比较初级。(By referring to the redis base class library, we can read and write redis. The example is more elementary.)
- 2020-06-19 17:00:01下载
- 积分: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
-
shujukuchengxu
基于labwindows/cvi的相关程序,数据库的相关操作(Based on labwindows/cvi-related procedures, database-related operations)
- 2011-10-10 16:34:00下载
- 积分: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
-
SqliteClassLibrary
简单的c# sqlite数据库操作类库,自己编写,附源代码,可进行扩充,进过测试。 (Simple c# Sqlite database operations class library, I have written, with source code, can be expanded into the test.)
- 2008-12-30 23:50:23下载
- 积分:1
-
miniSQL
MiniSQL的大致架构在里面了,可以自己填写里面的模块。。(MiniSQL the general framework in which, you can fill out inside the module. .)
- 2011-10-14 22:39:17下载
- 积分:1
-
musiccj12
音乐管理系统的采集数据程序可自行添加采集点,适合一些大型音乐网站数据的采集,支持采集到本地,已及盗链.(Music management system for data collection procedures can add their own collection point, for some large-scale music site data collection to support the collection to local, have been and navigating to www.sina.com.cn..)
- 2009-01-02 12:12:00下载
- 积分: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