V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  gerorim  ›  全部回复第 3 页 / 共 16 页
回复总数  307
1  2  3  4  5  6  7  8  9  10 ... 16  
2022-10-24 14:22:38 +08:00
回复了 joyqi 创建的主题 分享创造 SegmentFault 思否正式开源问答社区软件 Answer
支持,既是 golang 写的,又适配手机端,不错不错
@chnyuwen #41 说的是这本吧 《 Go 语言设计与实现》,左书祺大佬,买了一本签名版来学习。
https://draveness.me/golang/
2022-02-17 17:08:20 +08:00
回复了 312ybj 创建的主题 生活 结婚这件大事
恭喜恭喜,能在家里办,选择不在开销更大的酒店办,把钱留在后面度蜜月上,楼主的老婆很明事理
@Carver9527 #93
O'Reilly 官网地址: https://learning.oreilly.com/library/view/software-engineering-at/9781492082781/
原书第 436 页,第 21 章依赖管理

When engineers at Google try to import dependencies, we encourage them to ask this
(incomplete) list of questions first:
• Does the project have tests that you can run?
• Do those tests pass?
• Who is providing that dependency? Even among “No warranty implied” OSS projects, there is a significant range of experience and skill set—it’s a very differ‐
ent thing to depend on compatibility from the C++ standard library or Java’s Guava library than it is to select a random project from GitHub or npm. Reputation isn’t everything, but it is worth investigating.
• What sort of compatibility is the project aspiring to?
• Does the project detail what sort of usage is expected to be supported?
• How popular is the project?
• How long will we be depending on this project?
• How often does the project make breaking changes?
Add to this a short selection of internally focused questions:
• How complicated would it be to implement that functionality within Google?
• What incentives will we have to keep this dependency up to date?
• Who will perform an upgrade?
• How difficult do we expect it to be to perform an upgrade?
2021-12-21 11:09:26 +08:00
回复了 n0th1ng 创建的主题 程序员 如何阻止网站在切到其他标签时修改标签标题?
2021-12-21 11:04:58 +08:00
回复了 n0th1ng 创建的主题 程序员 如何阻止网站在切到其他标签时修改标签标题?
```js
24: ()=>{
var t;
window.CONFIG.favicon.visibilitychange && (window.originTitle = document.title,
document.addEventListener("visibilitychange", (function() {
document.hidden ? ($('[rel="icon"]').attr("href", window.CONFIG.favicon.hidden),
document.title = window.CONFIG.favicon.hide_text,
clearTimeout(t)) : ($('[rel="icon"]').attr("href", window.CONFIG.favicon.narmal),
document.title = window.CONFIG.favicon.show_text + window.originTitle,
t = setTimeout((function() {
document.title = window.originTitle
}
), 2e3))
}
)))
}

{
"root": "",
"scheme": "Pisces",
"version": "1.0.2",
"since": "2/9/2014 11:30:00",
"favicon": {
"visibilitychange": true,
"narmal": "/favicon.ico",
"hidden": "/failure.ico",
"show_text": "(/≧▽≦/)咦!又好了!",
"hide_text": "(●—●)喔哟,崩溃啦!"
}
}
```

DPlayer 作者的博客就是这样,页面失焦后(切换到别的窗口或别的 tab ),就会显示 "(●—●)喔哟,崩溃啦!",切换回来显示"(/≧▽≦/)咦!又好了!",更可气的是把 favicon 也换成 Chrome 崩溃时的图标,第一次就上当受骗了 O_o

受气体验地址: https://diygod.me/
感谢说明,像是密码这种重要的私人数据还是用加密后用云盘同步(开启文件历史版本)比较好,至少出错了可以回滚。
2021-04-05 12:54:42 +08:00
回复了 Seven2021 创建的主题 分享创造 [送兑换码] iOS 手机当作 U 盘使用工具! 独立开发者送上
YJPHR7X4H3RW 已用,感谢
2020-10-20 16:00:31 +08:00
回复了 JellyBeanX 创建的主题 职场话题 卖个惨,找 V 友们诉诉苦
大难不死必有后福,趁机休息一阵子,养精蓄锐,可以尝试在家写开源项目或接外包项目👨‍💻
2019-10-15 11:25:47 +08:00
回复了 huangz 创建的主题 Redis 分享你的 Redis 故事,赢《Redis 使用手册》赠书!
http://wx2.sinaimg.cn/mw1024/bfe54654gy1g7ip7qu51yj21400u07wl.jpg

