配置流程 1 AR Foundation更新到3.0,对应的其他库也要更新 2 针对srp要做特殊设置 https://docs.unity3d.com/Packages/com.unity.xr.arfoundation@3.0/manual/ar-camera-background-with-s ...
分类:
其他好文 时间:
2020-05-06 22:01:05
阅读次数:
110
自己写的mysql语句类似如下: delete from ums_cart uc where uc.p_id = ** 报错如下(语法错误): You have an error in your SQL syntax; check the manual that corresponds to you ...
分类:
数据库 时间:
2020-05-05 00:28:05
阅读次数:
86
bind为类的属性值赋值,无论是public或者protect,private。格式如下: public static Closure::bind ( Closure $closure , object $newthis [, mixed $newscope = 'static' ] ) 第一个参数 ...
分类:
Web程序 时间:
2020-05-04 09:20:48
阅读次数:
87
Zabbix 设置预警升级 官方文档: https://www.zabbix.com/documentation/4.0/zh/manual/config/notifications/action/operation 一、需求 ? 在对公司的预警进行流程制定的时候,我们需要设置预警升级规则,需求是: ...
分类:
其他好文 时间:
2020-04-30 13:46:34
阅读次数:
67
官网:https://sequelize.org/v5/manual/querying.html 定义 model/Post.js 查 常用操作符号 调用语句查,内容长度小于 6 个字符 查 JSON 增 批量增 删 改 ...
分类:
数据库 时间:
2020-04-29 13:01:00
阅读次数:
75
memcache函数所有的方法列表如下: 参考http://www.php.net/manual/zh/function.Memcache-add.php Memcache::add - 添加一个值,如果已经存在,则返回false Memcache::addServer - 添加一个可供使用的服务器 ...
分类:
系统相关 时间:
2020-04-26 17:06:11
阅读次数:
68
https://docs.djangoproject.com/en/3.0/topics/db/transactions/ You may need to manually revert model state when rolling back a transaction. The values ...
分类:
其他好文 时间:
2020-04-26 01:15:33
阅读次数:
71
1.通过phpstudy安装composer 2.全局配制composer:把改路径D:\myDev\phpstudy\phpstudy_pro\Extensions\composer1.8.5下的composer.bat和composer.phar复制到对应版本的php路径下。 并修改compos ...
分类:
Web程序 时间:
2020-04-21 09:16:11
阅读次数:
163
官方文档:https://docs.mongodb.com/manual/replication/ 启动参数: 通过linux的包管理器(例如:yum)安装的mongodb会产生一个默认的配置文件:/etc/mongod.conf, 通过源码安装的话,需要自己指定一个配置文件。 一种是命令行参数mo ...
分类:
数据库 时间:
2020-04-20 20:07:08
阅读次数:
86
1、多重循环遍历查找优化开发中经常会遇到需要在一个数组中查找某一个对象的问题,单纯用for循环语句循环查找。(typescript)之前写的是这样的 inManual(search, manual) { for (let i = 0; i < search.length; i++) { for (l ...
分类:
其他好文 时间:
2020-04-20 13:21:31
阅读次数:
62