上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 42 下一页
摘要: vue2 手记 Vue文档:https://cn.vuejs.org/v2/api/#provide-inject Vue 生命周期:https://cn.vuejs.org/v2/guide/instance.html vuex状态管理:https://vuex.vuejs.org/zh/ 1.简 阅读全文
posted @ 2019-07-12 17:01 程序生(Codey) 阅读(239) 评论(0) 推荐(0) 编辑
摘要: Ant Design of Vue github地址:https://github.com/vueComponent/ant-design-vue Ant Design of Vue文档:https://vue.ant.design/docs/vue/introduce/ Ant Design of 阅读全文
posted @ 2019-07-12 16:51 程序生(Codey) 阅读(485) 评论(0) 推荐(0) 编辑
摘要: composer.json 架构:https://docs.phpcomposer.com/04-schema.html#homepage composer.json 完全解析:https://learnku.com/docs/composer/2018/04-schema/2085 阅读全文
posted @ 2019-07-04 16:07 程序生(Codey) 阅读(1458) 评论(0) 推荐(0) 编辑
摘要: 转载:https://www.cnblogs.com/tangyanbo/p/4462734.html 场景 我用的数据库是mysql5.6,下面简单的介绍下场景 课程表 数据100条 学生表: 数据70000条 学生成绩表SC 数据70w条 查询目的: 查找语文考100分的考生 查询语句: 执行时 阅读全文
posted @ 2019-07-03 10:08 程序生(Codey) 阅读(163) 评论(0) 推荐(0) 编辑
摘要: dockerfile 与 docker-compose的区别: https://blog.csdn.net/weixin_41282397/article/details/82879246 Dockerfile、docker-compose传入环境变量方法总结: https://blog.csdn. 阅读全文
posted @ 2019-07-02 11:30 程序生(Codey) 阅读(112) 评论(0) 推荐(0) 编辑
摘要: github地址:https://github.com/yeszao/dnmp 镜像基于linux alpine 内存占用小 安装常用软件采用apk命令 阅读全文
posted @ 2019-06-28 15:51 程序生(Codey) 阅读(245) 评论(0) 推荐(0) 编辑
摘要: 一.安装dockerDocker要求运行在Centos 7上,要求系统为64位,系统内核版本3.10以上 1.uname -an 查看当前系统版本 2.yum -y install docker 下载安装docker 3.service docker start 启动docker服务 4.docke 阅读全文
posted @ 2019-06-22 23:20 程序生(Codey) 阅读(3118) 评论(0) 推荐(0) 编辑
摘要: 下载最新版本的cmake-3.6.1.tar.gz下载完成之后上传到服务器 安装cmake之前应该系统中已经安装gcc和g++,否则无法编译cmake 首先解压cmake安装包并进入目录, 然后执行安装过程 执行完之后,一般就是执行make编译,但是根据命令行的提示是接下来请运行gmake,所以应该 阅读全文
posted @ 2019-06-05 15:57 程序生(Codey) 阅读(11615) 评论(0) 推荐(0) 编辑
摘要: https://github.com/madmaze/pytesseract https://github.com/tesseract-ocr/tessdata https://github.com/tesseract-ocr/tesseract/wiki/Data-Files 亲测可用,实例后面补 阅读全文
posted @ 2019-04-15 11:29 程序生(Codey) 阅读(1147) 评论(0) 推荐(0) 编辑
摘要: MySQL 多表关联一对多查询取最新的一条数据:https://blog.csdn.net/u013902368/article/details/86615382 Laravel query builder 使用子查询:https://segmentfault.com/a/1190000008436 阅读全文
posted @ 2019-03-07 11:22 程序生(Codey) 阅读(1381) 评论(0) 推荐(0) 编辑
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 42 下一页