昨天得知微软在GitHub上发布CoreCLR的源代码之后,立马从GitHub上签出代码,并尝试在Windows Server 2012上进行编译。参考CoreCLR的开发者指南(Developer Guide),先安装CMake —— CoreCLR所用的开源跨平台Build工具。然后复制DIA ...
分类:
其他好文 时间:
2015-02-05 12:58:24
阅读次数:
163
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
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
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
原文地址: 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
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
{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
本文转载自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
简介
线程是一种技术,可以在一个应用中同时执行多个代码路径。尽管新技术如操作对象和GCD提供一个更现代和更高效的工具来实现并发,OS X 和iOS也提供接口来创建和管理线程。
本文揭示了OS X中可用的线程包并展示了如何使用它们。本文还描述了应用程序中支持线程和多线程代码同步的相关技术。
重要:如果你正在开发一个新的应用,鼓励你研究实现并发的OS X技术。尤其是你不熟悉实现线程应用所需要的设...
分类:
编程语言 时间:
2015-01-30 09:03:57
阅读次数:
179
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