V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
V2EX  ›  jinliming2  ›  全部回复第 24 页 / 共 60 页
回复总数  1190
1 ... 20  21  22  23  24  25  26  27  28  29 ... 60  
2021 年 7 月 24 日
回复了 Dkngit 创建的主题 Google 今天 Google 首页的像素游戏挺有意思的
@levelworm spritesheet 简单看网络请求就有了 https://ipv6.google.com/logos/2020/kitsune/rc4/overworld-sprite.png


@marcong95 看地址里的年份,2020,嗯,应该是去年做的?
2021 年 7 月 18 日
回复了 einsdisp 创建的主题 Windows 有哪些知名的应用适配了 win10 暗色模式(dark mode)?
讲真,Chrome 是针对 win 10 适配的,不是全平台的,因为至今 Linux 都还没适配,CrBug 提了都有两年了……
2021 年 7 月 2 日
回复了 Kawnnor 创建的主题 Windows 在 Windows 11 上玩儿了一下游戏
@Tink 视频里说了这时四代 i3 4170,性能本身就不太行吧?
2021 年 6 月 30 日
回复了 a719114136 创建的主题 分享发现 判断 ip 是否在一个超大 ip 集中(识别国内 ip)
想到一个算法,和上面 3. 利用 CIDR 的特性 应该一样,没测试:
1,将 IP cidr 转换为 unsigned int 整数,比如 39.128.0.0/10 转为 662700032/10
2,根据 cidr 长度分别存到不同的 dict/list 中,比如:{ 10: [662700032, 796917760], 15: [1431699456] }(存 list 就排好序,便于后面去查找)
3,查询的时候 for cidr in cidr_list 遍历每一个 cidr 表,最多 32 个。假如上面这个 10 和 15 。
4,把要查询的 IP 转为 unsigned int 整数,根据 cidr 特性,使用按位与 & 运算,仅保留数字的前 cidr 位。
5,到对应的 dict/list 中查询这个数字。
2021 年 6 月 24 日
回复了 gridsah 创建的主题 程序员 请教熟悉 WinRAR 的老哥一个问题,详见下文。
https://www.win-rar.com/faq.html?&L=0#winrar-license-perpetual-subscription

Are WinRAR Licenses Perpetual or is There a Subscription?
WinRAR licenses are perpetual and valid for a lifetime.

You cannot register your license without purchasing it first, and WinRAR is not a free product. We offer all users a 40-day free trial, after which time the use of WinRAR without a valid license is in violation of our EULA.

Perpetual licenses mean that you can install and use your license for as long as you wish, but to stay up-to-date you must purchase a Support & Maintenance Package entitling you to all upgrades and updates within the 12-month period.

只买本体应该是可以永久使用当前版本,要一直更新使用最新版本的话是要 Support & Maintenance Package
2021 年 6 月 21 日
回复了 dhou45 创建的主题 Google Google 全面放开了 Workspace 和 Google Chat, 但是...
@dhou45 如果还能用的话应该没事。貌似是去年开始的,我看很多帖子说漫游超过半年就停服务了,必须回到美国使用才可以重新激活
2021 年 6 月 21 日
回复了 dhou45 创建的主题 Google Google 全面放开了 Workspace 和 Google Chat, 但是...
@dhou45 Fi 已经不允许常年漫游了吧?前几天看的……
2021 年 6 月 21 日
回复了 delpo 创建的主题 Android 有人可以在原生安卓的 message 应用里开启 RCS 消息吗?
@realskywalker 看起来像是彩信的升级版?
2021 年 6 月 11 日
回复了 regex 创建的主题 浏览器 chrome 和 edge 字体颜色不对
选中 TextNode,就是 code 节点下的文本节点,看 computed 的 Rendered Fonts 是啥字体?
有些字体是图形字体,是不是字体本身就带颜色?举个例子,emoji 字体本身就是彩色的。
@Rocketer 看目标用户群体的吧,如果是内部系统,或者是目标客户系统的版本可以提要求,那么怎么 fancy 怎么来都行的。
边信道(有的叫旁信道、侧信道)攻击了解一下
2021 年 6 月 4 日
回复了 csfreshman 创建的主题 程序员 leetcode 137 问题讨论
方法二里的 i 是哪来的?
用……OBS ?在那台服务器上播放,然后 OBS 直播推流过来播放?
2021 年 5 月 27 日
回复了 ReZer0 创建的主题 Google 我的 IP 又被谷歌定位成中国区了!
自己的搬瓦工,目前一切正常
2021 年 5 月 25 日
回复了 aizya 创建的主题 Linux 帮忙看看为什么这段脚本放到 crontab 中就运行不了?
所以,直接这样呢:

* * * * * rm `ls -rtd /root/playground/linux/* | head -n -10`
1 ... 20  21  22  23  24  25  26  27  28  29 ... 60  
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2766 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 43ms · UTC 05:11 · PVG 13:11 · LAX 22:11 · JFK 01:11
♥ Do have faith in what you're doing.