-
获取CPU信息
property CPUFactory : Ansistring read FCpuFactory; //获取 CPU 制造商
property CPUFamily : Cardinal read FCpuFamily; //获取 CPU 家族系统
property CPUModel : Cardinal read FCpuModel; //获取 CPU 型号
property CPUStepping : Cardinal read FCPUStepping; //获取 CPU 步进
property CPUName : Ansistring read FCPUName; //获取 CPU 名称
property CPUFrequency: Cardinal read FCPUFrequency; //获取 CPU 频率
property CPUInstructs: string read FCPUInstructs; //获取 CPU 指令集
property CPUCount : Ansistring read FCPUCount; //获取 CPU 个数
property CPUCacheInfo: string read FCPUCacheInfo; //获取 CPU 缓存信息
property CPUSerialNo : Ansistring read FCPUSerialNo; //获取 CPU 序列号
- 2021-08-11 00:31:00下载
- 积分:1
-
FamilyFinancialManagementSystem
Family Financial Management System是一个特别方便的理财系统。功能方便实用。(Family Financial Management System is a special convenient financial management system. Convenient and practical functions.)
- 2007-05-28 09:39:11下载
- 积分:1
-
SQL
sql2008数据库实例,源码工程,可以供初学者研究和学习(sql2008 database instance source project, you can study and learn for beginners)
- 2013-08-11 13:56:56下载
- 积分:1
-
PB9update2.7
1.基于数据库的升级,比FTP、HTTP模式,优点:在一台计算机上,多个不
同版本的程序可以同时使用,互不影响。不用另外配置FTP/HTTP服务器。
2.可自动压缩文件,然后上传,提高上传与下载速度.减轻基于数据库的升级
的速度问题.
3.支持一个数据库中多个模块同时使用.
4.支持一个模块有多个文件.(网上的只能一个文件),
你的软件最好为多个文件, 因为有的文件未改变,下载会跳过.
5.支持文件位置在不同的文件夹.
6.本“自动升级系统”,也可以自动升级(注:仅随新系统升级时升级!!!)
7.新程序上传到服务器为自动的,不需要人工上传。(网上的都得手工一个一个上传.)
8.新程序下载为自动的。(网上的也自动,但不强制下载,本程序强制下载.)
9.支持两个数据库中的该表同步: 可用于连锁系统, 总部升级, 分店都会自动
升级。(1. Based on the database upgrade, than FTP, HTTP mode, advantages: on one computer, many do not
The same version of the program can be used independently of each other. Do not also configure FTP/HTTP server.
2. Can automatically compress files, then upload to improve upload and download speed. To reduce the upgrade based on database
The speed.
3. To support a database of multiple modules simultaneously.
4. Support a module has more than one file. (Online only a file)
Your software is best for multiple files, because some files are not changed, downloaded will be skipped.
5. Support the file location in a different folder.
6. The "automatic upgrade system" can also be automatically upgraded (Note: Only with the new system upgrade upgrade!!!)
7. The new program is uploaded to the server automatically, without manual uploads. (The Internet had to upload one by one by hand.)
8. The new download is automatic. (Also automatically online, but not mandatory download, download t)
- 2010-10-15 15:52:26下载
- 积分:1
-
ADOctrlAccess
说明: ADO控制Access数据库。源来《Visual c++案例开发集锦》(ADO Control Access database. Source to " Visual c++ Collection of case development," )
- 2010-04-05 01:42:25下载
- 积分:1
-
jiaoshi-
教师业绩考核系统,C++语言编程,可连接数据库(Teacher performance evaluation system, C++ programming language, can connect to the database)
- 2020-07-04 09:40:01下载
- 积分:1
-
rentdvd
数据库程序,是一个DVD出租系统的源码!
能记录删除出租记录和录像带的信息(database program, is a DVD rental system source code! Records can be deleted video rental records and information)
- 2007-03-31 18:06:18下载
- 积分:1
-
osb-105-SimpleDatabaseQueries
osb访问数据库例子,很难找,分享出来给大家使用,请大家支持(osb access to the example, it is difficult to find, share out for everyone to use, please support)
- 2016-03-23 08:43:14下载
- 积分:1
-
Beginning_SQL_Server_2008_for_Developers_From_Novi
数据库SQL Server 2008 从入门到精通。(SQL Server 2008 database, from entry to the master.)
- 2009-10-31 23:45:54下载
- 积分:1
-
spring+jpa学生信息管理(适合新手)
【实例简介】spring jpa入门级项目,实现了对数据库的 增、删、改、查、分页、导出、导入excel等基本操作
【调试步骤】
0.新建mysql数据库studentinfo,然后在该数据库执行数据库脚本 studentinfo.sql
1.修改application.yml文件中的数据库信息为您本机mysql用户名密码
2.运行项目后,打开浏览器http://localhost:8080 ,输入登陆账号密码均为:admin
- 2021-05-24 08:46:42下载
- 积分:1