20250602在Ubuntu20.04.6下修改压缩包的日期和时间

news2025/7/23 13:08:07

rootroot@rootroot-X99-Turbo:~$ ll
-rwxrwxrwx   1 rootroot rootroot 36247187308 5月  23 10:23  Android13.0地面站.tgz*
rootroot@rootroot-X99-Turbo:~$ touch 1Android13.0地面站.tgz 
rootroot@rootroot-X99-Turbo:~$ ll
-rwxrwxrwx   1 rootroot rootroot 36247187308 6月   2 09:56  1Android13.0地面站.tgz*
rootroot@rootroot-X99-Turbo:~$ ll
-rwxrwxrwx   1 rootroot rootroot 36247187308 6月   2 09:56  Android13.0地面站.tgz*


20250602在Ubuntu20.04.6下修改压缩包的日期和时间
2025/6/2 14:42


BING:linux 修改 文件 日期和时间 为当前日期和时间
百度:linux 修改 文件 日期和时间


https://chat.deepseek.com/a/chat/s/282d18b1-0f7f-42d2-a4ba-2f5750f7b363
Ubuntu修改文件时间方法总结
ubuntu 修改文件时间和日期 为当前的
在 Ubuntu 中,你可以使用 touch 命令来修改文件的时间戳(包括访问时间和修改时间)为当前时间。以下是具体方法:

1. 将文件的时间戳更新为当前时间
bash
touch 文件名
这会将文件的访问时间(atime)和修改时间(mtime)都更新为当前时间。

2. 仅修改文件的修改时间(mtime)为当前时间
bash
touch -m 文件名
3. 仅修改文件的访问时间(atime)为当前时间
bash
touch -a 文件名
4. 修改为自定义时间(而非当前时间)
如果你想将文件时间设置为指定的时间而不是当前时间,可以使用:

bash
touch -t 202406021830.00 文件名
其中:

202406021830.00 表示 YYYYMMDDhhmm.ss(年月日时分.秒)格式的时间。

5. 递归修改目录及其子目录下的所有文件时间
bash
find 目录名 -exec touch {} \;
这会将该目录及其子目录下的所有文件的时间戳更新为当前时间。

注意事项
你需要有对文件的写入权限才能修改其时间戳。

如果文件不存在,touch 会创建一个新的空文件。

希望这些方法能帮到你!


