V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  Jirajine  ›  全部回复第 79 页 / 共 213 页
回复总数  4259
1 ... 75  76  77  78  79  80  81  82  83  84 ... 213  
2021-06-27 23:19:11 +08:00
回复了 jatsz2020 创建的主题 Android twrp 不支持,如何刷机?
直接 fastboot 刷,但是没有 twrp 还是不方便,可以去 xda 看看。
basic 过不了说明你系统有问题,建议重刷。
2021-06-27 11:34:45 +08:00
回复了 idblife 创建的主题 Windows 那天把工作机 mbp 忘在家里了,用了一天的 win10 做开发
syncthing 主要是同步数据的,照片库之类的。
代码的话用 git 更合适。
2021-06-26 23:14:43 +08:00
回复了 xin1284 创建的主题 Apple TV 用 apple tv 看了一下午的 netflix,体验真心好
Netfli 的 DRM 要求太严格了,解锁的设备都不能看。
2021-06-26 19:03:09 +08:00
回复了 rio 创建的主题 全球工单系统 阿里小号这 app 还有人维护么?
不能复制也太过了吧。
2021-06-26 13:08:27 +08:00
回复了 Livid 创建的主题 iTunes External Hardware Suggested
山灵 UA2
2021-06-26 10:59:51 +08:00
回复了 ShuoHui 创建的主题 Android 非国行的三星,刷国行以后不要升级 Samsung pay
你们说的通刷,难道是不解 bl 锁直接刷?还是刷完再锁回?一般来说解锁了以后什么 pay 之类的应该直接就不能用了。
国内全部都是用手机号,没有支持 TOTP 的。
2021-06-25 22:03:29 +08:00
回复了 Joker123456789 创建的主题 Java websocket 报文解析的问题
另外,你这种写法看起来好像有点问题。不是很熟悉 Java,toByteArray()是不是分配了个新的 buffer 把整个流复制到里面?正常来说应该流式读取,需要解析多少就读多少,你这样可能会有性能损失。
2021-06-25 21:59:42 +08:00
回复了 Joker123456789 创建的主题 Java websocket 报文解析的问题
2021-06-25 21:57:37 +08:00
回复了 Joker123456789 创建的主题 Java websocket 报文解析的问题
datatracker.ietf.org/doc/html/rfc6455#section-5

Payload length: 7 bits, 7+16 bits, or 7+64 bits

The length of the "Payload data", in bytes: if 0-125, that is the
payload length. If 126, the following 2 bytes interpreted as a
16-bit unsigned integer are the payload length. If 127, the
following 8 bytes interpreted as a 64-bit unsigned integer (the
most significant bit MUST be 0) are the payload length. Multibyte
length quantities are expressed in network byte order. Note that
in all cases, the minimal number of bytes MUST be used to encode
the length, for example, the length of a 124-byte-long string
can't be encoded as the sequence 126, 0, 124. The payload length
is the length of the "Extension data" + the length of the
"Application data". The length of the "Extension data" may be
zero, in which case the payload length is the length of the
"Application data".
2021-06-25 21:08:17 +08:00
回复了 ghmum 创建的主题 问与答 不晓得这个问题该不该问..........
真正有效的:蚊帐
2021-06-25 16:06:20 +08:00
回复了 wowbaby 创建的主题 Go 编程语言 都说 go 挺好使的,准备用 go 写几个接口
go 好使的是工具链、运行时好使。
语言上,就不说奇葩语法了,本身就是残废。错误处理、null safety 、泛型都缺失。连个 map 、filter 都没有,光一堆堆的循环都恶心死人。
2021-06-25 12:04:51 +08:00
回复了 bjzhou1990 创建的主题 Android 首个使用 Jetpack Compose 写的 Android 浏览器开源啦
as 稳定版还不支持 jetpack compose 呢。
2021-06-25 10:07:01 +08:00
回复了 css3 创建的主题 程序员 CI 中 自动安装 Python requirement.txt 如何增量安装?
用 poetry,带 lock 锁定版本。
2021-06-25 09:05:34 +08:00
回复了 ottawa8821 创建的主题 微软 Windows 11 来了
明明就是常规升级,就这还要加个版本号。
至少得是 Windows core os 那种大规模的更新才算得上大版本。
zola 不错
2021-06-24 20:57:23 +08:00
回复了 nbweb 创建的主题 问与答 如果 cpu 没有核显,又没有显卡,能装系统不?
有串口就够,显卡 /显示器都是没必要的。当然部分主板可能有软件限制。
2021-06-24 12:53:21 +08:00
回复了 xiaoxuz 创建的主题 程序员 生成器模式-代码的艺术系列(一)
Java 味也太冲了。
1 ... 75  76  77  78  79  80  81  82  83  84 ... 213  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   1050 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 48ms · UTC 19:46 · PVG 03:46 · LAX 11:46 · JFK 14:46
Developed with CodeLauncher
♥ Do have faith in what you're doing.