V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
V2EX  ›  lll9p  ›  全部回复第 18 页 / 共 25 页
回复总数  492
1 ... 10  11  12  13  14  15  16  17  18  19 ... 25  
2014 年 12 月 26 日
回复了 Showfom 创建的主题 程序员 说说你学会的第一个 Linux 命令?
忘了,真想不起来
2014 年 12 月 24 日
回复了 charzluo 创建的主题 音乐 如何使用命令行听歌?
一直在用mocp
空格被吃了。。改一下吧
def info_func(): pass
def com_func(): pass
def net_func(): pass
...
xxx={'info':info_func,'com':com_func,'net':net_func}
domain = raw_input("Please input an domain: ")
if domain.startswith('www.'):
执行操作
else:
try:
xxx[domain.split('.')[-1]]()
except:
pass
def info_func(): pass
def com_func(): pass
def net_func(): pass
...
xxx={'info':info_func,'com':com_func,'net':net_func}
domain = raw_input("Please input an domain: ")
if domain.startswith('www'):
执行操作
else:
xxx[domain.split('.')[-1]]()
已发送~~蛤
2014 年 10 月 10 日
回复了 markkitty 创建的主题 站长 不知道 V2EX 上有多少朋友拥有自己的网站
2014 年 10 月 7 日
回复了 xcv58 创建的主题 问与答 Ubuntu server 装什么桌面比较好?
一定要用的话就用FVWM吧
2014 年 9 月 29 日
回复了 itopidea 创建的主题 云计算 搜狐云景邀请码,速度要过期了!
@welsmann
@dbow 暂时还没找到邀请...
2014 年 9 月 29 日
回复了 itopidea 创建的主题 云计算 搜狐云景邀请码,速度要过期了!
YN27o7mVfd63 已用!
lll9p.china##gmail.com
1 ... 10  11  12  13  14  15  16  17  18  19 ... 25  
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2328 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 29ms · UTC 16:07 · PVG 00:07 · LAX 09:07 · JFK 12:07
♥ Do have faith in what you're doing.