V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  littleylv  ›  全部回复第 30 页 / 共 200 页
回复总数  3981
1 ... 26  27  28  29  30  31  32  33  34  35 ... 200  
2021-06-01 14:25:25 +08:00
回复了 AndyAO 创建的主题 问与答 如何在 git status 中显示具体文件而非不是文件夹?
git st:
a
b/

git st -uall:
a
b/bb

但凡你仔细看看 git help status 都可以看到这个参数:
-u[<mode>], --untracked-files[=<mode>]
Show untracked files.

The mode parameter is used to specify the handling of untracked
files. It is optional: it defaults to all, and if specified, it
must be stuck to the option (e.g. -uno, but not -u no).

The possible options are:

o no - Show no untracked files.

o normal - Shows untracked files and directories.

o all - Also shows individual files in untracked directories.
2020-08-03 12:47:27 +08:00
回复了 AlohaV2 创建的主题 杭州 (吐槽)杭州的交通实在是太厉害了
@Immortal #1 别侮辱💩
前后端分离跟框架有几毛钱关系?
2020-07-31 18:23:30 +08:00
回复了 overthemoon 创建的主题 职场话题 有点迷茫,不知道去哪个城市打拼
首先排除杭州
2020-07-23 09:25:16 +08:00
回复了 Mac 创建的主题 游戏 有没有适合单刷的网游啊?
大菠萝 3 刷刷刷
WOW 也可以当单机玩:坐骑幻化小宠玩具成就,够玩好多年
2020-07-22 17:56:47 +08:00
回复了 UIXX 创建的主题 问与答 有多少人还在用 hhkb
我在用
vim 非常舒服
2020-07-22 14:38:48 +08:00
回复了 pabno 创建的主题 程序员 现在还有用 cookies 吗
楼主确定不是来🎣的?
当分隔符恰好在最前面的时候,第一个肯定是空字符串;
当分隔符恰好在最后面的时候,最后一个肯定是空字符串。
这是必须的。Python PHP JS 都是这样的结果
2020-07-20 15:48:14 +08:00
回复了 perpetually 创建的主题 杭州 杭州净慈寺的《南屏晚钟》什么时候敲钟?
@perpetually #2 单引号不是这么用的
2020-07-17 11:14:31 +08:00
回复了 nilai 创建的主题 PHP 一个关于 PHP trim 函数的问题
手册有说明:
https://www.php.net/manual/en/function.trim.php#refsect1-function.trim-notes

Note: Possible gotcha: removing middle characters
Because trim() trims characters from the beginning and end of a string, it may be confusing when characters are (or are not) removed from the middle. trim('abc', 'bad') removes both 'a' and 'b' because it trims 'a' thus moving 'b' to the beginning to also be trimmed. So, this is why it "works" whereas trim('abc', 'b') seemingly does not.
2020-07-17 10:46:53 +08:00
回复了 leimao 创建的主题 GitHub GitHub 新出了一个徽章“Arctic Code Vault Contributor”
说我贡献过 cakephp facebook-swift-sdk and more https://i.v2ex.co/W979C9Ry.png
@niubee1 #8 原话还你:就你的这个逻辑能力我不大敢使用贵司的产品,太吓人了。
2020-07-16 09:45:05 +08:00
回复了 fansmaster 创建的主题 云计算 买短信 API 都有哪些坑?到底买哪个云厂商的好?
1 、大厂
2 、大厂里挑便宜的
2020-07-15 17:56:32 +08:00
回复了 luotao21 创建的主题 程序员 针对《不吐不快,不要做 CTO,不要做合伙人》的回复
@a3613051 #52
牛逼了,那个帖子的楼主和 1 楼
2020-07-15 14:10:57 +08:00
回复了 pinews 创建的主题 问与答 大家说这个网站怎么样?
鼠标移动上去显示的二级菜单,居然是把 banner 顶下去了,而不是浮动在上面的,就很迷了
2020-07-14 13:53:33 +08:00
回复了 skyworker 创建的主题 数据库 同事这样给新增表命名
用过 bonus
1 ... 26  27  28  29  30  31  32  33  34  35 ... 200  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   3167 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 52ms · UTC 11:44 · PVG 19:44 · LAX 04:44 · JFK 07:44
Developed with CodeLauncher
♥ Do have faith in what you're doing.