完整的LOG:
rootroot@rootroot-X99-Turbo:~$ ll
total 35397940
drwxr-xr-x  51 rootroot rootroot        4096 6月   2 09:56  ./
drwxr-xr-x   5 root     root            4096 2月  25 09:37  ../
drwxrwxr-x  11 rootroot rootroot        4096 4月  25 17:04  01临时了friendlywrt-h3/
drwxrwxr-x  12 rootroot rootroot        4096 5月   6 11:26  02临时了-单线程编译通过了friendlywrt-h3/
drwxrwxrwx   2 rootroot rootroot        4096 5月   7 11:52  07_源代码/
drwxrwxrwx   3 rootroot rootroot        4096 5月  30 19:07  20241224的神州数码RK3566/
drwxrwxr-x  16 rootroot rootroot        4096 5月  12 11:44  61临时了sd-fuse_h3/
drwxrwxr-x   9 rootroot rootroot        4096 5月  12 17:37  62临时了sd-fuse_h3/
drwxrwxr-x   8 rootroot rootroot        4096 5月  17 16:28  63临时了sd-fuse_h3/
drwxrwxr-x  13 rootroot rootroot        4096 5月  20 09:27  64临时了sd-fuse_h3/
drwxrwxrwx  36 rootroot rootroot        4096 5月  26 15:31  Android13.0/
-rwxrwxrwx   1 rootroot rootroot 36247187308 5月  23 10:23  Android13.0地面站.tgz*
-rw-r--r--   1 rootroot rootroot        3771 4月  25 10:29  bak1.bashrc
-rw-------   1 rootroot rootroot       28956 5月  30 19:15  .bash_history
-rw-r--r--   1 rootroot rootroot         220 2月  24 18:43  .bash_logout
-rw-r--r--   1 rootroot rootroot        3852 4月  25 10:30  .bashrc
drwxrwxr-x   4 rootroot rootroot        4096 5月  13 16:31  BOOT/
drwxr-xr-x  20 rootroot rootroot        4096 5月  30 10:23  .buildroot-ccache/
drwx------   2 rootroot rootroot        4096 4月  23 13:45 'buildroot linux系统的cpu频率无法查看和修改呢?'/
drwx------ 137 rootroot rootroot        4096 5月  27 11:08  .cache/
drwxr-xr-x   3 rootroot rootroot        4096 4月  25 15:38  .cmake/
drwx------  20 rootroot rootroot        4096 5月  22 09:13  .config/
drwxr-xr-x   2 rootroot rootroot        4096 2月  24 18:55  Desktop/
drwxr-xr-x   2 rootroot rootroot        4096 2月  24 18:55  Documents/
drwxr-xr-x   2 rootroot rootroot        4096 5月  19 17:18  Downloads/
drwx------   3 rootroot rootroot        4096 4月  29 20:06  .gnupg/
drwxrwxr-x   2 rootroot rootroot        4096 4月  25 17:00  h3/
drwxrwxr-x   5 rootroot rootroot        4096 6月   2 09:53  hailuo_temp/
drwxr-xr-x   5 rootroot rootroot        4096 3月   7 09:39  .local/
drwx------   2 rootroot rootroot        4096 4月  25 17:29  LOG/
drwx------   4 rootroot rootroot        4096 2月  27 17:35  .mozilla/
drwxr-xr-x   2 rootroot rootroot        4096 2月  24 18:55  Music/
drwx------   3 rootroot rootroot        4096 3月   7 11:04  .nv/
drwxr-xr-x   2 rootroot rootroot       20480 5月  27 17:22  Pictures/
drwx------   3 rootroot rootroot        4096 3月  12 18:47  .pki/
-rw-r--r--   1 rootroot rootroot         807 2月  24 18:43  .profile
drwxr-xr-x   2 rootroot rootroot        4096 2月  24 18:55  Public/
-rw-------   1 rootroot rootroot           7 3月   5 10:32  .python_history
drwxrwxr-x   3 rootroot rootroot        4096 5月  20 14:41  quectel-cm/
drwxrwxr-x   3 rootroot rootroot        4096 5月   6 09:31  r6s/
-rw-r--r--   1 rootroot rootroot           2 5月  30 18:46  .repo_.gitconfig.json
drwxr-xr-x  35 rootroot rootroot        4096 4月  10 09:23  RK3566_RK3568_Linux5.10_V1.2.0/
drwx------  19 rootroot rootroot        4096 5月   9 14:44  RK3566的吊舱-IIMG/
drwx------   2 rootroot rootroot        4096 4月  24 18:36  RK3588+4800w/
drwxrwxr-x  12 rootroot rootroot        4096 5月  21 09:07  sd-fuse_h3/
drwx------   3 rootroot rootroot        4096 4月  24 17:09  snap/
drwxrwxrwx  16 rootroot rootroot        4096 5月   9 14:43  source/
drwx------   2 rootroot rootroot        4096 5月  10 16:40  .ssh/
-rw-r--r--   1 rootroot rootroot           0 2月  25 09:05  .sudo_as_admin_successful
drwxrwxr-x   2 rootroot rootroot        4096 3月  12 18:47 'Sunlogin Files'/
drwxrwxr-x  34 rootroot rootroot        4096 5月  30 18:52  tao_android13/
drwxr-xr-x   2 rootroot rootroot        4096 2月  24 18:55  Templates/
drwx------   3 rootroot rootroot        4096 6月   2 09:07  tgz/
drwx------   6 rootroot rootroot        4096 4月   7 12:05  .thunderbird/
drwxrwxr-x  13 rootroot rootroot        4096 5月  30 09:41  version/
drwxr-xr-x   2 rootroot rootroot        4096 2月  24 18:55  Videos/
drwxr-xr-x   2 rootroot rootroot        4096 4月  30 19:06  .vmware/
drwxrwxr-x   4 rootroot rootroot        4096 4月  30 10:27  vmware/
-rw-r--r--   1 rootroot rootroot         221 5月  20 14:36  .wget-hsts
drwxrwxr-x   8 rootroot rootroot        4096 3月   7 11:53  whisper/
-rw-------   1 rootroot rootroot         256 6月   2 09:56  .Xauthority
drwx------   2 rootroot rootroot        4096 3月  22 14:59  摄像头/
-rwx------   1 rootroot rootroot         376 5月  30 16:52  说明.txt*
rootroot@rootroot-X99-Turbo:~$ 
rootroot@rootroot-X99-Turbo:~$ 
rootroot@rootroot-X99-Turbo:~$ touch 1Android13.0地面站.tgz 
rootroot@rootroot-X99-Turbo:~$ ll
total 35397940
drwxr-xr-x  51 rootroot rootroot        4096 6月   2 09:56  ./
drwxr-xr-x   5 root     root            4096 2月  25 09:37  ../
drwxrwxr-x  11 rootroot rootroot        4096 4月  25 17:04  01临时了friendlywrt-h3/
drwxrwxr-x  12 rootroot rootroot        4096 5月   6 11:26  02临时了-单线程编译通过了friendlywrt-h3/
drwxrwxrwx   2 rootroot rootroot        4096 5月   7 11:52  07_源代码/
-rwxrwxrwx   1 rootroot rootroot 36247187308 6月   2 09:56  1Android13.0地面站.tgz*
drwxrwxrwx   3 rootroot rootroot        4096 5月  30 19:07  20241224的神州数码RK3566/
drwxrwxr-x  16 rootroot rootroot        4096 5月  12 11:44  61临时了sd-fuse_h3/
drwxrwxr-x   9 rootroot rootroot        4096 5月  12 17:37  62临时了sd-fuse_h3/
drwxrwxr-x   8 rootroot rootroot        4096 5月  17 16:28  63临时了sd-fuse_h3/
drwxrwxr-x  13 rootroot rootroot        4096 5月  20 09:27  64临时了sd-fuse_h3/
drwxrwxrwx  36 rootroot rootroot        4096 5月  26 15:31  Android13.0/
-rw-r--r--   1 rootroot rootroot        3771 4月  25 10:29  bak1.bashrc
-rw-------   1 rootroot rootroot       28956 5月  30 19:15  .bash_history
-rw-r--r--   1 rootroot rootroot         220 2月  24 18:43  .bash_logout
-rw-r--r--   1 rootroot rootroot        3852 4月  25 10:30  .bashrc
drwxrwxr-x   4 rootroot rootroot        4096 5月  13 16:31  BOOT/
drwxr-xr-x  20 rootroot rootroot        4096 5月  30 10:23  .buildroot-ccache/
drwx------   2 rootroot rootroot        4096 4月  23 13:45 'buildroot linux系统的cpu频率无法查看和修改呢?'/
drwx------ 137 rootroot rootroot        4096 5月  27 11:08  .cache/
drwxr-xr-x   3 rootroot rootroot        4096 4月  25 15:38  .cmake/
drwx------  20 rootroot rootroot        4096 5月  22 09:13  .config/
drwxr-xr-x   2 rootroot rootroot        4096 2月  24 18:55  Desktop/
drwxr-xr-x   2 rootroot rootroot        4096 2月  24 18:55  Documents/
drwxr-xr-x   2 rootroot rootroot        4096 5月  19 17:18  Downloads/
drwx------   3 rootroot rootroot        4096 4月  29 20:06  .gnupg/
drwxrwxr-x   2 rootroot rootroot        4096 4月  25 17:00  h3/
drwxrwxr-x   5 rootroot rootroot        4096 6月   2 09:53  hailuo_temp/
drwxr-xr-x   5 rootroot rootroot        4096 3月   7 09:39  .local/
drwx------   2 rootroot rootroot        4096 4月  25 17:29  LOG/
drwx------   4 rootroot rootroot        4096 2月  27 17:35  .mozilla/
drwxr-xr-x   2 rootroot rootroot        4096 2月  24 18:55  Music/
drwx------   3 rootroot rootroot        4096 3月   7 11:04  .nv/
drwxr-xr-x   2 rootroot rootroot       20480 5月  27 17:22  Pictures/
drwx------   3 rootroot rootroot        4096 3月  12 18:47  .pki/
-rw-r--r--   1 rootroot rootroot         807 2月  24 18:43  .profile
drwxr-xr-x   2 rootroot rootroot        4096 2月  24 18:55  Public/
-rw-------   1 rootroot rootroot           7 3月   5 10:32  .python_history
drwxrwxr-x   3 rootroot rootroot        4096 5月  20 14:41  quectel-cm/
drwxrwxr-x   3 rootroot rootroot        4096 5月   6 09:31  r6s/
-rw-r--r--   1 rootroot rootroot           2 5月  30 18:46  .repo_.gitconfig.json
drwxr-xr-x  35 rootroot rootroot        4096 4月  10 09:23  RK3566_RK3568_Linux5.10_V1.2.0/
drwx------  19 rootroot rootroot        4096 5月   9 14:44  RK3566的吊舱-IIMG/
drwx------   2 rootroot rootroot        4096 4月  24 18:36  RK3588+4800w/
drwxrwxr-x  12 rootroot rootroot        4096 5月  21 09:07  sd-fuse_h3/
drwx------   3 rootroot rootroot        4096 4月  24 17:09  snap/
drwxrwxrwx  16 rootroot rootroot        4096 5月   9 14:43  source/
drwx------   2 rootroot rootroot        4096 5月  10 16:40  .ssh/
-rw-r--r--   1 rootroot rootroot           0 2月  25 09:05  .sudo_as_admin_successful
drwxrwxr-x   2 rootroot rootroot        4096 3月  12 18:47 'Sunlogin Files'/
drwxrwxr-x  34 rootroot rootroot        4096 5月  30 18:52  tao_android13/
drwxr-xr-x   2 rootroot rootroot        4096 2月  24 18:55  Templates/
drwx------   3 rootroot rootroot        4096 6月   2 09:07  tgz/
drwx------   6 rootroot rootroot        4096 4月   7 12:05  .thunderbird/
drwxrwxr-x  13 rootroot rootroot        4096 5月  30 09:41  version/
drwxr-xr-x   2 rootroot rootroot        4096 2月  24 18:55  Videos/
drwxr-xr-x   2 rootroot rootroot        4096 4月  30 19:06  .vmware/
drwxrwxr-x   4 rootroot rootroot        4096 4月  30 10:27  vmware/
-rw-r--r--   1 rootroot rootroot         221 5月  20 14:36  .wget-hsts
drwxrwxr-x   8 rootroot rootroot        4096 3月   7 11:53  whisper/
-rw-------   1 rootroot rootroot         256 6月   2 09:56  .Xauthority
drwx------   2 rootroot rootroot        4096 3月  22 14:59  摄像头/
-rwx------   1 rootroot rootroot         376 5月  30 16:52  说明.txt*
rootroot@rootroot-X99-Turbo:~$ 
rootroot@rootroot-X99-Turbo:~$ ll
total 35397940
drwxr-xr-x  51 rootroot rootroot        4096 6月   2 09:57  ./
drwxr-xr-x   5 root     root            4096 2月  25 09:37  ../
drwxrwxr-x  11 rootroot rootroot        4096 4月  25 17:04  01临时了friendlywrt-h3/
drwxrwxr-x  12 rootroot rootroot        4096 5月   6 11:26  02临时了-单线程编译通过了friendlywrt-h3/
drwxrwxrwx   2 rootroot rootroot        4096 5月   7 11:52  07_源代码/
drwxrwxrwx   3 rootroot rootroot        4096 5月  30 19:07  20241224的神州数码RK3566/
drwxrwxr-x  16 rootroot rootroot        4096 5月  12 11:44  61临时了sd-fuse_h3/
drwxrwxr-x   9 rootroot rootroot        4096 5月  12 17:37  62临时了sd-fuse_h3/
drwxrwxr-x   8 rootroot rootroot        4096 5月  17 16:28  63临时了sd-fuse_h3/
drwxrwxr-x  13 rootroot rootroot        4096 5月  20 09:27  64临时了sd-fuse_h3/
drwxrwxrwx  36 rootroot rootroot        4096 5月  26 15:31  Android13.0/
-rwxrwxrwx   1 rootroot rootroot 36247187308 6月   2 09:56  Android13.0地面站.tgz*
-rw-r--r--   1 rootroot rootroot        3771 4月  25 10:29  bak1.bashrc
-rw-------   1 rootroot rootroot       28956 5月  30 19:15  .bash_history
-rw-r--r--   1 rootroot rootroot         220 2月  24 18:43  .bash_logout
-rw-r--r--   1 rootroot rootroot        3852 4月  25 10:30  .bashrc
drwxrwxr-x   4 rootroot rootroot        4096 5月  13 16:31  BOOT/
drwxr-xr-x  20 rootroot rootroot        4096 5月  30 10:23  .buildroot-ccache/
drwx------   2 rootroot rootroot        4096 4月  23 13:45 'buildroot linux系统的cpu频率无法查看和修改呢?'/
drwx------ 137 rootroot rootroot        4096 5月  27 11:08  .cache/
drwxr-xr-x   3 rootroot rootroot        4096 4月  25 15:38  .cmake/
drwx------  20 rootroot rootroot        4096 5月  22 09:13  .config/
drwxr-xr-x   2 rootroot rootroot        4096 2月  24 18:55  Desktop/
drwxr-xr-x   2 rootroot rootroot        4096 2月  24 18:55  Documents/
drwxr-xr-x   2 rootroot rootroot        4096 5月  19 17:18  Downloads/
drwx------   3 rootroot rootroot        4096 4月  29 20:06  .gnupg/
drwxrwxr-x   2 rootroot rootroot        4096 4月  25 17:00  h3/
drwxrwxr-x   5 rootroot rootroot        4096 6月   2 09:53  hailuo_temp/
drwxr-xr-x   5 rootroot rootroot        4096 3月   7 09:39  .local/
drwx------   2 rootroot rootroot        4096 4月  25 17:29  LOG/
drwx------   4 rootroot rootroot        4096 2月  27 17:35  .mozilla/
drwxr-xr-x   2 rootroot rootroot        4096 2月  24 18:55  Music/
drwx------   3 rootroot rootroot        4096 3月   7 11:04  .nv/
drwxr-xr-x   2 rootroot rootroot       20480 5月  27 17:22  Pictures/
drwx------   3 rootroot rootroot        4096 3月  12 18:47  .pki/
-rw-r--r--   1 rootroot rootroot         807 2月  24 18:43  .profile
drwxr-xr-x   2 rootroot rootroot        4096 2月  24 18:55  Public/
-rw-------   1 rootroot rootroot           7 3月   5 10:32  .python_history
drwxrwxr-x   3 rootroot rootroot        4096 5月  20 14:41  quectel-cm/
drwxrwxr-x   3 rootroot rootroot        4096 5月   6 09:31  r6s/
-rw-r--r--   1 rootroot rootroot           2 5月  30 18:46  .repo_.gitconfig.json
drwxr-xr-x  35 rootroot rootroot        4096 4月  10 09:23  RK3566_RK3568_Linux5.10_V1.2.0/
drwx------  19 rootroot rootroot        4096 5月   9 14:44  RK3566的吊舱-IIMG/
drwx------   2 rootroot rootroot        4096 4月  24 18:36  RK3588+4800w/
drwxrwxr-x  12 rootroot rootroot        4096 5月  21 09:07  sd-fuse_h3/
drwx------   3 rootroot rootroot        4096 4月  24 17:09  snap/
drwxrwxrwx  16 rootroot rootroot        4096 5月   9 14:43  source/
drwx------   2 rootroot rootroot        4096 5月  10 16:40  .ssh/
-rw-r--r--   1 rootroot rootroot           0 2月  25 09:05  .sudo_as_admin_successful
drwxrwxr-x   2 rootroot rootroot        4096 3月  12 18:47 'Sunlogin Files'/
drwxrwxr-x  34 rootroot rootroot        4096 5月  30 18:52  tao_android13/
drwxr-xr-x   2 rootroot rootroot        4096 2月  24 18:55  Templates/
drwx------   3 rootroot rootroot        4096 6月   2 09:07  tgz/
drwx------   6 rootroot rootroot        4096 4月   7 12:05  .thunderbird/
drwxrwxr-x  13 rootroot rootroot        4096 5月  30 09:41  version/
drwxr-xr-x   2 rootroot rootroot        4096 2月  24 18:55  Videos/
drwxr-xr-x   2 rootroot rootroot        4096 4月  30 19:06  .vmware/
drwxrwxr-x   4 rootroot rootroot        4096 4月  30 10:27  vmware/
-rw-r--r--   1 rootroot rootroot         221 5月  20 14:36  .wget-hsts
drwxrwxr-x   8 rootroot rootroot        4096 3月   7 11:53  whisper/
-rw-------   1 rootroot rootroot         256 6月   2 09:56  .Xauthority
drwx------   2 rootroot rootroot        4096 3月  22 14:59  摄像头/
-rwx------   1 rootroot rootroot         376 5月  30 16:52  说明.txt*
rootroot@rootroot-X99-Turbo:~$ 


