我们的算法导论:(中文版下载链接)目录(Table of Contents)前言(Preface)第一部分(Part I) 基础(Foundations)第一章 计算中算法的角色(The Role of Algorithms in Computing)第二章 开始(Getting Started)第...
分类:
编程语言 时间:
2015-12-31 01:39:47
阅读次数:
316
先附上React-Native官方文档中文版:http://wiki.jikexueyuan.com/project/react-native/getting-started.html好,接下来我们看下安装的过程。首先是五个需求OS X – 现在这个仓库只包含 iOS 实现,且 Xcode 只能在 ...
分类:
其他好文 时间:
2015-12-30 13:36:41
阅读次数:
134
原文地址:http://doc.akka.io/docs/akka/2.0.2/intro/getting-started-first-java.htmlIntroductionWelcome to the first tutorial on how to get started withAkkaa...
分类:
编程语言 时间:
2015-12-29 22:41:25
阅读次数:
225
#!/bin/sh#filename:rsync_start.sh#date:2015-12-23#作者:linuxzkq#Email:1729294227@qq.com#version:v1.0./etc/init.d/functionspath=/application/nginx/sbin/nginxpid=/application/nginx/logs/nginx.pidprocess=`ps-ef|grepnginx|grep-vgrep|wc-l`#USAGEfunctionUSAGE(){..
分类:
其他好文 时间:
2015-12-26 23:45:12
阅读次数:
195
《Programming Hive》读书笔记(一)Hadoop和Hive环境搭建 先把主要的技术和工具学好,才干更高效地思考和工作。Chapter 1.Introduction 简单介绍Chapter 2.Getting Started 环境配置Hadoop版本号会更新,以官方安装教程为准...
分类:
其他好文 时间:
2015-12-26 16:37:19
阅读次数:
188
1、主题 介绍Pycharm的版本控制系统 2、准备工作 (1)Pycharm版本为2.7或者更高 (2)已经创建一个工程,参见Getting Started tutorial (3)安装并配置了VCS,有远程接入权限 3、启用VCS Pycharm默认版本控制不可用,不过可以在V...
分类:
其他好文 时间:
2015-12-18 10:29:35
阅读次数:
163
参考文档:1、https://docs.mongodb.org/getting-started/python/2、http://api.mongodb.org/python/current/api/pymongo/index.html# -*- coding: utf-8 -*-import sys...
分类:
其他好文 时间:
2015-12-18 06:22:25
阅读次数:
291
首先,先download最新版本的gradle,网址如下:http://www.gradle.org/get-started然后将下载下来的zip包放在你要安装的路径上,我安装在/usr/local/bin;然后打开电脑上的.bash_profile文件,输入以下命令:GRADLE_HOME=/us...
分类:
系统相关 时间:
2015-12-16 00:12:21
阅读次数:
141
what's phoenix?http://www.phoenixframework.org/getting started..http://www.phoenixframework.org/docs/up-and-runningfirst projecthttp://codetunes.com/2...
分类:
其他好文 时间:
2015-12-14 18:49:02
阅读次数:
104
参考 WPF, Chrome Embedded and WebApi Self-hosted介绍了WPF通过CEF调用WebAPI CEFSharp.WPF – Getting Started WPF WebBrowser control flickers in ToolWindow while r...