Jakes Lee
Jakes Lee
Chrome下提示如下错误: [blocked] The page at 'https://www.v2ex.com/t/141796' was loaded over HTTPS, but ran insecure content from 'http://picupload.service.weibo.com/interface/pic_upload.php?&mime=image%2Fjpeg&data=base64&url=0&markpos=1&logo=&nick=0&marks=1&app=miniblog': this content should also be loaded over HTTPS.
I use command line option `--retry-interval-max=1h` to start a provisioner container as sidecar with my custom CSI plugin. According to the manual(https://github.com/kubernetes-csi/external-provisioner#command-line-options) introduced, I expect the retry interval of failed...
现在的 insertOrUpdate 是根据主键是否提供来选择的,但是对于冲突替换不冲突插入的操作并不支持,这个是要在数据库里进行判断的。 执行时 MySQL 语句是: ```sql INSERT INTO table (id, name, sex) VALUES (1,'alice',0) ON DUPLICATE KEY UPDATE sex=1; ``` Postgresql 语句是: ```sql INSERT INTO inventory (id, name, price,...