V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  wnanbei  ›  全部回复第 1 页 / 共 5 页
回复总数  83
1  2  3  4  5  
35 天前
回复了 akay2351 创建的主题 汽车 24 款极氪 001 上市,很是心动
@captain55 #100 十几天没登号,登上来看到这个回复发出了我今天第一声爆笑。
哈哈哈哈哈,对事不对人,不止现在,以前油车时代买 X1 那也是妥妥的大韭菜。
51 天前
回复了 akay2351 创建的主题 汽车 24 款极氪 001 上市,很是心动
@captain55 是什么样的没脑子韭菜会在现在去买 X1
@fakepoet
@v2exblog
其实开发速度快这个优势现在 ptyhon 也在逐渐没有了,现在用 copilot ,经常是写一个方法名然后 tab tab tab ,然后稍微改改就完事了,开发速度这个东西正在被逐渐抹平,时间大部分花在的还是在设计上。
2021-12-23 11:58:57 +08:00
回复了 gzf6 创建的主题 程序员 [请教] 自建对象存储服务器,除了 MinIO 还有什么推荐的么?
@liaohongxing 我感觉也是你这样,只使用 minio ,那发布的软件里只会有 minio 的 SDK ,是不会包含 AGPL 的代码的,所有不会有风险
2021-12-23 09:27:49 +08:00
回复了 gzf6 创建的主题 程序员 [请教] 自建对象存储服务器,除了 MinIO 还有什么推荐的么?
@Mithril
@ospider
@ztechstack
比较好奇,AGPL 限制的应该是在 MinIO 的基础上做二次开发,或者把 MinIO 嵌进软件作为组件,才需要开源吧?
仅是普通的使用应该是不会有限制的?
2021-09-26 15:33:35 +08:00
回复了 dwlovelife 创建的主题 程序员 12306 的候补机制感觉越活越回去了
我觉得候补好多了,基本上都能候补到,还免费
@RedisMasterNode 既然不管在 create 语句还是 alter 语句的时候都会静默更改类型,那么这不就是等价吗
@RedisMasterNode 还有

Specifying the attribute for a character data type causes the column to be created as the corresponding binary data type: CHAR becomes BINARY, VARCHAR becomes VARBINARY, and TEXT becomes BLOB. For the ENUM and SET data types, this does not occur; they are created as declared. Suppose that you specify a table using this definition: CHARACTER SET binary

https://dev.mysql.com/doc/refman/8.0/en/silent-column-changes.html
@RedisMasterNode 嗯?

For a column that has a data type of VARCHAR or one of the TEXT types, changes the data type as necessary to ensure that the new column is long enough to store as many characters as the original column. For example, a TEXT column has two length bytes, which store the byte-length of values in the column, up to a maximum of 65,535. For a TEXT column, each character requires a single byte, so the column can store up to 65,535 characters. If the column is converted to , each character might require up to three bytes, for a maximum possible length of 3 × 65,535 = 196,605 bytes. That length does not fit in a TEXT column's length bytes, so MySQL converts the data type to MEDIUMTEXT, which is the smallest string type for which the length bytes can record a value of 196,605. Similarly, a VARCHAR column might be converted to MEDIUMTEXT. CONVERT TO CHARACTER SETlatin1utf8

https://dev.mysql.com/doc/refman/8.0/en/alter-table.html
2020-11-25 09:53:01 +08:00
回复了 lecion 创建的主题 macOS 本来计划换个小机箱,结果组了个 14L 的黑苹果...
我好像看到了 flora 主题,哈哈
@RedisMasterNode 看我 5L 的回复
我个人感觉用 varchar 不用 text 主要原因是 varchar 可以灵活设置长度,语义清晰的同时避免长度超长。varchar 底层就是 text 的话,性能应该是没有区别的。
`VARCHAR` 大于某些数值的时候,其会自动转换为 `text`,大概规则如下:

- 大于 varchar(255) 变为 `TINYTEXT`
- 大于 varchar(500) 变为 `TEXT`
- 大于 varchar(20000) 变为 `MEDIUMTEXT`

在某个地方看到的
2020-09-04 10:46:51 +08:00
回复了 kvkboy 创建的主题 程序员 Java 程序员想发展第二语言, Python 、Go、JavaScript 改如何选择
Go 跟 JAVA 太重叠了感觉,还是选个能互相搭配的吧
2020-09-02 11:30:30 +08:00
回复了 jinzhu 创建的主题 Go 编程语言 GORM v2 正式发布! 20k stars ;)
@jinzhu 哈哈,消消气,有些人是这样的
2020-08-05 14:09:13 +08:00
回复了 redhatping 创建的主题 程序员 印象笔记的吃相是不是有点难看呢?
@qqjt 有没有带网页剪辑的,好用的笔记软件呢
2020-08-05 14:05:59 +08:00
回复了 redhatping 创建的主题 程序员 印象笔记的吃相是不是有点难看呢?
@EKkoGG 语雀能复制保存网页内容吗
2020-07-28 13:29:42 +08:00
回复了 wnanbei 创建的主题 程序员 简洁美观的 Typora 主题 Flora,更新到 v1.1.0
@EggtartZ 目前还没有这个计划诶
2020-07-27 11:30:05 +08:00
回复了 wnanbei 创建的主题 程序员 简洁美观的 Typora 主题 Flora,更新到 v1.1.0
@ostrichb
非常感谢,之前应该是转换字体格式的时候把字体文件中的中文部分转换丢了,现在更换了字体文件,应该可以正常显示思源黑体了。
2020-07-27 09:51:53 +08:00
回复了 wnanbei 创建的主题 程序员 简洁美观的 Typora 主题 Flora,更新到 v1.1.0
这个是我找了个网站把 ttf 转成 woff 使用的。
思源字体的中文我再检查一下
@ostrichb
1  2  3  4  5  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5199 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 28ms · UTC 08:26 · PVG 16:26 · LAX 01:26 · JFK 04:26
Developed with CodeLauncher
♥ Do have faith in what you're doing.