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 世代编号

 
http://www.intel.cn/content/www/cn/zh/processors/processor-numbers.html
 
Command Windows控制台编程-Console Functions
 
https://msdn.microsoft.com/en-us/library/windows/desktop/ms682073(v=vs.85).aspx
 
Tex Live
http://www.tug.org/texlive/
 
Latex常用数学符号
http://www.mohu.org/info/symbols/symbols.htm
 

图形化表示搜索算法

http://netsmell.com/post/pathfinding.html
 
使用USB存储运行Linux
 
http://www.pendrivelinux.com/
 
VGA Timing Table
 
http://www.tinyvga.com/vga-timing/
 
VideoLAN VLC开源视频框架
https://www.videolan.org/vlc/
 
Google Developer CN
https://developers.google.cn/
 
查询DNS IP地址
http://tool.chinaz.com/dns
 
JAVAFX中文站
http://www.javafxchina.net/
 
看学学院网络安全知识库
http://www.pediy.com/kssd/index.html
 
CentOS 树莓派操作系统
http://mirror.centos.org/altarch/7/isos/armhfp/
 

一些参考网站 - Reference Documentation - Website Address的更多相关文章

  1. Springfox Reference Documentation

    1. Introduction The Springfox suite of java libraries are all about automating the generation of mac ...

  2. 网站行为跟踪 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/ ...

  3. wifi参考网站

    1.Wireless LAN resources for Linux http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Wireless.htm ...

  4. 通过GitHub部署网站到Azure WebSite

    一.将代码上传到GitHub存储库中 第一步:创建Github新账户 第二步:新建仓库 第三步:安装Github shell程序,地址:http://windows.github.com/ 第四步:打 ...

  5. GIS 网站 参考网站

    GIS 网站 参考:https://malagis.com/arcgis-operate-videos-example-38-summary.html

  6. C++ 参考网站

    Reference Web cites for the C++ standard library cppreference cplusplus sgi IBM MSDN isocpp More res ...

  7. redux学你参考网站

    redux官方网站 http://cn.redux.js.org/docs/api/combineReducers.html https://www.redux.org.cn 从设计的角度看Redux ...

  8. JSQI网站大事表 | Website Landmark

    2016-07-01 网站前身jsqi.50vip.com上线.2016-07-12 购买jsqi.org域名,替代之前的二级域名.2016-12-12 申请ChinaDMOZ收录,瞬间申请通过.20 ...

  9. Docker学习参考网站

    Docker——从入门到实践 https://www.yuque.com/grasilife/docker 2.阿里源网站:https://cr.console.aliyun.com 3.DaoClo ...

随机推荐

  1. Java静态代码块

    static{ //代码 } 在加载类的时候,会执行静态代码块-->非静态代码块--->构造函数 http://www.cnblogs.com/panjun-Donet/archive/2 ...

  2. 使用Spring表达式语言进行装配

    1.1注入外部的值 Spring中,处理外部值的最简单方式就是声明属性源并通过Spring的Environment来检索属性.例如,程序清单3.7展现了一个基本的Spring配置类,它使用外部的属性来 ...

  3. RHCE7 学习里程-4用户权限,简单进程管理

    #创建用户 useradd abc 使用 vipw 命令查看 /etc/passwd 文件下 是否存在新用户 #G却换到最后一行 #创建账号的时候,默认也新建了一个组,组名跟用户名一样 groupad ...

  4. MySQL用变量的方法添加伪序号列(自增序列)

    在进行数据筛选时,可能会用到给每一条数据配上一个唯一的序号,便于进行定位. 方法: 序号的设置:   @rownum :=@rownum + 1 AS rownum 获取序号的伪表[必须]:   (S ...

  5. 将maven打包为一个jar(可以体外加入jar)

    使用 maven-compiler-plugin插件, 在maven的pom的<build></build>标签中上加入 <build> <plugins&g ...

  6. MySQL数据库篇之索引原理与慢查询优化之一

    主要内容: 一.索引的介绍 二.索引的原理 三.索引的数据结构 四.聚集索引与辅助索引 五.MySQL索引管理 六.测试索引 七.正确使用索引 八.联合索引与覆盖索引 九.查询优化神器--explai ...

  7. Avro总结(RPC/序列化)

    Avro(读音类似于[ævrə])是Hadoop的一个子项目,由Hadoop的创始人Doug Cutting(也是Lucene,Nutch等项目的创始人,膜拜)牵头开发,当前最新版本1.3.3.Avr ...

  8. 高性能Web服务器Nginx的配置与部署研究(1)Nginx简介及入门示例

    概述 从这篇博文起,将带领读者们一起领略Nginx的强大. Nginx 是做什么用的?我相信很多朋友都已经使用过,如果你没有,那么你一定知道以下这些名称之一:Apache,Lighttpd,Tomca ...

  9. UIImage分类,设置边框

    #import "UIImage+image.h" @implementation UIImage (image) + (UIImage *)imageWithBorder:(CG ...

  10. 深入理解mysql的隔离级别

    建表插入测试数据A> create table test(id int ,num int) ;Query OK, 0 rows affected (0.53 sec) A> insert ...