琐碎的前言 组内需要搭建一个内部组件演示平台,就去研究了下ant-design的源码。意外发现了藏在最下方友情链接栏中的换肤功能。如下图所示: 为了方便演示,我把colorpicker的position改为fixed colorpicker 调用方式 <ColorPicker type="sketc ...
分类:
其他好文 时间:
2020-05-26 11:56:37
阅读次数:
124
场景描述 1.后台用laravel 监听的 80 端口,前端页面用 blade 模板生产, laravel 路由访问 (www.main.com) 2.后端用 ant-design-pro, 构建后 用 express 部署, pm2 守护进程,在 5050 端口启动 3.子域名 admin.mai ...
分类:
其他好文 时间:
2020-05-26 11:56:07
阅读次数:
391
2020年MongoDB 企业应用实战 基础 复制集 分片集群,已上线该专题,如有兴趣请前往https://ke.qq.com/course/2587194?tuin=4f9452b8 大纲如下第一章:MongoDB介绍第二章:MongoDB详细部署第三章:MongoDB常用基础管理命令3.1 数据 ...
分类:
数据库 时间:
2020-05-26 01:21:24
阅读次数:
82
1.查看路径 show variables like 'datadir'; 2.show databases; 3.create database course; 4.use course; 5.create table student(id type); 6.show full fields fr ...
分类:
数据库 时间:
2020-05-25 12:41:39
阅读次数:
92
whereHas中的内容是对要查询模型字段的搜索 Course::whereHas('help',function($query){ $query->where('id',1); })->first(); 打印sql select * from `pte_course` where exists ( ...
分类:
其他好文 时间:
2020-05-25 12:13:29
阅读次数:
166
本文记录发布App Store 过程中,遇到的问题,以及解决方案。 上架App Store 河南油田项目 5.19号 三个问题 1. 2 Safety: User Generated Content2. 3 Performance: Accurate Metadata3. 2 Design: Min ...
分类:
移动开发 时间:
2020-05-25 09:35:41
阅读次数:
645
1039 Course List for Student (25分) Zhejiang University has 40000 students and provides 2500 courses. Now given the student name lists of all the cours ...
分类:
其他好文 时间:
2020-05-25 00:25:57
阅读次数:
66
nacos的启动流程分析https://ke.qq.com/webcourse/index.html#cid=284963&term_id=100337343&taid=9288871800232227 https://nacos.io/zh-cn/docs/what-is-nacos.html o ...
分类:
其他好文 时间:
2020-05-24 22:34:42
阅读次数:
127
内连接,外连接:左连接(left join),右连接(right join),完全外连接(full join) ...
分类:
数据库 时间:
2020-05-24 09:19:02
阅读次数:
96
使用React简短代码动态生成栅格布局 作为 TerminalMACS 的一个子进程模块 React Web管理端,使用Ant Design Pro作为框架。 本文应用到的知识 1.样式文件less中方法的使用 2.for循环创建按钮和栅格布局(flex布局) 1. 最终效果及源码链接 作为前端新手 ...
分类:
其他好文 时间:
2020-05-24 09:15:45
阅读次数:
52