昨天有说明关于mysql协议支持auth的,今天说明下driver支持auth 的方法(已经支持了,只是代码处理需要调整下) cubestore 源码修改 添加auth支持 基于环境变量进行是否进行auth支持的判断 CUBESTORE_AUTH_ENABLE=1 使用,默认没有配置的就不使用 #[ ...
分类:
其他好文 时间:
2021-05-24 00:59:11
阅读次数:
0
什么是Helm 简单来说就是Kubernetes的包管理工具,类似于Centos的yum或Ubuntu的apt。不过他管理的是Kubernetes的yaml文件 组件(2.0与3.0) 在2.0的时候区分为客户端与服务端 客户端: 本地chart的编写 仓库的管理 与服务端Tiller交互 发送ch ...
分类:
其他好文 时间:
2021-05-04 16:04:31
阅读次数:
0
官网下载镜像:https://www.raspberrypi.org/ 下载刷机工具 再往下翻 Manually install an operating system image 点击:See all download options 进入下载页面: 下载ubuntu server镜像,用工具刷入 ...
分类:
其他好文 时间:
2021-05-04 15:50:51
阅读次数:
0
//菜单栏 QMenuBar *bar = menuBar(); this->setMenuBar(bar); QMenu *fileObj = bar->addMenu("文件"); QMenu *fileEdit = bar->addMenu("编辑"); QAction *newAct = f ...
分类:
其他好文 时间:
2021-05-04 15:21:56
阅读次数:
0
1.模块安装 pip install django-pyodbc-azure-2019 Django 2.1.15 django-pyodbc-azure 2.1.0.0 django-pyodbc-azure-2019 2.1.0.0 pip 21.0.1 pyodbc 4.0.30 pytz 2 ...
分类:
数据库 时间:
2021-05-03 11:56:50
阅读次数:
0
You need to activate the Developer Options and USB Debugging for the purpose. Follow the below mention steps and you would be good to go: 1.Slide into ...
分类:
其他好文 时间:
2021-04-28 11:44:14
阅读次数:
0
下载QPanda-2 您可以通过以下途径获取QPanda2: GitHub 如果您已经在系统中安装了git, 您可以通过git来获取QPanda2: 选择一个保存QPanda2的文件夹,然后在文件夹内单击 鼠标右键 -Git Bash Here 在弹出的窗口中输入以下命令,再按下 Enter 键,然 ...
分类:
系统相关 时间:
2021-04-24 13:19:59
阅读次数:
0
1:fiddle是客户端和服务器端建立的一个http代理,它处于应用层,能够捕获http(s)请求,当启动fiddle后会自动将代理服务器设置为本机,默认端口8888 2:手机抓包 1:打开Fiddler,在菜单栏中选择Tools->Options->Connections。输入监听端口(默认是88 ...
分类:
移动开发 时间:
2021-04-22 16:06:09
阅读次数:
0
本人手贱一不小心把pycharm的主菜单栏搞丢了!尝试的办法恢复了,总结一下 主菜单栏就是这个 手残的过程实我点了这个: 那咋恢复呀?!! 1 按Ctrl + Shift + A打开“Find Action”对话框,输入view,找到Main Menu,打开on即可 ...
分类:
其他好文 时间:
2021-04-21 12:31:17
阅读次数:
0
ip命令 来自于iproute包,可用于代替ifconfig ip [ OPTIONS ] OBJECT { COMMAND | help } ip 命令说明: OBJECT := { link | addr | route } ip link - network device configurat ...
分类:
其他好文 时间:
2021-04-20 14:18:52
阅读次数:
0