码迷,mamicode.com
首页 >  
搜索关键字:languages    ( 469个结果
How to handle exception in managed code and unmanaged code
As we known, try...catch mechanism is a quite common feature for the high level languages like java or C#. Although C++ proclaimed  that it supports this mechanism, the memory management limitation of...
分类:其他好文   时间:2015-01-08 22:47:50    阅读次数:192
(转载)你好,C++(1)C++是什么?C++的“前世今生”
你好,C++(1)C++是什么?C++的“前世今生”The world is built on C++.——Herb Sutterthe chairman of the ISO C++ standards committee and chief native languages architect ...
分类:编程语言   时间:2015-01-08 17:47:53    阅读次数:519
2D game engine essentials
All 2D Game Engines/Frameworks are trying to solve the same problems. Thus, the languages don't matter; they are simply the technologies, the bricks t...
分类:其他好文   时间:2015-01-08 07:03:50    阅读次数:171
Effective C++读书笔记 Part1
##Effective C++ Notes### Part I. Accustoming Yourself to C++####1. View C++ as a federation of languages- C++ is a multi-paradigm programming language...
分类:编程语言   时间:2015-01-08 02:06:23    阅读次数:329
ecshop简单结构
Ecshop包括的文件夹有admin、api、cert、data、images、includes、js、 languages、plugins、temp、theme、wap、widget这些文件夹,和根目录下的所有.php文件。这些文件和文件夹组成了整 个ecshop。 如果从软件工程角度分析ecsh...
分类:其他好文   时间:2015-01-06 19:51:06    阅读次数:216
Python爬虫框架Scrapy 学习笔记 4 ------- 第二个Scrapy项目
1.任务一,抓取以下两个URL的内容,写入文件http://www.dmoz.org/Computers/Programming/Languages/Python/Books/http://www.dmoz.org/Computers/Programming/Languages/Python/Resources/项目截图和上一个project不同的是,在spider中没有定义rules属性,而是定义了parse方法..
分类:编程语言   时间:2015-01-06 18:11:44    阅读次数:314
Functional Programming 资料收集
书籍:Functional Programming forJava Developerspapers:Why Functional Programming Matters在线课程:CSE341: Programming Languages (washington university)课程主页: h...
分类:其他好文   时间:2015-01-03 17:06:16    阅读次数:126
JDK7动态方法调用
在JDK7中,Java提供了对动态语言特性的支持,实现了JSR 292 《Supporting Dynamically Typed Languages on the Java Platform》规范,这是Java语言发展的一重大进步,而提供对动态语言特性支持也是Java发展的一大趋势与方向。那么动态性表现在哪里呢?其一在Java API层面,新增了java.lang.invoke包,主要包含了Ca...
分类:其他好文   时间:2014-12-20 18:17:11    阅读次数:311
如何修改ECSHOP后台管理中心的Title信息
下图中红色圈定的部分就是本次修改要改的地方修改方法其实很简单的:打开语言包文件 /languages/zh_cn/admin/common.php将$_LANG['app_name'] = 'ECSHOP';$_LANG['cp_home'] = 'ECSHOP 管理中心';修改为$_LANG['a...
分类:其他好文   时间:2014-12-18 01:36:20    阅读次数:223
Step by Step 使用HTML5开发一个星际大战游戏(2)
HTML5 Canvas Game: 玩家飞船本系列博文翻译自以下文章http://blog.sklambert.com/html5-canvas-game-the-player-ship/Languages:HTML5, JavaScript Code:https://github.com/str...
分类:Web程序   时间:2014-12-11 19:04:52    阅读次数:258
469条   上一页 1 ... 38 39 40 41 42 ... 47 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!