码迷,mamicode.com
首页 >  
搜索关键字:syntax    ( 2205个结果
Java Notes-5
-Bounds use the extends keyword and some new syntax to limit the parameter types that may be applied to a generic type. class EmployeeList { ... } -As we’ll see in this section, wildcards are Java’s way of introd...
分类:编程语言   时间:2014-12-14 17:15:15    阅读次数:291
Source Insight 中文乱码问题解决
(1)source insight 阅读VC++源码,注释为乱码解决方案1、options->preferences->Syntax Formatting->Styles;2、在Style Name 选择 Comment,再对其Font Name 选择Pick,然后再选择“新宋体”。(2)sourc...
分类:其他好文   时间:2014-12-12 18:23:14    阅读次数:130
【汇编指令】数据处理指令之逻辑指令
逻辑指令集有:AND/ORR/EOR/BIC 1)与逻辑指令一般用于置零某位:AND AND Logical AND operation. Syntax   AND{cond}{S}  Rd, Rn, Op2 Description   Load Rd with logical AND of Rn with Op2. Rd := Rn AND Op...
分类:其他好文   时间:2014-12-09 23:13:26    阅读次数:378
【汇编指令】数据处理指令之算术指令集
ARM指令集: 其中包括数据处理指令集 1)算术指令(ADD,ADC,SUB,SBC , RSB, RSC ) ①加法指令:ADD,ADDS 其中带S的表示可以更新标志位 ADD/ADDS Add values and store result to register. Syntax   ADD{cond}{S}  Rd, Rn, Op2 Descr...
分类:其他好文   时间:2014-12-09 21:38:25    阅读次数:286
[Node.js] CommonJS Modules
CoomonJS modules provide a clean syntax for importing dependencies. This lesson will take a look at the basics of using CommonJS modules.app.jsvar dep...
分类:Web程序   时间:2014-12-09 07:05:40    阅读次数:230
[一天学一个CSS3属性]之二:box-shadow
今天比较忙,没能好好看新东西,就记录一个常用的CSS3属性吧:box-shadow,表示阴影,如果设置了border-radius圆角,则阴影也是圆角box-shadow目前是IE9及以上和其他现代浏览器都支持的属性了。语法:Formal syntax: none | [inset? && [ .....
分类:Web程序   时间:2014-12-05 22:34:19    阅读次数:189
如何解决“Error detected while processing /root/.vimrc:”
使用crontab -e添加定时任务时,遇到如下错误“Error detected while processing /root/.vimrc:”: [root@~]# crontab -e Error detected while processing /root/.vimrc: line 30: E518: Unknown option: fdm=syntax line 34: E5...
分类:系统相关   时间:2014-12-04 23:17:43    阅读次数:1410
一般的linux系统默认安装的vim是精简版
一般的linux系统默认安装的vim是精简版(vim-tiny),所以不能配置语法检查等属性或获取在线帮助。需要安装vim-x:x.x.x,vim-common,vim-runtime.:syntax on 启动语法检查 或 :set syntax=sh :set hlsearch搜索高亮 :set...
分类:系统相关   时间:2014-12-04 21:31:32    阅读次数:193
Git commit报错
>Git commit的时候出现如下错` C:/Program Files (x86)/Git/bin/vim: -c: line 0: syntax error near unexpected token `(‘ C:/Program Files (x86)/Git/bin/vim: -c: line 0: `C:/Program Files (x86)/Git/bin/...
分类:其他好文   时间:2014-12-04 12:24:08    阅读次数:193
mysql Table ‘plugin‘ already exists
ERROR:?1064??You?have?an?error?in?your?SQL?syntax;?check?the?manual?that?corresponds?to?your?MySQL?server?version?for?the?right?syntax?to?use?near?‘ALTER?TABLE?user?A...
分类:数据库   时间:2014-12-02 01:40:20    阅读次数:237
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!