码迷,mamicode.com
首页 >  
搜索关键字:support v7    ( 7602个结果
使用navicat连接本地数据库时,出现错误1251错误
在安装完MySQL的时候,我们现在一般都使用Navicat来连接数据库,可惜出现下面的错误:1251-Client does not support authentication protocol requested by server; consider upgrading MySQL clien ...
分类:数据库   时间:2020-06-02 19:14:39    阅读次数:105
url上的中文字符是ISO-8859-1。后台获取中文乱码解决问题。
url上的中文字符是ISO-8859-1。后台获取中文乱码解决问题。 需要转码 public static String changeCharset(String str, String defaultValue) { if (str != null) { try { if ((StringUtil ...
分类:Web程序   时间:2020-06-02 18:50:56    阅读次数:116
java 读取.properties参数
注意需要引入spring的架包,spring-core-xxxxx1.PropertiesUtil.java package com.h3c.portal.business.common.util; import org.springframework.core.io.support.Propert ...
分类:编程语言   时间:2020-06-02 18:36:44    阅读次数:112
ERROR: extension “postgis” does not support SET SCHEMA.
参考: http://postgis.net/2017/11/07/tip-move-postgis-schema/Move PostGIS extension to a different schemaAs of PostGIS 2.3, the postgis extension was cha... ...
分类:其他好文   时间:2020-06-01 12:14:38    阅读次数:82
k8s学习-集群安装
3、kubernetes安装 3.1、规划 hostname ip 内存 核 硬 说明 harbor 192.168.136.30 2G 2 100G 私有仓库 koolshare 2G 2 20G 软路由 k8s-master 192.168.136.10 2G 4 100G k8s-node1 ...
分类:其他好文   时间:2020-05-31 12:56:53    阅读次数:44
Linux(五):Ubuntu 16.04 更改系统语言为简体中文(Chinese simplified)
Linux(五):Ubuntu 16.04 更改系统语言为简体中文(Chinese simplified) 1 问题 说明1:安装的时候,出现Could not install the full language support org. freedesktop. PolicyKit. Error. ...
分类:编程语言   时间:2020-05-29 21:43:46    阅读次数:413
linux(centos8):禁用selinux(临时关闭/永久关闭)
一,selinux的用途 1,什么是selinux SELinux:即安全增强型 Linux(Security-Enhanced Linux) 它是一个 Linux 内核模块,也是 Linux 的一个安全子系统 它主要由美国国家安全局开发, 它的主要作用:最大限度地减小系统中服务进程可访问的资源(最 ...
分类:系统相关   时间:2020-05-29 15:11:47    阅读次数:123
java并发-记一次统计变量值偏差问题
1 问题描述 在一个项目中,需要对发送的请求结果进行统计,开发同事定义了两个全局共享变量CommonUtil.ReqFailNum和ReqNum,分别记录请求失败数和发送的请求数。并在每次发送请求之前都假定该请求会处理失败,先对其累加,直到成功收到200的返回码后,重新修正失败数量。 最后当应用处理 ...
分类:编程语言   时间:2020-05-29 10:35:23    阅读次数:62
虚拟机安装问题_Microsoft VC Redistributable
解决: 下载网址 https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads 下载: 自己选择下载相应的 ...
分类:其他好文   时间:2020-05-29 09:40:56    阅读次数:226
IDEA 配置文件位置
1IDEA2020.1以上1.1Win语法:%APPDATA%\JetBrains\<product><version>Win上的APPDATA默认位置如下:C:\Users\用户名\AppData\Roaming例子:C:\Users\用户名\AppData\Roaming\JetBrains\IntelliJIdea2020.11.2MacOS语法:~/Library/
分类:其他好文   时间:2020-05-28 18:14:34    阅读次数:568
7602条   上一页 1 ... 25 26 27 28 29 ... 761 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!