资源列表
vehicle-reg-system
- DBMS and lab manual... vehicle registration source file develop by engr. sadaqat ur rehman
TouristInfoView
- 在数据库中读取数据,并将其显示在图形化界面上。非常入门,适合学习QT的新手使用。-Read the data in the database and displays it in a graphical interface. Started very suitable for novice learning QT.
Sqlite3All
- SQLITE3的工程,可以编译生成SQLITE3动态库.-The engineering of SQLITE3 can be compiled to generate dynamic library of SQLITE3.
AutoSeverclent
- 使用Delphi创建一个自动化对象程序的Demo演示实例,只看Dlephi7中自带的Demo,只看不练,还是不知如何实现,尤其是tlb库,查阅了官方参考才明白了些,所以自己动手做了个简单的Demo,具体代码请参见源码。自动化对象程序的特征:可以被其他程序调用,就像Word.Application一样。-Delphi to create an automated object-Demo demo instance, just look at comes Demo Dlephi7, look do
HeidiSQL
- HeidiSQL(mariaDB)客户端-HeidiSQL (mariaDB) client
hibernate
- Hibernate files to access a PET Patient Test Record DataBase in POSTGRESQL
dzbb
- 按月生成带值班表,股长以上的带班,普通科员值班,顺序排列。-failed to translate
android-access-sqlite-database
- android访问sqlite数据库范例-android access sqlite database
hebingdanyuange
- vfp控制excel中,在程序中实现合并带变量的单元格,不好找的啊。-failed to translate
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)
ThePattenInJavaProgram
- 针对数据编程过程中的设计模式的应用进行了详细说明,对用JAVA进行数据库开发极具参考价值。-JAVA develop database app. using Pattern.
t_sqlite
- python访问SQLite的小例子,欢迎大家完善!-This is a sample to access the SQLite database by Python.