摘要: /* 1. 创建一个数据表 */ CREATE TABLE IF NOT EXISTS t_dog (name text, age integer); CREATE TABLE IF NOT EXISTS t_cat (name,age); CREATE TABLE IF NOT EXISTS t_student (name text NOT NULL, age integer); CREATE... 阅读全文
posted @ 2016-12-15 21:26 夜行过客 阅读(189) 评论(0) 推荐(0) 编辑
摘要: 1.下载Navicat Premium 11.0.16.dmg 已经放到百度网盘,里面有安装文件和注册机 下载链接: http://pan.baidu.com/s/1sjI64HZ 密码: 2h7q 2.安装步骤: 2.1打开下载的文件,把文件拖到应用程序 2.2打开core keygen.app( 阅读全文
posted @ 2016-12-15 19:28 夜行过客 阅读(645) 评论(0) 推荐(0) 编辑