V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  x7395759  ›  全部回复第 93 页 / 共 127 页
回复总数  2528
1 ... 89  90  91  92  93  94  95  96  97  98 ... 127  
2018-04-18 09:39:00 +08:00
回复了 c466934322 创建的主题 程序员 如何说服团队成员统一规范?
统一规范是要求,不是说服。
2018-04-18 09:38:10 +08:00
回复了 dbpe 创建的主题 程序员 请教大家一个数据库涉及问题...
冗余字段的设计是有道理的,或许有时候水平分库就是错误的区分
2018-04-18 09:37:28 +08:00
回复了 Danswerme 创建的主题 问与答 每次跑步起步后左脚腕会无力几秒是什么情况?
缺少某种微量元素有可能
第三四五个项目都可以不写,技能水平属于合格水平。
在腾讯大夏哈哈哈哈
2018-04-17 23:01:03 +08:00
回复了 Actrace 创建的主题 分享发现 Firefox 59 感觉可以上生产环境了
@EIlenZe 此时应该好好学习英语。https://daily.zhihu.com/story/401
2018-04-17 22:58:44 +08:00
回复了 ety001 创建的主题 全球工单系统 淘宝的工程师有吗,你们家的订单列表显示有问题了。
我猜是分页出现问题,特性特性
2018-04-17 22:55:04 +08:00
回复了 nszm 创建的主题 职场话题 V2 上多了,膨胀了,拒绝加班,老板让我明天结工资
@niubee1 你也配喷?请尽量让自己的回复能够对别人有帮助,已 block
2018-04-17 16:00:13 +08:00
回复了 wsds 创建的主题 Python Python 没有 switch case,于是写了 n 多个 if else,有简写的方法吗?
@Hopetree 效率上有差距,虽然大多数的情况下不管,但是作为纯技术讨论是有意义的

附带官方解释: https://docs.python.org/2/faq/design.html#why-isn-t-there-a-switch-or-case-statement-in-python

if else 是官方认可的方式
2018-04-17 15:30:52 +08:00
回复了 zhou00 创建的主题 程序员 想问下大家的键盘打字习惯
只要不出错并且效率高,用意念也行呀
@zj299792458 每月
@zj299792458 一年十万平均?上海 2017 年平均工资不到 1w
2018-04-16 14:23:10 +08:00
回复了 est 创建的主题 Python calibre(电子书管理工具)作者说:老子自己维护 Python 2 :doge:
有理有据,你们看过?
2018-04-16 14:22:42 +08:00
回复了 est 创建的主题 Python calibre(电子书管理工具)作者说:老子自己维护 Python 2 :doge:
@locktionc
@xuboying
@kmahyyg
@noNOno

1) Waaaaay too much work -- calibre has half a MILLION lines of python and python extension code

2) calibre has lots and lots of code that deals with bytes -- network protocols, binary file formats, etc. Python 3 is simply worse than python 2 for this use case. It has a crippled bytes type among other unfelicities.

3) calibre has lots and lots of native code that interfaces with external native code. On windows, all this code uses UTF-16 encoded strings. All that interface code would need to be re-written and would also become less efficient since in python 2 string are stored internall in UTF-16 whereas in python 3 they would need to be cross-converted.

4) There is absolutely nothing in python 3 that makes it worth the effort. If python 3 ever grows something that makes it worth the effort, I will simply backport it to python 2. I already maintain my own python 2 fork for windows (see my github repos).

The only case in which I will accept patches for python 3 is if they have:

a) negligible runtime cost
b) minimal code complexity/maintainability cost
c) Low probability of breakage -- either the patches are dead simply or they come with lots of tests
2018-04-16 14:17:23 +08:00
回复了 jwangkun 创建的主题 问与答 iPhoneX 北京公交卡一卡通没刷出站,现在告诉不让用了
帝都问题有点多呀,魔都表示非常稳定,已经没有实体卡了
2018-04-13 14:07:26 +08:00
回复了 showkin 创建的主题 宽带症候群 如何绕过单位网控系统
@j2001588 据我所知 ss 暂时只能监听少数几个加密方式。
2018-04-12 08:57:03 +08:00
回复了 cout2013mr 创建的主题 问与答 Java /JavaScript 怎么选,老哥们来一波指点呀
现在开始进行职业规划还来得及,不要只看到眼前这一点东西
2018-04-11 16:47:40 +08:00
回复了 armzx 创建的主题 问与答 iPhone ,几乎每天都会收到垃圾短信
换一个 icloud 的邮箱地址,iMessage 的也会跟着换,然后就清净啦,当然不排除换了之后又泄漏了,继续轰炸
1 ... 89  90  91  92  93  94  95  96  97  98 ... 127  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   872 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 55ms · UTC 23:22 · PVG 07:22 · LAX 16:22 · JFK 19:22
Developed with CodeLauncher
♥ Do have faith in what you're doing.