logeable 最近的时间轴更新
logeable

logeable

V2EX 第 76338 号会员,加入于 2014-10-08 23:13:58 +08:00
今日活跃度排名 26939
logeable 最近回复了
复读机
2019-10-10 20:59:34 +08:00
回复了 dhairoot 创建的主题 程序员 怎么克服学习 Go 时的恶心感觉,语法太奇怪了
@yixiang 真的假的,rust 的语法看的都疯了
2019-09-25 09:43:32 +08:00
回复了 cdffh 创建的主题 程序员 有炒币 并且对量化交易感兴趣的朋友吗?
昨天晚上怎么样
@hyl24 我们公司也都这椅子,说实话并不觉得有啥好
2018-02-07 19:14:24 +08:00
回复了 yzjustc 创建的主题 程序员 有没有一起做 go 开源项目的朋友
bG9nZWFibGVAZ21haWwuY29t
2017-01-17 20:09:10 +08:00
回复了 lzjun 创建的主题 Python 理解 Python 装饰器就看这一篇
```python
# 装饰器
def logged(func):
def with_logging(*args, **kwargs):
print func.__name__ # 输出 'with_logging'
print func.__doc__ # 输出 None
return func(*args, **kwargs)
return with_logging

# 函数
@logged
def f(x):
"""does some math"""
return x + x * x

logged(f)
```
这里是不是有问题?
2016-12-31 20:19:45 +08:00
回复了 alphadog619 创建的主题 Python 请教各位,你们的 pip 源如何设置的?
windows 下
用户目录\pip\pip.ini

[global]
index-url = http://mirrors.aliyun.com/pypi/simple/
[install]
trusted-host=mirrors.aliyun.com
2015-06-18 21:21:24 +08:00
回复了 liansm 创建的主题 酷工作 [完美世界][北京] 招聘爱玩游戏的游戏开发人(客户端+服务器)
就知道有吐槽dota2的。
默认拷贝构造函数是浅拷贝
2015-02-28 16:59:07 +08:00
回复了 xiaojiehappy 创建的主题 酷工作 是 Geek,就自由地飞!
炫酷
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2771 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 12ms · UTC 12:08 · PVG 20:08 · LAX 05:08 · JFK 08:08
Developed with CodeLauncher
♥ Do have faith in what you're doing.