一些参考网站 - Reference Documentation - Website Address
Reference Documentation - Website Address
MSDN Visual Studio 2015官方文档
https://msdn.microsoft.com/zh-CN/library/sc65sadd.aspx
提供visual stuio开发过程中的帮助文档
Microsoft Technet技术中心
https://technet.microsoft.com/zh-cn/
MySQL官方安装器
http://dev.mysql.com/downloads/installer/
w3school网络技术网站
http://w3school.com.cn/
中文版维基百科
http://wiki.yooooo.us/
解决中文维基百科 - zh.wiki 被墙的问题
OSDEV 操作系统技术网站
http://wiki.osdev.org/Expanded_Main_Page
cplusplus
http://www.cplusplus.com
关于C++标准
cpppreference
http://www.cpppreference.com/w/
stackoverflow
http://stackoverflow.com/
MSDN history resources - I tell you
http://www.itellyou.cn
保留一系列MSDN订户下载的内容,全部都是微软CDN的原版,哈希值与官网相同
Neusoft - WE
http://mirrors.neusoft.edu.cn/
东软信息学院开源镜像站,拥有众多教育网节点,可以获得各种开发资源的CDN加速
Neusoft - Mirror
mirrors.neusoft.edu.cn
端口:80
东软代理镜像点,用于代理Android SDK等被墙的开发者应用
腾讯Bugly 镜像
android-mirror.bugly.qq.com
端口:8080
腾讯代理服务器镜像,速度比东软代理快10倍
Wikibooks
https://www.wikibooks.org/
Wikibooks is a Wikimedia community creating a free library of educational textbooks that anyone can edit.
开源中国在线工具
http://tool.oschina.net/codeformat/
,ostools为开发设计人员提供在线工具,提供jsbin在线 CSS、JS 调试,在线 Java API文档,在线 PHP API文档,在线 Node.js API文档,Less CSS编译器
OpenGroup
http://www.opengroup.org/
Node.js中国
http://nodejs.cn/
学习并使用LESS
http://less.bootcss.com/
Android开发工具镜像站 powered by github
http://www.androiddevtools.cn/
Android Studio中文社区
http://www.android-studio.org/
Emmet Documentation
http://docs.emmet.io/
组合数学 - University of Manitoba
http://www.combinatorialmath.ca/
网页布局指导 - w3school不包含的内容
http://zh.learnlayout.com/
Lantern
http://get.lanternn.com
Google 提供的动态p2p软件,能够访问China Great Fire Wall屏蔽的一系列网址
Intel CPU 世代编号
图形化表示搜索算法
一些参考网站 - Reference Documentation - Website Address的更多相关文章
- Springfox Reference Documentation
1. Introduction The Springfox suite of java libraries are all about automating the generation of mac ...
- 网站行为跟踪 Website Activity Tracking Log Aggregation 日志聚合 In comparison to log-centric systems like Scribe or Flume
网站行为跟踪 Website Activity Tracking 访客信息处理 Log Aggregation 日志聚合 Apache Kafka http://kafka.apache.org/ ...
- wifi参考网站
1.Wireless LAN resources for Linux http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Wireless.htm ...
- 通过GitHub部署网站到Azure WebSite
一.将代码上传到GitHub存储库中 第一步:创建Github新账户 第二步:新建仓库 第三步:安装Github shell程序,地址:http://windows.github.com/ 第四步:打 ...
- GIS 网站 参考网站
GIS 网站 参考:https://malagis.com/arcgis-operate-videos-example-38-summary.html
- C++ 参考网站
Reference Web cites for the C++ standard library cppreference cplusplus sgi IBM MSDN isocpp More res ...
- redux学你参考网站
redux官方网站 http://cn.redux.js.org/docs/api/combineReducers.html https://www.redux.org.cn 从设计的角度看Redux ...
- JSQI网站大事表 | Website Landmark
2016-07-01 网站前身jsqi.50vip.com上线.2016-07-12 购买jsqi.org域名,替代之前的二级域名.2016-12-12 申请ChinaDMOZ收录,瞬间申请通过.20 ...
- Docker学习参考网站
Docker——从入门到实践 https://www.yuque.com/grasilife/docker 2.阿里源网站:https://cr.console.aliyun.com 3.DaoClo ...
随机推荐
- leetcode744
public class Solution { public char NextGreatestLetter(char[] letters, char target) { //a-97 z-122 v ...
- 如何将查出的日期Data类型以Json格式输出到前端
方法一 在返回的实体的属性中加上注解 // 创建时间 @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") private ...
- 利用FFmpeg玩转Android视频录制与压缩(二)<转>
转载出处:http://blog.csdn.net/mabeijianxi/article/details/72983362 预热 时光荏苒,光阴如梭,离上一次吹牛逼已经过去了两三个月,身边很多人的女 ...
- Mysql EXPLAIN列的解释
转自:http://blog.chinaunix.net/uid-540802-id-3419311.html explain显示了mysql如何使用索引来处理select语句以及连接表.可以帮助选择 ...
- MySQL 中随机获取数据
由于需要大概研究了一下MYSQL的随机抽取实现方法. 目前采用的方法: SELECT * FROM tablename ORDER BY RAND() LIMIT 实现原理: 通过ORDER BY R ...
- Java中异常体系
Java中的异常体系 Throwable,是一个类,表示可抛出的,它是所有的异常都继承的类. Throwable的子类,又分为两种,一种是Error,另一种是Exception. Error一般不是应 ...
- git 转移
git push --mirror https://github.com/cloud-pi/drbd-docker-plugin.git
- validator 参数校验的常用注解
@AssertFalse Boolean,boolean 验证注解的元素值是false @AssertTrue Boolean,boolean 验证注解的元素值是true @NotNull 任意类型 ...
- 为什么要使用href=”javascript:void(0);”
为什么要使用href=”javascript:void(0);” href=”javascript:void(0);”这个的含义是,让超链接去执行一个js函数,而不是去跳转到一个地址,而void( ...
- 第二话:javascript中闭包的理解
闭包是什么? 通过闭包,子函数得以访问父函数的上下文环境,即使父函数已经结束执行. OK,我来简单叙述下,先上图. 都知道函数是javascript整个世界,对象是函数,方法是函数,并且js中实质性的 ...