图挂了, 用 http 协议应该可以,补图。
@qq316107934 #11

可以啊,头像标红,内容变灰,标注时还要选择标注的原因?对话框 + select + 自定义选项的方式?
我想想怎么实现比较好
@erDaren #15
@sommer #12

不好意思,那可能是我的浏览习惯的问题。我一般是在首页用新 tab 的方式点开热门贴(发现新的沙雕再标注)看完就回首页的那个 tab (那个 tab 一直没刷新)。
我有空把它改成可配置的,并改善下交互(需要进沙雕的主页才能 red,这点 V2EX plus 的交互比较好)。
@sommer 有时在首页或者其他节点看帖时,误点入啊(哈哈,并不是每个沙雕的 ID 和头像都记得住啊),后面考虑做成可配置的不就行了?
@yukun666 特别关爱沙雕🐴哈哈哈
@qq316107934 #4

如果要多人同步的话,可以换种实现方式,越多人踩评论,则评论的内容颜色变越淡 ?而不局限于 50%
@qq316107934 #4
之前的原帖有个老哥 @SeanCheng 提议不错,周末有空实现下

> 换个思路,看到不喜欢的评论就踩一下,然后本地可以查看所有踩过的人以及被踩次数,根据被踩次数标记第一名第二名第三名。。。数据是本地的,不同步
2019-08-27 12:53:27 +08:00
回复了 byron 创建的主题 程序员 发现一个正则闯关的网站,可以玩一下
2019-08-27 12:50:08 +08:00
回复了 byron 创建的主题 程序员 发现一个正则闯关的网站,可以玩一下
@honjow #32

and none of these …
✔xxxx (no match)
✔xxxxxx (no match)
✔xxxxxxxx (no match)
✔xxxxxxxxx (no match)
✔xxxxxxxxxx (no match)
✔xxxxxxxxxxxx (no match)
✔xxxxxxxxxxxxxx (no match)
✔xxxxxxxxxxxxxxx (no match)
✔xxxxxxxxxxxxxxxx (no match)
✔xx …(18)… xx (no match)
✔xx …(20)… xx (no match)
✔xx …(21)… xx (no match)
✔xx …(22)… xx (no match)
✔xx …(24)… xx (no match)
✔xx …(25)… xx (no match)
✔xx …(26)… xx (no match)
✔xx …(27)… xx (no match)
✔xx …(28)… xx (no match)
✔xx …(30)… xx (no match)
✔xx …(32)… xx (no match)

^(?!(xx+)\1+$)

https://sm.ms/image/E1Ppn3IyQJBC9HZ

注意上面的粉红色光标,断言后面的 xx...xx 串不能被 2 个以上的 xx+ 组成的重复串完全匹配,其中 xx+ 视作因数(数值>1 ),而反引用使得它不能被本身匹配。
联系质数的数学定义:大于 1 的自然数中,除了 1 和它本身以外不再有其他因数的自然数。

从上面的粉红光标处出发,再加两个 xx (确保自然数大于 1 )即为答案

Match all of these …
✔xx
✔xxx
✔xxxxx
✔xxxxxxx
✔xxxxxxxxxxx
✔xxxxxxxxxxxxx
✔xxxxxxxxxxxxxxxxx
✔xxx …(18)… xx
✔xxx …(22)… xx
✔xxx …(28)… xx
✔xxx …(30)… xx
✔xxx …(36)… xx
✔xxx …(40)… xx
✔xxx …(42)… xx
✔xxx …(46)… xx
✔xxx …(52)… xx
✔xxx …(58)… xx
✔xxx …(60)… xx
✔xxx …(66)… xx
✔xxx …(70)… xx

^(?!(xx+)\1+$)xx
2019-08-02 16:56:07 +08:00
回复了 hadixlin 创建的主题 程序员 Swagger 使用情况问卷调查
B, drf-yasg, 3.x Swagger UI 缺少 JSON editor, null
2019-07-12 13:18:10 +08:00
回复了 waruqi 创建的主题 程序员 现代化的 C/C++构建工具,除 cmake 之外的另一选择
习惯使用 makefile
支持一下,有机会在项目中试试
1  2  3  4  5  6  7  8  9  10 ... 16  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   941 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 29ms · UTC 22:42 · PVG 06:42 · LAX 14:42 · JFK 17:42
Developed with CodeLauncher
♥ Do have faith in what you're doing.