码迷,mamicode.com
首页 >  
搜索关键字:clients settings    ( 8466个结果
SonarQube + Maven 进行代码分析
安装设置 参见之前的文章: 安装:Docker Compose 方式安装 SonarQube 8.3.1 设置:SonarQube 插件、权限、质量配置 分析权限设置 为了分析方便,这里设置了一个 sonar 用户,默认配置到 Maven 的 settings.xml 中,用于 Jenkins 或者 ...
分类:其他好文   时间:2020-06-14 23:22:39    阅读次数:80
vsftpd.conf配置详解
1.默认配置 根据默认配置给出中文注释 # Example config file /etc/vsftpd.conf## The default compiled in settings are fairly paranoid. This sample file# loosens things up ...
分类:其他好文   时间:2020-06-14 16:48:06    阅读次数:68
Django基本使用
创建Django的最基本流程(在pycharm) (在命令行创建项目 django-admin startproject mysite) 1.创建app python manage.py startapp app01 2.添加app到settings文件 pycharm默认添加 'app01.app ...
分类:其他好文   时间:2020-06-13 21:30:34    阅读次数:53
Django-ORM
# 在Django中默认使用自带的sqlite数据库 # 如果想使用MySQL,在settings.py文件中添加下面语句,把之前的sqlite配置注掉 DATABASES = { 'default': { 'ENGINE': 'django.db.backends.mysql', 'NAME': ...
分类:其他好文   时间:2020-06-13 21:01:14    阅读次数:52
idea安装中文插件
1.更新现有idea版本,查看版本号 2.进入插件中心,搜索chinese,根据版本选择下载 3.下载完成之后可以直接拖动文件到打开的idea中,也可以使用使用File > Settings > Plugins > 安装本地插件包,重启,然后就可以使用了 插件中心地址 https://plugins ...
分类:其他好文   时间:2020-06-13 17:33:00    阅读次数:391
ElasticSearch-02-elasticsearch.yaml
# Elasticsearch Configuration # # NOTE: Elasticsearch comes with reasonable defaults for most settings. # Before you set out to tweak and tune the con ...
分类:其他好文   时间:2020-06-13 16:02:42    阅读次数:62
Django restframework分页器组件增加的基本使用
为了更好的显示响应的书数据,先基本介绍渲染器的使用:现在settings.py的文件种变量INSTALL_APPS中添加一个app——“rest_framework”,在请求视图类中返回数据响应的方式使用from rest_framework.response import Response的类,请 ...
分类:其他好文   时间:2020-06-13 00:27:22    阅读次数:57
IDEA配置JDK之六七八九!
注意: 配置前先检查电脑的java配置的JDK版本Windows+R ,输入进入控制窗口,输入java -version 如果不对先配置相应的jdk 一,点击右上角的File->Project Structure 二.file->Settings 三 File->Other Settngs->Set ...
分类:其他好文   时间:2020-06-12 22:59:15    阅读次数:100
asymptote
settings.outformat="pdf"; settings.render=0; import three; size(4cm); draw(-2X--2X,arrow=Arrow3(emissive(black))); draw(-2Y--2Y, arrow=Arrow3(emissive ...
分类:其他好文   时间:2020-06-12 14:17:35    阅读次数:55
Oracle RAC TAF 无缝failover
Oracle RAC TAF 无缝failover 理论背景: TAF( Transparent Application Failover ) allows oracle clients to reconnect to a surviving instance in the event of a f ...
分类:数据库   时间:2020-06-11 21:47:37    阅读次数:70
8466条   上一页 1 ... 39 40 41 42 43 ... 847 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!