06 2021 档案

摘要:MacOS 安装 LuaJIT-2.1.0-beta1 LuaJIT官网:http://luajit.org/download.html 下载安装: ➜ axel http://luajit.org/download/LuaJIT-2.1.0-beta1.tar.gz ➜ tar -xvf LuaJ 阅读全文
posted @ 2021-06-22 15:36 Python-永远滴神 阅读(571) 评论(0) 推荐(0)
摘要:一、MYSQL中json类型的数据处理 ​ MYSQL 5.7.8中引入了json字段类型 json字段的操作方法 初始化数据 -- 创建表 含有字段id、aley, 其中aley为json类型 mysql> show create table test; + + + | Table | Creat 阅读全文
posted @ 2021-06-08 10:54 Python-永远滴神 阅读(519) 评论(0) 推荐(0)