-
base64
Base 64 加解码程序(The program of BASE 64 encryption and decryption)
- 2020-06-26 12:00:02下载
- 积分:1
-
10最常见的设计模式学习源代码
代码解析最常见的设计模式,找工作必备。最基础的设计模式,弄懂了,找工作设计模式就不怕了。
- 2022-06-01 15:47:47下载
- 积分:1
-
etc
问道etc,可用于更改替换,解压后用WinSCP打开并替换etc,之后重启生效(Ask etc, which can be used to change substitution, open and replace etc with WinSCP after decompression, and then restart to take effect)
- 2020-06-23 15:20:02下载
- 积分:1
-
generates-machine-code
JAVA在Windows平台上生成机器码,JAVA在Windows平台上生成机器码(JAVA generates machine code on the Windows platform.)
- 2016-11-07 10:20:17下载
- 积分: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
-
SSH三框架整合实例 分页显示数据源代码!
SSH三框架整合实例 分页显示数据源代码!-Page 3 framework of the integration of SSH source code!
- 2022-02-20 00:30:15下载
- 积分:1
-
unicode-convert-tools
unicode转换工具,可把原码转化为html unicode,java unicode以及unicode码(unicode conversion tool, you can put the original code into the html unicode, java unicode and unicode code)
- 2013-12-11 09:04:01下载
- 积分:1
-
InstrumentationTestSuiteBuilderTest
Instrumentation Test Suite Builder Test extends Test Case.
- 2014-02-17 11:41:25下载
- 积分:1
-
weike
jsp+sqlserver
- 2010-04-26 10:50:56下载
- 积分:1
-
一个相当不错的smtp程序
一个相当不错的smtp程序-a pretty good smtp procedures
- 2023-02-08 02:50:03下载
- 积分:1