https://stackoverflow.com/questions/53784440/wcf-on-net-core-missing-client-negotiate-scheme-in-authorization-scheme Well its too bad if another proje ...
分类:
Web程序 时间:
2020-07-07 15:38:36
阅读次数:
92
1 shell变量基础shell变量是一种很“弱”的变量,默认情况下,一个变量保存一个串,shell不关心这个串是什么含义。所以若要进行数学运算,必须使用一些命令例如let、declare、expr、双括号等。shell变量可分为两类:局部变量和环境变量。局部变量只在创建它们的shell中可用。而环 ...
分类:
系统相关 时间:
2020-07-07 10:04:26
阅读次数:
63
import configparsercf = configparser.ConfigParser() cf.read('config.ini') # 获取配置文件对象 app_name = cf.get('test-client', "path") # 读取test-client模块下的path变 ...
分类:
编程语言 时间:
2020-07-06 19:23:32
阅读次数:
75
首先上传一个 JDK安装包 jdk-8u144-linux-x64.rpm 执行下面命令 rpm -ivh jdk-8u144-linux-x64.rpm 配置JDK环境变量 vi /etc/profile 将下面的配置路径 放到 profile 文件里面 #set java environment ...
分类:
编程语言 时间:
2020-07-06 11:00:48
阅读次数:
84
Commons类库commons: 一套开发源码、免费使用、商业友好的优秀API作为Java自带API的补充,大多数都是一些工具类包括Commons BeanUtils,针对Bean的一个工具集。由于Bean往往是有一堆get和set组成,所以BeanUtils也是在此基础上进行一些包装。Commo... ...
分类:
其他好文 时间:
2020-07-05 17:28:07
阅读次数:
79
一.创建yum源文件 cd /etc/yum.repo.d/ touch google-chrome.repo 二.输入yum源信息 [google-chrome] name=google-chrome baseurl=http://dl.google.com/linux/chrome/rpm/st ...
分类:
其他好文 时间:
2020-07-05 10:38:04
阅读次数:
114
C# Object Clone Wars Cloning C# objects is one of those things that appears easy but is actually quite complicated with many "gotchas." This article d ...
数据库索引过长
Specified key was too long; max key length is 767 bytes ...
分类:
数据库 时间:
2020-07-04 11:57:54
阅读次数:
84
[TOC]## 1. librosa`pip install librosa`但是,在Xubuntu 20.04环境上 `import librosa` 报错:```ModuleNotFoundError: No module named 'numba.decorators'```解决:使用最新的n... ...
分类:
编程语言 时间:
2020-07-03 21:34:53
阅读次数:
142
Spring-tool-suite的下载:https://spring.io/tools SpringBoot简介 SpringBoot是整个Spring技术栈的整合,来简化Spring应用开发,约定大于配置,去繁从简,just run 就能创建一个独立的,产品级别的应用。 解决: "Spring全 ...
分类:
编程语言 时间:
2020-07-03 21:13:52
阅读次数:
92