linux安装使用(怎么用linux安装perl)

本文目录
- 怎么用linux安装perl
- 如何使用U盘安装Linux系统呢
- linux系统故障检查神器Sysdig安装使用说明
- 如何使用Linux安装盘启动安装双系统
- Linux系统如何安装和使用shell编写的工具supportconfig
怎么用linux安装perl
以ubuntu系统为例:
1,首先去运行perl-v命令查看您的linux系统上面是否安装了perl工具,如果已安装的话,会输出版本号,如果没有安装,则安装perl。
sudo apt-get install perl
2,使用cd命令切换到安装的目录下
cd xxxx/ xxxx
3,执行pl文件
sudo ./xxxxx.pl
扩展资料
Perl,一种功能丰富的计算机程序语言,运行在超过100种计算机平台上,适用广泛,从大型机到便携设备,从快速原型创建到大规模可扩展开发。
Perl借取了C、sed、awk、shell脚本语言以及很多其他程序语言的特性,其中最重要的特性是它内部集成了正则表达式的功能,以及巨大的第三方代码库CPAN。简而言之,Perl像C一样强大,像awk、sed等脚本描述语言一样方便,被Perl语言爱好者称之为“一种拥有各种语言功能的梦幻脚本语言”、“Unix中的王牌工具”。
Perl一般被称为“实用报表提取语言”(PracticalExtractionandReportLanguage),你也可能看到“perl”,所有的字母都是小写的。一般,“Perl”,有大写的P,是指语言本身,而“perl”,小写的p,是指程序运行的解释器。
如何使用U盘安装Linux系统呢
WinPE是可以通过U盘来安装Linux系统的,下面以U盘WinPE安装Centos6.4版Linux为例。
方法如下:
在U盘上安装好WinPE(可以选择老毛桃U盘工具、大白菜PE等)
2、在U盘根目录建立一个名为LMT的目录,将CentOS-6.4-x86_64-minimal.iso镜像拷入U盘下的LMT目录。
3、将U盘插入电脑。重启电脑,进入BIOS选择U盘启动,F10保存退出。
4、系统从U盘启动以后显示出老毛桃的启动菜单。
5.菜单中有一项“启动自定义ISO/IMG文件(LMT目录)”,选择该项。
6.系统会列出LMT目录中的ISO文件,直接输入对应的序号就可以安装了。
扩展资料
系统作用主要体现在两方面:
1.屏蔽硬件物理特性和操作细节,为用户使用计算机提供了便利指令系统(成千上万条机器指令,它们的执行由微程序的指令解释系统实现的)。计算机问世初期,计算机工作者就是在裸机上通过手工操作方式进行工作。计算机硬件体系结构越来越复杂。
2.有效管理系统资源,提高系统资源使用效率
如何有效地管理、合理地分配系统资源,提高系统资源的使用效率是操作系统必须发挥的主要作用。资源利用率、系统吞吐量是两个重要的指标。
计算机系统要同时供多个程序共同使用。操作解决资源共享问题!如何分配、管理有限的资源是非常关键的问题!
操作系统定义:操作系统是计算机系统中最基本的系统软件,它用于有效地管理系统资源,并为用户使用计算机提供了便利的环境。
资料来源:百度百科:操作系统
linux系统故障检查神器Sysdig安装使用说明
Sysdig是一款分源的、在Linux上实施系统监控和排除故障的工具,本文我们来讨论一下Sysdig安装及如何使用。
Sysdig 在操作系统层面进行监听,并将系统调用及系统事 件等系统活动捕获下来,这使得它看起来极像面向系统的 tcpdump 或 Wireshark。如果你打算对系统中的异常故障进行排查,那么 Sysdig 将成为你解决问题得心应手的利器。
在 Linux 上,可使用以下命令来安装 Sysdig:
***隐藏网址***
这将把 Sysdig 安装到 rpm 或 deb 系的 Linux 系统。
捕获系统活动
实时捕获,结果打印到标准输出:
sysdig
将捕获结果保存到文件 system.scap,方便稍后分析:
sysdig -w system.scap
捕获指定的事件数 200 并保存到文件:
sysdig -n 200 -w system.scap
读取已捕获的文件:
sysdig -r system.scap
捕获结果解释
(1) (2) (3) (4) (5) (6) (7) (8)
1 10:54:50.462463956 0 sysdig (29043) sysdigevent event_type=1 event_data=0
2 10:54:50.462603110 0 sysdig (29043) sysdigevent event_type=1 event_data=0
3 10:54:50.462729565 0 sysdig (29043) sysdigevent event_type=1 event_data=0
4 10:54:50.462859521 0 sysdig (29043) sysdigevent event_type=1 event_data=0
5 10:54:50.463206317 0 sysdig (29043) switch next=0 pgft_maj=0 pgft_min=1790 vm_size=35748 vm_rss=7164 vm_swap=0
6 10:54:50.464246835 0 NA (0) switch next=7 pgft_maj=0 pgft_min=0 vm_size=0 vm_rss=0 vm_swap=0
7 10:54:50.464249707 2 NA (0) switch next=8374 pgft_maj=0 pgft_min=0 vm_size=0 vm_rss=0 vm_swap=0
8 10:54:50.464255940 0 NA (7) switch next=0 pgft_maj=0 pgft_min=0 vm_size=0 vm_rss=0 vm_swap=0
9 10:54:50.464264256 2 NA (8374) switch next=0 pgft_maj=0 pgft_min=0 vm_size=0 vm_rss=0 vm_swap=0
10 10:54:50.464358113 2 NA (0) switch next=854(mlnet) pgft_maj=0 pgft_min=0 vm_size=0 vm_rss=0 vm_swap=0
11 10:54:50.464370099 2 mlnet (854) poll res=0 fds=
12 10:54:50.464378193 2 mlnet (854) poll fds= timeout=5
13 10:54:50.464385400 2 mlnet (854) switch next=0 pgft_maj=216 pgft_min=3386 vm_size=162608 vm_rss=12196 vm_swap=2716
14 10:54:50.464950541 0 NA (0) switch next=1105(memcached) pgft_maj=0 pgft_min=0 vm_size=0 vm_rss=0 vm_swap=0
15 10:54:50.464954692 0 memcached (1105) epoll_wait res=0
16 10:54:50.464976007 0 memcached (1105) epoll_wait maxevents=32
17 10:54:50.464984030 0 memcached (1105) switch next=0 pgft_maj=3 pgft_min=247 vm_size=327412 vm_rss=1860 vm_swap=468
18 10:54:50.465256687 2 NA (0) switch next=2181(plugin-containe) pgft_maj=0 pgft_min=0 vm_size=0 vm_rss=0 vm_swap=0
19 10:54:50.465261465 2 plugin-containe (2181) poll res=0 fds=
20 10:54:50.465297692 2 plugin-containe (2181) getrlimit resource=3(RLIMIT_STACK)
通过 Sysdig 捕获的结果如上所示,每列的意思分别为:
事件编号
时间戳
CPU 编号
进程名
线程 ID
事件方向, 为进入事件, 为退出事件
事件类型,比如 open、read 等
事件参数列表
过滤捕获结果
在默认情况下,Sysdig 捕获的信息非常多,要从中找到我们感 兴趣的信息,这就需要类似 grep 的过滤功能。
按字段类别进行过滤:
sysdig -r system.scap proc.name=sysdig
这条命令过滤出进程名为 sysdig 的系统事件,结果为:
1 10:54:50.462463956 0 sysdig (29043) sysdigevent event_type=1 event_data=0
2 10:54:50.462603110 0 sysdig (29043) sysdigevent event_type=1 event_data=0
3 10:54:50.462729565 0 sysdig (29043) sysdigevent event_type=1 event_data=0
4 10:54:50.462859521 0 sysdig (29043) sysdigevent event_type=1 event_data=0
5 10:54:50.463206317 0 sysdig (29043) switch next=0 pgft_maj=0 pgft_min=1790 vm_size=35748 vm_rss=7164 vm_swap=0
Sysdig 提供包括 fd、process、evt、user、group、syslog 等字段 类别,可通过 sysdig -l 查询。
除 = 外,Sysdig 的过滤表达式还支持 !=、、=、、= 及 contains 等比较操作符。
同时,也可以使用 and、or、not 等布尔操作符。例如:
sysdig -r system.scap proc.name=sysdig and evt.type=switch
Chisels
在 Sysdig 中,chisels 是通过 Lua 编写的脚本,可以用来扩展 Sysdig 的过滤功能。
比如我们想看读写磁盘文件最频繁的进程,可以使用 topprocs_file 这个 chisels:
sysdig -c topprocs_file
结果为:
Bytes Process
------------------------------
448.36KB mozStorage
220.38KB perl
1.69KB tmux
1.62KB sh
1.59KB Xorg
1.30KB urxvtd
更多 chisels,可通过 sysdig -cl 了解。当然,如果你熟悉 Lua, 那么也可以编写自己的 chisels。
如何使用Linux安装盘启动安装双系统
如何使用Linux安装盘启动安装双系统?
如何使用Linux安装盘启动安装双系统?
随着计算机技术的不断发展,越来越多的人开始尝试在同一台电脑上安装多个操作系统,例如Windows和Linux。而在安装双系统时,如何使用Linux安装盘启动安装,是一个很重要的问题。本文将向您介绍如何使用Linux安装盘来启动双系统的安装过程。
1.下载Linux安装盘并制作启动盘
首先,您需要下载Linux发行版的ISO镜像文件,并制作启动盘。制作启动盘的方法因发行版而异,您可以通过搜索相应的教程进行操作。
2.重启电脑并进入BIOS设置
将制作好的启动盘插入电脑中,然后重启电脑。在此过程中,您需要进入BIOS设置来启动从启动盘中的Linux系统。具体进入方法因电脑品牌而异,一般来说,您可以按下F2、F12、Delete等键进入BIOS设置。
3.在BIOS设置中设置启动顺序
在BIOS设置中,您需要找到启动顺序选项,将启动盘排在第一位。这样,当您重新启动电脑时,计算机会先从Linux启动盘中启动,而不是从硬盘中的系统启动。
4.进入Linux系统
当您重新启动电脑后,计算机将自动从Linux启动盘中启动。在启动过程中,您需要根据提示进行设置和操作,例如选择语言、磁盘分区等。请注意,如果您已经在硬盘上安装了一个操作系统,那么您需要选择新的分区来安装Linux,而不是覆盖原有的操作系统。
5.安装GRUB引导程序
在安装过程中,您需要安装GRUB引导程序。GRUB引导程序是一个多操作系统引导程序,它可以帮助您在启动计算机时选择要加载的操作系统。安装完成后,您可以重启电脑并选择要启动的操作系统。
总结:
使用Linux安装盘启动安装双系统并不难,您只需要制作启动盘、进入BIOS设置、设置启动顺序、进入Linux系统并安装GRUB引导程序。如果您遇到任何问题,可以参考具体的Linux安装教程或向相关技术人员进行咨询。
Linux系统如何安装和使用shell编写的工具supportconfig
supportconfig作为Linux系统shell编写的工具,其功能是非常强大的,但还是有很多人对supportconfig工具不了解,不知如何使用supportconfig工具,下面小编就简单的给大家介绍下Linux安装使用supportconfig的方法。
一、supportconfig的安装
可以通过yast进行安装,也可以通过zypper命令进行安装,安装命令如下:
直接使用源进行安装
代码如下
#zypper install supportutils
也可以将rpm包下载下来使用yast进行安装或者在yast的管理界面里查找安装
#yast install supportutils-xxx.rpm
注:根据系统的版本不同,包名也可能是supportconfig 。
安装完成后可以使用rpm -ql supportutils 查看包中具体包含的文件信息,如下:
代码如下
# rpm -ql supportutils
/etc/schealth.conf
/etc/supportconfig.conf
/sbin/chkbin
/sbin/supportconfig
/usr/bin/schealth
/usr/share/man/man5/supportconfig.conf.5.gz
/usr/share/man/man8/chkbin.8.gz
/usr/share/man/man8/supportconfig.8.gz
注:上面的结果是在 suse11 sp1企业版上的测试的结果,在opensuse 13上目录结构会略有不同,其上使用的是新版本的supportconfig。
二、supportconfig用法
以下是supportconfig的帮助输出
代码如下
# supportconfig -h
=============================================================================
Support Utilities - Supportconfig
Script Version: 2.25-197
Script Date: 2010 04 02
=============================================================================
Usage: supportconfig
-h This screen
-A Activates all supportconfig functions with additional logging and full
rpm verification.
-B 《string》 Custom tar ball file name element
-C Creates a new default /etc/supportconfig.conf
-D Use defaults; ignore /etc/supportconfig.conf
-E 《string》 Contact email address
-F Display available supportconfig feature keywords (case-sensitive) used
with -i and -x
-G 《gpg_uid》 The GPG recipient‘s user ID used to encrypt the supportconfig tarball
-H 《number》 Limit number of included HA Policy engine files
-I 《number》 Default log file line count
-L Create a full file listing from ’/‘
-M 《string》 Contact terminal ID
-N 《string》 Contact name
-O 《string》 Contact company name
-P 《string》 Contact phone number
-Q Run in silent mode
-R 《path》 Log output directory
-S 《number》 Limit number of included SAR files
-T 《seconds》 Binary execution timeout
-U 《URI string》 Sets upload target URL and initiates an upload, supported
***隐藏网址***
-M 《string》 Contact store ID
-X 《number》 Max system logs line count
-a Upload the tar ball to the specified alternate target VAR_OPTION_UPLOAD_ALT
-b Screen buffer mode
-d Exclude detailed disk info and scans
-e Search root file system for eDirectory instances; -L implied. Be patient.
-f From directory. Don’t collect report files, just use files in that
directory.
-g Use gzip instead of the default bzip2 compression.
-i 《keyword list》
Include keywords. A comma separated list of feature keywords that specify
which features to include. Use -F to see a list of valid keywords.
-l Gathers additional rotated logs
-m Only gather a minimum amount of info: basic env, basic health, hardware,
rpm, messages, y2logs
-o Toggle listed features on or off
-p Disable all plugins
-q Add a uuid to the tar ball filename to ensure uniqueness
-r 《srnum》
Includes the Novell 11 digit service request number when uploading
the tar ball to Novell
-s Include full SLP service lists
-t Target directory. Just save log files here, do not create tarball.
-u Upload the tar ball to the specified VAR_OPTION_UPLOAD_TARGET.
-v Performs an rpm -V for each installed rpm NOTE: This takes a long time
to complete
-x 《keyword list》
Exclude keywords. A comma separated list of feature keywords that specify
which features to exclude. Use -F to see a list of valid keywords.
-y Only gather the minimum y2log files.
Use Ctrl- to try and skip a function that is hanging.
-----------------------------------------------------------------------------
NOTE:
This tool will create a tar ball in the /var/log directory. Please attach
the log file tar ball to your open Service. Request at the following URL:
***隐藏网址***
If you cannot attach the tar ball to the SR, then email it to the engineer.
Please submit bug fixes or comments via:
***隐藏网址***
=============================================================================
Support Utilities - Supportconfig
Script Version: 2.25-197
Script Date: 2010 04 02
=============================================================================
默认supportconfig或supportconfig -A执行后会将收集后的结果打包为一个nts_主机名_日期.tbz 文件,同时会生成一个以该文件名加.md5后缀的文件。
上一页1234下一页共4页
三、supportconfig常用示例
1、supportconfig -A 收集所有日志
代码如下
# supportconfig
=============================================================================
Support Utilities - Supportconfig
Script Version: 2.25-290
Script Date: 2011 07 14
=============================================================================
Gathering system information
Data Directory: /var/log/nts_361way.com_140825_1504
Basic Server Health Check.。。 Done
RPM Database.。。 Done
Basic Environment.。。 Done
Basic Health Report.。。 Done
System Modules.。。 Done
Memory Details.。。 Done
Disk I/O.。。 Done
YaST Files.。。 Done
Auditing.。。 Done
Crash Info.。。 Done
NTP.。。 Done
PROC.。。 Done
Boot Files.。。 Done
SLERT.。。 Skipped
Updates.。。 Done
SMT.。。 Skipped
Novell eDirectory.。。 Please Wait.。。 Skipped
Novell LUM.。。 Skipped
Novell NCP.。。 Skipped
Novell NSS.。。 Skipped
Novell DFS.。。 Skipped
Novell SMS.。。 Skipped
Novell NCS.。。 Skipped
Novell AFP.。。 Skipped
Novell CIFS.。。 Skipped
Novell iManager.。。 Skipped
HA Cluster.。。 Skipped
OCFS2.。。 Skipped
DRBD.。。 Skipped
PAM.。。 Done
LDAP.。。 Done
CIMOM.。。 Done
Open Files.。。 Done
Environment.。。 Done
ETC.。。 Done
SYSCONFIG.。。 Done
SYSFS.。。 Done
System Daemons.。。 Done
CRON.。。 Done
AT.。。 Done
UDEV.。。 Done
LVM.。。 Please Wait.。。 Base Detail Done
EVMS.。。 Skipped
Software Raid.。。 Done
Multipathing.。。 Done
Networking.。。 Done
Web.。。 Done
InfiniBand.。。 Done
DNS.。。 Done
DHCP.。。 Done
SLP.。。 Done
SSH.。。 Done
iSCSI.。。 Done
Samba.。。 Done
NFS.。。 Done
AUTOFS.。。 Done
SAR Files.。。 Done
AppArmor.。。 Done
Xen.。。 Done
KVM.。。 Done
X.。。 Done
Printing.。。 Done
SMART Disks.。。 Excluded
Hardware.。。 Please Wait.。。 Done
File System List.。。 Skipped
Supportability Analysis.。。 Please Wait.。。 Done
System Logs.。。 Done
Creating Tar Ball
=====================================================================
Log file tar ball: /var/log/nts_361way.com_140825_1504.tbz
Log file size: 4.0M
Log file md5sum: 484b111cda54ca04419facd82a1da7d7
Please attach the log file tar ball to your open Service Request at the
following URL:
***隐藏网址***
You can also upload the tar ball to ftp.novell.com/incoming, or just use
supportconfig -ur 《srnum》, to upload the tar ball automatically.
If you cannot attach the tar ball to the SR, then email it to the engineer.
=============================================================================
其他常用用法:
//以最小选项搜集所需的信息
# supportconfig -m
//在输出中包含附加的联系人信息
# supportconfig -E tux@example.org -N “Tux Penguin” -O “Penguin Inc.” 。。。
//要查看完整的功能列表
# supportconfig -F
//仅收集某个模块的用法,如LVM相的信息
# supportconfig -i LVM
//-x 的功能与-i刚好相反,是排除某个模块不收集
# supportconfig -x LVM
***隐藏网址***
***隐藏网址***
具体可以参看官方的 常用的supportconfig选项部分 。
supportconfig收集的系统健康报告:
代码如下
# supportconfig -A
# cd /var/log
# tar jxvf nts_361way.com_140825_1504.tbz
# more basic-health-report.txt
#========================================#
# /usr/bin/schealth -q
######################################################################
Supportconfig Health Check Report Tool v1.00-5
Date Checked: 09/12/14 04:40:37
######################################################################
Health Check Files
Processes Waiting for Run Queue
Kernel Taint Status
Kernel Tainted: 64 》 0
CPU Utilization
Interrupts Per Second
Context Switches Per Second
Free Memory and Disk Swapping
Used Disk Space
Uninterruptible Processes
Zombie Processes
######################################################################
Status: Red Flag
Checked: /var/log/nts_361way.com_140825_1504/basic-health-check.txt
Report: /var/log/nts_361way.com_140825_1504/basic-health-report.txt
######################################################################
上面的报告中,我们发现kernel Tainted 状态为red ,该处是通过cat /proc/sys/kernel/tainted 进行判断的,如果值不为0,则是内核受到污染 ,显的值不同,具体可以参看/usr/src/linux/Documentation/sysctl/kernel 文件(具体的值不一样,代表的意义也不一样)。64报红是由于加载了非系统官方或非开源的模块所致( Unsupported modules loaded)。
四、supportconfig配置文件
supportconfig的默认配置文件是 /etc/supportconfig.conf ,其默认内容如下:
代码如下
# cat /etc/supportconfig.conf
####################################
# Default Options
####################################
OPTION_AFP=1
OPTION_APPARMOR=1
OPTION_AUDIT=1
OPTION_AUTOFS=1
OPTION_BOOT=1
OPTION_CHKCONFIG=1
OPTION_CIFS=1
OPTION_CIMOM=1
OPTION_CRASH=1
OPTION_CRON=1
OPTION_DFS=1
OPTION_DHCP=1
OPTION_DISK=1
OPTION_DNS=1
OPTION_EDIR=1
OPTION_ENV=1
OPTION_ETC=1
OPTION_EVMS=1
OPTION_HA=1
OPTION_HCREPORT=1
OPTION_IB=1
OPTION_ISCSI=1
OPTION_LDAP=1
OPTION_LUM=1
OPTION_LVM=1
OPTION_MEM=1
OPTION_MOD=1
OPTION_MPIO=1
OPTION_NCP=1
OPTION_NCS=1
OPTION_NET=1
OPTION_NFS=1
OPTION_NSS=1
OPTION_NTP=1
OPTION_OCFS2=1
OPTION_OFILES=1
OPTION_PAM=1
OPTION_PRINT=1
OPTION_PROC=1
OPTION_SAM=1
OPTION_SAR=1
OPTION_SLERT=1
OPTION_SLP=1
OPTION_SMART=0
OPTION_SMB=1
OPTION_SMS=1
OPTION_SMT=1
OPTION_SRAID=1
OPTION_SSH=1
OPTION_SYSCONFIG=1
OPTION_SYSFS=1
OPTION_UDEV=1
OPTION_UP=1
OPTION_UPD=1
OPTION_WEB=1
OPTION_X=1
OPTION_XEN=1
ADD_OPTION_EDIR=0
ADD_OPTION_FSLIST=0
ADD_OPTION_LOGS=0
ADD_OPTION_MINDISK=0
ADD_OPTION_MINYAST=0
ADD_OPTION_RPMV=0
ADD_OPTION_SLP=0
VAR_OPTION_BIN_TIMEOUT_SEC=300
VAR_OPTION_CONTACT_COMPANY=“”
VAR_OPTION_CONTACT_EMAIL=“”
VAR_OPTION_CONTACT_NAME=“”
VAR_OPTION_CONTACT_PHONE=“”
VAR_OPTION_CONTACT_STOREID=“”
VAR_OPTION_CONTACT_TERMINALID=“”
VAR_OPTION_CUSTOM_ARCH=“”
VAR_OPTION_GPG_UID=“”
VAR_OPTION_LINE_COUNT=500
VAR_OPTION_LOG_DIRS=“/var/log /tmp”
VAR_OPTION_MSG_MAXSIZE=500000
VAR_OPTION_PENGINE_FILES_LIMIT=250
VAR_OPTION_SAR_FILES_LIMIT=30
VAR_OPTION_SBM=0
VAR_OPTION_SILENT=0
VAR_OPTION_UNIQUE_FILE=0
***隐藏网址***
VAR_OPTION_UPLOAD_TARGET=‘ftp://ftp.novell.com/incoming’
配置文件中列出了默认收集的模块信息,公司信息、邮件、电话及上传的服务器目录等。
五、supportconfig总结
supportconfig是使用shell 编写的一个功能十分强大的工具,具体可以通过vim /sbin/supportconfig 查看 。同时,由于linux命令上的通用性,我们甚至可以很简单的进行修改后将其移植到其他linux 发行版上。不过显然这是没必要的,因为还有一个比较通的用的开源工具sosreport和其作用差不多,而其适用性更强。
supportconfig在Linux系统的安装使用就介绍到这里了,supportconfig的用法还有很多,用户可根据本文的方法举一反三,掌握更多用法。

