-
java试验通过串口发送消息的代码。
试用JAVA通过COMM口发送短信的代码.-JAVA trial through the COMM port to send the message code.
- 2022-07-13 09:09:21下载
- 积分:1
-
这是我自己做练习的文件,希望可以给初学者一些帮助
这是我自己做练习的文件,希望可以给初学者一些帮助-This is my own practice document wish to give some help for beginners
- 2023-02-07 18:55:03下载
- 积分: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
-
网上书店系统。JSP、Servlet、JDBC实现!数据库sqlserver2
网上购书系统!jsp+servlet+jdbc实现!数据库sqlserver2-online bookstores system. Jsp servlet jdbc achieve! Database sqlserver2
- 2023-05-05 16:30:03下载
- 积分:1
-
简单入门 单选案件演示
简单入门 单选案件演示-simple entry danxuan cases demo
- 2022-02-13 18:41:36下载
- 积分:1
-
jsp写的一个图片验证码,就像我们平时注册邮箱时.请输入验证码,那种效果...
jsp写的一个图片验证码,就像我们平时注册邮箱时.请输入验证码,那种效果-jsp to write a picture Verification Code, as we usually register mailbox. Please enter the Verification Code, that the effect of
- 2022-01-30 23:04:18下载
- 积分:1
-
- 2022-07-20 01:02:45下载
- 积分:1
-
rmi C/S CLIENT AND SERVER CONNECTION
rmi C/S 客 户 端 与 服 务 端 连 接-rmi C/S CLIENT AND SERVER CONNECTION
- 2023-02-24 17:05:04下载
- 积分:1
-
Financial management system
财务管理子系统-支出系统,一个课程设计系统,很简单的,界面也不是很完美-Financial management system- the expenditure system, a curriculum design system, a very simple interface is not perfect
- 2022-06-26 00:30:51下载
- 积分:1
-
java的聊天室代码
java的聊天室代码-java chat room code
- 2022-07-26 12:02:21下载
- 积分:1