V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  huntzhan  ›  全部回复第 10 页 / 共 24 页
回复总数  464
1 ... 6  7  8  9  10  11  12  13  14  15 ... 24  
2018-02-28 23:34:37 +08:00
回复了 1500176279 创建的主题 Python 想入门 Python 求大佬们给点建议!!!
There's no shortcut. Just google around for 10mins and dive into the best material you have.
2018-02-25 23:48:04 +08:00
回复了 xiaoli88 创建的主题 分享创造 人工智能创业项目
> 高可用的图像识别云服务,日均接口调用 9 亿次
......你这样吹真的好吗
2018-02-24 00:52:32 +08:00
回复了 haolly 创建的主题 求职 哪位腾讯的大佬帮忙内推下?
你什么都不发别人怎么给你推
2018-02-23 20:20:32 +08:00
回复了 Nostalgia 创建的主题 程序员 请教 Git 仓库拆分方案
更好的方法是把 infrastructure 建好(或者用现成的云平台服务),使用 artifact service 存放 build targets,在 code enlistment 的时候自动下载 project dependency。
2018-02-23 01:28:54 +08:00
回复了 zhuyw2006 创建的主题 Python 新手求助, Django 去重并统计数量的问题!
group by xxx count xxx
输出 b'\xdf' 是 by design 的,因为 `b` 仅仅是 binary data。如果你想要改变这个默认行为,可以 override `sys.displayhook`。

```
>>> import sys
>>> sys.displayhook = lambda val: print('fuck kula')
>>> 1
fuck kula
>>> 2
fuck kula
```

https://stackoverflow.com/questions/17248383/pretty-print-by-default-in-python-repl
你先搞清楚 unicode code point 以及 encoding 两者的区别。

```
>>> b'\xdf'
b'\xdf'
>>> '\xdf'
'ß'
```
2018-02-01 23:13:52 +08:00
回复了 wangpugod2003 创建的主题 程序员 怎样才能获得出国工作移民的机会?
@nicktogo summer intern 还没开始吧
2018-02-01 01:01:10 +08:00
回复了 wangpugod2003 创建的主题 程序员 怎样才能获得出国工作移民的机会?
Join Microsoft/Google/Amazon or any other foreign company in mainland China and take the chance of internal transfer (with L1 visa).
Feel free to ask for the referral if you are interested.
2018-01-29 23:45:28 +08:00
回复了 gcg0036 创建的主题 全球工单系统 ECS 生产环境俩主机被无故释放,阿里云只赔 500 块?
原来阿里云是没有 SLA 的么。
2018-01-20 17:13:20 +08:00
回复了 ge2009 创建的主题 Python 请教这段 C#的代码怎么改写成 Python
不帮
2018-01-20 02:28:54 +08:00
回复了 gouchaoer 创建的主题 Python Python 的第三方库到底行不行啊?
Block,走好不送
2018-01-19 02:48:43 +08:00
回复了 larkifly 创建的主题 奇思妙想 你愿意花多少钱来进行一次模拟面试
2018-01-05 22:47:38 +08:00
回复了 yuandfish 创建的主题 程序员 做开发,电脑内存低怎么办?
4G 内存建议用 VIM
2018-01-05 01:17:01 +08:00
回复了 J0shusean 创建的主题 求职 小弟 17 年毕业简历求各位大佬参谋,汲取经验,见笑了
简历废话太多
1 ... 6  7  8  9  10  11  12  13  14  15 ... 24  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1141 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 33ms · UTC 23:46 · PVG 07:46 · LAX 16:46 · JFK 19:46
Developed with CodeLauncher
♥ Do have faith in what you're doing.