-
the program is un LIFO stack from learning instructions of compilator program is...
the program is un LIFO stack from learning instructions of compilator program is a pract university and it writ in java -the program is un LIFO stack from learning instructions of compilator program is a pract university and it writ in java
- 2022-01-23 10:50:37下载
- 积分:1
-
java实现的swing 24点程序,非常直观,代码很精炼
java实现的swing 24点程序,非常直观,代码很精炼-java achieve the 24 point swing procedures, very visual, very refined code
- 2022-01-23 10:23:19下载
- 积分:1
-
适用于初学ECLIPSE的用户,都是些基础的东西。希望对大家有帮助...
适用于初学ECLIPSE的用户,都是些基础的东西。希望对大家有帮助-ECLIPSE for novice users, are the basis of some things. Hope everyone has to help
- 2022-08-31 14:45:02下载
- 积分: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
-
handwritten connection pool category and achieve a database connection pool and...
手写的连接池类,实现了数据库的连接池,提高了操作数据库的效率.-handwritten connection pool category and achieve a database connection pool and improve the operation efficiency of the database.
- 2023-04-01 21:45:03下载
- 积分:1
-
apache antenna最新版本的源代码,j2me打包时使用
apache antenna最新版本的源代码,j2me打包时使用 -the lastest antenna free source
- 2023-06-09 13:25:04下载
- 积分:1
-
彩信中smil格式的发送程序代码。 //1. 创建MM7消息发送接口//2.置VASP注册的各种信息.VAS_PASSWORD= "yourPassword"...
彩信中smil格式的发送程序代码。 //1. 创建MM7消息发送接口//2.置VASP注册的各种信息.VAS_PASSWORD= "yourPassword" MMSC_URL="http://61.144.250.225/vas" etSubject("汉字iiiii") //设置消息类型,使用SMIL方式一定要设置为tipart.related类ontentType(m.CT_APPLICATION_MULTIPART_RELATED ) mil文件中描述了要添加的发送的消息内容体 //添加内容体设置内容体格式.addContent) //将创建好的内容添加到消息//下面添加的消息内容体都对于于smil文件中描述的各个文件
该ID对应于smil文件中描述的消息内容
-MMS were sent smil format code.// 1. Create MM7 messaging interface// 2. Home Feature registration information. VAS_PASSWORD = "yourPassword" MMSC_URL = "http://61.144.250.225/vas" etSubject ( "Chinese iiiii ")// set up the message type, the use of SMIL way must set to tipart.related category ontentType (m.CT_APPLICATION_MULTIPART_RELATED) mil paper describes add to the information content of this body// add content-content-set format. addContent)// create content added to the good news// add the following information for the contents of their bodies in smil file describing the various documents corresponding to the I
- 2022-05-07 17:04:35下载
- 积分:1
-
一个时钟演示程序
时钟演示程序
- 2023-03-20 07:10:03下载
- 积分:1
-
收音机,HTML查看效果
收音机,HTML查看效果-radios, HTML View results
- 2023-06-20 04:45:03下载
- 积分:1
-
《Java课程设计》介绍及代码
大家觉得有用的话就下下来看看,我觉得挺好的....
《Java课程设计》介绍及代码
大家觉得有用的话就下下来看看,我觉得挺好的.-"Java curriculum design" presentation and code you think it helpful, the look on the next down, I think it"s quite good.
- 2022-02-20 17:57:42下载
- 积分:1