当前位置:  操作系统/服务器>linux
本页文章导读:
    ▪解决IIS的Server Application Error的2种方法       方法1:  ------------------------------------   Server Application Error   The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for mor.........
    ▪WIN服务器安全批处理文件       WIN服务器安全批处理文件  这个的确不错,指量设置,免去手动设置的繁琐/uploadfiles/okay_77574.rar 代码如下:echo. echo ------------------------------------------------------ echo. echo  ........... echo. net share c$.........
    ▪[windows服务器]serv-u登陆信息设置       使用FTP Serv-U安装FTPSERVER的朋友,可以使用Serv-U符号信息参数来向CLIENT端显示一些重要的信息。   比如:   Mon Dec 10 22:32:46 2001 220-==============================   Mon Dec 10 22:32:46 2001 220-.........

[1]解决IIS的Server Application Error的2种方法
    来源: 互联网  发布时间: 2013-12-24
方法1: 
------------------------------------  
Server Application Error  
The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server administrator for assistance.  
------------------------------------  

过程:  
1。右键我的电脑--管理--本地用户和组,给IUSR_机器名和IWAM_机器名两个用户设置密码,要一样。  

2。开始--运行--打cmd,  
然后cd D:InetpubAdminScripts(我的系统在D盘),  
然后cscript.exe adsutil.vbs set w3svc/wamuserpass 你的密码,  
然后cscript.exe adsutil.vbs set w3svc/anonymoususerpass 你的密码  

看一下,行了没有?如果还不行,那么  
cscript.exe synciwam.vbs -v,  
然后iisreset。  



方法2: 
最近机子的IIS始终不正常,总是说http500错误,然后就无法解析asp文件,网上查了半天,解决方法有,但是都没有涉及到我报的8004e00f的错误。  

后来在系统里不断的乱看,发现MSDTC服务不正常,于是先从这里下手,具体的解决方法如下:  

1、首先进入组件服务,查看组件服务/计算机/我的电脑/COM+应用程序,结果报错“COM+ 无法与 Microsoft 分布式事务协调程序交谈”,无法查看里面的对象。  
2、进入事件查看器,发现msdtc服务没有正常启动。  
3、删除注册表中的键:  
• HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesMSDTC  
• HKEY_LOCAL_MACHINESOFTWAREMicrosoftMSDTC  
• HKEY_CLASSES_ROOTCID  
4、停止MSDTC服务:net stop msdtc  
5、卸载MSDTC服务:msdtc -uninstall  
6、重新安装MSDTC服务:msdtc -install  
7、确认在事件查看器中msdtc服务已经正常启动[这步很关键,如果没有,重新启动下电脑看看]  
8、重新设置IIS的IWAM账号密码。[在计算机管理中的用户管理里]  
9、同步IIS metabase中IWAM_MYSERVER的密码,在CMD中:c:inetputadminscripts>adsutil set w3svc/wamuserpass "yourpassword"  
10、同步COM+应用程序所用的IWAM_MYSERVER密码,在CMD中:c:inetputadminscripts>cscript synciwam.vbs -v  
11、大功告成!!!!!

    
[2]WIN服务器安全批处理文件
    来源: 互联网  发布时间: 2013-12-24
WIN服务器安全批处理文件 
这个的确不错,指量设置,免去手动设置的繁琐/uploadfiles/okay_77574.rar
代码如下:

echo.
echo ------------------------------------------------------
echo.
echo  ...........
echo.
net share c$ /delete
net share d$ /delete
net share e$ /delete
net share f$ /delete
net share admin$ /delete
net share ipc$ /delete
net stop server
net stop lanmanworkstation



