-
For any software that handles client requests, at some point, there must be a pe...
For any software that handles client requests, at some point, there must be a persistent point where all data related to the clients are stored. Those storages can be any thing (database, mainframes, files etc.). What if this software needs to access those storages with concurrent requests, knowing that opening a connection is memory and CPU consuming? A Connection Pool is a container of open and reusable connections. It will help you save both memory and CPU time. Also, it will help you in managing connections.
- 2022-03-20 11:42:04下载
- 积分:1
-
A full source code of housing agency web site,it can be used after decompression...
一个房产中介网站的代码,解压缩后即可使用-A full source code of housing agency web site,it can be used after decompression.
- 2022-10-11 04:55:03下载
- 积分:1
-
Library file This file contains a summary of what you will find in each of the f...
Library file This file contains a summary of what you will find in each of the files that
make up your MYLIB application.
- 2022-03-19 03:22:22下载
- 积分:1
-
sql_parser
目前只实现了对语法的解释,得到一个树,后续需要的工作:1.修改sql.l,实现对cha数组的解析2.实现一个cui界面,来完成最终的功能
- 2022-07-19 06:57:25下载
- 积分:1
-
在 NS2 中创建无线模拟器
Tcl 脚本帮助创建无线网络模拟器软件所加强的创新理念。欢迎大家下载、试用。谢谢大家的支持。
- 2022-09-17 17:15:03下载
- 积分:1
-
地表的fishn额头
地表的fishn额头-surface fishn forehead
- 2022-01-31 10:23:11下载
- 积分:1
-
一款经典的手机游戏HighSeas。文件包中包含java源码以及图片和音乐素材...
一款经典的手机游戏HighSeas。文件包中包含java源码以及图片和音乐素材-A classic mobile phone game HighSeas. Java file package contains the source material, as well as pictures and music
- 2022-11-25 11:05:03下载
- 积分:1
-
手机游戏,画面效果还可以,可以作为手机游戏入门参考
手机游戏,画面效果还可以,可以作为手机游戏入门参考-phone games, the desired effect can also can serve as a reference mobile gaming portal
- 2023-05-21 19:50:03下载
- 积分:1
-
Java画图程序源码
Java画图程序源码,"Pencil",//铅笔画,也就是用鼠标拖动着随意绘图
"Line", //绘制直线
"Rect", //绘制空心矩形
"fRect",//绘制以指定颜色填充的实心矩形
"Oval", //绘制空心椭圆
"fOval",//绘制以指定颜色填充的实心椭圆
"Circle",//绘制圆形
"fCircle",//绘制以指定颜色填充的实心圆形
"RoundRect",//绘制空心圆角矩形
"frRect",//绘制以指定颜色填充的实心圆角矩形
"Rubber",//橡皮擦,可用来擦去已经绘制好的图案
"Color",//选择颜色按钮,可用来选择需要的颜色
"Stroke",//选择线条粗细的按钮,输入需要的数值可以实现绘图线条粗细的变化
"Word"//输入文字按钮,可以在绘图板上实现文字输入
};
- 2022-05-15 07:55:45下载
- 积分:1
-
PHP配合jquery实现多分组相册特效
PHP配合jquery实现多分组相册特效,核心是一个幻灯片效果,鼠标点击大图片会前后翻页,点击缩略图同样会切换大图片,PHP用来读取相册分类,jquery主要是是实现图片切换效果,最终运行效果请参见截图。
- 2022-02-06 15:56:52下载
- 积分:1