摘要: 1,javascript的特点以及和java的区别 javascript是基于对象和事件驱动的语言,应用与客户端。 javascript是基于对象和事件驱动的语言,应用与客户端。 js的特点 js的特点 交互性:信息的动态交互 交互性:信息的动态交互 安全性:不能访问本地磁盘文件 安全性:不能访问本 阅读全文
posted @ 2018-07-27 21:36 乔巴超人 阅读(513) 评论(0) 推荐(0)
摘要: 一、增加(create add insert )1,create操作库 create database 库名 新建库 create database 库名 character set 编码表 2,create 操作表结构 新建表: create table 表名( id int primary ke 阅读全文
posted @ 2018-07-27 16:11 乔巴超人 阅读(982) 评论(0) 推荐(0)