码迷,mamicode.com
首页 >  
搜索关键字:configure    ( 6481个结果
[cisco]Configure private VLAN
vlan 100 private-vlan isolated ! vlan 200 private-vlan community ! vlan 300 private-vlan primary private-vlan association 100,200 ! ! ! ! interface Gi ...
分类:系统相关   时间:2020-02-10 14:07:47    阅读次数:82
在Win7 x64环境中将World Wind Java SDK 2.1.0嵌入到Eclipse中的方法
1、解压worldwind-2.1.0.zip。 2、打开Eclipse,依次点击New–>Java project ,输入project的名称WorldWind,一路直到finish。然后就可以看到工程文件下又src文件夹和JRE System Library。 3、然后我们在src文件夹上点击右 ...
分类:编程语言   时间:2020-02-09 00:35:26    阅读次数:107
Spring boot X-Frame-Options 异常 a frame because it set 'X-Frame-Options' to 'deny'
a frame because it set 'X-Frame-Options' to 'deny' 在spring security配置的位置添加 http.headers().frameOptions().disable(); protected void configure(HttpSecur ...
分类:编程语言   时间:2020-02-08 17:12:56    阅读次数:74
Fiddler抓取https方法
基本配置 问题一 + 解决creation of the root certificate was not successful报错 问题二 + 解决unable to configure windows to trust Fiddler Root certificate 问题三 + 网页提示htt ...
分类:Web程序   时间:2020-02-08 15:59:51    阅读次数:87
springboot打war包上传到阿里云的Linux服务器
下面的每一步应该都必不可少: 1、启动类 继承这个类,并且重新configure这个方法,return builder.sources(Code007Application.class); 2、pom 跳过测试打包会比较方便 <build> <finalName>code007</finalName ...
分类:编程语言   时间:2020-02-07 14:38:24    阅读次数:76
Cassandra Q&A
1. Saved cluster name Test Cluster != configured name cluster01。 在一个已经启动的集群中,修改集群名。 cqlsh> UPDATE system.local SET cluster_name = 'Cassendra Cluster' ...
分类:其他好文   时间:2020-02-06 18:19:56    阅读次数:65
vscode设置成中文
打开 VS Code Ctrl + Shift +p打开搜索框 搜索框内输入Configure Display Language 回车 修改代码中“locale”后面引号内内容为zh-CH 重新启动VS Code 如果没有效果的话 点击插件商店 搜索 Chinese(Simplied) Lang 点 ...
分类:其他好文   时间:2020-02-06 16:29:23    阅读次数:74
SpringBoot 项目不加载 application.properties 配置文件
起因:新安装的idea第一次运行springboot项目报url错误(Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured.) ...
分类:移动开发   时间:2020-02-04 14:14:29    阅读次数:274
Debin安装Mysql
前言 线上需要做主从备份,主服务器是windows,考虑到windows下的脚本使用比较麻烦,所以用了linux做从备份服务器。 下载安装程序 自从mysql被oracle收购后,开源界对mysql的前程感到非常担忧,所以linux下现在默认的大多都是mariadb,没有mysql的源了,为了防止不 ...
分类:数据库   时间:2020-02-02 13:47:36    阅读次数:90
Jenkins整合SonaQube
具体的流程如下: 安装SonarQube Scanner插件 添加SonarQube凭证 Jenkins进行SonarQube配置Manage Jenkins->Configure System->SonarQube servers Manage Jenkins->Global Tool Confi ...
分类:其他好文   时间:2020-02-01 19:24:05    阅读次数:101
6481条   上一页 1 ... 42 43 44 45 46 ... 649 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!