码迷,mamicode.com
首页 >  
搜索关键字:development    ( 3014个结果
NGINX 如何防盗链
一、安装Nginx:1、解决依赖关系# yum groupinstall "Development Tools" "Server Platform Deveopment"# yum install openssl-devel pcre-devel2、安装首先添加用户nginx,实现以之运行nginx...
分类:其他好文   时间:2014-05-12 15:26:34    阅读次数:365
[翻译] iOS开发工具的介绍(第一部分)
IOS DEVELOPMENT TIPS & TRICKS - PART Ihttp://blog.trifork.com/2013/12/19/ios-development-tips-tricks-part-i/As you might know, I am very fond of devel...
分类:移动开发   时间:2014-05-10 09:08:00    阅读次数:671
AJAX
一、Ajax是什么? Ajax(asynchronous Javascript and XML),or ajax,is a group of interrelated web development techniques used for creating interactive(交互式) web ...
分类:其他好文   时间:2014-05-10 05:40:23    阅读次数:429
Developing SWT applications using Eclipse
Developing SWT applications using EclipseWhile SWT is integrated as part of the Eclipse plug-in API, for standalone application development it is best...
分类:移动开发   时间:2014-05-10 03:15:38    阅读次数:386
Theos简介
【Theos简介】 Theos is a cross-platform suite of development tools for managing, developing, and deploying iOS software without the use of Xcode. The Th.....
分类:其他好文   时间:2014-05-09 23:33:29    阅读次数:456
Java JDK 8 的安装以及环境变量的配置(Linux and Windows)
Java JDK 8 的安装以及环境变量的配置(Linux and Windows)                                               JDK(Java Development Kit)包括了Java语言的编译器,可以在这里下载: http://www.oracle.com/technetwork/java/javase/down...
分类:编程语言   时间:2014-05-09 14:44:06    阅读次数:324
读苹果开发文档时遇到瓶颈,转而花2天看了Objc基本语法
根据这篇博客中列出的文章开始看Objc基本语法:http://blog.hellolucky.info/articles/ios-beginner-ios-development/看完以后,明白多了。现在打算开始看Xcode 5编程教程。也是上面那篇博客中推荐的连接。听说学习Xcode开发一开始会有...
分类:移动开发   时间:2014-05-09 04:10:47    阅读次数:364
Android NDK 开发
NDK全称:Native Development Kit。 1、NDK是一系列工具的集合。 * NDK提供了一系列的工具,帮助开发者快速开发C(或C++)的动态库,并能自动将so和java应用一起打包成apk。这些工具对开发者的帮助是巨大的。 * NDK集成了交叉编译器,并提供了相应的mk文件隔离平台、CPU、API等差异,开发人员只需要简单修改mk文件(指出“哪些文件需要编译”...
分类:移动开发   时间:2014-05-07 21:47:45    阅读次数:613
[Nagios] Error: Template 'timman' specified in contact definition could not be not found (c
Check nagios配置文件报错如下:[nagios@2 etc]$ /usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg Nagios Core 4.0.6Copyright (c) 2009-present Nagios Core Development Team and Community Contributor...
分类:移动开发   时间:2014-05-07 15:47:14    阅读次数:449
LAMP架构之PHP-FPM 服务器
PHP简介安装PHP解决依赖关系# 请配置好yum源(系统安装源及epel源)后执行如下命令:yum -y groupinstall "Desktop Platform Development"yum -y install bzip2-devel libmcrypt-devel mhash-deve...
分类:Web程序   时间:2014-05-07 00:50:47    阅读次数:470
3014条   上一页 1 ... 298 299 300 301 302 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!