码迷,mamicode.com
首页 >  
搜索关键字:syntax    ( 2205个结果
DTD - Attributes
In a DTD, attributes are declared with an ATTLIST declaration.Declaring AttributesAn attribute declaration has the following syntax:DTD example:XML ex...
分类:其他好文   时间:2014-09-25 04:03:28    阅读次数:283
Spring @Value 设置默认值
Spring 3 supports${my.server.port:defaultValue}syntax.@Value("${zookeeper.enable:false}") private boolean isZkEnable;done!
分类:编程语言   时间:2014-09-23 11:57:24    阅读次数:1094
server version for the right syntax to use near 'USING BTREE 数据库文件版本不合导致的错误
MySQL返回:#1064-YouhaveanerrorinyourSQLsyntax;checkthemanualthatcorrespondstoyourMySQLserverversionfortherightsyntaxtousenear'USINGBTREE,KEY`lang`(`lan....
分类:数据库   时间:2014-09-22 18:28:22    阅读次数:255
MySql注入
基本的报错注入 1、单引号报错-GET-字符型 错误信息:You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax...
分类:数据库   时间:2014-09-21 12:47:10    阅读次数:263
sublime text修改TAB缩进为空格
在sublime text中将TAB缩进直接转化为4个空格,可以按照如下方式操作:菜单栏: Preferences -> Settings – More -> Syntax Specific – User然后添加设置代码就可以了,文件保存在$Packages/User下{ "tab_size"...
分类:其他好文   时间:2014-09-19 15:22:05    阅读次数:142
centos安装vim
Centos里的VI只默认安装了vim-minimal-7.x。所以无论是输入vi或者 vim查看文件,syntax功能都无法正常启用。因此需要用yum安装另外两个组件:vim-common-7.x和vim-enhanced- 7.x。命令行里敲入:yum -y install vim-enhanc...
分类:其他好文   时间:2014-09-17 14:55:22    阅读次数:190
MSVC and MinGW DLLs
Posted February 26th, 2009 by earnie dll faq msvc TODO: Reformat to new wiki syntax. !!! [Minimalist GNU for Windows | http://www.mingw.org] !! MSVC a...
分类:其他好文   时间:2014-09-15 22:41:49    阅读次数:248
设置Sublime Text3修改设置Tab键为4个空格
在sublime text中将TAB缩进直接转化为4个空格,可以按照如下方式操作:菜单栏: Preferences -> Settings – More -> Syntax Specific – User然后添加设置代码就可以了{ "tab_size": 4, "translate_ta...
分类:其他好文   时间:2014-09-14 22:01:17    阅读次数:245
记录下Vim配置文件
1 "显示行号 2 set nu 3 4 "启动时隐去援助提示 5 set shortmess=atI 6 7 "语法高亮 8 syntax on 9 10 "文件类型自动检测 11 filetype on 12 13 "使用vim的键盘模式 14 set nocompa...
分类:其他好文   时间:2014-09-13 18:34:05    阅读次数:241
ARM Compiler toolchain Compiler -- Supported ARM architectures
--cpu=nameThis option enables code generation for the selected ARM processor or architecture.Syntax--cpu=nameWhere:nameis the name of a processor or a...
分类:其他好文   时间:2014-09-12 23:24:44    阅读次数:657
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!