lnlidawei

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

03 2022 档案

摘要:本文转载自:Wuliwawa ,原文地址:https://www.cnblogs.com/wuliwawa/p/11944112.html firewall-cmd网络端口管理 一、基本命令 1、查看版本: firewall-cmd --version 2、查看帮助: firewall-cmd -- 阅读全文
posted @ 2022-03-26 17:02 lnlidawei 阅读(131) 评论(0) 推荐(0)

摘要:Inverse Of Control (IOC,控制反转) 一、Inverse Of Control(IOC)的本质 1、IOC(控制反转):程序把创建对象的任务,委托第三方(spring框架)完成。 二、IOC详解 [root@rockylinux tmp]# java -version java 阅读全文
posted @ 2022-03-25 05:35 lnlidawei 阅读(70) 评论(0) 推荐(0)

摘要:apache虚拟机配置(xampp) 一、xampp(网站集成环境) 1、xampp官网地址:https://www.apachefriends.org/index.html 2、xampp下载地址(官方):https://www.apachefriends.org/download.html 3、 阅读全文
posted @ 2022-03-23 23:34 lnlidawei 阅读(198) 评论(0) 推荐(0)

摘要:一位剑桥学生的学习方法 0、概述: 1、找到自己薄弱的知识点,标记自己薄弱的知识点,花大量时间研究自己薄弱的知识点。每一次学习,目标明确(围绕自己薄弱的知识点),弥补自己薄弱的知识点。主次分明,有的放矢。 2、这位剑桥学生的学习方法分为五个部分:a,目标;b、复习;c、技巧;d、朋友;e、平衡。 一 阅读全文
posted @ 2022-03-23 21:48 lnlidawei 阅读(179) 评论(0) 推荐(0)

摘要:本文转载自菜鸟教程(https://www.runoob.com/vue3/vue3-routing.html)。 VUE的路由 一、源代码如下 <!DOCTYPE html><html><head> <meta charset="utf-8"> <title>Vue 测试实例 - 菜鸟教程(run 阅读全文
posted @ 2022-03-23 04:43 lnlidawei 阅读(55) 评论(0) 推荐(0)

摘要:见自己,见天地,见众生 一、解读:(此三句,为三个认知层次,一个比一个高。) 见:认识和理解 见自己:认知自己,认识自己的优势和劣势等;虽然自己是高手,但自己争强好胜心中无人;心中容纳自己,心中不容纳他人;不容人; 见天地:自己是高手,但是见识过更高层次的人,自己内心主动接受了比自己更优秀的人存在; 阅读全文
posted @ 2022-03-22 13:02 lnlidawei 阅读(2112) 评论(0) 推荐(0)

摘要:dom基础元素 一、html-dom基础元素 二、xml-dom基础元素 阅读全文
posted @ 2022-03-20 18:11 lnlidawei 阅读(29) 评论(0) 推荐(0)

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

摘要:文档块的定义和示例 一、文档块的定义(“编辑器: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 阅读(69) 评论(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 阅读(387) 评论(0) 推荐(0)

摘要: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 阅读(1915) 评论(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 阅读(51) 评论(0) 推荐(0)

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

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

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

摘要: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 阅读(57) 评论(0) 推荐(0)