本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.coloradmin.cn/o/2400996.html

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈,一经查实,立即删除!

相关文章

星闪开发之Server-Client 指令交互控制OLED灯案例

系列文章目录 星闪开发之Server-Client 指令交互控制OLED灯案例 文章目录 系列文章目录前言一、核心流程服务端客户端 二、图片资源三、源代码四、在Hispark Studio中配置将sle_oled-master文件夹下的相sle_oled放在peripheral文件夹下。peripheral目录下的 Kconfig文件中添加…

MySQL补充知识点学习

书接上文:MySQL关系型数据库学习,继续看书补充MySQL知识点学习。 1. 基本概念学习 1.1 游标(Cursor) MySQL 游标是一种数据库对象,它允许应用程序逐行处理查询结果集,而不是一次性获取所有结果。游标在需…

[ctfshow web入门] web80

信息收集 过滤了php和data if(isset($_GET[file])){$file $_GET[file];$file str_replace("php", "???", $file);$file str_replace("data", "???", $file);include($file); }else{highlight_file(__FILE__); }解题 大小写…

【设计模式-4.5】行为型——迭代器模式

说明:本文介绍设计模式中,行为型设计模式之一的迭代器模式。 定义 迭代器模式(Iterator Pattern),也叫作游标模式(Cursor Pattern),它提供一种按顺序访问集合/容器对象元素的方法&…

