V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
V2EX  ›  araraloren  ›  全部回复第 21 页 / 共 43 页
回复总数  850
1 ... 17  18  19  20  21  22  23  24  25  26 ... 43  
2018 年 5 月 4 日
回复了 v2register 创建的主题 Linux 切换中文输入法的正确姿势是什么?
在 fcitx - rime 上是 shift , 而且没有楼上的问题,标点是英文
ctrl + space 是切换键盘
2018 年 5 月 4 日
回复了 zengyuxi 创建的主题 职场话题 头一次遇到入职两个月,项目被砍,被离职
这其实也正常,我还有工作时间不长没转正公司就倒闭的朋友呢。。
2018 年 4 月 20 日
回复了 araraloren 创建的主题 Perl 来一起学习 Perl 6 阿
@meta
是的,大部分的东西都可以用了。。。
2018 年 4 月 19 日
回复了 xzpjerry731 创建的主题 C 问一个 C 传固定大小数组(by reference)的问题
...
...
Your index has out of bound!
2018 年 4 月 16 日
回复了 xiangyuecn 创建的主题 程序员 小明童鞋,你站起来读一遍黑板上的这两字
rsbj yur 冗余

# I am using XiaoHe too :)
2018 年 4 月 10 日
回复了 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 年 4 月 9 日
回复了 mzmxcvbn 创建的主题 Python 字典的键可以是一个范围吗?
2018 年 4 月 2 日
回复了 lukeshawn 创建的主题 Python 终端打开 py 文件显示 permission denied
Maybe your python script missing the executable permission.
2018 年 4 月 2 日
回复了 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 年 3 月 29 日
回复了 Asimov01 创建的主题 Java 探讨一下 [if..else] 语句在 Java 和 JavaScrip 中的效率问题
Your question is too simple!
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 年 3 月 19 日
回复了 youthfire 创建的主题 Python Python 大量的 if statements,有没有漂亮简洁的写法?
@IanPeverell python not have switch
@think2011 awesome ! Give u ten B.
2018 年 3 月 16 日
回复了 JohnChiu 创建的主题 程序员 大家怎么面对别人“帮我写个程序”的请求
show me the money :)
2018 年 3 月 14 日
回复了 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 年 3 月 14 日
回复了 herozem 创建的主题 Python 中了 Python 的毒
@parkcg Perl6 ? gradual typing system
2018 年 3 月 7 日
回复了 yingfengi 创建的主题 Linux Kali Linux 可以在 Windows 10 的应用商店下载了
Ha ?!
2018 年 3 月 6 日
回复了 keximing250 创建的主题 程序员 求助, expect 的问题
It already told you `mv` is invalid command .
2018 年 3 月 1 日
回复了 xoxo419 创建的主题 程序员 两个或多个显示器会提高开发效率么?
Absolutely it will!!
and virtual desktop is another good solution.
1 ... 17  18  19  20  21  22  23  24  25  26 ... 43  
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5694 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 112ms · UTC 03:42 · PVG 11:42 · LAX 20:42 · JFK 23:42
♥ Do have faith in what you're doing.