lnlidawei

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 48 下一页

2022年3月20日

摘要: 网站开发:前端和后端 一、网站历史: 网页分为两类:静态网页和动态网页。静态网页,只有通过修改网页源码才能更新网页内容。动态网页,在不修改网页源码的情况下,就能更新网站内容。 动态网页分为两部分内容:静态(不变)内容和动态(变化)内容。静态内容,相当于“静态网页”,只有通过修改网页源码才能修改这部分 阅读全文
posted @ 2022-03-20 04:39 lnlidawei 阅读(520) 评论(0) 推荐(0)

2022年3月18日

摘要: 文档块的定义和示例 一、文档块的定义(“编辑器:tinyMCE” -> “编辑html源代码”) <pre> <span style="color: #339966; font-size: 18px;"> // 文档内容开始 [root@rockylinux ~]# export --help ex 阅读全文
posted @ 2022-03-18 15:46 lnlidawei 阅读(68) 评论(0) 推荐(0)

摘要: [root@rockylinux ~]# [root@rockylinux ~]# export --help export: export [-fn] [name[=value] ...] or export -p Set export attribute for shell variables. 阅读全文
posted @ 2022-03-18 14:44 lnlidawei 阅读(70) 评论(0) 推荐(0)

摘要: linux: DNF自定义变量(rockylinux8.5) 一、自定义变量和使用自定义的变量 0、在xx.repo文件中,常常引用变量,这些变量也可以由用户自定义。本文探讨如何自定义变量,在xx.repo中所引用的变量。文件xx.repo,在[/etc/yum.repos.d/]路径内。 1、在环 阅读全文
posted @ 2022-03-18 05:42 lnlidawei 阅读(393) 评论(0) 推荐(0)

2022年3月15日

摘要: nmcli配置文件位置(debian11.2) 一、nmcli配置文件位置: /etc/NetworkManager/system-connections root@debian:~# cd /etc/NetworkManager/system-connections/root@debian:/et 阅读全文
posted @ 2022-03-15 23:34 lnlidawei 阅读(1927) 评论(0) 推荐(0)

摘要: httpd.conf文件研究(/etc/httpd/conf/httpd.conf) # # This is the main Apache HTTP server configuration file. It contains the # configuration directives that 阅读全文
posted @ 2022-03-15 18:14 lnlidawei 阅读(53) 评论(0) 推荐(0)

2022年3月14日

摘要: Rockylinux8.5的网络管理 一、网络开启: 1、查看网络状态:[root@rockylinux tmp]# systemctl status NetworkManager 2、开机启动网络:[root@rockylinux tmp]# systemctl enable NetworkMan 阅读全文
posted @ 2022-03-14 18:42 lnlidawei 阅读(1480) 评论(0) 推荐(1)

2022年3月10日

摘要: 命令行说明中格式:[] {} <> 一、符号的功能说明 1、[]:内的内容意思是:可写可不写 1.1、例如:/home下就一个list 文件,使用ls --help中的 Usage: ls [OPTION]… [FILE]… 2、{}:那就必须要在{}内给出的选择里选一个。 3、<>:表示必选 二、 阅读全文
posted @ 2022-03-10 16:08 lnlidawei 阅读(189) 评论(0) 推荐(0)

2022年3月4日

摘要: FOR (windows command line) 一、FOR:对一组文件中的每一个文件执行某个特定命令。 1、FOR %variable IN (set) DO command [command-parameters] - 功能: - 参数说明: %variable 指定一个单一字母可替换的参数 阅读全文
posted @ 2022-03-04 16:34 lnlidawei 阅读(199) 评论(0) 推荐(0)

2022年3月1日

摘要: bash docs [root@rockylinux tmp]# man bash BASH(1) General Commands Manual BASH(1) NAME bash - GNU Bourne-Again SHell SYNOPSIS bash [options] [command_ 阅读全文
posted @ 2022-03-01 22:35 lnlidawei 阅读(64) 评论(0) 推荐(0)

上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 48 下一页