安装完laravel的ventor目录后出现“Whoops, looks like something went wrong.”这样的错误信息 打开config/app.php,打开debug为true No supported encrypter found. The cipher and / o ...
分类:
Web程序 时间:
2017-07-12 13:54:00
阅读次数:
221
使用 UGUI 制作背包的时候。同事发现假设背包中加入了大量的物品。比方两百个。Unity就会出错,提示 Canvas element contains more than 65535 vertices. This is not supported 。意思就是 Canvas以下的顶点数过多。 转自h ...
分类:
其他好文 时间:
2017-07-10 20:11:10
阅读次数:
171
curl默认安装完后是只支持http协议而不支持https协议的。可以先用curl-V查看当前curl支持哪些协议:[root@localhost/]#curl-Vcurl7.19.4(x86_64-unknown-linux-gnu)libcurl/7.19.4OpenSSL/1.0.2kzlib/1.2.11Protocols:tftpftptelnetdicthttpfileftps可以看到并不支持https协议..
分类:
Web程序 时间:
2017-07-10 16:57:00
阅读次数:
732
编辑 ~/.ctags, 添加以下代码:--exclude=.SOS--exclude=.git--exclude=nobackup--exclude=nobkp--exclude=results--exclude=*.log --langdef=SystemVerilog--langmap=Sys ...
分类:
其他好文 时间:
2017-07-10 10:37:16
阅读次数:
184
php artisan key:generate $(function () { $('pre.prettyprint code').each(function () { var lines = $(this).text().split('\n').length; var $numbering = ...
分类:
其他好文 时间:
2017-07-07 16:32:57
阅读次数:
231
系统支持编码的修改如下:1. 使用如下命令查看系统支持的字符集cat /usr/share/i18n/SUPPORTED说明:查看系统支持的字符集,你需要注意的是支持字符集的格式,如对中文会有以下一些显示(我的系统如此,我不知是否普遍)zh_CN.GB18030 GB18030zh_CN.GBK G ...
分类:
系统相关 时间:
2017-07-05 16:39:38
阅读次数:
281
报错信息: java.lang.IllegalStateException: Expected response body to be verified as JSON, HTML or XML but content-type 'text/plain' is not supported out o ...
分类:
Web程序 时间:
2017-07-03 14:10:08
阅读次数:
1349
kernel/power/main.c中:/** * state - control system power state. * * show() returns what states are supported, which is hard-coded to * 'standby' (Power ...
分类:
其他好文 时间:
2017-07-02 19:42:42
阅读次数:
328
简介 PDF.js is a Portable Document Format (PDF) viewer that is built with HTML5. PDF.js is community-driven and supported by Mozilla Labs. Our goal is t ...
分类:
Web程序 时间:
2017-07-02 10:11:48
阅读次数:
303
在12c数据库中,哪种audit trail 受到支持? 来源于:What Audit Trail Types Are Supported For A 12c Database? (文档 ID 1986609.1) 适用于: Oracle Audit Vault and Database Firew ...
分类:
数据库 时间:
2017-07-01 14:34:17
阅读次数:
229