V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  araraloren  ›  全部回复第 20 页 / 共 42 页
回复总数  834
1 ... 16  17  18  19  20  21  22  23  24  25 ... 42  
我的 Xperia Z1 Compact 暂时没有这个问题,GPS 版本一样的
2018-05-14 17:09:08 +08:00
回复了 jssyxzy 创建的主题 程序员 有哪些编辑器支持 多行选择/多行编辑?
多行 多列 主流的编辑器都支持
2018-05-11 08:16:36 +08:00
回复了 xiaoshi657 创建的主题 Python 大家说一下 多线程 协程 在实际项目中的应用场景
@crb912 是并发。。。
2018-05-04 12:38:52 +08:00
回复了 v2register 创建的主题 Linux 切换中文输入法的正确姿势是什么?
在 fcitx - rime 上是 shift , 而且没有楼上的问题,标点是英文
ctrl + space 是切换键盘
2018-05-04 10:32:36 +08:00
回复了 zengyuxi 创建的主题 职场话题 头一次遇到入职两个月,项目被砍,被离职
这其实也正常,我还有工作时间不长没转正公司就倒闭的朋友呢。。
2018-04-20 08:32:43 +08:00
回复了 araraloren 创建的主题 Perl 来一起学习 Perl 6 阿
@meta
是的,大部分的东西都可以用了。。。
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
1 ... 16  17  18  19  20  21  22  23  24  25 ... 42  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   852 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 52ms · UTC 21:18 · PVG 05:18 · LAX 14:18 · JFK 17:18
Developed with CodeLauncher
♥ Do have faith in what you're doing.