regsvr32/u C:\WINNT\System32\wshom.ocx
regsvr32/u C:\WINNT\system32\shell32.dll
regsvr32/u C:\WINNT\system32\shell.dll
cacls c:\WINNT\system32\shell32.dll   /g administrators:f system:f
cacls c:\WINNT\system32\shell.dll /g administrators:f system:f
cacls c:\    /g administrators:f system:f
cacls d:\    /g administrators:f system:f
echo.
echo  ..........
echo.
echo ------------------------------------------------------
echo.
echo  .................
echo.
echo  .. delshare.reg .......
echo Windows Registry Editor Version 5.00> c:\delshare.reg
echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver\parameters]>> c:\delshare.reg
echo "AutoShareWks"=dword:00000000>> c:\delshare.reg
echo "AutoShareServer"=dword:00000000>> c:\delshare.reg
echo  .. delshare.reg .....
regedit /s c:\delshare.reg
echo  .. delshare.reg ....
del c:\delshare.reg
echo .
echo ........
echo .
echo =========================================================
echo .
echo .....................dos....
echo .
echo .........
echo Windows Registry Editor Version 5.00> c:\dosforwin.reg
echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]>> c:\dosforwin.reg
echo "EnableICMPRedirect"=dword:00000000>> c:\dosforwin.reg
echo "DeadGWDetectDefault"=dword:00000001>> c:\dosforwin.reg
echo "DontAddDefaultGatewayDefault"=dword:00000000>> c:\dosforwin.reg
echo "EnableSecurityFilters"=dword:00000000">> c:\dosforwin.reg
echo "AllowUnqualifiedQuery"=dword:00000000>> c:\dosforwin.reg
echo "PrioritizeRecordData"=dword:00000001>> c:\dosforwin.reg
echo "ReservedPorts"=hex(7):31,00,34,00,33,00,33,00,2d,00,31,00,34,00,33,00,34,00,\>> c:\dosforwin.reg
echo 00,00,00,00>> c:\dosforwin.reg
echo "SynAttackProtect"=dword:00000002>> c:\dosforwin.reg
echo "EnablePMTUDiscovery"=dword:00000000>> c:\dosforwin.reg
echo "NoNameReleaseOnDemand"=dword:00000001>> c:\dosforwin.reg
echo "EnableDeadGWDetect"=dword:00000000>> c:\dosforwin.reg
echo "KeepAliveTime"=dword:00300000>> c:\dosforwin.reg
echo "PerformRouterDiscovery"=dword:00000000>> c:\dosforwin.reg
echo "EnableICMPRedirects"=dword:00000000>> c:\dosforwin.reg
echo .
echo ==========================================================
echo .. dosforwin.reg .....
regedit /s c:\dosforwin.reg
echo  .. dosforwin.reg ....
del c:\dosforwin.reg
echo ==============================================================
echo .
echo ..........(......................).
echo .
echo ..telnet,......telnet.
echo ..........
echo Windows Registry Editor Version 5.00> c:\telnet.reg
echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TlntSvr]>> c:\telnet.reg
echo "Start"=dword:00000004>> c:\telnet.reg
echo .
echo .. telnet.reg .....
regedit /s c:\telnet.reg
echo .
echo  .. telnet.reg ....
del c:\telnet.reg
echo .
echo ===============================================================
echo ..Remote Registry Service...........
echo .........
echo .
echo Windows Registry Editor Version 5.00> c:\regedit.reg
echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemoteRegistry]>> c:\regedit.reg
echo "Start"=dword:00000004>> c:\regedit.reg
echo .
echo .. regedit.reg .....
regedit /s c:\regedit.reg
echo .
echo ......
del c:\regedit.reg
echo ===============================================================
echo ..Messenger.......
echo .........
echo Windows Registry Editor Version 5.00> c:\message.reg
echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Messenger]>> c:\message.reg
echo "Start"=dword:00000004>> c:\message.reg
echo .
echo .. message.reg .....
regedit /s c:\message.reg
echo .
echo .. message.reg
del c:\message.reg
echo ===============================================================
echo ..lanmanworkstation.......
echo .........
echo Windows Registry Editor Version 5.00> c:\lanmanworkstation.reg
echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanworkstation]>> c:\lanmanworkstation.reg
echo "Start"=dword:00000004>> c:\lanmanworkstation.reg
echo .
echo .. lanmanworkstation.reg .....
regedit /s c:\lanmanworkstation.reg
echo .
echo .. lanmanworkstation.reg
del c:\lanmanworkstation.reg

echo ===============================================================
echo ..lanmanserver.......
echo .........
echo Windows Registry Editor Version 5.00> c:\lanmanserver.reg
echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver]>> c:\lanmanserver.reg
echo "Start"=dword:00000004>> c:\lanmanserver.reg
echo .
echo .. lanmanserver.reg .....
regedit /s c:\lanmanserver.reg
echo .
echo .. lanmanserver.reg
del c:\lanmanserver.reg

