V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  chanyan  ›  全部回复第 1 页 / 共 2 页
回复总数  40
1  2  
21.98
所以目前电脑下了很多编译器:
Goland, vs code, HBuilder X, Mysql Workbench, Mysql 8.0 Command, Codeblocks, PingPlotter, Wireshark, eclipse, Git Bash, Finalshell, VMware, Intellij IDEA, Android Studio, Axure RP 9, Cisco Packet Tracer
京东云 50 一年,2C2G-40G 3M
70 天前
回复了 qweruiop 创建的主题 PostgreSQL 请教一个经典的 postgres 的 sql 怎么写
select
t1.id,
t1.name,
count(t2.*) cnt
from
t_student t1
left join
t_transactions t2
on
t1.id = t2.student_id
group by
t1.id, t1.name
勾了自动签到从来没有自动签到过
116 天前
回复了 xpl8435 创建的主题 生活 冬至快乐,吃汤圆还是饺子!
我同事说吃粽子
灵光一现:可以做一个记录灵光一现的东西
还没实现,暂时记录在整个主题里🤣
看不见妳的笑 我怎么睡得着 妳的声音这么近我却抱不到
@chanyan #4 mysql8
For example, a VARCHAR(255) column can hold a string with a maximum length of 255 characters. Assuming that the column uses the latin1 character set (one byte per character), the actual storage required is the length of the string (L), plus one byte to record the length of the string. For the string 'abcd', L is 4 and the storage requirement is five bytes. If the same column is instead declared to use the ucs2 double-byte character set, the storage requirement is 10 bytes: The length of 'abcd' is eight bytes and the column requires two bytes to store lengths because the maximum length is greater than 255 (up to 510 bytes).

The effective maximum number of bytes that can be stored in a VARCHAR or VARBINARY column is subject to the maximum row size of 65,535 bytes, which is shared among all columns. For a VARCHAR column that stores multibyte characters, the effective maximum number of characters is less. For example, utf8mb4 characters can require up to four bytes per character, so a VARCHAR column that uses the utf8mb4 character set can be declared to be a maximum of 16,383 characters.
有没有一种可能,时间本来就是时快时慢的
141 天前
回复了 minglanyu 创建的主题 职场话题 毕业 5-8 年的兄弟们,你们现在咋样?
大概率和 3~5 那个主题的答案没什么区别,下个主题估计是 刚毕业的兄弟们,你们现在咋样?
没有技术能去吗
158 天前
回复了 zhuwd 创建的主题 问与答 交行的消费贷, 3.24,能不能冲
搞了个 3.45 随借随还,先息后本
180 天前
回复了 YM2021 创建的主题 广州 广州买房
新塘去天河也太远了,现在黄埔和增城价格差不了太多
182 天前
回复了 gogod112121 创建的主题 生活 买到高位的房子你们怎么心里平衡的?
好在没烂尾
1  2  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1499 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 36ms · UTC 23:57 · PVG 07:57 · LAX 16:57 · JFK 19:57
Developed with CodeLauncher
♥ Do have faith in what you're doing.