-
JAVA内嵌XML代码的几个小程序,采用工厂模式,有助于学习XML语言...
JAVA内嵌XML代码的几个小程序,采用工厂模式,有助于学习XML语言-Java embedded XML code several small procedures, using the factory model to the learning XML
- 2022-04-30 14:43:40下载
- 积分:1
-
实现单文档
实现了文件的单线程和多线程生成-achieved a document of single-threaded and multi-threaded Generation
- 2022-03-25 17:29:42下载
- 积分:1
-
阿房投票问卷管理系统 1)管理员登陆帐号和密码都是admin。 2)数据库连接方式是使用JDBC For SQL Server驱动。用户使用时要修改openda...
阿房投票问卷管理系统 1)管理员登陆帐号和密码都是admin。 2)数据库连接方式是使用JDBC For SQL Server驱动。用户使用时要修改opendata.jsp文件,修改SQL Server登陆用户名和密码。 3)目前的数据库连接、访问、修改都是通过页面完成,效率不是太高,在新版本中将使用JavaBeans实现。 4)新版本将添加如下功能:管理员权限设置、投票主题发布可选择单选或多选、投票者留言反馈等。-Awa vote a questionnaire Management System) administrator landing account and password are admin. 2) The database connection is to use SQL Server For JDBC driver. When users opendata.jsp document to amend, modify SQL Server username and password. 3) the current database connections, access, modify through the pages are completed, efficiency is not high, the new version will use JavaBeans achieve. 4) The new version will add the following functions : administrator settings, the option to vote theme release danxuan or election, voters voice feedback.
- 2022-08-07 19:38:39下载
- 积分:1
-
gsm modem 发送短信 闪信 WAP PUSH开发包
gsm modem 发送短信 闪信 WAP PUSH开发包-gsm modem letter sent messages flash WAP PUSH development kits
- 2023-03-06 03:45:04下载
- 积分:1
-
一个可以显示系统时间的小程序
一个可以显示系统时间的小程序-display system can be a time of small programs
- 2022-01-26 02:40:06下载
- 积分:1
-
java applet 小程序可以生成图片放大镜用来放大东西
java applet 小程序可以生成图片放大镜用来放大东西-small programs can be used to generate images magnifying glass to enlarge it something
- 2022-03-17 08:48:55下载
- 积分:1
-
1.文件的读取和写入
2.内部窗体演示
3.滑动杆演示
4.读取随机文件
5.创建窗体
6.菜单演示...
1.文件的读取和写入
2.内部窗体演示
3.滑动杆演示
4.读取随机文件
5.创建窗体
6.菜单演示-1. The document read and write 2. Internal Form 3 demonstration. Sliding-4 demonstration. Read Random 5. Create Form 6. Demonstration menu
- 2022-03-25 06:14:16下载
- 积分:1
-
一个拿石子的小游戏,我弄的!
一个拿石子的小游戏,我弄的!-a small stones of the game, I do!
- 2022-03-21 07:44:28下载
- 积分: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
-
jbuzzer是一个应用程序,用java写的,让你的电脑keybo映射…
jbuzzer is an application written in Java that allows mapping your comuter keyboard to sounds. It supports short samples as well as streaming format. The GUI allows dynamically adding and removing new slots for samples.
- 2023-06-01 14:45:03下载
- 积分:1