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
Apache概述 ''' Apache HTTPD Server 简称 Apache,是 Apache 软件基金会的一个开源的网页服务器, 可以在大多数计算机操作系统中运行,由于其多平台和安全性被广泛使用, 是最流行的 Web 服务器端软件之一。它快速、可靠并且可通过简单的 API 扩展,将 Per ...
分类:
Web程序 时间:
2020-07-05 19:25:06
阅读次数:
72
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
02-线性结构3 Reversing Linked List (25分) Given a constant K and a singly linked list L, you are supposed to reverse the links of every K elements on L. Fo ...
分类:
其他好文 时间:
2020-07-04 22:36:18
阅读次数:
69
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