[user] name=yulongdong email=dongyl0501@gmail.com[core] editor=vim whitespace=trailing-space,space-before-tab,tab-in-indent[commit] template=~/.ssh/.gitmsg.template[color] ui=auto status=auto branch=auto[rerere] enabled=0[merge] tool=vimdiff[alias] co=check..
分类:
其他好文 时间:
2015-07-29 10:26:42
阅读次数:
140
php_strip_whitespace(参数1个php文件的路径)—返回删除注释和空格后的PHP源码,返回删除注释和空格后filename的PHP源码。这对实际代码数量和注释数量的对比很有用。 此函数与命令行下执行php -w相似。var_export(参数1传入的字符串,参数2是否为true)—...
分类:
Web程序 时间:
2015-07-08 12:38:59
阅读次数:
236
classic_compatible=true ##如果变量为null,转化为空字符串,比如做比较的时候按照空字符做比较whitespace_stripping=true ##去掉多余的空格,非常有用##模版更新事件,设置为1秒,正式环境设置为3600秒 #template_update_delay...
分类:
其他好文 时间:
2015-06-18 09:26:52
阅读次数:
121
String Split whitespace example
分类:
其他好文 时间:
2015-06-06 16:15:44
阅读次数:
122
异常信息:org.apache.jasper.JasperException: /pages/selectedCourse.jsp (line: 4, column: 39) The JSP specification requires that an attribute name is prece...
分类:
Web程序 时间:
2015-05-21 18:53:45
阅读次数:
167
jQuery.extend({ parseJSON: function (data) { if (typeof data !== "string" || !data) { return null; } // Make sure leading/trailing whitespace is remov...
分类:
Web程序 时间:
2015-05-20 08:15:37
阅读次数:
184
解决方案:
依次展开Windows->Preferences->General->Editors->TextEditor
将右边的Show whitespace characters的复选框取消保存即可...
分类:
编程语言 时间:
2015-05-09 23:40:50
阅读次数:
237
这不是文件编码的问题,而是像word中,显示了回车与换行符一样的问题. 如下图:谢谢大家解决办法:Windows-Preferences. (或者直接右键编辑窗口,选Preferences) 左边选 General-Editors-TextEditors 右边去掉“Show whitespace c...
分类:
系统相关 时间:
2015-05-06 10:43:51
阅读次数:
143
$text = ' ... Hello ...--- '$text.Trim(" .-`t`n`r")结果只显示:HelloFrom:http://powershell.com/cs/blogs/tips/archive/2015/04/30/removing-whitespace-...
分类:
其他好文 时间:
2015-05-05 19:12:39
阅读次数:
106
在eclipse中出现这错误,但在myeclipse中灭有
/WEB-INF/page/mailWrite.jsp (line: 1, column: 82) The JSP specification requires that an attribute name is preceded by whitespace
问题出在一个空格
1对
2报错
2属性之间要用空格...
分类:
Web程序 时间:
2015-04-29 15:04:55
阅读次数:
204