Apache+SVN部署 #1.安装依赖包 yum -y install expat-devel pcre pcre-devel openssl-devel cd /server/tools/ #安装apr-1.7.0 wget https://mirrors.aliyun.com/apache/a ...
分类:
Web程序 时间:
2020-05-30 20:12:51
阅读次数:
72
一、下载数据库驱动 1.进入链接https://repo1.maven.org/maven2/mysql/mysql-connector-java/下载mysql-connector-java-x.x.xx.jar文件 2.下载的jdbc要与自己的数据库版本一致,至少不能低于数据库版本 找到对应的版 ...
分类:
数据库 时间:
2020-05-29 13:59:55
阅读次数:
88
1、整合SSM框架所需的依赖 <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-i ...
分类:
编程语言 时间:
2020-05-29 12:06:59
阅读次数:
67
String.prototype.MD5 = function (bit) { var sMessage = this; function RotateLeft(lValue, iShiftBits) { return (lValue << iShiftBits) | (lValue >>> (32 ...
分类:
Web程序 时间:
2020-05-29 09:47:16
阅读次数:
463
安装一个centos7.8的虚拟机,账号root,密码123456 ,网络选择桥接方式。 更新linux系统 命令:yum update 提示选择【y/n】时输入y即可 看到Complete!表示更新完成 查看虚拟机IP地址 命令:ip addr 为了操作更加方便,也符合实际应用场景,我们使用xsh ...
分类:
Web程序 时间:
2020-05-27 17:14:51
阅读次数:
265
1、异常 java.lang.NullPointerException at sun.awt.FontConfiguration.getVersion(FontConfiguration.java:1264) at sun.awt.FontConfiguration.readFontConfigFi ...
分类:
其他好文 时间:
2020-05-27 15:27:53
阅读次数:
364
https://flink.apache.org/#Flink官网此步骤(k8s)部署才需要配置文件先把Flink的所有配置文件拷贝到本地,再把本地的配置文件挂在到POD里面1.1jobmanager的配置文件vimflink-conf.yaml修改配置文件jobmanager.rpc.address:flink-jobmanager-svcjobmanager.rpc.port:6123jobm
分类:
其他好文 时间:
2020-05-27 13:48:14
阅读次数:
187
工作汇报 编辑器 xwl: 今天: 改editor: 接口、去语言服务 [#22] +keyword提示(问题:token不提示了) 明天: editor: word-based suggestion(tokenizer) [#23] chrome插件搭建(白板+选language)[#24] 燃尽 ...
分类:
其他好文 时间:
2020-05-27 09:18:52
阅读次数:
62
1.读取 2.数据预处理 3.数据划分—训练集和测试集数据划分 from sklearn.model_selection import train_test_split x_train,x_test, y_train, y_test = train_test_split(data, target, ...
分类:
其他好文 时间:
2020-05-25 19:27:04
阅读次数:
61
当前系统环境:centos7 x64. dotnet 2.0.不管是ServicePointManager.ServerCertificateValidationCallback = (a, b, c, d) => true;还是:HttpClient httpClient = new HttpCl ...
分类:
Web程序 时间:
2020-05-25 16:04:45
阅读次数:
109