更多文章:
js 数组map(js中以(_,1)做为传给map遍历函数的参数是什么意思)
2026年8月5日 21:00
background属性可以继承吗(CSS中的color\background-color有什么区别)
2025年11月29日 17:30
js jquery面试(jquery中怎么调用js方法调用)
2025年8月8日 03:45
evaluate带文字求值(Excel表格的单元格中有文字,以及多组数据,如何自动计算公式)
2026年2月26日 16:45
网页如何控制wordpress的侧栏显示内容?系统的数据处理的功能有哪些
2025年12月10日 12:30
perl读取文件(perl中怎么获取当前pl文件所在文件夹)
2026年1月17日 18:45
安装instantclient(instantclient-basic-win64-11.2.0.1.0怎么安装)
2025年10月11日 06:45
java中xml文件是干什么的(java开发,你在项目中哪些地方用到了XML)
2025年10月11日 01:00
divisional是什么意思(under one’s command是什么意思)
2025年9月8日 04:30
css游戏按钮(CSS一按WASD键就(CS起源游戏问题!!))
2026年6月29日 12:45
怎么看php是否加密(PHP如何判断RAR文件是否已经加密)
2026年8月30日 04:30
duplicate sample(酶标仪怎么设置三个重复样品)
2025年11月3日 14:45
window telnet服务打不开(如何开启telnet服务)
2025年10月27日 03:30
plc梯形图100实例详解pdf(红绿灯的plc程序和梯形图求)
2026年3月12日 01:15
shell递归遍历文件夹(shell脚本文件夹内文件依次执行)
2025年8月28日 06:30
seek doing(用seek doing造句 表示要求做)
2026年2月4日 13:15








