参考 http://gunnariauvinen.com/getting-es6-syntax-highlighting-in-sublime-text/ http://blog.csdn.net/zhyh1986/article/details/40678263 ...
分类:
其他好文 时间:
2016-06-27 17:06:52
阅读次数:
395
在你PHP的最上方写上 error_reporting(E_ALL); 就会显示错误信息了 1、Notice: Undefined variable: 变量名in注:使用了一个没有被定义的变量2、Parse error: syntax error, unexpected T_ELSE in If ( ...
分类:
Web程序 时间:
2016-06-25 20:26:26
阅读次数:
197
C:\Users\Administrator>E:\PHP\Apache24\bin\httpd.exe -w -n "apache2.4" -k startAH00526: Syntax error on line 137 of E:/PHP/Apache24/conf/extra/httpd-a ...
分类:
Web程序 时间:
2016-06-24 10:37:15
阅读次数:
327
错误信息: httpd.exe: Syntax error on line 178 of D:/Program Files/httpd-2.4.20-x64-vc14-r2 /Apache24/conf/httpd.conf: Cannot load D:/Program Files/php-5.5 ...
分类:
Web程序 时间:
2016-06-23 23:38:58
阅读次数:
192
The default Vim provided by Ubuntu 16.04 even did not have Python support. That's insane. I say, what if I wanted to use Vim as a Python IDE in Linux ...
分类:
编程语言 时间:
2016-06-22 23:22:29
阅读次数:
239
在deepin下跑一个测试脚本,提示for循环的语法错误:syntaxerror:Badforloopvariable2014版本deepin是基于ubuntu,2015版deepin基于debian,问题应该出现再dash上,dash是Debian的版本。解决方法是:取消dashsudodpkg-reconfiguredash在选择项中选否,即可。
分类:
其他好文 时间:
2016-06-20 16:02:48
阅读次数:
198
ZINC 0.A.0.0Table of contentsI. Why Zinc? C-like syntax Less verbosity Readability Segregation Structured programming vJass interoperability Do not "l... ...
分类:
其他好文 时间:
2016-06-18 18:20:50
阅读次数:
289
1: /// 2: /// 两边追加标志 3: /// 4: /// 5: public void ToggleSymmetricalMarkdownFormatting(string syntax) 6: { 7: int selectionLength ... ...
分类:
其他好文 时间:
2016-06-18 15:22:21
阅读次数:
172
Sequence 在当前transaction scope之外产生,当事务回滚时,Sequence number 不会回滚。 1,Create Sequence syntax [ CACHE [<constant> ] | NO CACHE ] Increases performance for a ...
分类:
其他好文 时间:
2016-06-15 20:49:20
阅读次数:
530
使用 Create type 创建自定义的Table Type ,Syntax 如下,和Create Table的 语法十分相似。 Examples 1,Creating an alias type based on the varchar data type 2,Creating a user-d ...
分类:
其他好文 时间:
2016-06-15 20:48:26
阅读次数:
146