sdfqwe 最近的时间轴更新
sdfqwe

sdfqwe

V2EX 第 307570 号会员,加入于 2018-04-10 21:00:54 +08:00
sdfqwe 最近回复了
2020-09-02 15:55:18 +08:00
回复了 jellybool 创建的主题 推广 [推广抽奖] 你选书,我买单 -- 给 V 友送 10 本技术书
来了来了
2020-08-05 11:47:36 +08:00
回复了 sdfqwe 创建的主题 MySQL mysql 优化问题
@JasonLaw 这个是我之前写的 demo,全国区域树,( http://139.129.221.236:81/),这个索引是我后来为了测试加上去的 https://s1.ax1x.com/2020/08/05/argYd0.png
2020-08-05 10:15:42 +08:00
回复了 sdfqwe 创建的主题 MySQL mysql 优化问题
@JasonLaw 好的,谢谢,我研究下
2020-08-05 10:15:05 +08:00
回复了 sdfqwe 创建的主题 MySQL mysql 优化问题
CREATE TABLE `b_city` (
`nodeId` int(11) NOT NULL,
`parentNodeId` int(11) DEFAULT NULL,
`cityName` varchar(100) NOT NULL,
`regionCode` varchar(100) NOT NULL,
PRIMARY KEY (`nodeId`),
KEY `nodeid` (`nodeId`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='城市区划';
2020-08-05 10:10:02 +08:00
回复了 sdfqwe 创建的主题 MySQL mysql 优化问题
@JasonLaw 你好,感谢你的回复,https://imgchr.com/i/arKzq0
@azh7138m 这个确实比 showdown 好用多了,不过无法将一个\n 单独换行,我 win 上的 typora 可以,现在我在研究 http://editor.md.ipandao.com/ 这个
2020-03-11 11:53:29 +08:00
回复了 Aliberter 创建的主题 程序员 关于微服务设计的一个问题
这样的话强依赖了,没必要这么干吧
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1170 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 18ms · UTC 23:04 · PVG 07:04 · LAX 16:04 · JFK 19:04
Developed with CodeLauncher
♥ Do have faith in what you're doing.