Let’s add a test for an edge case that responds with an error message. In this lesson we’ll talk about the value of using the toMatchInlineSnapshot as ...
转载 2021-08-16 14:45:00
155阅读
2评论
  安装Nginx方法一:利用u盘导入Nginx软件包二nginx -t 用于检测配置文件语法如下报错1:配置文件43行出现错误[root@www ~]# nginx -t nginx: [emerg] "location" directive is not allowed here in /usr/local/nginx/conf/nginx.conf:43 nginx: c
转载 2024-07-05 10:47:37
281阅读
  Oracle Error :: SP2-0171 $cd $ORACLE_HOME/sqlplus/admin/help/ $sqlplus system @hlpbld.sql helpus.sql
原创 2012-08-01 11:51:48
582阅读
阅读目录报错信息解决方法 回到顶部报错信息 ERROR SP2 0642   回到顶部解决方法 [oracle@oradb]$ sqlplus / as sysdba SP2 0642: SQL Plus internal error state 2021,
转载 2019-07-11 08:42:00
412阅读
2评论
One of the most crucial things you can do when writing tests is ensuring that the error message explains the problem as clearly as possible so it can ...
转载 2021-08-05 18:41:00
62阅读
2评论
systemd.generator(7) - Linux manual page ://man7.org/linux/man-pages/man7/systemd.generator.7.html NAME top SYNOPSIS top DESCRIPTION top WRITING G
转载 2018-12-21 15:04:00
261阅读
2评论
9.openssh-server功能:让远程主机可以通过网络访问sshd服务,开始一个安全shell2.客户端连接方式ssh远程主机用户@远程主机ip[root@desktop0 ~]# ssh root@172.25.0.11The authenticity of host '172.25.0.11 (172.25.0.11)' can't be established.ECDSA key fi
原创 2017-04-13 13:28:20
812阅读
unit13软件安装1.软件名称识别[abrt-addon-ccpp]-[2.1.11-19].[el7].[x86_64].rpm ##rpm结尾的适用与redhat操作系统       ||     ||         ||       ||  &nb
原创 2017-04-20 15:30:32
1810阅读
BootLoader之u-boot1、BootLoader的概念引导加载(BootLoader)程序是系统上电后运行的第一段软件代码。BootLoader的主要运行任务就是将内核映像从硬盘上读到RAM中,然后跳转到内核的入口点去执行,即启动操作系统。在嵌入式系统中,整个系统的加载启动任务就完全由BootLoader来完成。在基于S3C2440的嵌入式系统中,系统上电或复位时,通常都从地址0X000
转载 2024-04-27 19:27:47
5阅读
################### unit4 ################### ############################ 1.管理输入输出 ############################ 在linux系统中,正确输出的编号为1,错误输出编号为2 在系统中用普通用户执行 "student" find /etc -
4
原创 2016-10-01 22:48:06
609阅读
####################第五单元#################### ######################1.用户理解###################### 用户就是系统使用者的身份在系统中用户存储为若干窜字符+若干个系统配置文件用户信息涉及到的系统配置文件:/etc/passwd###用户信息用户:密码:uid:gid:说明:家目录:用户使用
5
原创 2016-10-01 22:48:44
507阅读
     一:Linux系统结构linux是一个倒树结构linux中所有的东西都是文件这些文件都在系统顶级目录“/” /就是根目录/目录以下为二级目录这些目录都是系统装机时系统自动建立的    二级目录作用:        /bin##二进制可执行文件也就是系统命令/
原创 2016-10-06 11:55:53
351阅读
     一:用户理解用户就是系统使用者的身份在系统中用户存储为若干串字符+若干个系统配置文件用户信息涉及到的系统配置文件:/etc/passwd                  &nb
原创 2016-10-06 17:10:36
348阅读
1.文件属性查看ls -l filename-rw-rw-r--         1        kiosk kiosk      0          Oct  2 17:05   file文件类型文件权限
原创 2016-10-08 19:37:47
449阅读
                                    第九单元1.什么是openssh           它是一个提供远程访问控制的软件2.
原创 2016-10-10 12:58:27
722阅读
             key认证    1、生成key[test@foundation0 ~]$ ssh-keygen              &nbsp
原创 2016-10-11 15:18:56
552阅读
                 进程1.什么是进程    进程就是系统正在做的事情 2.进程状态    运行    休眠    停止&nb
原创 2016-10-18 22:27:25
376阅读
                   系统日志1.系统日志默认分类    /var/log/messages            ##系统
原创 2016-10-19 19:15:30
352阅读
################################################################################第十四单元linux中设备的访问#################################################################################################1.设备的识别
原创 2016-10-26 17:36:40
472阅读
############################unit.13软件的安装################################1.软件名称识别[abrt-addon-ccpp]-[2.1.11-19].[el7].[x86_64].rpm         ###rpm结尾的适用于与redhat操作系统[abrt-addon-ccpp] &n
原创 2016-10-27 21:11:53
478阅读
  • 1
  • 2
  • 3
  • 4
  • 5