-
Java 2 object
JAVA 2面向对象程序设计(随书范例程序)10-12.rar-Java 2 object-oriented programming (with the book paradigm procedures) 10-12.rar
- 2022-05-24 12:24:06下载
- 积分:1
-
一个用jsp开发的文件上传系统。利用javabean来实现的。来练习javabean.是一个完整系统...
一个用jsp开发的文件上传系统。利用javabean来实现的。来练习javabean.是一个完整系统-failed to translate
- 2022-07-19 20:44:06下载
- 积分:1
-
这是利用JavaScript中的session对象来设置的简易购物车
这是利用JavaScript中的session对象来设置的简易购物车-session
- 2023-06-21 09:20:03下载
- 积分:1
-
用struts实现的文章系统,专门为学习struts和j2ee开发者所学习的源码,带有详细的安装说明,程序没有bug,大家可以放心使用!无解压密码...
用struts实现的文章系统,专门为学习struts和j2ee开发者所学习的源码,带有详细的安装说明,程序没有bug,大家可以放心使用!无解压密码-with struts achieve the article, devoted to the study and struts and creates developers are learning the source code with detailed installation instructions, procedures no bug, we can be assured use! Without extracting passwords!
- 2022-10-21 15:20:04下载
- 积分:1
-
alter table tbl_name add col_name type
例如,给表增加一列weight
mysql>alter table...
alter table tbl_name add col_name type
例如,给表增加一列weight
mysql>alter table pet add weight int
删除列
alter table tbl_name drop col_name
例如,删除列weight:
mysql>alter table pet drop weight
改变列
alter table tbl_name modify col_name type
例如,改变weight的类型:
mysql> alter table pet modify weight samllint
另一种方法是:
alter table tbl_name change old_col_name col_name type
例如:
mysql> alter table pet change weight weight samllint
给列更名
mysql>alter table pet change weight wei
给表更名
alter table tbl_name rename new_tbl
例如,把pet表更名为animal
mysql>alter table pet rename animal
-alter table tbl_name add col_name type for example, to form an increase in weight mysql> alter table pet add weight int Remove Columns alter table tbl_name drop col_name For example, the deletion of column weight: mysql> alter table pet drop weight change out alter table tbl_name modify col_name type for example, the type of weight change: mysql> alter table pet modify w
- 2022-02-11 13:09:52下载
- 积分:1
-
JPEG标准在文件中记录了一些EXIF信息,缩略图是一幅较小的JPEG图片,存储在EXIF信息段。而Windows在第一次显示缩略图时先读当前目录中的"Thum...
JPEG标准在文件中记录了一些EXIF信息,缩略图是一幅较小的JPEG图片,存储在EXIF信息段。而Windows在第一次显示缩略图时先读当前目录中的"Thumbs.db"这个文件,其实这是一个缩略图数据库,从而来判断是否有该图片的缩略图。如果不存在"Thumbs.db"文件或者该库中不存在该图片的缩略图,那么Windows会尝试取图片中的EXIF信息,判断是否存在缩略图数据。如果图片中EXIF信息中不存在缩略图信息或信息错误,那么Windows就会用插值的方法重新生成缩略图(如果可能则保存到当前目录中的"Thumbs.db"缩略图数据库中)。 对于修改缩略图方法有用ultraEdit直接编辑文件替换EXIF信息或用exifer这样的工具,这不是本文关心的内容,本文介绍用java实现的方法。
- 2022-05-08 14:18:05下载
- 积分:1
-
这是个类似华容道的拼图游戏
这是个类似华容道的拼图游戏-This is similar to the pieces of the jigsaw HuaRong Road
- 2023-04-19 16:30:04下载
- 积分:1
-
welcome you here to exchange ah! Hope this thing right there will be a great hel...
欢迎大家来到这里交流啊!希望这个东西对大家会有很大的帮助!!!!这是java程序的源代码-welcome you here to exchange ah! Hope this thing right there will be a great help! ! ! ! This is the java program"s source code! !
- 2022-01-31 19:04:25下载
- 积分:1
-
SOME BACKGROUND ON DESIGN PATTERNS
The term “design patterns” sounds a bit for...
SOME BACKGROUND ON DESIGN PATTERNS
The term “design patterns” sounds a bit formal to the uninitiated and
can be somewhat off-putting when you first encounter it. But, in fact, design
patterns are just convenient ways of reusing object-oriented code between
projects and between programmers. The idea behind design patterns is
simple-- write down and catalog common interactions between objects that
programmers have frequently found useful.
- 2023-03-17 11:20:06下载
- 积分:1
-
Java image reader to achieve PicBrowseFrame.class picture browser picture ImageF...
Java实现的图片阅读器
PicBrowseFrame.class 图片浏览器的主窗体
ImageFilter.class 图片过滤
FileNameFIlter.class 文件过滤
Uitl.class 文件名后缀解析
JFileChooserCre.class 图片选择对话框
ImagePre.class 图片预览
imageIsvisible.class 图片的相关操作
-Java image reader to achieve PicBrowseFrame.class picture browser picture ImageFilter.class main form FileNameFIlter.class paper filter filter analysis Uitl.class file name suffix JFileChooserCre.class picture selection dialog ImagePre.class picture preview imageIsvisible.class picture related to the operation
- 2023-05-23 14:35:03下载
- 积分:1