码迷,mamicode.com
首页 >  
搜索关键字:c language    ( 7688个结果
fmt 国际化格式标签库(读取application.properties文件)
国际化格式标签库包括国际化,消息和数字日期格式化: (1) 国际化: 如: @ page language="java" contentType="text/html; charset=gb2312" import="java.util.*"%> @ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> @...
分类:移动开发   时间:2014-06-20 12:30:54    阅读次数:300
Swift初探一
今天安装了一下Xcode6-Beta版,想来体验一下Swift的魅力:安装Swift系统最低版本为:10.9.3 只看看一点The Swift Programming Language,下面给大家分享一下:(待续。。。)// Playground - noun: a place where people can play import Cocoa ///1.声明一个可变的变量 var str...
分类:其他好文   时间:2014-06-07 13:54:43    阅读次数:259
Mantis 缺陷管理系统配置与安装[Z]
什么是MantisMantisBT is a free popular web-based bugtracking system (feature list). It is written in the PHP scripting language and works with MySQL, MS ...
分类:其他好文   时间:2014-06-07 09:55:22    阅读次数:353
Cheatsheet: 2014 05.01 ~ 05.31
Web Choosing a Web Framework/Language Combo for the Next Decade Optimizing NGINX and PHP-fpm for high traffic sites The Absolute Beginner’s Guide to N...
分类:其他好文   时间:2014-06-06 09:53:04    阅读次数:245
Apple Swift中文入门教程【转发】
1简介今天凌晨Apple刚刚发布了Swift编程语言,本文从其发布的书籍《The Swift Programming Language》中摘录和提取而成。希望对各位的iOS&OSX开发有所帮助。Swift是供iOS和OS X应用编程的新编程语言,基于C和Objective-C,而却没有C的一些兼容约...
分类:移动开发   时间:2014-06-06 09:05:37    阅读次数:400
Swift简介
Swift is a new programming language for iOS and OS X apps that builds on the best of C and Objective-C, without the constraints of C compatibility.Swi...
分类:其他好文   时间:2014-06-06 08:28:23    阅读次数:187
Swift编程语言(中文版)官方手册翻译(第一部分)
Apple发布了新的编程语言Swift,也提供了一本将近400页的 The Swift Programming Language(Swift编程语言)。Apple的东西如此之火爆,Swift一经推出大家纷纷转投iOS/OS X怀抱,相信不久就能出现中文版的相关书籍,而各种良莠不齐的app也将蝗虫般地...
分类:编程语言   时间:2014-06-06 07:06:56    阅读次数:391
【Tim Sweeney】Why C++ for Unreal 4?
The first three generations of the Unreal Engine included a sandboxed scripting language, UnrealScript, which provided a simple interface for gameplay...
分类:编程语言   时间:2014-06-06 06:44:59    阅读次数:421
OGNL表达式语言网上转来的
1、概念:OGNL是ObjectGraphic Navigation Language(对象图导航语言)的缩写,它是一个开源项目。Struts 2框架使用OGNL作为默认的表达式语言。2、功能:(1)支持对象方法调用,如xxx.sayHello();(2)支持类静态方法调用和值访问,表达式的格式为@...
分类:其他好文   时间:2014-06-05 18:16:59    阅读次数:333
Mysql源码目录结构
Programs for handling SQL commands. The "core" of MySQL.These are the.cand.ccfiles in thesqldirectory:derror.cc --- read language-dependent message fi...
分类:数据库   时间:2014-06-05 17:38:07    阅读次数:362
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!