-
spring-mvc+aop实现日志管理(以学生管理系统为例)
运用spring中spring-MVC和aop实现了对数据库操作时的日志记录,本系统以学生课程管理系统为例,在对数据库增、删、改、查时会在日志文件中记录相应的操作
- 2022-02-28 14:52:23下载
- 积分:1
-
著名的外星人算法C++小经典,计算出的80位小数点;24个…
著名的外星人算法 经典C小程序 计算pi到小数点后80位;24点算法;爱因斯坦台阶问题-famous alien algorithm C minor classic calculated pi to 80 decimal places; 24 points algorithm; Einstein height issue
- 2022-05-26 15:51:29下载
- 积分:1
-
实现操作系统时间片的优先级调度和轮转调度
实现操作系统时间片的优先级调度和轮转调度-Realize time of slice PRI dispatcher and rotate dispatcher of operating system
- 2022-07-24 07:10:51下载
- 积分:1
-
udp通信客户端程序
应用背景
AppWizard has created this udpClient application for you.
This file contains a summary of what you will find in each of the files that
make up your udpClient application.
udpClient.dsp
This file (the project file) contains information at the project level and
is used to build a single project or subproject. Other users can share the
project (.dsp) file, but they should export the makefiles locally.
udpClient.cpp
This is the main application source file.
关键技术
/////////////////////////////////////////////////////////////////////////////
Other standard files:
StdAfx.h, StdAfx.cpp
These files are used to build a precompiled header (PCH) file
named udpClient.pch and a precompiled types file named StdAfx.o
- 2022-02-13 21:01:13下载
- 积分:1
-
Prim算法的VC++实现适合初学者学习,愿意…
prim算法的vc++实现,适合初学者好好学习,愿与朋友们一起进步-prim algorithm vc++ realize is suitable for beginners to study hard, willing to progress together with friends
- 2022-10-20 23:45:03下载
- 积分:1
-
简单的播放器小例子,用Visual C++编程
简单的播放器小例子,用Visual C++编程-Simple example of a small player, with Visual C++ programming
- 2023-08-31 09:05:04下载
- 积分:1
-
In the VC++ environment to achieve the related binary operation ... ...
在VC++环境下实现二叉树的相关操作-In the VC++ environment to achieve the related binary operation ... ...
- 2023-08-13 21:45:03下载
- 积分:1
-
进行数据库操作的类库。
通过带参数的sql和HashTable操作数据库。
主要功能:
ExcuteSql:执行Sql
GetRecord:查询...
进行数据库操作的类库。
通过带参数的sql和HashTable操作数据库。
主要功能:
ExcuteSql:执行Sql
GetRecord:查询数据库,返回DataTable-The class library for database operations. Through with the parameters and the sql database HashTable operation. Main functions: ExcuteSql: the implementation of Sql GetRecord: query the database, return DataTable
- 2022-05-17 10:20:28下载
- 积分:1
-
calculator for simple arithmetic Operational Availability switches can be object...
计算器进行加减乘除等简单运算交换机即可供货客观和可国际化国苦苦观看过-calculator for simple arithmetic Operational Availability switches can be objective and international countries too hard to watch
- 2023-08-28 23:50:04下载
- 积分:1
-
1.在内存中开辟一个虚拟磁盘空间作为文件存储器,在其上实现一个简单的单用户文件系统。在退出这个简单的文件系统时,应将该虚拟文件系统保存到磁盘上,以便下次可以再将...
1.在内存中开辟一个虚拟磁盘空间作为文件存储器,在其上实现一个简单的单用户文件系统。在退出这个简单的文件系统时,应将该虚拟文件系统保存到磁盘上,以便下次可以再将它恢复到内存的虚拟磁盘空间中。 2.文件存储空间的分配可采用显式链接分配或其他的办法。 3.空闲空间的管理可选择位示图或其他的办法。如果采用位示图来管理文件存储空间,并采用显示链接分配方式,那么可以将位示图合并到FAT表中。 4.文件目录结构采用多级目录结构。为了简单起见,可以不使用索引结点,其中的每个目录项应包含文件名、物理地址、长度等.-1.making a virtual diskete memory as file storyge,in this district it can implement a simple single user file system .when quit this simple file system ,it shoud save the virtual file system to diskete,then it can be resumed to virtual diskete district in the memory.3.we can choose location hint map to manage the idle space or orther means.if we choose locationhint map to manage file saving space,and adopt show linking distribution mode,we can combine location hint map into FAT table.4.file directory confiuration adopts multilevel directory confiuration.to simplify,it doesn t use index dot,evrery term shoud include file name,physical dress and lenght.
- 2022-07-20 06:41:57下载
- 积分:1