上一页 1 2 3 4 5 6 7 8 9 ··· 19 下一页
摘要: 前置:https://www.cnblogs.com/jhxxb/p/11407842.html 一、后台 打包 clean package -Dmaven.test.skip=true -P prod 下面配置 jar 包中不含依赖,执行 mvn dependency:copy-dependenc 阅读全文
posted @ 2020-07-22 10:17 江湖小小白 阅读(483) 评论(0) 推荐(0)
摘要: MySQL 版本历史与主要特性:https://www.orczhou.com/index.php/2023/05/mysql-version-history 整体架构 Client:与编程语言相关,在 TCP 连接上通过 MySQL 协议和 Server 交互 Server 连接层:TCP 池和 阅读全文
posted @ 2020-07-21 10:48 江湖小小白 阅读(287) 评论(0) 推荐(0)
摘要: 直接设置容器时区 # 查看容器 ID docker ps -a # 进入容器,Ctrl+P+Q 退出容器 docker exec -it 容器ID /bin/bash EDT(Eastern Daylight Time - 美国东部夏令时) CST(Central Standard Time - 中 阅读全文
posted @ 2020-07-20 10:35 江湖小小白 阅读(8618) 评论(0) 推荐(1)
摘要: HTTP 协议构建于 TCP 协议之上,是一个应用层协议。 HTTP 1.x 协议头信息必须是 ASCII 码,后面的数据可以是任何格式(服务器回应的时候,必须告诉客户端,数据是什么格式,Content-Type 字段的作用)。 规范把 HTTP 请求分为三个部分:请求行(Request Line) 阅读全文
posted @ 2020-07-19 02:05 江湖小小白 阅读(299) 评论(0) 推荐(0)
摘要: Header Format + + + + + | Source | Destination | | Port | Port | + + + + + | | | | Length | Checksum | + + + + + | | data octets ... + ... https://www 阅读全文
posted @ 2020-07-18 05:13 江湖小小白 阅读(470) 评论(0) 推荐(1)
摘要: 一、连接建立与关闭 Header Format +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Source Port | Destination Port | +-+-+-+-+-+-+-+-+-+-+-+-+ 阅读全文
posted @ 2020-07-17 20:03 江湖小小白 阅读(334) 评论(0) 推荐(0)
摘要: 用户管理 -- 创建名称为 zhang3 的用户,密码设为 123123,默认 caching_sha2_password,其它:mysql_native_password、sha256_password create user zhang3 identified WITH caching_sha2 阅读全文
posted @ 2020-07-16 11:31 江湖小小白 阅读(279) 评论(0) 推荐(0)
摘要: sql_mode 定义了对 MySQL 中 SQL 语句语法的校验规则。 sql_mode 是个很容易被忽视的变量,默认值是空值,在这种设置下是可以允许一些非法操作的,比如允许一些非法数据的插入。 在生产环境必须将这个值设置为严格模式,所以开发、测试环境的数据库也必须要设置,这样在开发测试阶段就可以 阅读全文
posted @ 2020-07-15 09:06 江湖小小白 阅读(302) 评论(0) 推荐(0)
摘要: 数据库中事务,指一组逻辑操作单元,使数据从一种状态变换到另一种状态。 操作全部完成时,数据被保留,一致性可以保证,一部分操作失败时,整个操作全部视为错误,所有被操作数据回退到开始状态,放弃修改。 事务的 ACID 属性:https://dev.mysql.com/doc/refman/8.4/en/ 阅读全文
posted @ 2020-07-14 09:40 江湖小小白 阅读(9555) 评论(0) 推荐(1)
摘要: https://sourceforge.net/projects/pentaho https://hitachiedge1.jfrog.io/ui/native/pntpub-maven-release-cache/org/pentaho/di/pdi-ce/9.4.0.0-343 https:// 阅读全文
posted @ 2020-07-11 01:14 江湖小小白 阅读(16039) 评论(0) 推荐(1)
摘要: 初始化本地项目,提交本地修改,注意换行符:https://www.cnblogs.com/jhxxb/p/13237462.html # 初始化 git init # 项目文件变化 git status # 添加所有(已修改)文件 git add . # 添加到本地仓库,Win 注释用双引号 git 阅读全文
posted @ 2020-07-09 09:47 江湖小小白 阅读(1699) 评论(0) 推荐(0)
摘要: 安装 WSL wsl --help wsl --install -d Debian --location D:\Debian wsl --install --from-file D:\Debian_WSL_AMD64_v1.20.0.0.wsl --name Debian --location D: 阅读全文
posted @ 2020-07-08 10:22 江湖小小白 阅读(277) 评论(0) 推荐(0)
摘要: Portainer https://docs.portainer.io/start/install-ce/server/docker/linux docker volume create portainer_data docker run -d -p 8000:8000 -p 9443:9443 - 阅读全文
posted @ 2020-07-07 09:15 江湖小小白 阅读(1420) 评论(0) 推荐(0)
摘要: Windows 操作系统使用的 CRLF。 Unix 的操作系统使用的 LF。 Mac OS 起初使用的 CR,后来到了 Mac OS X 后,改成了使用 LF,与 Unix 系统保持一致。 问题 Windows 上 Git 在获取代码时,默认会自动把换行符由 LF 转为 CRLF,在提交时又把 C 阅读全文
posted @ 2020-07-06 14:05 江湖小小白 阅读(1036) 评论(0) 推荐(0)
摘要: 自动获取公网 IP,修改 DNSPOD 上的记录值。 接口地址: https://dnsapi.cn/Record.Modify 请求参数: domain_id 或 domain, 分别对应域名ID和域名, 提交其中一个即可 record_id 记录ID,必选 sub_domain 主机记录, 如 阅读全文
posted @ 2020-07-01 10:04 江湖小小白 阅读(1436) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 19 下一页