V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  araraloren  ›  全部回复第 21 页 / 共 43 页
回复总数  847
1 ... 17  18  19  20  21  22  23  24  25  26 ... 43  
2018-04-19 13:12:29 +08:00
回复了 xzpjerry731 创建的主题 C 问一个 C 传固定大小数组(by reference)的问题
...
...
Your index has out of bound!
2018-04-16 10:29:59 +08:00
回复了 xiangyuecn 创建的主题 程序员 小明童鞋,你站起来读一遍黑板上的这两字
rsbj yur 冗余

# I am using XiaoHe too :)
2018-04-10 16:50:32 +08:00
回复了 newbieo0O 创建的主题 程序员 [收集帖] 大家有哪些好用的小众工具,来提高生产力
yakuake - Terminal Emulator
[fs]( https://github.com/araraloren/perl6-app-findsource) - a special find written by myself
https://tio.run - try it online
https://regexr.com - regex
2018-04-09 16:28:32 +08:00
回复了 mzmxcvbn 创建的主题 Python 字典的键可以是一个范围吗?
2018-04-02 16:46:48 +08:00
回复了 lukeshawn 创建的主题 Python 终端打开 py 文件显示 permission denied
Maybe your python script missing the executable permission.
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 :)
1 ... 17  18  19  20  21  22  23  24  25  26 ... 43  
关于   ·   帮助文档   ·   自助推广系统   ·   博客   ·   API   ·   FAQ   ·   Solana   ·   2964 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 36ms · UTC 12:26 · PVG 20:26 · LAX 04:26 · JFK 07:26
♥ Do have faith in what you're doing.