TypeScript Feature types classes annotations imports language utilities string template (`hello ${world} `) fat arrow function syntax (=>) string temp ...
分类:
其他好文 时间:
2016-11-05 14:38:25
阅读次数:
188
转载地址:http://blog.csdn.net/taolinke/article/details/6220403 DER(Distinguished Encoding Rules,可辨别编码规则)。 ASN.1抽象语法标记(Abstract Syntax Notation One) ASN.1是 ...
分类:
其他好文 时间:
2016-11-05 11:30:13
阅读次数:
309
如果没有安装vim就请使用:sudo apt-get install vim 一个完整的.vimrc配置信息如下所示: set nocompatible set nummber filetype on set history=1000 set background=dark syntax on se ...
分类:
系统相关 时间:
2016-11-01 18:41:38
阅读次数:
202
Exception in thread "main" com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corr ...
分类:
移动开发 时间:
2016-10-30 16:53:58
阅读次数:
205
The Bash Shell also offer select Loop, the syntax is: OR (combine both select and case statement) Select command use PS3 variable to print its prompt. ...
分类:
其他好文 时间:
2016-10-27 22:51:01
阅读次数:
272
错误: Column count doesn't match value count at row 1 列计数与第1行的值计数不匹配 You have an error in your SQL syntax; check the manual that corresponds to your MyS ...
分类:
数据库 时间:
2016-10-25 19:06:00
阅读次数:
321
易百地址:http://www.yiibai.com/sql/sql-rdbms-concepts.html 3wSchool 地址:http://www.w3school.com.cn/sql/sql_syntax.asp ...
分类:
数据库 时间:
2016-10-23 14:50:39
阅读次数:
258
箭头函数(Arrow Functions) 就像名字所说那样,箭头函数使用箭头(=>)来定义函数。与传统函数相比,箭头函数在多个地方表现不一样。 箭头函数语法(Arrow Function Syntax) 箭头函数有多种实现方法。比如你想实现一个只有一个参数并且直接返回此参数值的函数: 上面的例子中 ...
分类:
其他好文 时间:
2016-10-22 12:17:09
阅读次数:
145
记录语法错误的坑 1.陷进1,使用notepad++,格式显示与实际不相匹配,报invalid syntax 错误 使用文本格式执行一个文件,一直提示 找原因,因为写文件时一直是用的文本文件写的代码,更改了文件的后缀后,默认打开方式是notepad++,修改代码后,直接运行,一直提示语法错误,搞了很 ...
分类:
编程语言 时间:
2016-10-17 20:51:02
阅读次数:
708
异常代码: @Insert("insert into t_member(m_id,m_name,m_phone,m_level,m_card_no) values(#{m_id},#{m_name),#{m_phone},#{m_level},#{m_card_no})") 在使用Mybatis框架 ...
分类:
其他好文 时间:
2016-10-16 14:04:42
阅读次数:
2124