隐士转换是Scala提供的一种语法糖 Implicit definitions are those that the compiler is allowed to insert into a program in order to fix any of its type errors. Sacla隐 ...
分类:
其他好文 时间:
2016-08-10 14:00:01
阅读次数:
372
禁止显示错误 在php.ini配置文件中。我们可以控制php的错误显示状态。 php.ini中有一个专门的配置项: display_errors 这个选项设置是否将错误信息输出到网页,或者对用户隐藏而不显示。 这个值的状态为 on 或者 off ,也可以设值为 1 或者 0 。 display_er... ...
分类:
Web程序 时间:
2016-08-09 08:12:09
阅读次数:
268
错误:Hostisblockedbecauseofmanyconnectionerrors;unblockwith‘mysqladminflush-hosts‘原因:同一个ip在短时间内产生太多(超过mysql数据库max_connection_errors的最大值)中断的数据库连接而导致的阻塞;解决方法:1、提高允许的max_connection_errors数量(治标不治本):..
分类:
数据库 时间:
2016-08-07 01:04:00
阅读次数:
326
Java eclipse: errors exist in required project(s) Eclipse中编辑好了一个类,点击运行时出现如图所示的现象,现在编辑好的这个类并无错误,点击Proceed可正常运行。 按照字面意思就是,在这个“工程”中存在错误,打开工程列表 找到前边有红色叉叉的 ...
分类:
编程语言 时间:
2016-08-05 13:55:46
阅读次数:
421
身份证校验,绝对严格function checkIdCard(idcard) { let ereg; // const Errors = new Array( // '验证通过', // '身份证号码位数不对', // '身份证号码出生日期超出范围或含有非法字符', // '身份证号码校验错误', ...
分类:
其他好文 时间:
2016-08-01 17:43:16
阅读次数:
176
今天安装dedecms,配置Nginx,然后生成一键生成静态页面,然后就没有然后了,所有栏目页面都显示nginx 403 forbidden。 一般来说nginx 的 403 Forbidden errors 表示你在请求一个资源文件但是nginx不允许你查看。403 Forbidden 只是一个H ...
分类:
其他好文 时间:
2016-07-28 15:18:39
阅读次数:
126
===LyncServer安装的必备组件Add-WindowsFeatureRSAT-ADDS,Web-Server,Web-Static-Content,Web-Default-Doc,Web-Http-Errors,Web-Asp-Net,Web-Net-Ext,Web-ISAPI-Ext,Web-ISAPI-Filter,Web-Http-Logging,Web-Log-Libraries,Web-Request-Monitor,Web-Http-Tracing,Web-Basic-Aut..
分类:
其他好文 时间:
2016-07-24 21:00:18
阅读次数:
232
学习形势:看视频 + 笔记(仅记录重点或不知道的知识) 视频地址(CI框架学习(1)-框架介绍控制器建立与访问) 【重点1】CI框架的目录结构 application 项目应用信息 cache 缓存 config 配置 controllers 控制器 core 核心文件 errors 错误模板 he ...
分类:
其他好文 时间:
2016-07-24 17:37:45
阅读次数:
164
默认模式下的apache是没有开启错误语法提示的,是为了安全性的问题。但如果用LAMP作为测试机,就很必要开启提示了。不然错误在那里也搞不清。 修改php.ini文件。 vi /etc/php.ini 修改下行,把Off值改成On display_errors = Off 搜索下行 error_re ...
分类:
Web程序 时间:
2016-07-23 19:43:29
阅读次数:
486
解压某个文件时 #tar -zxvf xxxxx.tar.gz 出现下面的错误提示: gzip: stdin: not in gzip formattar: Child returned status 1tar: Error exit delayed from previous errors You ...
分类:
系统相关 时间:
2016-07-15 23:39:56
阅读次数:
243