- 2024-11-17C++ stl chrono 学习笔记
chronosinceC++11库的参考手册(英文)|cppreferencechrono库定义了三种(直到c++20)五种(从c++20开始)主要类型以及实用函数和常用类型:cokckstimepointsdurationscalendardates(sinceC++20)timezoneinformation(sinceC++20)clocks时钟由起点(或历元)和滴答率组成
- 2024-07-31eg
/*Copyright(c)2022-2023HuaweiDeviceCo.,Ltd.LicensedundertheApacheLicense,Version2.0(the"License");youmaynotusethisfileexceptincompliancewiththeLicense.YoumayobtainacopyoftheLicenseathttp://www.apache.org/
- 2024-07-18spring 服务端如何设置 Last-Modified If-Modified-Since
在Spring框架中,设置HTTP响应头Last-Modified和处理请求头If-Modified-Since是优化缓存和减少不必要数据传输的常用策略。SpringMVC提供了灵活的机制来实现这一点。设置Last-Modified响应头要在SpringMVC中设置Last-Modified响应头,你可以在你的Controller方法中返回一个Respons
- 2024-07-09Docker logs命令详解
一、常用命令可以查看命令用法dockerlogs--help2.查看日志更多详情dockerlogs--detailsredis跟踪日志输出(–follow,-f)dockerlogs--followredisdockerlogs-fredis显示自时间戳以来的日志(–since)日期格式需要看下dockerlogs--help给出的样式d
- 2024-04-24【Maven】解决 Since Maven 3.8.1 http repositories are blocked.问题
【Maven】解决SinceMaven3.8.1httprepositoriesareblocked.问题在你本地setting.xml文件中 附上这段,然后mvnclean后,重新Reimport就可以了 <!--解决SinceMaven3.8.1httprepositoriesareblocked.问题--><mirrors><mirro
- 2024-04-07Linux之隔离技术
前言Linux的内核有两大特性Namespace和CGroup,这两种特性可以在Linux主机上实现主机名、用户、网络等全局资源的隔离,也是实现网络虚拟化、容器技术的基础。命名空间LinuxNamespace(命名空间)是一种操作系统层级的资源隔离技术,能够将Linux的全局资源,划分为namespace范围内
- 2024-03-27`load_boston` has been removed from scikit-learn since version 1.2.问题的解决
问题描述应该是scikit-learn版本的问题,导致boston这个东西不能在这里使用,就出现这个错误;问题解决我们先将****换成这些(已经在报错里面明确给出来了):data_url="http://lib.stat.cmu.edu/datasets/boston"raw_df=pd.read_csv(data_url,sep="\s+",skiprows=22,header=None
- 2024-03-16如何从零手写实现数据库连接池 dbcp?
拓展阅读第一节从零开始手写mybatis(一)MVP版本中我们实现了一个最基本的可以运行的mybatis。第二节从零开始手写mybatis(二)mybatisinterceptor插件机制详解第三节从零开始手写mybatis(三)jdbcpool从零实现数据库连接池第四节从零开始手写mybatis(四)-mybatis
- 2024-03-13zabbix-server-pgsql docker镜像说明
0说明zabbix-server-pgsql在dockerhub的官方说明,供查阅1EnvironmentVariables1.1基本变量Whenyoustartthezabbix-server-pgsqlimage,youcanadjusttheconfigurationoftheZabbixserverbypassingoneormoreenvironmentvariablesonthedockerruncomm
- 2024-03-10Count Valid Paths in a Tree
CountValidPathsinaTreeThereisanundirectedtreewith n nodeslabeledfrom 1 to n.Youaregiventheinteger n anda2Dintegerarray edges oflength n-1,where edges[i]=[ui,vi] indicatesthatthereisanedgebetweennodes ui and v
- 2024-02-20fastDFS:优化参数配置,让dfs集群更灵敏
【storage.conf】配置文件#connecttimeoutinseconds#defaultvalueis30#Note:intheintranetnetwork(LAN),2secondsisenough.connect_timeout=2#networktimeoutinsecondsforsendandrecv#defaultvalueis30network_timeout=60#theheartbeati
- 2024-02-13rdtsc时间戳
【tsc】timestampcounter【性能】大概只要chrono接口的1/6时延【测试程序】#include<x86intrin.h>#include<chrono>#include<cstdio>usingnamespacestd::chrono;intmain(){u_int64_tbegin=duration_cast<nanoseconds>(steady_clock::now().tim
- 2024-01-27perf_event_open 学习 —— 手册学习
目录参考NAMESYNOPSISDESCRIPTIONArgumentspid和cpugroup_fdflagsperf_event_attrtypesizeconfigkprobe_func,uprobe_path,kprobe_addr,andprobe_offsetsample_period,sample_freqsample_typeread_formatdisabledinheritpinnedexclusiveexclude_userexclude_kernelexclude_hv
- 2023-12-31Java基础-JavaDoc生成文档
JavaDocjavadoc命令是用来生成自己API文档的 参数信息@author作者名@version版本号@since指明需要最早使用的jdk版本@param参数名@return返回值情况@throws异常抛出情况 packagecom.wang.base;/***@outhorWang*@version1.0*
- 2023-12-06leetcode-2169-easy
CountOperationstoObtainZeroYouaregiventwonon-negativeintegersnum1andnum2.Inoneoperation,ifnum1>=num2,youmustsubtractnum2fromnum1,otherwisesubtractnum1fromnum2.Forexample,ifnum1=5andnum2=4,subtractnum2fromn
- 2023-11-23date
目录since类java.util.sinceCalendarjava.time的API(目前多用time)一、LocalsinceTime二、ZonedsinceTimeJava处理日期和时间最佳实践,java处理日期和时间since类理解日期、时间和时刻理解时区的概念理解夏令时,同一地区使用GMT/UTC和城市表示的时区可能导致时间不同GTM-
- 2023-11-212023-11-21 hexo next主题 如何在博客网站底部添加备案号
主题:NexT.Pisces v5.1.4找到路径:博客目录名称\themes\hexo-theme-next\layout\_partials找到文件:footer.swig,并在里面添加备案号,如图:未改变前:<divclass="copyright">{##}{%setcurrent=date(Date.now(),"YYYY")%}{##}©{%iftheme.footer.since
- 2023-09-14基于HTTP协议的客户端缓存
提到缓存,一般都会想起redis、memcached等分布式缓存系统。虽然使用这些服务器端缓存速度能提升不少,但其实还是需要客户端下载这部分数据,目前在移动互联网领域,节省流量是很有必要的,因此工作中也就需要加入客户端缓存的相关技术。 怎么使用客户端缓存?1、用http报头中的last-modified
- 2023-08-29TienChin 渠道管理-查看渠道接口
自定义hasPermission校验规则自定义一个SpringSecurityhasPermission校验规则:在tienchin-framework模块当中进行自定义,新建CustomSecurityExpressionRoot.java自定义hasPermission判断逻辑类:/***@authorBNTang*@version1.0*@description自定义hasPerm
- 2023-08-27【MySQL 8.0】新特性:函数索引
(root@node01)>selectcount(*)fromcustomerwhereyear(c_since)=2020;+----------+|count(*)|+----------+|702|+----------+1rowinset(0.46sec)(root@node01)>explainselectcount(*)fromcustomerwhereyear(c_since)=2020;+----+-
- 2023-08-25Redis学习笔记
1.Redis安装配置及开启自启1.1安装Redis依赖Redis是基于C语言编写的,因此首先需要安装Redis所需要的gcc依赖:yuminstall-ygcctcl1.2安装Redis获取Rediscd/opt/wgethttp://download.redis.io/releases/redis-6.2.6.tar.gz解压Reids#解压到/usr/local/src/
- 2023-07-20mysql 报错 Active: active (exited) since
MySQL报错Active:active(exited)since解析当我们在使用MySQL数据库时,有时候会遇到Active:active(exited)since报错。这个报错一般是指MySQL服务启动失败,导致数据库无法正常运行。在本文中,我们将深入解析这个错误的原因,并给出相应的解决方法。问题描述当我们尝试
- 2023-07-19Since Redis always uses the last processed
RedisandItsUseofLastProcessedDataRedisisanopen-source,in-memorydatastructurestorethatcanbeusedasadatabase,cache,andmessagebroker.OneoftheuniquefeaturesofRedisisitsabilitytousethelastprocesseddataefficiently.Int
- 2023-06-16登陆服务器异常ABRT has detected 1 problem(s).
1、登陆服务器后,出现如下所示错误:ABRThasdetected1problem(s).Formoreinforun:abrt-clilist--since16862382592、执行提示命令[root@hadoop1~]#abrt-clilist--since16862382593、启用自动报告功能[root@hadoop1~]#abrt-auto-reportingenabled4、重新链接测试,没
- 2023-06-07如何从抓包文件中分析慢请求
请求慢的原因很多,当出现前端反应接口慢时,而通过后端日志查看请求处理时间并不慢时,往往会手足无措,当面对网络问题出现手足无措时,这就是在提醒你该抓包分析了,那么一般如何根据抓包文件去分析慢请求呢,今天我们就来看看。抓包文件分析准备用我在测试环境抓到的包去进行分析,首先执行抓