echo ===============================================================
echo ..Alerter.......
echo .........
echo Windows Registry Editor Version 5.00> c:\Alerter.reg
echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Alerter]>> c:\Alerter.reg
echo "Start"=dword:00000004>> c:\Alerter.reg
echo .
echo .. Alerter.reg .....
regedit /s c:\Alerter.reg
echo .
echo .. Alerter.reg
del c:\Alerter.reg

echo ===============================================================
echo ..Browser.......
echo .........
echo Windows Registry Editor Version 5.00> c:\Browser.reg
echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Browser]>> c:\Browser.reg
echo "Start"=dword:00000004>> c:\Browser.reg
echo .
echo .. Browser.reg .....
regedit /s c:\Browser.reg
echo .
echo .. Browser.reg
del c:\Browser.reg

echo ===============================================================
echo ..Dfs.......
echo .........
echo Windows Registry Editor Version 5.00> c:\Dfs.reg
echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dfs]>> c:\Dfs.reg
echo "Start"=dword:00000004>> c:\Dfs.reg
echo .
echo .. Dfs.reg .....
regedit /s c:\Dfs.reg
echo .
echo .. Dfs.reg
del c:\Dfs.reg


echo ===============================================================
echo ..Spooler.......
echo .........
echo Windows Registry Editor Version 5.00> c:\Spooler.reg
echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Spooler]>> c:\Spooler.reg
echo "Start"=dword:00000004>> c:\Spooler.reg
echo .
echo .. Spooler.reg .....
regedit /s c:\Spooler.reg
echo .
echo .. Spooler.reg
del c:\Spooler.reg

echo ==============================================================
echo ...TCP/IP NetBIOS Helper Service
echo .........
echo Windows Registry Editor Version 5.00> c:\netbios.reg
echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LmHosts]>> c:\netbios.reg
echo "Start"=dword:00000004>> c:\netbios.reg
echo .
echo .. netbios.reg .....
regedit /s c:\netbios.reg
echo .
echo .. netbios.reg
del c:\netbios.reg
echo ===============================================================
echo ===============================================================
echo powered by zgsj.com
echo web@zgsj.com
goto :END


    
[3][windows服务器]serv-u登陆信息设置
    来源: 互联网  发布时间: 2013-12-24
使用FTP Serv-U安装FTPSERVER的朋友,可以使用Serv-U符号信息参数来向CLIENT端显示一些重要的信息。  
比如:  
Mon Dec 10 22:32:46 2001 220-==============================  
Mon Dec 10 22:32:46 2001 220-服务器状态:  
Mon Dec 10 22:32:46 2001 220-现在时间:22:35:40, 在过去24小时共有 1578 人访问本服务器。  
Mon Dec 10 22:32:46 2001 220-本服务器已经运行 0 天 11 小时 37 分 55 秒  
Mon Dec 10 22:32:46 2001 220-磁盘空闲空间:1098.11 Mb  
Mon Dec 10 22:32:46 2001 220-总登录用户数: 1121 total  
Mon Dec 10 22:32:46 2001 220-当前用户数: 10 / 40  
Mon Dec 10 22:32:46 2001 220-总下载数据量: 8713447 Kb  
Mon Dec 10 22:32:46 2001 220-总上传数据量: 291923 Kb  
Mon Dec 10 22:32:46 2001 220-总下载文件数: 2391  
Mon Dec 10 22:32:46 2001 220-总上传文件数: 15  
Mon Dec 10 22:32:46 2001 220-平均流量: 215.105 Kb/sec  
Mon Dec 10 22:32:46 2001 220 当前流量: 68.511 Kb/sec  
这些可以显示的信息包括:  
Sign-on/sign-off messages 签入/出信息  
User specific login messages 用户指定登录信息  
Directory change messages 目录改变信息   

