码迷,mamicode.com
首页 >  
搜索关键字:guide    ( 3262个结果
编译CoreCLR源代码
昨天得知微软在GitHub上发布CoreCLR的源代码之后,立马从GitHub上签出代码,并尝试在Windows Server 2012上进行编译。参考CoreCLR的开发者指南(Developer Guide),先安装CMake —— CoreCLR所用的开源跨平台Build工具。然后复制DIA ...
分类:其他好文   时间:2015-02-05 12:58:24    阅读次数:163
browser process request
What really happens when you navigate to a URLBeginner’s Guide: How IIS Process ASP.NETRequestWhat's in an HTTP request?How the web works: HTTP and CG...
分类:其他好文   时间:2015-02-05 12:54:45    阅读次数:136
MINA框架----------android客户端与服务器端
1、相关资源 MINA:http://mina.apache.org/mina-project/quick-start-guide.html jar包下载:http://download.csdn.net/detail/hulan_baby/8424891 源代码(客户端):http://download.csdn.net/detail/hulan_baby/8424897 源代码(服...
分类:移动开发   时间:2015-02-05 11:25:00    阅读次数:206
ExtJS笔记4 容器与布局(Layouts and Containers)
The layout system is one of the most powerful parts of Ext JS. It handles the sizing and positioning of everyComponentin your application. This guide ...
分类:Web程序   时间:2015-02-04 10:50:09    阅读次数:280
Guide to make CentOS 7 the perfect desktop
原文地址: http://www.dedoimedo.com/computers/fedora-pimp.htmlMy original review of CentOS 7 was less enthusiastic than I hoped for. That is because CentOS...
分类:其他好文   时间:2015-02-03 08:15:21    阅读次数:530
Android之百度定位API使用
API版本:百度定位API:V5.0(http://developer.baidu.com/map/wiki/index.php?title=android-locsdk/guide/v5-0)百度Geocoding API:V2.0(http://developer.baidu.com/map/i...
分类:移动开发   时间:2015-02-02 19:48:02    阅读次数:162
Delphi Memory-Mapped File简单示例
{Copyright ?1999 by Delphi 5 Developer's Guide - Xavier Pacheco and Steve Teixeira}unit MainFrm;interfaceuses Windows, Messages, SysUtils, Classes, G....
分类:移动开发   时间:2015-01-31 07:03:01    阅读次数:265
移动web开发之本地调试
本文转载自http://ued.qunar.com/mobile/guide/mobile/2014/10/27/mobile-fe-dev-remote-debugg.html本文适用于调试所需的所用能容都在本地PC上,或在外网上。7.1 部分浏览器调试情况各个浏览器远程调试及其所用工具如下表所示...
分类:移动开发   时间:2015-01-30 22:17:24    阅读次数:233
线程编程指南(Threading Programming Guide)
简介 线程是一种技术,可以在一个应用中同时执行多个代码路径。尽管新技术如操作对象和GCD提供一个更现代和更高效的工具来实现并发,OS X 和iOS也提供接口来创建和管理线程。 本文揭示了OS X中可用的线程包并展示了如何使用它们。本文还描述了应用程序中支持线程和多线程代码同步的相关技术。 重要:如果你正在开发一个新的应用,鼓励你研究实现并发的OS X技术。尤其是你不熟悉实现线程应用所需要的设...
分类:编程语言   时间:2015-01-30 09:03:57    阅读次数:179
App Distribution Guide (二)
Configuring Your Xcode Project for DistributionYou can edit your project settings anytime, but some settings are necessary during development. Others ...
分类:移动开发   时间:2015-01-29 23:51:29    阅读次数:372
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!