V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  weixiangzhe  ›  全部回复第 23 页 / 共 75 页
回复总数  1500
1 ... 19  20  21  22  23  24  25  26  27  28 ... 75  
鸡肉质不好说是的白羽鸡,个把月就大了,一只成本就一丢丢;
乡下撞死一只土鸡少说一百块,加个定位啥子的没有人在乎的说,关键还是鸡价格吧,你这个太噱头了
2021-08-16 09:07:48 +08:00
回复了 kinboy 创建的主题 程序员 Regular Expression 为何会翻译成正则表达式,而不是规则表达式
x(?=y) 先行断言 Lookahead assertion: (positive lookahead) Matches “x” only if “x” is followed by “y”. For example, /Jack(?=Sprat)/ matches “Jack” only if it is followed by “Sprat”. `/Jack(?=Sprat
x(?!y) 正向否定查找 Negative lookahead assertion: Matches “x” only if “x” is not followed by “y”. For example, /\d+(?!\.)/ matches a number only if it is not followed by a decimal point. /\d+(?!\.)/.exec('3.141') matches “141” but not “3”.
(?<=y)x 后行断言 Lookbehind assertion: Matches “x” only if “x” is preceded by “y”. For example, /(?<=Jack)Sprat/ matches “Sprat” only if it is preceded by “Jack”. `/(?<=Jack
(?<!y)x 反向否定查找 Negative lookbehind assertion: Matches “x” only if “x” is not preceded by “y”. For example, /(?<!-)\d+/ matches a number only if it is not preceded by a minus sign. /(?<!-)\d+/.exec('3') matches “3”. /(?<!-)\d+/.exec('-3') match is not found because the number is preceded by the minus sign.

__
话说这些翻译中文的确实有点难理解😂
2021-08-16 09:02:03 +08:00
回复了 kinboy 创建的主题 程序员 Regular Expression 为何会翻译成正则表达式,而不是规则表达式
可能是我文学素养 确实太低了,好多英文我看懂了中文还是没有看懂吧
2021-07-23 10:15:42 +08:00
回复了 netwjx 创建的主题 问与答 编程工作适合用什么鼠标?
@andrewpsy 我也是 vim 用户,食指小键我感觉也还行,食指小键我一个设置了窗口位置控制,全屏啥的;另一个是 misson-control 加 桌面切换😂
2021-07-22 11:16:47 +08:00
回复了 netwjx 创建的主题 问与答 编程工作适合用什么鼠标?
@andrewpsy ergo 不是有手势模式吗?按住一个键,球上下左右,加单键点击,一个键就能 5 个绑定了
给你加福利你还嫌弃
华为家的没有开机广告
降噪耳机来一个吧,单曲一首歌
2021-07-05 16:57:15 +08:00
回复了 MrKz96 创建的主题 分享发现 win11 挺好用的
已经不喜欢做小白鼠了
2021-07-05 12:04:46 +08:00
回复了 wzx155 创建的主题 数据库 写数据字典有什么好用的软件吗?
csv 文件直接导吧
2021-07-02 09:38:44 +08:00
回复了 Alpha2J 创建的主题 MacBook Pro 8g 内存 mbp 卡到炸起来
之前公司发的 8g mbp 卡的很,现在换了台 16g 的舒服多了
2021-07-01 17:49:22 +08:00
回复了 SmartKeyerror 创建的主题 推广 盖楼抽奖 | 感谢 V 站老哥们的认同和鼓励
估计是分子,万一呢
写的差评就好了吧,商家会自动找过来了
2021-06-30 09:38:52 +08:00
回复了 Macv1994 创建的主题 Linux Manjaro 个人感觉是最好用的 Linux 系统
manjaro 确实好用,用了三年了,但是 X 和 linux 卓面生态还是不太行,虽然这几年国产化后好多了,但我也是放弃了,还是 macos 吧
先配上,但写还是用 js 写,等你熟悉了再写 ts 就好,直接写还好啦。没有配置好 ts,之后再想加 ts,一大部分人都会放弃
2021-05-25 09:01:55 +08:00
回复了 williamx 创建的主题 中州韻 [分享] Rime 配置编辑器
支持一下,晚上回去体验一波
2021-05-24 13:40:16 +08:00
回复了 MarkLeeyun 创建的主题 机械键盘 求推荐 60%的键盘。题主程序员。
自组就完了,买块 pcb 自个焊,想要怎么玩都可以,gh60 系列固件最多 8 层,壳子和键帽,蓝牙啥都有
2021-05-18 20:15:59 +08:00
回复了 shakoon 创建的主题 剧集 程序员又要上电视了
职场剧还是日剧好看,不谈恋爱
1 ... 19  20  21  22  23  24  25  26  27  28 ... 75  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1266 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 49ms · UTC 17:23 · PVG 01:23 · LAX 10:23 · JFK 13:23
Developed with CodeLauncher
♥ Do have faith in what you're doing.