手册地址 "https://www.kancloud.cn/manual/thinkphp5/118011" 图例简介 ...
分类:
Web程序 时间:
2020-05-18 16:07:36
阅读次数:
52
Mongodb正则$regex 正则能帮助我们实现一些复杂的查询,mongodb中实现正也很简单 https://docs.mongodb.com/manual/reference/operator/query/regex/index.html 查询格式 { <field>: { $regex: / ...
分类:
数据库 时间:
2020-05-17 19:20:42
阅读次数:
87
内容翻译自deno官网: deno 1.0最近好像挺🔥,fq出去看看官网:总结如下 > 以下内容来自deno官网 Deno 是一个简单,现代,安全的JavaScript 和typescript运行时,并且使用了v8引擎 使用rust构建 Secure by default. No file, ne ...
分类:
编程语言 时间:
2020-05-17 01:32:53
阅读次数:
108
Bootstrap 教程 Bootstrap,来自 Twitter,是目前最受欢迎的前端框架。Bootstrap 是基于 HTML、CSS、JAVASCRIPT 的,它简洁灵活,使得 Web 开发更加快捷。 本教程将向您讲解 Bootstrap 框架的基础,通过学习这些内容,您将可以轻松地创建 We ...
分类:
其他好文 时间:
2020-05-16 11:00:48
阅读次数:
71
https://docs.unity3d.com/Manual/NativePlugins.html https://github.com/Unity-Technologies/NativeRenderingPlugin ...
分类:
编程语言 时间:
2020-05-15 11:46:10
阅读次数:
161
只针对于windows的监控项 https://www.zabbix.com/documentation/3.4/zh/manual/config/items/itemtypes/zabbix_agent/win_keys 可以使用service.info监控项进行监控windows的服务 但是对于 ...
Linux安装mongo 一、 环境介绍: CentOS6, CentOS7 二、 安装步骤 2.1.官方参考地址:https://docs.mongodb.com/manual/tutorial/install-mongodb-on-red-hat/ 2.2.配置程序包管理系统(yum 命令安装) ...
分类:
系统相关 时间:
2020-05-13 23:01:51
阅读次数:
116
PrestaShop 在出现错误的时候,希望进行调试。 在 PrestaShop 中没有可以进行调试的配置和如何进行启用呢? PrestaShop 是可以进行启用 debug 模式的。 在 PrestaShop 控制台中,选择 高级参数(Advanced Parameters) 下面的 性能(Per ...
分类:
其他好文 时间:
2020-05-10 15:11:54
阅读次数:
55
namespace app\index\controller; use think\Controller; use app\index\model\User; class Index extends Controller { public function index() { $User = new ...
分类:
其他好文 时间:
2020-05-08 10:06:44
阅读次数:
92
kubernetes v1.18.2 二进制部署 ipv4 kube-apiserver 部署