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. 安卓开发之不通过USB数据线调试的方法

    搞安卓开发的程序员肯定都需要用又笨又碍手碍脚的USB数据线连接安卓设备进行调试,是不是觉得非常麻烦? 然后为了避免这种麻烦,我们一般通过网络上的各种方法,比如AS的插件ADB WIFI,不知道大家是如 ...

  2. HttpClient由Client客户端上传File文件流至Server服务端

    客户端方法 public static void main(String[] args) { File file=new File("E:\\lucene\\rev\\全年平台受理量.doc ...

  3. Mac 通过gem安装CocoaPods及Pod的使用

    注:根据http://www.jianshu.com/p/6e5c0f78200a的文章做了部分修改 一.什么是CocoaPods CocoaPods是iOS项目的依赖管理工具,该项目源码在Githu ...

  4. 保持在Div 底部的方法

    <!DOCTYPE> <html> <head> <meta http-equiv="content-type" content=&quo ...

  5. MYSQL 创建常见问题

    1.创建函数时,报错: 出错信息:ERROR 1418 (HY000): This function has none of DETERMINISTIC, NO SQL, or READS SQL D ...

  6. 523. Continuous Subarray Sum是否有连续和是某数的几倍

    [抄题]: Given a list of non-negative numbers and a target integer k, write a function to check if the ...

  7. linux系统文件的安全与特殊权限

    一. 文件与目录的原始属性 由于不希望文件具有可执行的原始权限,默认情况下,文件是没有可执行(x)权限的,因此文件的原始属性是:-rw-rw-rw(0666) 目录的原始属性全部开放,为:-rwxrw ...

  8. centos 6.5 部署openvpn 2.4

    软件下载地址 软件下载地址 https://openvpn.net/index.php/open-source/downloads.html 服务端 源Tarball(gzip) https://sw ...

  9. 全新的css网站布局--Grid布局

    Grid布局全新的css网站布局 CSS Grid 布局由两个核心组成部分是 wrapper(父元素)和 items(子元素). wrapper 是实际的 grid(网格),items 是 grid( ...

  10. 1028 Web Navigation

    题目链接: http://poj.org/problem?id=1028 题意: 模拟浏览器的前进/后退/访问/退出 的四个操作. 输出当前访问的URL或者Ignore(如果不能前进/后退). 分析: ...