摘要: 创建,删除数据库 指定字符集 create database 数据库名[default character set utf8]; (~的点 为引号) drop database 数据库名; show create database 数据库名; 查看创建语句 alter database 数据库名 d 阅读全文
posted @ 2018-11-20 15:52 博客张C 阅读(2963) 评论(0) 推荐(0) 编辑
摘要: 整数类型: 字节 取值范围 bit 127 0 1 √ tinyint 1 -128-~127 smallint 2 -3*10^4~3*10^4 mediumint 3 -8*10^6~8*10^6 int 4 -2*10^9~2*10^9 √ bigint 8 -9*10^18~9*10^18 阅读全文
posted @ 2018-11-20 15:41 博客张C 阅读(218) 评论(0) 推荐(0) 编辑
摘要: Bmap 百度地图 引入 <script type="text/javascript" src="http://api.map.baidu.com/api?v=3.0&ak=y4PT8G6QkwtkVU7p5P26O8azvuRXg9Lz"></script> <script type="text/ 阅读全文
posted @ 2018-11-20 11:08 博客张C 阅读(3338) 评论(0) 推荐(0) 编辑
摘要: ztree 树插件 <div id="treeDemo" class="ztree"></div> 引入 <link href="zTree_v3-master/css/zTreeStyle/zTreeStyle.css"> <script src="js/jquery-3.2.1.min.js"> 阅读全文
posted @ 2018-11-20 11:04 博客张C 阅读(580) 评论(0) 推荐(0) 编辑
摘要: layui 样式 功能 引入 <link href="layui-v2.4.3/layui/css/layui.css"> class=”xxx” 加样式 <script src="layui-v2.4.3/layui/layui.js"></script> 模块化 layui.use(['laye 阅读全文
posted @ 2018-11-20 10:57 博客张C 阅读(13177) 评论(0) 推荐(0) 编辑