V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  araraloren  ›  全部回复第 22 页 / 共 42 页
回复总数  835
1 ... 18  19  20  21  22  23  24  25  26  27 ... 42  
@MrMike
Use PowerShell or bat or other script check PHP environment.
Use C# make a GUI wrapper of that script.
2017-12-20 15:54:54 +08:00
回复了 MrFireAwayH 创建的主题 程序员 年会被耍了 感觉很没意思 所以接下来该干啥呢
FCK HIM ?
2017-12-19 08:25:45 +08:00
回复了 wzw 创建的主题 Python Python 如何传递参数, 在子函数还能有智能提示(Auto Complete)[PyCharm]
@wzw I think the editor don't know python, they just support completion of words you typed before.
2017-12-18 16:55:51 +08:00
回复了 noe132 创建的主题 Python 寻找爬虫外包,爬取各个招聘网站的职位数据
mark, see price
2017-12-18 11:09:21 +08:00
回复了 warcraft1236 创建的主题 Python 如果有 33W 行文字,去重应该怎么写呢?
.say for f.lines.unique(:with(&[eqv])) (in Perl6, f is IO::Handle)
2017-12-14 14:47:46 +08:00
回复了 omph 创建的主题 Python 这个正则该怎么写?
I thought I was in sf.gg.
2017-12-12 16:10:36 +08:00
回复了 swordspoet 创建的主题 Linux 求推荐一款编程开发用 Linux 笔记本
ThinkPad's keyboard is suck (Fn and Ctrl) !
mark, sounds awesome
2017-12-12 09:07:00 +08:00
回复了 Glink 创建的主题 Python 请教个 shell or Python 问题
In Perl6, you can use junction:

say so "aaa" ~~ [aaa, bbb, ccc].all;
@loveminds 这个应该可以去向京东举报的
2017-11-30 17:04:22 +08:00
回复了 wvc 创建的主题 程序员 哎,好压也开始弹东西了。
Welcome to 7-zip.
Please search `程序的局部性原理`
2017-11-30 12:54:19 +08:00
回复了 myyou 创建的主题 Python xlsx 能不能像 csv 一样支持边写入边下载?
xlsx is too complicated than csv
Maybe you can write your date to csv, and then convert it to xlsx format.
2017-11-30 11:17:40 +08:00
回复了 yasumoto 创建的主题 程序员 发现一个奇怪的问题...
Come to Perl6


say 1/3 + 1/3 + 1/3 == 1; # True


run code: https://ideone.com/gjoXOP
2017-11-29 13:25:33 +08:00
回复了 dushandz 创建的主题 Go 编程语言 求教一段 Go 代码
c,quit 都是 chan 的话,我一个没学过 go 的人都知道这操作明显是不同的
2017-11-28 16:57:08 +08:00
回复了 it407841482 创建的主题 程序员 问个 ctrl+tab 切换标签页顺序的规则,比如火狐, sublime。
CTRL {
TAB { to right },
PAGEUP { ro left },
PAGEDOWN { to right },
SHIFT {
TAB { to left },
PAGEUP { move current tab to left },
PAGEDOWN { move current tab to right },
},
}
2017-11-28 10:19:51 +08:00
回复了 NeverBelieveMe 创建的主题 程序员 关于 cpu,多核多线程的问题有些不解
2017-11-24 16:44:57 +08:00
回复了 Edwards 创建的主题 Python 萌新求 Python 的入门
What are you talking about !

HERE U GO: https://www.python.org/about/gettingstarted/
1 ... 18  19  20  21  22  23  24  25  26  27 ... 42  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2539 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 107ms · UTC 12:29 · PVG 20:29 · LAX 05:29 · JFK 08:29
Developed with CodeLauncher
♥ Do have faith in what you're doing.