本文分类:news发布日期:2024/12/28 20:53:00
相关文章
MySQL变量的浮点数问题处理
schooldb库——utf8字符集——utf8_general_ci排序规则
先创建库,点击查询再去使用下列DQL。
DQL
SET dx3.14,dy3.25;
SELECT dxdy;
#mysql浮点数计算显示异常,会有很多00000的提示
SET resultdxdy;select result;
建站知识
2024/12/28 19:14:13
解决Rust Cargo报错
1.查看操作系统信息
[root@localhost ~]# cat /etc/.kyinfo [dist] name=Kylin milestone=Server-V10-GFB-Release-ZF9_01-2204-Build03 arch=arm64 beta=False time=2023-01-09 11:04:36 dist_id=Kylin-Server-V10-GFB-Release-ZF9_01-2204-Build03-arm64-2023-01-09 11:04:…
建站知识
2024/12/26 0:27:24
jenkins+gitlab+sonar自由风格项目配置
新建项目&基本配置 gitlab侧配置 sonar.projectKeytest_sonar
sonar.projectNametest_sonar
sonar.projectVersion1.0
sonar.sources.
sonar.exclusionssrc/layout/**
sonar.sourceEncodingUTF-8
sonar.nodejs.executable/app/nodejs/node-v16.20.2-linux-x64/bin/node配置…
建站知识
2024/12/24 23:40:35
设计模式-04 设计模式-Proxy Pattern 代理模式
设计模式-04 设计模式-Proxy Pattern 代理模式 1.定义 代理模式 为一个对象提供一个代理或占位符,以便控制对该对象的访问和操作。代理可以拦截并修改对目标对象的调用,从而实现以下目的:
控制访问:限制对敏感或昂贵对象的访问…
建站知识
2024/12/20 23:52:37
latex algorithm2e 库学习总结
案例1
\documentclass{article}\usepackage{xeCJK}
\usepackage[]{algorithm2e}
%\usepackage{ctex} % 中文包\begin{document}\renewcommand{\algorithmcfname}{算法} % 把标题设置为“算法”
\begin{algorithm…
建站知识
2024/12/25 5:18:30
phpstudy靶场访问显示404 Not Found
涉及靶场
upload-labd sqli-labs pikachu dvwa 以及所有部署在phpstudy中的靶场
一、检查phpstduy设置
localhost——管理——修改
1、根目录(默认设置,不要改)
localhost这个域名必须保留,并且把根目录设置为phpstudy的WWW文…
建站知识
2024/12/28 3:46:00
Go实战训练之Web Server 与路由树
Server & 路由树
Server
Web 核心
对于一个 Web 框架,至少要提供三个抽象:
Server:代表服务器的抽象Context:表示上下文的抽象路由树
Server
从特性上来说,至少要提供三部分功能:
生命周期控制&…
建站知识
2024/12/26 0:43:36