MX space


  • 首页

  • 标签

  • 分类

  • 归档

  • 日程表

  • 搜索

Elixir Introduction

发表于 2016-11-27 | 更新于 2019-05-03 | 分类于 Elixir | 阅读次数:
本文字数: 1.3k | 阅读时长 ≈ 1 分钟

Installation

Go to Elixir to get the download introducton.

Install Elixir on Ubuntu

run commands:

1
2
3
4
wget https://packages.erlang-solutions.com/erlang-solutions_1.0_all.deb && sudo dpkg -i erlang-solutions_1.0_all.deb
sudo apt-get update
sudo apt-get install esl-erlang
sudo apt-get install elixir

阅读全文 »

Nose的简单用法

发表于 2016-11-27 | 更新于 2019-05-03 | 阅读次数:
本文字数: 1k | 阅读时长 ≈ 1 分钟

安装

使用pip进行安装
pip install nose

基本用法&举例

nose会自动识别源文件,目录或包中的测试用例。任何符合正则表达式(?:^|[b_.-])[Tt]est的类、函数、文件或目录,以及TestCase的子类都会被识别并执行。

阅读全文 »

笔记:代码整洁之道

发表于 2016-11-26 | 更新于 2018-07-14 | 分类于 笔记 | 阅读次数:
本文字数: 1.2k | 阅读时长 ≈ 1 分钟

这本书要求经验比较丰富的Java经验。

整洁代码

  1. 知道许多关于代码的事了
  2. 好代码和坏代码之间的差异
阅读全文 »

Python Progress Bar

发表于 2016-11-22 | 更新于 2019-05-03 | 分类于 Python | 阅读次数:
本文字数: 6k | 阅读时长 ≈ 5 分钟

Based on: http://blog.ihipop.info/2010/10/1736.html

阅读全文 »

Python 技巧

发表于 2016-11-21 | 更新于 2018-07-14 | 分类于 python , 技巧 | 阅读次数:
本文字数: 5.2k | 阅读时长 ≈ 5 分钟

This is a series blogs used to record my daily thinking

阅读全文 »

Python Scrapy 爬取 BestCBooks

发表于 2016-11-20 | 更新于 2019-05-03 | 分类于 Python , Scrapy | 阅读次数:
本文字数: 5.2k | 阅读时长 ≈ 5 分钟

Goals and design

Goals

BestCBooks is a good website offers plenty PDF books about computer science.
I want to get all the books download link and password, as they’re stored in Baidu Disk.

References & Result

  • Scrapy Document
  • Project on Github
阅读全文 »
1…2021
Yarving Liu

Yarving Liu

206 日志
55 分类
110 标签
RSS
GitHub E-Mail
© 2020 Yarving Liu | 275k | 4:10
由 Hexo 强力驱动 v3.9.0
|
主题 — NexT.Mist v6.2.0
0%