Mike King

Results 8 issues of Mike King

It want to parse many org file, every file add ``` #+OPTIONS: author:t H:2 num:t todo:t ``` is not good, Is there some good methods?

按照文档,走到 nfs development 这一步出错 ```bash kubectl create -f deploy/nfs/rbac.yaml kubectl create -f deploy/nfs/deployment.yaml ... ``` ``` MountVolume.SetUp failed for volume "nfs-client-root" : mount failed: exit status 32 Mounting command: systemd-run...

执行下面语句时出的错 ``` mvn exec:java \ -Dexec.args=" -path/tmp/workspaces/mySlothProject -packagecom.test -h127.0.0.1 -P3306 -uroot -p123456 -dtest -strategyssm" \ -Dexec.cleanupDaemonThreads=false \ -Dexec.mainClass="com.github.dee1024.sloth.Application" ```

### Search before asking - [X] I had searched in the [issues](https://github.com/tencentmusic/supersonic/issues?q=is%3Aissue) and found no similar issues. ### Version supersonic-standalone-0.9.6-SNAPSHOT 源代码部署方式08/12,master分支 ### What's Wrong? 数据库管理中的MySQL,连接MySQL 8.0,连不上,日志中提示: `java.sql.SQLException: Access denied for...

bug

### Search before asking - [X] I had searched in the [issues](https://github.com/tencentmusic/supersonic/issues?q=is%3Aissue) and found no similar issues. ### Version supersonic-standalone-0.9.6-SNAPSHOT 源代码部署方式08/12,master分支 ### What's Wrong? 每次网页上修改的东西,重启发版后,发现修改的数据又恢复如初了,这是为什么? ### What You Expected? 改了数据重启也能生效...

bug

想知道这两者的区别? 我有时 @text() click没有效果,我改成了 text: 就行了。 比如:取消全部投放 ``` page.ele('@text()=取消全部投放').click() # Not OK page.ele('text:取消全部投放').click() # OK ```