你可以往这些指定的信息文本里加入符号参数,这些参数在发送给客户时会扩展为当前状态的内容。  
这些符号参数都是以 "%" 号开头的,下面是完整列表    
Time/date:  时间部分  
%Time - displays the current time on your PC 服务器端的当前时间  
趖e - displays the current date on your PC Server 服务器端的当前日期    
statistics:  状态统计部分  
%ServerDays - displays the number of days the server has been running 服务器已运行时间(天数)  
%ServerHours - displays the number of hours the server has been running 服务器已运行时间(小时)  
%ServerMins - displays the number of minutes the server has been up  服务器已运行时间(分钟)  
%ServerSecs - displays the number of seconds the server has been up 服务器已运行时间(秒)  
%ServerKbUp - displays the no. Kbytes uploaded to the server since server start 本次启动以来服务器接收的字节数  
%ServerKbDown - displays the no. Kb downloaded from the server since server start 本次启动以来服务器发送的字节数  
%ServerFilesUp - displays the no. of files uploaded to the server since server start 本次启动以来服务器接收的文件数  
%ServerFilesDown - displays the no. of files downloaded from the server since server start 本次启动以来服务器发送的文件数    
%LoggedInAll - displays total no. of logged in users since server start 本次启动以来登录本机的用户数  
%ServerAvg - displays the average server throughput since server start 本次启动以来服务器平均吞吐能力  
%ServerKBps - displays current server bandwidth use 当前服务器带宽占用    
Server settings:  服务器设置    
%MaxUsers - displays the maximum no. of users, as set in "Setup - Server" 最大用户数  
%MaxAnonymous - the maximum no. of anonymous users, as set in "Setup - Server" 最大匿名登录用户数    
User info: 用户设置  
%Name - displays the user's login name 显示用户的登录名  
%IP - displays the user's IP number or name if available 显示登录用户的IP  
%Dir - displays the user's current directory 显示用户当前所在目录  
%Disk - displays the user's current disk drive 显示用户的当前磁盘  
遰ee - displays the amount of free space on the user's current disk in Kb 显示可用的空间  
%FUp - displays the number of files uploaded by the current user 当前用户上传数  
齩wn - displays the number of files downloaded 当前用户下载数  
%FTot - displays the total number of files transferred 显示当前用户传输的文件总数  
%BUp - displays the number of Kbytes uploaded by the user 显示当前用户上传的字节总数  
給wn - displays the number of Kbytes downloaded by the user 显示当前用户下载的字节总数  
%BTot - displays the total number of Kbytes transferred 显示当前用户传输的字节总数  
%TconM - displays the total connect time in minutes 显示连接时间(分钟)  
%TconS - displays the connect time in seconds - to be used with "%tconm" 显示连接时间(秒)  
%RatioUp - displays the "upload" ratio part for UL/DL ratios 显示当前用户上传/下载比率中的"上传百分比"  
%RatioDown - displays the "download" ratio part for UL/DL ratios 显示当前用户上传/下载比率中的"下载百分比"  
%RatioCredit - displays the current download credit for UL/DL ratios (Kb or "files") 显示当前用户还可以下载的字节数    
以下是有关配额的显示  
%QuotaUsed - displays how much disk quota is used in Kb 显示配额已使用部分  
%QuotaLeft - displays how much disk quota is left in Kb 显示配额剩余部分  
%QuotaMax - displays the maximum amount of disk space that can be used in Kb Number of users: 磁盘最大可用字节数  
%UNow - displays the current number of Serv-U users connected 当前连接在服务器上的人数  
%UAll - displays the number of users since the server was started 本次启动以来连接过本服务器的用户数  
%U24h - displays the number of users in the last 24 hours 二十四小时以来连接过本服务器的用户数  
%UAnonAll - all currently logged in anonymous users 当前连接在服务器上的匿名用户数  
%UAnonThisIP - all anonymous users logged into this IP home  
%UNonAnonAll - all non-anonymous users currently logged in  
%UNonAnonThisIP - all non-anonymous users logged into this IP home  
%UThisName - all current users with the current user name logged into this IP home下    
下面是一个例子:    
欢迎你在趖e %time 访问我们的服务器, 你是第 %unow 个用户,最大  
用户数为 %maxusers,在上24小时以来,共有 %u24h个朋友访问这里。    
注意,CLIENT端每行只显示80个字符,而返回码就占了4个字符。所以,建议定义信息每行最多70个字符。    
建议:自建FTP的朋友,建议多使用下面的符号:  
%Disk - 用户当前磁盘驱动器  
遰ee - 用户当前剩余空间(KB)  
%QuotaMax - 最大可用磁盘空间(KB)    
以便给上传的朋友知道现在的空间可用情况 。    
当然可以设置限额:  
Menu-->setup--->users...---->Quota: Enable disk quota: Maximum: XXXMB  
这样可以用  
%QuotaUsed - 已使用多小配额空间(KB)  
%QuotaLeft - 还有多小配额空间可以用(kb)  
%QuotaMax - 设定的配额    
建议是在登入信息和目录改变信息里加入这些宏,这样使用FTP人会方便很多。    
*************************************************************************************  
Serv-U FTP Server can display various types of messages:    
?Sign-on/sign-off messages    
?User specific login messages    
?Directory change messages    
There are several symbolic parameters that can be entered in the message text. These parameters are expanded while being sent to a client. They all begin with '%'. Here is the complete list:    
Time/date    
%Time- displays the current time on your PC  
趖e- displays the current date on your PC    
Server statistics    
%ServerDays- displays the number of days the server has been running  
%ServerHours- displays the number of hours the server has been running  
%ServerMins- displays the number of minutes the server has been up  
%ServerSecs- displays the number of seconds the server has been up  
%ServerKbUp- displays the no. Kbytes uploaded to the server since server start  
%ServerKbDown- displays the no. Kb downloaded from the server since server start  
%ServerFilesUp- displays the no. of files uploaded to the server since server start    
%ServerFilesDown- displays the no. of files downloaded from the server since server start  
%LoggedInAll- displays total no. of logged in users since server start  
%ServerAvg- displays the average server throughput since server start  
%ServerKBps- displays current server bandwidth use    
Server settings    
%MaxUsers- displays the maximum no. of users, as set in 'Settings - Domain'  
%MaxAnonymous- the maximum no. of anonymous users, as set in 'Settings - Domain'    
User info    
%Name- displays the user's login name  
%IP- displays the user's IP number or name if available  
%Dir- displays the user's current directory  
%Disk- displays the user's current disk drive  
遰ee- displays the amount of free space on the user's current disk in Mb  
%FUp- displays the number of files uploaded by the current user  
齩wn- displays the number of files downloaded  
%FTot- displays the total number of files transferred  
%BUp- displays the number of Kbytes uploaded by the user    
給wn- displays the number of Kbytes downloaded by the user  
%BTot- displays the total number of Kbytes transferred  
%TconM- displays the total connect time in minutes  
%TconS- displays the connect time in seconds - to be used with '%tconm'  
%RatioUp- displays the 'upload' ratio part for UL/DL ratios  
%RatioDown- displays the 'download' ratio part for UL/DL ratios  
%RatioCredit- displays the current download credit for UL/DL ratios (Kb or 'files')  
%QuotaUsed- displays how much disk quota is used in Kb    
%QuotaLeft- displays how much disk quota is left in Kb  
%QuotaMax- displays the maximum amount of disk space that can be used in Kb    
Number of users    
%UNow- displays the current number of Serv-U users connected  
%UAll- displays the number of users since the server was started  
%U24h- displays the number of users in the last 24 hours  
%UAnonAll- all currently logged in anonymous users  
%UAnonThisIP - all anonymous users logged into this IP home  
%UNonAnonAll - all non-anonymous users currently logged in  
%UNonAnonThisIP- all non-anonymous users logged into this IP home  
%UThisName- all current users with the current user name logged into this IP home    
The file upload and download message directives are for the current session only (i.e. they do not show the aggregate over multiple sessions).    
The '%ServerDays', '%ServerHours', '%ServerMins', and '%ServerSecs' directives are meant for use together. The number of hours is what's left after the number of days is subtracted, and the same goes for the number of minutes and seconds.    
Example Message    
Welcome to ftp.cat-soft.com, home of Serv-U!  
Local time is %time, and %u24h users have visited over the last 24 hours. This server has been up for %ServerDays days, %ServerHours hours, %ServerMins min. and %ServerSecs sec.    
Server stats:  
Users logged in: %loggedInAll total  
Current users: %Unow  
Kb downloaded: %ServerKbDown Kb  
Kb uploaded: %ServerKbUp Kb  
Files downloaded: %ServerFilesDown  
Files uploaded: %ServerFilesUp  
Average througput: %ServerAvg Kb/sec  
Current througput: %ServerKBps Kb/sec    
Please keep in mind that the average client has only 80 characters per line, and the first four are taken up by the reply code. Please be brief, 70 characters should generally be considered a safe maximum.    
Serv-U Help - Copyright ?1995-2001 Cat-Soft, All Rights Reserved  
================================================================================================== 
模版   
★★★★★★★★★★★★★★★★★★★★★★★★★  
来自%IP的朋友您好。  
本地时间是趖e %Time  
服务器已连续工作:%ServerDays天%ServerHours小时%ServerMins分%ServerSecs秒  
本站开通以来已接通%UAll位使用者。  
过去24小时总共有%U24h次连接。  
匿名用户上限为%MaxAnonymous人。每个ip只能开两个进程  
目前有%UNow位使用者在线。  
其中匿名用户有%UAnonAll人在线。  
★★★★★★★★★★★★★★★★★★★★★★★★★  
自本站开通以来共上传/下载 |%ServerKbUpKB/%ServerKbDownKB  
自本站开通以来共上传/下载 |%ServerFilesUp个/%ServerFilesDown个  
服务器当前流量|%ServerKBps Kb/sec  
服务器平均流量|%ServerAvg Kb/sec  
★★★★★★★★★★★★★★★★★★★★★★★★★  
你目前的空间容量为 |%QuotaMax/KB  
你目前总共使用了 |%QuotaUsed/KB  
你目前的空间剩余 |%QuotaLeft/KB  
★★★★★★★★★★★★★★★★★★★★★★★★★    
   欢迎来自 %IP 的朋友访问 来子 的FTP服务器!  
   现在是北京时间:%Time,趖e  
   本站开通以来已接通 %UAll 位使用者  
   服务器本次运行时间%ServerHours小时零%ServerMins分  
   服务器%Disk盘上还有遰ee MBytes的剩余空间。  
   过去 24 小时总共有 %U24h 次连接。  
   你是本次运行以来的第%UAll位访客。  
   目前的连机人数%UNow  
   本次流量统计→下载:%ServerKbDownK 上传:%ServerKbUpK。  
   目前匿名有%UAnonAll个连接,总共允许%MaxAnonymous个连接。

    
