产品数据库的环境是: Microsoft SQL Server 2017(14.x),有一个ETL运行失败,从系统中查看到错误消息是: Cannot continue the execution because the session is in the kill state. 从错误消息中推测,应 ...
分类:
数据库 时间:
2020-11-06 01:41:07
阅读次数:
28
Docker Docker是以容器技术为核心的一套应用的构建,分发,执行的体系和生态。 Docker的优点 简化项目发布步骤 不同项目环境相互独立 不需要额外安装其他基础库 兼容性好,跨平台 方便迁移 Docker的目的 集装箱:变革了人类整个的生产流程体系,让货物全世界流通 Docker:变革了I ...
分类:
其他好文 时间:
2020-11-04 19:22:58
阅读次数:
45
delphi TStringList 用法详解 //TStringList 常用方法与属性 :var List: TStringList; i: Integer;begin List := TStringList.Create; List.Add('Strings1'); {添加} List.Add ...
搭建成功之后,匿名用户上传文件时总提示553 Could not create file。 ftp主目录为/var/ftp chmod -R 755 /var/ftp/pub chown ftp:root /var/ftp/pub 匿名用户读,写,删除,修改权限 # Example config f ...
分类:
系统相关 时间:
2020-11-04 19:05:52
阅读次数:
28
[root@localhost ~]# virsh undefine vhuser-test1error: Failed to undefine domain vhuser-test1error: Requested operation is not valid: cannot undefine d ...
分类:
其他好文 时间:
2020-11-04 19:04:17
阅读次数:
16
Multiple annotations found at this line:- javax.servlet.jsp.JspException cannot be resolved to a type- Attribute (width) is obsolete. Its use is disco ...
分类:
编程语言 时间:
2020-11-04 18:47:34
阅读次数:
19
解决:vue-cli4创建项目导入elementUI,浏览器报错Uncaught TypeError: Cannot read property ‘prototype‘ of undefined 如果直接使用命令安装vueclie:npm install -g @vue/cli 就会直接安装最新版本 ...
分类:
其他好文 时间:
2020-11-04 18:42:25
阅读次数:
39
Git和其他版本控制系统如SVN的一个不同之处就是有暂存区的概念。 先来看名词解释。 工作区(Working Directory) 就是你在电脑里能看到的目录,比如我的learngit文件夹就是一个工作区: 版本库(Repository) 工作区有一个隐藏目录.git,这个不算工作区,而是Git的版 ...
分类:
其他好文 时间:
2020-11-04 18:34:24
阅读次数:
14
1. COOKIE 使用和优缺点 1.1 cookie 原理:用户名+密码 cookie是保存再用户浏览器端,用户名和密码等明文信息 1.2 session 使用原理 session是存储再服务器端的一段字符串,相当于字典的key 1.用户向服务器发送用户名和密码。 2.验证服务器后,相关数据(如用 ...
分类:
其他好文 时间:
2020-11-04 18:21:46
阅读次数:
11
root@pcl-01:/usr/share/defaults/kata-containers# qemu-system-aarch64 -vqemu-system-aarch64: error while loading shared libraries: librbd.so.1: cannot ...
分类:
系统相关 时间:
2020-11-04 17:41:12
阅读次数:
35