C++_核心编程_继承中的对象模型

继承中的对象模型 **问题:**从父类继承过来的成员,哪些属于子类对象中? * 结论: 父类中私有成员也是被子类继承下去了,只是由编译器给隐藏后访问不到 */ class Base { public:int m_A; protected:int m_B; private:int…

使用cephadm离线部署reef 18版并配置对接openstack

源 curl --silent --remote-name --location https://download.ceph.com/rpm-squid/el9/noarch/cephadm chmod x cephadm./cephadm add-repo --release reef监视节点 离线下载 apt-get --download-only install ceph ceph-mon ceph-mgr ceph-commonmkdir /reef/mon mv /var/…

2024年数维杯国际大学生数学建模挑战赛D题城市弹性与可持续发展能力评价解题全过程论文及程序

2024年数维杯国际大学生数学建模挑战赛 D题 城市弹性与可持续发展能力评价 原题再现: 中国人口老龄化趋势的加剧和2022年首次出现人口负增长,表明未来一段较长时期内我国人口将呈现下降趋势。这一趋势必将影响许多城市的高质量和可持续发展&#xff0c…

QT聊天项目DAY13

1. 重置密码 重置密码label也要实现浮动和点击效果,所以将忘记密码这个标签提升为ClickedLabel 1.1 ClickedLabel的复用 由于样式表(.qss) 文件中可以写入多个控件的状态UI,所以为了ClickedLabel能够复用,将成员变量的初始化方式修改为函数…

Web3如何重塑数据隐私的未来

在这个信息爆炸的时代,数据隐私已成为我们不得不面对的严峻问题。Web3,作为下一代互联网的代表,以其去中心化、用户主权和数据安全等特点,正在重塑数据隐私的未来。它不仅仅是技术的革新,更是对个人隐私保护理念的一次…

【鸿蒙】HarmonyOS NEXT之如何正常加载地图组件

1、不支持模拟器,需要真机! 2、Map地图需要在AGC上申请权限,需要在AGC上创建对应的项目 地址: AppGallery Connect 2.1 AGC中项目创建 2.1.1 添加项目 2.1.2 起个名字 2.1.3 添加应用: 2.1.4 选择HarmonyOS APP&…

前端框架进化史

本内容是对 You’ll Never Manually Update the DOM Again // Here’s Why 内容的翻译与整理。 你再也不需要手工更新DOM, 以下是原因 现代 JavaScript 框架,如 React、Vue、Svelte、Solid、Quick,以及本周推出的其他 786 个框架,都试图做一些…

(二)stm32使用4g模块(移远ec800k)连接mqtt

下面代码是随手写的,没有严谨测试仅供参考测试 uint8_t msgBuf[200]{"msg from mcu"}; uint8_t txBuf[250]{0}; uint16_t msgid0; uint16_t mqttTaskState0; uint16_t t100msCount0; uint8_t sendFlag10; uint8_t sendFlag20; void t100msTask1(void) { …

防火墙iptables项目实战

目录 一、网络规划 三、环境准备与检测 1、firewall (1)配置防火墙各大网卡ip并禁用firewalld和selinux (2)打开firewall路由转发 2、PC1(内网) (1)配置ip并禁用firewalld和s…

webpack继续学习

认识PostCSS工具 PostCSS是一个通过JS来转换样式的工具,这个工具可以帮助我们进行一些CSS的转换和适配,比如自动添加浏览器前缀,css样式的重置 实现这些功能需要借助于PostCSS对应的插件 自动添加浏览器前缀需要: npm install…

Scrapy爬虫框架Spiders爬虫脚本使用技巧

我们都知道Scrapy是一个用于爬取网站数据、提取结构化数据的Python框架。在Scrapy中,Spiders是用户自定义的类,用于定义如何爬取某个(或某些)网站,包括如何执行爬取(即跟踪链接)以及如何从页面中…

PowerBI企业运营分析—全动态盈亏平衡分析

PowerBI企业运营分析—全动态盈亏平衡分析 欢迎来到Powerbi小课堂,在竞争激烈的市场环境中,企业运营分析平台成为提升竞争力的核心工具。 该平台通过整合多源数据,实现关键指标的实时监控,从而迅速洞察业务动态,精准…

docker的基本命令

容器的三大组成 镜像image 一个静态文件,特点:分层结构,不可更改 容器container 镜像运行的结果,容器可以修改,运行完后直接停止 仓库registry 用来存放镜像文件的地方 容器的常用命令介绍 关于镜像的命令 docker …

【运维实战】Rsync将一台主Web服务器上的文件和目录同步到另一台备份服务器!

在管理 Web 服务器时,确保数据安全且在发生故障时能够快速恢复至关重要,备份和镜像 Web 服务器数据最可靠的方法之一是使用 rsync。 Rsync 工具可以帮助在两台服务器之间同步文件和目录,非常适合用于创建 Web 服务器数据的备份和镜像。 下面…

AgenticSeek 本地部署教程(Windows 系统)

#工作记录 Fosowl/agenticSeek:完全本地的 Manus AI。 部署排错参考资料在文末 或查找往期笔记。 AgenticSeek 本地部署教程(Windows 系统) 一、环境准备 1. 安装必备工具 Docker Desktop 下载地址:Docker Desktop 官网 安装后启…

基于 qiankun + vite + vue3 构建微前端应用实践

核心内容摘要​​ ​​技术栈组合​​ 采用 Vite Vue3 Qiankun 构建微前端架构主应用和子应用独立开发部署,通过 Qiankun 集成 ​​2. 主应用关键配置​​通过 registerMicroApps 注册子应用,配置路由匹配规则(activeRule)使用…