码迷,mamicode.com
首页 >  
搜索关键字:languages    ( 469个结果
WebStorm中使用ES6的几种方式
本篇总结几种在WebStorm下使用ES6的方式。首先要选择Javascript的版本。依次点击"File","Settings","Languages & Frameworks","Javascript",在"Javascript Language Version"中选择"ECMAScript6"...
分类:Web程序   时间:2015-11-26 12:45:31    阅读次数:177
为什么要写设计文档(英文版)
Day by day, programmers are able to get more done in less time. With today’s high level languages, development environments, tools and the “rapid appl...
分类:其他好文   时间:2015-11-21 11:49:21    阅读次数:192
推荐的阅读及练手项目
关于作者:?He is an expert in numerous languages including .NET, PHP, C/C++, Java and more 推荐阅读(Software development, Desktop, Web) http://www.coderslexicon.com/recommended-reading/ 推荐练手项...
分类:其他好文   时间:2015-11-10 14:27:28    阅读次数:209
C++之函数重载
C++的重载 In some programming languages, function overloading or method overloading is the ability to create multiple methods of the same name with different implementations. Calls to an overloade...
分类:编程语言   时间:2015-11-07 20:38:48    阅读次数:206
C++之 const
In the C, C++, and D programming languages, const is a type qualifier, a keyword applied to a data type that indicates that the data is constant (does not vary). While this can be used to declare...
分类:编程语言   时间:2015-11-07 17:44:33    阅读次数:177
The 11 advantages of Java -Why you choose this language
Java is never just a language.There are lots of programming languages out there, and few of them make much of a splash.Java is a whole platform, with ...
分类:编程语言   时间:2015-11-03 17:29:48    阅读次数:235
IOS开发中有用的第三方库
#Objective-C中最受瞩目库[链接](https://github.com/languages??/Objective-C/most_watched)* [three20](https://github.com/facebook/three20)* faebook的320库*** [AFNe...
分类:移动开发   时间:2015-10-30 16:57:09    阅读次数:306
Ecshop(二次开发) - 后台添加左侧菜单导航
1、链接地址:修改 admin\includes\inc_menu.php 文件。$modules['17_syn_data']['view_syn'] = 'synchronization_cat_data.php?act=main';2、语言文字:修改 languages\zh_cn\admin...
分类:其他好文   时间:2015-10-27 17:03:27    阅读次数:221
javascript this的意思
his指向哪里?一般而言,在Javascript中,this指向函数执行时的当前对象。In JavaScript, as in most object-oriented programming languages,thisis a special keyword that is used withi...
分类:编程语言   时间:2015-10-26 13:28:44    阅读次数:177
WebStorm中Node.js项目配置教程——项目设置
上一章讲解了Node.js项目在WebStorm中的两种创建方式,当完成Node.js项目创建以后,剩下的就是涉及配置设置工作。为了确保Node.js全局和Node.js核心模块的代码完成功能,打开Settings|Languages & Frameworks | JavaScript|Librar...
分类:Web程序   时间:2015-10-22 17:05:28    阅读次数:297
469条   上一页 1 ... 27 28 29 30 31 ... 47 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!