码迷,mamicode.com
首页 >  
搜索关键字:Mycat setting    ( 5822个结果
vscode goalng 方法查看提示很慢
如果你用vscode开发golang,发现golang的提示很慢或者跳转很慢,很可能是你没有使用gopls。 安装gopls 安装方式一 打开 VS Code 的 setting, 搜索 go.useLanguageServe, 并勾选上。默认情况下, Go 扩展会提示你安装 gopls。 安装方式 ...
分类:其他好文   时间:2021-01-11 10:58:24    阅读次数:0
1001.idea打jar包
1.创建包和类 package com.example.HelloWorld; public class HelloWorld 2.运行方法 3.打jar包 File | Project Settings | Artifacts 选择主类 OK | OK 4.build artifacts buil ...
分类:编程语言   时间:2021-01-11 10:51:18    阅读次数:0
mysql 通过mycat 读写分离
一、下载mycat http://dl.mycat.org.cn/ 二、配置server.xml ,主要是mycat的ip 端口及账号密码配置,一般保持默认 三、配置schema.xml ,配置主从节点及数据库表的配置 <mycat:schema xmlns:mycat="http://io.myc ...
分类:数据库   时间:2021-01-06 11:48:47    阅读次数:0
delphi yaml
delphi yaml https://github.com/lim417dev/Neslib.Yaml Neslib.Yaml - A YAML library for Delphi Neslib.Yaml is a library for parsing and emitting YAML an ...
分类:Windows程序   时间:2021-01-06 11:41:56    阅读次数:0
django服务常见问题-跨域和静态文件配置
1.跨域问题 pip install django-cors-headers 模块 setting配置apps和中间件、 跨域 2.静态文件迁移和显示配置 dubug = False 配置url from django.conf import setting# url里添加 re_path(r'^s ...
分类:其他好文   时间:2021-01-02 11:10:57    阅读次数:0
Apache Tomcat/8.5.42启动报错-[SetAllPropertiesRule]{Server/Service/Connector} Setting property 'maxSpareThreads'
今天部署项目时,启动tomcat8初始化失败,日志如下: 十二月 23, 2020 4:45:07 下午 org.apache.catalina.startup.SetAllPropertiesRule begin警告: [SetAllPropertiesRule]{Server/Service/C ...
分类:Web程序   时间:2020-12-29 11:36:58    阅读次数:0
Pychram 取消自动添加版本控制
设置路径:File -> Setting -> Version Control -> Confirmation Show options before adding to version control :提示选项,自己决定是否将新文件加入到版本控制; Add silently : 默认自动添加,会 ...
分类:其他好文   时间:2020-12-28 11:26:39    阅读次数:0
【IDEA】修改代码头注释
修改方式 IDEA默认无头注释,或者默认头注释内容比较简单,适当更改能够满足我们不同的需求,以下是修改方式: 步骤:Setting =》 File and Code Templates =》 Includes =》 File Header =》 修改 拓展修改 可根据自己需要内容进行修改日期、作者、 ...
分类:其他好文   时间:2020-12-25 12:55:43    阅读次数:0
常用软件配置
1. ubuntu源设置 1.1 设置中选择源 setting -> software&updates -> other -> china 2. pip源设置 2.1 指定安装源 pip install 要安装的包 -i https://pypi.tuna.tsinghua.edu.cn/simpl ...
分类:其他好文   时间:2020-12-23 12:11:47    阅读次数:0
修改Maven的setting.xml
1. 创建本地仓库目录,并修改localRepo的路径 mkdir /usr/local/repo vim /usr/local/maven/conf/setting.xml <localRepository>/usr/local/repo</localRepository> 2.添加阿里云私服地址 ...
分类:其他好文   时间:2020-12-21 11:56:10    阅读次数:0
5822条   上一页 1 ... 8 9 10 11 12 ... 583 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!