V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  araraloren  ›  全部回复第 20 页 / 共 42 页
回复总数  821
1 ... 16  17  18  19  20  21  22  23  24  25 ... 42  
2018-04-02 16:30:49 +08:00
回复了 qingmumu 创建的主题 Python Python 浮点的坑 怎么完美避免?
Perl6 not have this problem:

say 0.88882 - 0.22335 == 0.66547; # True

[Try it online!]( https://tio.run/##K0gtyjH7/784sVLBQM8CCIwUdIEsIyNjY1MFW1sg08zM1MTc@v9/AA "Perl 6 – Try It Online")
2018-03-29 15:36:33 +08:00
回复了 Asimov01 创建的主题 Java 探讨一下 [if..else] 语句在 Java 和 JavaScrip 中的效率问题
Your question is too simple!
2018-03-22 15:52:26 +08:00
回复了 qxy 创建的主题 程序员 刚打算入门学习算法,遇到一题发现 PHP 果然是最好的语音
PHP stolen many ideas from Perl

my @a = < dddd a eeeee 55555 ccc bb >;
my $max = -1;

say @a.classify({ $max = .chars if .chars > $max; .chars }){$max};

try it online: https://tio.run/#perl6
2018-03-19 16:20:12 +08:00
回复了 youthfire 创建的主题 Python Python 大量的 if statements,有没有漂亮简洁的写法?
@IanPeverell python not have switch
2018-03-19 10:59:04 +08:00
回复了 koplyp 创建的主题 Python 求助各位大神, 如何将(a,(b,(c,(d,(e,(f))))))转换为(f,(e,(d,(c,(b,(a))))))
@think2011 awesome ! Give u ten B.
2018-03-16 15:59:26 +08:00
回复了 JohnChiu 创建的主题 程序员 大家怎么面对别人“帮我写个程序”的请求
show me the money :)
2018-03-14 09:29:02 +08:00
回复了 herozem 创建的主题 Python 中了 Python 的毒
@parkcg ... but the first stable release of Perl6 is at 2015 , and I like it

sub foo($a) { } // accept any type

sub foo(Str $a) { } // type constraint, will do static type checking

sub foo($a where { * ~~ Int | Str }) { } // type constraint block
2018-03-14 08:21:19 +08:00
回复了 herozem 创建的主题 Python 中了 Python 的毒
@parkcg Perl6 ? gradual typing system
2018-03-07 08:22:04 +08:00
回复了 yingfengi 创建的主题 Linux Kali Linux 可以在 Windows 10 的应用商店下载了
Ha ?!
2018-03-06 16:45:27 +08:00
回复了 keximing250 创建的主题 程序员 求助, expect 的问题
It already told you `mv` is invalid command .
2018-03-01 16:37:43 +08:00
回复了 xoxo419 创建的主题 程序员 两个或多个显示器会提高开发效率么?
Absolutely it will!!
and virtual desktop is another good solution.
2018-01-19 15:03:25 +08:00
回复了 piaochen0 创建的主题 Python Pyinstaller 打包出来的 exe 文件被电脑管家识别成木马?
@h4lbhg1G I faced same trouble long time before, everything is fine after uninstall the `QQ PC M`
2018-01-17 12:49:37 +08:00
回复了 yuzibobo 创建的主题 程序员 来,推荐一款小屏手机吧~
XZ1 Compact +1 :)
Who care.
I received same message too!!

BTW: Fuck Fuck KuQi !!!!!
Welcome to j**ascript community.
1 ... 16  17  18  19  20  21  22  23  24  25 ... 42  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   5735 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 42ms · UTC 02:27 · PVG 10:27 · LAX 19:27 · JFK 22:27
Developed with CodeLauncher
♥ Do have faith in what you're doing.