congminghaoxue92's recent timeline updates
我昨天下午去找了个咖啡馆坐了儿,扫桌上的码点咖啡,排在前面的是火锅什么的,我愣了一下,以为进错店了呢,后来发现没有错,咖啡馆也可以吃火锅了
Jul 1, 2020
congminghaoxue92

congminghaoxue92

V2EX member #208455, joined on 2016-12-30 13:11:59 +08:00
congminghaoxue92's recent replies
wordpress
和楼主情况类似,也是打算过两年回郑州。上个月看了惠济区融创的两个盘和成科的两个盘,感觉郑州房价不会涨了,先等等看吧
Apr 16, 2019
Replied to a topic by mail2dechao 程序员 想问一下 django 大家怎么读?
难道不是叫『建国』?
Mar 18, 2019
Replied to a topic by congminghaoxue92 区块链 一句话说清楚什么是区块链
对于大佬们来说,区块链世界就像一局游戏,他们才是玩家,下面的韭菜们跟野怪是一个性质的,只能为他们提供经验的金币
Dec 28, 2018
Replied to a topic by a226679594 Python 大神来指点一下小白 下载哪个版本 Python
用 Download Windows x86-64 executable installer,不成功的话用 Download Windows x86 executable installer
In [1]: from base64 import b64decode

In [2]: b64decode('aHR0cHMlM0EvL2dpdGh1Yi5jb20vZnJhbmstbGFtLzIwMTlfY2FtcHVzX2FwcGx5')

Out[2]: b'https%3A//github.com/frank-lam/2019_campus_apply'
另外这个工具也不错,https://github.com/felixonmars/ydcv
这不是有现成的 api 么? http://fanyi.youdao.com/openapi?path=data-mode
Jan 5, 2018
Replied to a topic by victsdo2005 Python [小白提问] 关于 py 字典
```
In [1]: s={'a','b'}

In [2]: type(s)
Out[2]: set

In [3]: d={'a':1,'b':2}

In [4]: type(d)
Out[4]: dict

In [5]: l=['a','b']

In [6]: type(l)
Out[6]: list
```
三都区别,自己试试就清楚了。
from paramiko import SSHClient
client = SSHClient()
client.load_system_host_keys()
client.connect('192.168.2.225',22,'user','passwd')
stdin, stdout, stderr = client.exec_command('ls -l')
for line in stdout:
print('... ' + line.strip('\n'))
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2875 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 17ms · UTC 13:08 · PVG 21:08 · LAX 06:08 · JFK 09:08
♥ Do have faith in what you're doing.