最新技术文章:
▪linux系统中的列出敏感用户的脚本代码
▪a10 config backup for aXAPI
▪一键备份gitolite服务器的Shell脚本
▪nagios 分发文件实现代码
▪阿里云云服务器Linux系统更新yum源Shell脚本
▪一个监控LINUX目录和文件变化的Shell脚本分享
▪Linux下实现SSH免密码登录和实现秘钥的管理、...
▪Shell正则表达式之grep、sed、awk实操笔记
▪3个备份系统文件并邮件发送的Shell脚本分享
▪CentOS 6.3下给PHP添加mssql扩展模块教程
▪监控网站是否可以正常打开的Shell脚本分享
▪shell脚本编程之if语句学习笔记
▪shell脚本编程之循环语句学习笔记
▪shell脚本编程之case语句学习笔记
▪Shell脚本实现的阳历转农历代码分享
▪Shell脚本实现复制文件到多台服务器的代码分...
▪Shell脚本实现批量下载网络图片代码分享
▪Shell脚本实现检测文件是否被修改过代码分享
▪Shell脚本数组用法小结
▪Shell脚本批量重命名文件后缀的3种实现
▪C语言实现的ls命令源码分享
▪Linux下查找后门程序 CentOS 查后门程序的shell脚...
▪Shell 函数参数
▪linux shell 自定义函数方法(定义、返回值、变...
▪Shell实现判断进程是否存在并重新启动脚本分...
▪Shell脚本break和continue命令简明教程
▪Shell脚本函数定义和函数参数
▪让代码整洁、过程清晰的BASH Shell编程技巧
▪shell常用重定向实例讲解
▪awk中RS、ORS、FS、OFS的区别和联系小结
 


站内导航:


特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

©2012-2021,,E-mail:www_#163.com(请将#改为@)

浙ICP备11055608号-3