-
java download tools
java做的下载工具-java download tools
- 2022-06-19 13:27:46下载
- 积分:1
-
JMF原版英文说明文档,是JMF包使用的重要参考。
JMF原版英文说明文档,是JMF包使用的重要参考。-JMF original documentation in English is the JMF package uses an important reference.
- 2023-04-23 14:10:05下载
- 积分:1
-
基本计算机生成图形
计算机基本图形的生成-basic computer generated graphics
- 2022-04-02 05:35:35下载
- 积分: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
-
一个聊天程序。完全可用。做的很实用。
一个聊天程序。完全可用。做的很实用。-A chat program. Fully available.
- 2022-06-03 04:54:29下载
- 积分:1
-
java教学讲义
java教学讲义-java Teaching Materials
- 2022-07-02 06:06:37下载
- 积分:1
-
运用JSP+Struts+JSTL技术的MVC架构
登陆管理员:adminlogin.jsp
用户名:zefeng
用户密码:zefeng...
运用JSP+Struts+JSTL技术的MVC架构
登陆管理员:adminlogin.jsp
用户名:zefeng
用户密码:zefeng-textbook use JSP Struts MVC framework of the landing manager : adminlogin.jsp Username : zefeng user passwords : zefeng
- 2022-03-16 04:36:30下载
- 积分:1
-
Java 2 核心技术(第7版)的核心源代码 值得收藏于查看
Java 2 核心技术(第7版)的核心源代码 值得收藏于查看-Java 2 Core technology (version 7) to the core source code should be embedded in View
- 2022-02-02 01:10:43下载
- 积分:1
-
第1章 JSP技术概述
实例1 第一个JSP页面
第3章 Web开发基础
实例2 HTML与JavaScript交互示例
第4章 JSP语法...
第1章 JSP技术概述
实例1 第一个JSP页面
第3章 Web开发基础
实例2 HTML与JavaScript交互示例
第4章 JSP语法
实例3 JSP程序的基本结构
实例4 简单数据类型综合应用实例-Chapter 1 outlines examples of JSP technology one first JSP page Chapter 3 examples of Web development based on 2 HTML and JavaScript interactive examples, Chapter 4 JSP examples of grammar 3 JSP examples of the basic structure of the procedure 4 simple data types integrated application
- 2022-02-22 03:29:37下载
- 积分:1
-
这是世界上# 39;的文章,不是一件坏事,但也有用的,我希望你…
这个是天地人的文章系统,很不错啊,也很好用,希望大家喜欢-this is the world"s article, not a bad thing, but also useful, I hope you would like
- 2022-03-20 03:04:22下载
- 积分:1