自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 资源 (11)
  • 收藏
  • 关注

原创 debug python in ipython

just start ipython, and use %run? for detailed information.

2017-11-14 23:16:24 670

翻译 简易git服务

git支持ssh协议,所以可以用ssh服务器充当简易git服务。下面是步骤: 1. 假设有server A,在端口P启动了ssh服务 2. 在A上创建用户组,如gitusers,该用户组下的成员将有git repo的访问权限 3. 在A上创建目录,如/data/repo,作为git repo的路径 4. 设置目录权限chgrp gitusers /data/repo,chmod g+ws /

2017-11-10 05:11:50 765

原创 python的iterator/iterable/generator

iterator iterator An object representing a stream of data. Repeated calls to the iterator’s __next__() method (or passing it to the built-in function next()) return successive items in the stream.

2017-11-08 08:01:24 635

转载 The best front-end hacking cheatsheets — all in one place.

zz: https://medium.freecodecamp.org/modern-frontend-hacking-cheatsheets-df9c2566c72a?from=timeline

2017-11-02 22:25:52 594

原创 tmux多个session使用不同配置

需求场景: 1. 连接到服务器上,使用tmux保持会话 2. 需要使用服务器的docker,并希望在container中也使用tmux方案: 1. 服务器上启动两个tmux session: A和B 2. session A正常启动,使用默认的配置文件~/.tmux.config 3. 在一个新的ssh连接中建立session B,使用专用的配置文件tmux -L docker -f ~/

2017-11-01 05:35:42 2884

Spring教程 spring tutorial

spring tutorial 教程

2017-01-25

Introduction to Probablility models(应用随机过程概率模型导论)第11版

introduction to probablility models (应用随机过程概率模型导论)第11版,英文文字版

2016-03-17

深入理解bootstrap.pdf

深入理解bootstrap.pdf 资深Web技术专家经验结晶,前端工程师必备。全面讲解各功能组件的使用方法,及对现有插件和扩展的二次开发;深入分析架构思想与源码实现,及开发自定义完整插件和扩展

2015-03-22

《node.js开发指南》配套源码Microblog Express3.5版本源码

《node.js开发指南》配套源码Microblog Express3.5版本源码

2015-01-26

python 2.5.5 源代码

python 2.5.5 源代码 python 2.5.5 源代码

2010-05-10

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除