V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  nullcoder  ›  全部回复第 9 页 / 共 30 页
回复总数  592
1 ... 5  6  7  8  9  10  11  12  13  14 ... 30  
还是要尊重 IP
2019-05-23 10:00:44 +08:00
回复了 gbin 创建的主题 职场话题 offer 求比较, TW vs SAP
#19 知道小马过河的故事吗?
卖服务适合人多的大公司,比如 docker, redhat
小团队更适合卖 license, 附赠有限的技术支持。

个人初期可以考虑做定制开发,只要收入够高。
慢慢的总结行业里的核心需求,巩固产品。

设计师这个可以开放接口,给第三方一定机会来做,类似于 appstore 模式。
也可以自己做,投入产出比合适的情况下。
2019-04-30 09:24:22 +08:00
回复了 tuuuz 创建的主题 剧集 有讨论权游 S08EP03 的吗
@MushiUta 杀小指头之前就给二丫了,杀小指头的时候用过,城墙上给三傻的是龙晶匕首。
2019-04-26 09:22:20 +08:00
回复了 javaWeber 创建的主题 程序员 后端开发,有哪些好用的能提高效率的工具?
vim sed awk
原文
https://docs.python.org/3.6/faq/design.html#why-does-python-use-methods-for-some-functionality-e-g-list-index-but-functions-for-other-e-g-len-list

我觉得翻译上似乎丢了些什么

As Guido said:

(a) For some operations, prefix notation just reads better than postfix – prefix (and infix!) operations have a long tradition in mathematics which likes notations where the visuals help the mathematician thinking about a problem. Compare the easy with which we rewrite a formula like x*(a+b) into x*a + x*b to the clumsiness of doing the same thing using a raw OO notation.

(b) When I read code that says len(x) I know that it is asking for the length of something. This tells me two things: the result is an integer, and the argument is some kind of container. To the contrary, when I read x.len(), I have to already know that x is some kind of container implementing an interface or inheriting from a class that has a standard len(). Witness the confusion we occasionally have when a class that is not implementing a mapping has a get() or keys() method, or something that isn ’ t a file has a write() method.

我对
Compare the easy with which we rewrite a formula like x*(a+b) into x*a + x*b to the clumsiness of doing the same thing using a raw OO notation.
的理解是, 纯 OO 的方式写(a+b).len() ,没有 len(a+b)好,因为纯 OO 的方式 (a+b).len() 一般要先 a + b 然后 对结果再 .len()
而 len(a+b) 可以优化为 a.len() + b.len(),而如果为了避免 a+ b 再求 .len() 写成 a.len() + b.len()上,代码则缺乏优雅
两个对象不够明显,如果是多个 len(1+2+3+...+n) 和 1.len() + 2.len() + ... + n.len() 就比较明显了。
2019-04-17 18:01:17 +08:00
回复了 zarte 创建的主题 2019 svn 明明很好用呀,为啥那么多人歧视?
svn: 不用出差,活不用带回家,人不在公司接电话都可以“我不记得怎么写的了”
只能删库
2019-03-30 16:33:34 +08:00
回复了 cjzlol 创建的主题 生活 耳鸣一个多月了,好烦
最近发现自己会在特别安静的环境下耳鸣,之前看了一篇文章说是长期压力可能导致耳鸣,之后就注意到了(捂脸
工作做的好提股份是认可了,也是奖励了,如果觉得不足以奖励当时是可以提。
应该没有人要求你新年不好好过吧?自己要合理平衡工作生活。
今年势头好,应该不全是个人贡献的原因吧?
利润为什么要全分掉呢?如果前景好,多投入扩大经营后面赚的更多不好吗?
管理这种事你也说了真的是需要他们的,他们背后的付出,他们过年过的好不好你知道吗?
贪心不可耻,想要可以谈。不要太膨胀把心态搞坏了,后面就难相处了。
2019-03-29 15:18:32 +08:00
回复了 dyllanwli 创建的主题 程序员 有没有上班划水的命令行软件?
2019-03-18 15:04:44 +08:00
回复了 wsds 创建的主题 问与答 游泳高手放到大海里边,会怎样?
@Vegetable 是的,有补给。看过一段直播,是有专门的团队在船上跟着,需要的时候提供补给但是不能上船。所以安全也是比较有保障的。
2019-03-16 15:28:25 +08:00
回复了 bluedoudou 创建的主题 Apple 又到 WWDC 时,"Write code. Blow minds." 大家觉得怎么译最燃?
以码惊人
2019-03-02 09:36:19 +08:00
回复了 via 创建的主题 奇思妙想 春风拂面瘫的下一句是什么?
秋霜残菊座
@pan569673372 废都第一反应是 6 楼回复的。前朝首都也不是废都,最多叫旧都,故都,尤其如果前朝还没结束就更不合适了。
2019-01-17 09:08:14 +08:00
回复了 nullcoder 创建的主题 程序员 2018 年在 V 站上最大的收获是什么?
@mornlight 在 Github 上提过 (手动滑稽
2018-12-30 19:14:37 +08:00
回复了 binghe 创建的主题 问与答 有没有人用过类似这样的暖风机?
油汀不嫌味道吗?还重还占地方。
暖风机现在很多陶瓷加热的
2018-12-28 13:44:20 +08:00
回复了 nullcoder 创建的主题 程序员 2018 年在 V 站上最大的收获是什么?
@Livid 想给站长提一个 new feature issue:
获取个人的感谢列表,如果考虑隐私问题可以不用公开,类似转账记录可以自己查看。
1 ... 5  6  7  8  9  10  11  12  13  14 ... 30  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5300 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 45ms · UTC 08:15 · PVG 16:15 · LAX 01:15 · JFK 04:15
Developed with CodeLauncher
♥ Do have faith in what you're doing.