Linuxer, ex IBMer. GNU https://hmchzb19.github.io/
全部博文(297)
发布时间:2019-05-10 16:36:03
stackoverflow 访问太慢了,因为无法访问ajax.googleapis.com, 所以我就做了件自以为是的事情。直接写了/etc/hosts文件.首先是dig出ajax.loli.net的ip地址,然后将这个ip地址写入/etc/hosts.点击(此处)折叠或打开119.9.105.24 ajax.googleapis.com然后重启networking.........【阅读全文】
发布时间:2019-04-14 15:51:31
最近在看这本书,复习了DFS,BFS,A*,书上的代码还是很精妙的.先贴Search的这些算法. 点击(此处)折叠或打开from __future__ import annotationsfrom typing import (TypeVar, Iterable, Sequence, Generic, List, Callable,Set, Deque, Dict, Any, Optional).........【阅读全文】
发布时间:2019-03-24 16:03:13
我的笔记本上有多个python3的版本, 3.5, 3.6, 3.7 都有,我有时候想要在不同的python版本间切换。后来得知有两种办法,第一种方法.1. python[VERION] -m IPython点击(此处)折叠或打开python3.6 -m IPythonPython 3.6.6 (default, Jun 27 2018, 14:44:17) Type ".........【阅读全文】
发布时间:2019-03-20 19:48:26
今天发现了一个奇怪的现象,直接上代码点击(此处)折叠或打开import sysfrom colorama import Fore, Back, Style def print_example(): print(Fore.RED+ "1. This is the first sentence")&nbs.........【阅读全文】
发布时间:2019-03-16 13:55:14
python的getattr 用于normal attribute lookup fails的情况, 例如某 attribute不存在而getattribute 会拦截所有的atttribute lookup 操作,不论这个attribute 存在与否代码更清楚点击(此处)折叠或打开class P: x = 'a' &n.........【阅读全文】
fireboyz20052010-11-10 18:27
HI, 看到你"http://bbs.chinaunix.net/viewthread.php?tid=1806065"
这里的提问,你是不是在看一本叫《Shell脚本专家指南》的书?我也在阅读,我新手,不如大家交流一下,看到不明白也可以大家一起研究研究。
我的qq是:369035906
或gtalk:jiale.chan@gmail.com