oneone1995

Results 13 comments of oneone1995

@swordencao 我在YouTube上找了Michael Widenius的采访视频,的确发音发成my squel,但我也看到有人看到吐槽他的芬兰口音。 另外可以参考[MySQL的官网文档What is MySQL章节最后一句](https://dev.mysql.com/doc/refman/8.0/en/what-is-mysql.html): `The official way to pronounce “MySQL” is “My Ess Que Ell” (not “my sequel”), but we do not mind if you pronounce it...

I also encountered the same error because my ```ConEmu.xml``` contains Chinese characters.Pls think about this. Before using the script, there is a line like ```xml ``` and the file encoding...

https://kinolien.github.io/gitzip/

@klaus20141002 请问如何在swagger中请求token

@chenzhuogit ```bash # 注册中心 0 spring.dubbo.application.registries[0].address=zookeeper:#127.0.0.1:2181=xxx # 注册中心 1 spring.dubbo.application.registries[1].address=zookeeper:#127.0.0.1:2181=xxx ``` 我并没有尝试过,资料来自@JeffLi1993的博客 [Spring Boot Dubbo applications.properties 配置清单](http://www.bysocket.com/?p=1805) 希望能帮到你🙂

- OS version and name: windows 10 pro 1709 wsl(ubuntu after Fall Creators Update) - Hyper.app version: Version 2.0.0 - Link of a Gist with the contents of your .hyper.js:...

@learner1999 1. 将默认登录用户改为root, cmd下输入下面的命令: ```powershell lxrun /setdefaultuser root ``` 2. 输入```bash```进入```wsl```,现在已经是```root```用户登录了。在```root```用户下使用```passwd```命令更改对应用户的密码: ```bash passwd your_username ``` 3. 切回对应用户: ```powershell lxrun /setdefaultuser your_username ```

@iugo hi,非常感谢指出问题。因为我的wsl不是通过商店安装的,无法按`ubuntu`的命令进入实验。我看了你发的文档,理解的意思是在秋季更新之后使用`Microsoft Store`安装的wsl需要用ubuntu那个命令来设置默认用户并修改密码。

@lLuZR > 有个问题,{name}:permits使用zcount已经可以获取有效令牌数了,为什么还需要保存一个{name}:values,是因为{name}:values的增减比zcount快吗。这样会多占redis内存吧。 不好意思,过去时间太久了,有点记不清了。不过大概看了下之前写的注释,两个key是不一样的作用,一个是记录的是当前令牌桶中的令牌数,另一个是记录的是每次请求的令牌数