admin 管理员组

文章数量: 1184232


2024年4月28日发(作者:忙怎么组词二年级上册)

Genesis2000脚本命令大全

的用法,注意每一个case必须要以breaksw结尾

否则会继续执行下一个case的命令

(1)另外,$<的意思是取得使用者的standinput

(2)echo若加上-n的选项,则游标会停留在该行最后

echo-n"Inputonecolor:

setSTOPLIGHT=$<

switch($STOPLIGHT)

casered:

echo"red"

breaksw

caseorange:

echo"orange"

breaksw

casegreen:

echo"green"

breaksw

default:

"

echo"youinput$STOPLIGHT"

endsw

--------------------------------------------------------------------

2.利用set来取得变数,setABC="IamABC"

也可以利用`command`来取得命令

且外,case也可以用万用字元*来代替

setVER=`uname-r`

switch($VER)

case5.5:

echo"runthesetupof$VER"

breaksw

case5.3:

echo"runthesetupof$VER"

breaksw

case5.*:

echo"like5.x"

breaksw

case4.*:

echo"like4.x"

breaksw

default:

echo"noidea"

endsw

--------------------------------------------------------------------

的语法,比较数字

setn1=1

setn2=2

if($n1==$n2)then

echo"$n1Equal$n2"

else

echo"$n1NotEqual$n2"

endif

--------------------------------------------------------------------

的语法,比较字串

setn1=abcdef

setn2=abcde

if($n1==$n2)then

echo"$n1Equal$n2"

else

echo"$n1NotEqual$n2"

endif

--------------------------------------------------------------------

的语法,比较相似的字串

setn1=abcdef

setn2=abcde

if($n1=~$n2)then

echo"$n1Like$n2"

else

echo"$n1NotLike$n2"

endif

--------------------------------------------------------------------

的语法,比较数字的大小

setn1=1

setn2=2

if($n1>$n2)then

echo"$n1>$n2"

else

echo"$n1<$n2"

endif

--------------------------------------------------------------------

7.每分钟执行一次的程式

#mm等于当天时间的【分钟】数

setmm=`date|cut-d''-f4|cut-d:-f2`

if(-r$)then

rm$

touch$

else

touch$

endif

while($mm<=16)

setmm=`date|cut-d''-f4|cut-d:-f2`

echo"$mmnowis`date`"

sleep60

#echo"$mmnowis`date`">>$

end

echo"Over">>$

--------------------------------------------------------------------

8.一个回圈的范例,并且利用expr去作加的动作

回圈的语法如下:

foreachnumber(123)

echo$number

end

setcounter=0

while($counter<=10)

echo"sleepingfor5seconds"

sleep5

counter=`expr$counter+1`

end

--------------------------------------------------------------------

9.设定一个用当天月份与日期作为档案名称的程式

如今天是10/02,则$prefix会等于该程式+1002

1002

setprefix=`basename$0``date'+%m%d'`

echo$0

echo$prefix

--------------------------------------------------------------------

10.移除在foreach回圈内指定的档案内的font字串

foreachfile([b,e,g,h,s]*.html)

echo-n"Processing$file,removethelinenumber`grep-nfont

$file`"

#$log表示这个$file有几个font字串

setlog=`grep-cfont$file`

if($log=='0')then

echo",pass$file"

else

#先找出该档案的第一次出现font的行数,如果3,则$cmd

=3d

setcmd=`grep-nfont$file|cut-d:-f1|head-1`d

#利用sed去执行删除的动作,并把结果输出到${file}1

sed$cmd$file>${file}1

#如果${file}1没有资料,则passing

if(-z${file}1)then

echo",${file}1iszero"

else

cp${file}1$file

rm{$file}1

echo",

endif

endif

end

$fileremoveok"

#后来看过sed的更进一步用法,发现先前写的太笨了,试试这个

#sed/font/d$file>${file}1

#一次OK,我真是大笨蛋

--------------------------------------------------------------------

11.功能:将指定的档案中,出现第一次【回】的那一行,加上

tle>xxxx

foreachfile(sky*.html)

setfiletitle=ftitle

#主要部份为sed部份s/^*//表示将该行第一个字

元前的空白删除

echo"`grep回$file|head-1|sed-e's/^</p><p style="text-indent: 2em;font-size:18px;">le>">$ftitle</p><p style="text-indent: 2em;font-size:18px;">#将刚刚那一行,再插回去</p><p style="text-indent: 2em;font-size:18px;">head-1$file>${file}head</p><p style="text-indent: 2em;font-size:18px;">sed1d$file>${file}1</p><p style="text-indent: 2em;font-size:18px;">cat$ftitle>>${file}head</p><p style="text-indent: 2em;font-size:18px;">cat${file}1>>${file}head</p><p style="text-indent: 2em;font-size:18px;">cp${file}head$file</p><p style="text-indent: 2em;font-size:18px;">rm${file}1</p><p style="text-indent: 2em;font-size:18px;">rm$ftitle</p><p style="text-indent: 2em;font-size:18px;">rm${file}head</p><p style="text-indent: 2em;font-size:18px;">echo"$fileok"</p><p style="text-indent: 2em;font-size:18px;">end</p><p style="text-indent: 2em;font-size:18px;">--------------------------------------------------------------------</p><p style="text-indent: 2em;font-size:18px;">*//'`</tit</p><p style="text-indent: 2em;font-size:18px;"></p><p style="text-indent: 2em;font-size:18px;">12.一个实际建立一个ftpserver的程式</p><p style="text-indent: 2em;font-size:18px;">里面包括许多应用,相当有参考价值</p><p style="text-indent: 2em;font-size:18px;">(未完成)</p><p style="text-indent: 2em;font-size:18px;">setpath=(/usr/bin/usr/sbin)</p><p style="text-indent: 2em;font-size:18px;">#</p><p style="text-indent: 2em;font-size:18px;">settrue=`grep-cftp/etc/passwd`</p><p style="text-indent: 2em;font-size:18px;">if($true==0)then</p><p style="text-indent: 2em;font-size:18px;">echo"noftpuserinyoursystem"</p><p style="text-indent: 2em;font-size:18px;">echo-n"doyouwanttocreatetheftpuser?"</p><p style="text-indent: 2em;font-size:18px;">setanswer=$<</p><p style="text-indent: 2em;font-size:18px;">if($answer=='y'||$answer=='Y')then</p><p style="text-indent: 2em;font-size:18px;">setmaxid=`sort/etc/passwd|tail-1|cut-d:-f3`</p><p style="text-indent: 2em;font-size:18px;">echo$maxid</p><p style="text-indent: 2em;font-size:18px;">setnewid=`expr$maxid+1`</p><p style="text-indent: 2em;font-size:18px;">echo$newid</p><p style="text-indent: 2em;font-size:18px;">echo"/usr/sbin/useradd-d/home1/ftp-u$newid-s/etc/false</p><p style="text-indent: 2em;font-size:18px;">ftp"</p><p style="text-indent: 2em;font-size:18px;">endif</p><p style="text-indent: 2em;font-size:18px;">else</p><p style="text-indent: 2em;font-size:18px;">echo"stemalreadyhastheftpuser."</p><p style="text-indent: 2em;font-size:18px;">setftphome=`grepftp:/etc/passwd|cut-d:-f6`</p><p style="text-indent: 2em;font-size:18px;"></p><p style="text-indent: 2em;font-size:18px;">echo$ftphome</p><p style="text-indent: 2em;font-size:18px;">endif</p><p style="text-indent: 2em;font-size:18px;">if(-z$ftphome)then</p><p style="text-indent: 2em;font-size:18px;">echo"ftphomemustbenon-null"</p><p style="text-indent: 2em;font-size:18px;">exit2</p><p style="text-indent: 2em;font-size:18px;">endif</p><p style="text-indent: 2em;font-size:18px;">if($ftphome=="/usr"||$ftphome=="/")then</p><p style="text-indent: 2em;font-size:18px;">echo"ftphomecan'tbe/or/usr"</p><p style="text-indent: 2em;font-size:18px;">exit2</p><p style="text-indent: 2em;font-size:18px;">endif</p><p style="text-indent: 2em;font-size:18px;">#createtheftphomedirectory</p><p style="text-indent: 2em;font-size:18px;">if(!-d$ftphome)then</p><p style="text-indent: 2em;font-size:18px;">echo"mkdir$ftphome"</p><p style="text-indent: 2em;font-size:18px;">endif</p><p style="text-indent: 2em;font-size:18px;">echo"SettinguptheftphomeforSunOS`uname-r`"</p><p style="text-indent: 2em;font-size:18px;">if(!-d$ftphome)then</p><p style="text-indent: 2em;font-size:18px;">echo"mkdir-p$ftphome/usr/bin"</p><p style="text-indent: 2em;font-size:18px;"></p><p style="text-indent: 2em;font-size:18px;">endif</p><p style="text-indent: 2em;font-size:18px;">cp/bin/ls$ftphome/usr/bin</p><p style="text-indent: 2em;font-size:18px;">chmod111$ftphome/usr/bin/ls</p><p style="text-indent: 2em;font-size:18px;">chownroot$ftphome/usr/bin</p><p style="text-indent: 2em;font-size:18px;">chmod555$ftphome/usr/bin</p><p style="text-indent: 2em;font-size:18px;">if(-r$ftphome/bin)then</p><p style="text-indent: 2em;font-size:18px;">mv-f$ftphome/bin$ftphome/Obin</p><p style="text-indent: 2em;font-size:18px;">endif</p><p style="text-indent: 2em;font-size:18px;">ln-susr/bin$ftphome</p><p style="text-indent: 2em;font-size:18px;">--------------------------------------------------------------------</p><p style="text-indent: 2em;font-size:18px;">13.取得该使用者的UID</p><p style="text-indent: 2em;font-size:18px;">if($#argv==0)then</p><p style="text-indent: 2em;font-size:18px;">echo"$0usage:$1username"</p><p style="text-indent: 2em;font-size:18px;">exit2</p><p style="text-indent: 2em;font-size:18px;">endif</p><p style="text-indent: 2em;font-size:18px;"></p><p style="text-indent: 2em;font-size:18px;">setuid=`grep$1/etc/passwd|cut-d:-f3`</p><p style="text-indent: 2em;font-size:18px;">echo$uid</p><p style="text-indent: 2em;font-size:18px;">--------------------------------------------------------------------</p><p style="text-indent: 2em;font-size:18px;">14.将指定档案内的html取代成htm</p><p style="text-indent: 2em;font-size:18px;">foreachfile(*.html)</p><p style="text-indent: 2em;font-size:18px;">echo""</p><p style="text-indent: 2em;font-size:18px;">seds/html/htm/$file>${file}1</p><p style="text-indent: 2em;font-size:18px;">cp${file}1$file</p><p style="text-indent: 2em;font-size:18px;">rm${file}1</p><p style="text-indent: 2em;font-size:18px;">end</p><p style="text-indent: 2em;font-size:18px;">--------------------------------------------------------------------</p><p style="text-indent: 2em;font-size:18px;">15.一个简简单单的范例,看看就好</p><p style="text-indent: 2em;font-size:18px;">#!/bin/csh-f</p><p style="text-indent: 2em;font-size:18px;"></p><p style="text-indent: 2em;font-size:18px;">echoWELCOMEto*TAPECOPY*</p><p style="text-indent: 2em;font-size:18px;"></p><p style="text-indent: 2em;font-size:18px;"></p><p style="text-indent: 2em;font-size:18px;">echoEnteryourname:</p><p style="text-indent: 2em;font-size:18px;">#$<canreadfromstandinput</p><p style="text-indent: 2em;font-size:18px;">setname=$<</p><p style="text-indent: 2em;font-size:18px;">echo""</p><p style="text-indent: 2em;font-size:18px;">echoHi$name!</p><p style="text-indent: 2em;font-size:18px;">setD=`date`</p><p style="text-indent: 2em;font-size:18px;">echoToday'sdateis$D[1]$D[2]$D[3]</p><p style="text-indent: 2em;font-size:18px;">if($D[1]==Mon)then</p><p style="text-indent: 2em;font-size:18px;">echo-------------------------------------------------------------</p><p style="text-indent: 2em;font-size:18px;">echoTodayis$D[1]day$name,it'stimetocopyyourdirector</p><p style="text-indent: 2em;font-size:18px;">ys!</p><p style="text-indent: 2em;font-size:18px;">echo-------------------------------------------------------------</p><p style="text-indent: 2em;font-size:18px;">else</p><p style="text-indent: 2em;font-size:18px;">echo-------------------------------------------------------------</p><p style="text-indent: 2em;font-size:18px;">echoTodayis$D[1]day$name,notapecopiestoday!</p><p style="text-indent: 2em;font-size:18px;">echo-------------------------------------------------------------</p><p style="text-indent: 2em;font-size:18px;">endif</p><p style="text-indent: 2em;font-size:18px;">--------------------------------------------------------------------</p><p style="text-indent: 2em;font-size:18px;">16.一个finger的程式</p><p style="text-indent: 2em;font-size:18px;"></p><p style="text-indent: 2em;font-size:18px;">setFINGER="/usr/ucb/finger"</p><p style="text-indent: 2em;font-size:18px;">if(-x$FINGER)then</p><p style="text-indent: 2em;font-size:18px;">if($#argv==0)then</p><p style="text-indent: 2em;font-size:18px;">cat<<TAG</p><p style="text-indent: 2em;font-size:18px;">---------------------------------</p><p style="text-indent: 2em;font-size:18px;"></p><p style="text-indent: 2em;font-size:18px;">---------------------------------</p><p style="text-indent: 2em;font-size:18px;">TAG</p><p style="text-indent: 2em;font-size:18px;">else</p><p style="text-indent: 2em;font-size:18px;">$FINGER"$*"</p><p style="text-indent: 2em;font-size:18px;">endif</p><p style="text-indent: 2em;font-size:18px;">else</p><p style="text-indent: 2em;font-size:18px;">echo"Cannotfindfingeronthissystem."</p><p style="text-indent: 2em;font-size:18px;">endif</p><p style="text-indent: 2em;font-size:18px;">--------------------------------------------------------------------</p><p style="text-indent: 2em;font-size:18px;">17.取得变数的方法</p><p style="text-indent: 2em;font-size:18px;">setW=`who-r`</p><p style="text-indent: 2em;font-size:18px;"></p><p style="text-indent: 2em;font-size:18px;">echo$W[9]</p><p style="text-indent: 2em;font-size:18px;">--------------------------------------------------------------------</p><p style="text-indent: 2em;font-size:18px;">18.更改档案名称,将*.html-->*.htm</p><p style="text-indent: 2em;font-size:18px;">#rename*.htmlto*.htm</p><p style="text-indent: 2em;font-size:18px;">echo-n"Thiswillchange*.htmlto*.ntinue?(y/n):</p><p style="text-indent: 2em;font-size:18px;">"</p><p style="text-indent: 2em;font-size:18px;">setinput=$<</p><p style="text-indent: 2em;font-size:18px;">if($input!="y"&&$input!="Y")then</p><p style="text-indent: 2em;font-size:18px;">echo"..."</p><p style="text-indent: 2em;font-size:18px;">exit2</p><p style="text-indent: 2em;font-size:18px;">endif</p><p style="text-indent: 2em;font-size:18px;">foreachfile(*.html)</p><p style="text-indent: 2em;font-size:18px;">echo"Processing$fileto`basename$`.htm"</p><p style="text-indent: 2em;font-size:18px;">mv$file`basename$`.htm</p><p style="text-indent: 2em;font-size:18px;">end</p><p style="text-indent: 2em;font-size:18px;">--------------------------------------------------------------------</p><p style="text-indent: 2em;font-size:18px;"></p><p style="text-indent: 2em;font-size:18px;">19.更改档案名称,将*.htm-->*.html</p><p style="text-indent: 2em;font-size:18px;">echo-n"Thiswillchange*.htmto*.ntinue?(y/n):</p><p style="text-indent: 2em;font-size:18px;">"</p><p style="text-indent: 2em;font-size:18px;">setinput=$<</p><p style="text-indent: 2em;font-size:18px;">if($input!="y"&&$input!="Y")then</p><p style="text-indent: 2em;font-size:18px;">echo"..."</p><p style="text-indent: 2em;font-size:18px;">exit2</p><p style="text-indent: 2em;font-size:18px;">endif</p><p style="text-indent: 2em;font-size:18px;">#rename*.htmto*.html</p><p style="text-indent: 2em;font-size:18px;">foreachfile(*.htm)</p><p style="text-indent: 2em;font-size:18px;">echo"Processing$fileto`basename$`.html"</p><p style="text-indent: 2em;font-size:18px;">mv$file`basename$`.html</p><p style="text-indent: 2em;font-size:18px;">end</p><p style="text-indent: 2em;font-size:18px;">--------------------------------------------------------------------</p><p style="text-indent: 2em;font-size:18px;">20.将大写的档名改成小写的档名</p><p style="text-indent: 2em;font-size:18px;">trstring1string2会将standardinput的字串,</p><p style="text-indent: 2em;font-size:18px;">所对应到的string1,都以string2取代</p><p style="text-indent: 2em;font-size:18px;">foreachfile(*)</p><p style="text-indent: 2em;font-size:18px;"></p><p style="text-indent: 2em;font-size:18px;">mv$file`echo$file|tr'[A-Z]''[a-z]'`</p><p style="text-indent: 2em;font-size:18px;">end</p><p style="text-indent: 2em;font-size:18px;">--------------------------------------------------------------------</p><p style="text-indent: 2em;font-size:18px;">21.将小写的档名改成大写的档名</p><p style="text-indent: 2em;font-size:18px;">foreachfile(*)</p><p style="text-indent: 2em;font-size:18px;">mv$file`echo$file|tr'[a-z]''[A-Z]'`</p><p style="text-indent: 2em;font-size:18px;">end</p></div><br><p><h2></h2></p> <!-- 附件 --> <p class="tag"> 本文标签: <a style="margin-right: 10px" href="/tag/509.html" target="_blank">档案</a> <a style="margin-right: 10px" href="/tag/430154.html" target="_blank">取得</a> <a style="margin-right: 10px" href="/tag/55636.html" target="_blank">用法</a> <a style="margin-right: 10px" href="/tag/428473.html" target="_blank">利用</a> <a style="margin-right: 10px" href="/tag/657.html" target="_blank">程式</a> </p> <div class="roclinux-cn copyright"> <blockquote> <p> 版权声明:本文标题:Genesis2000脚本命令大全 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:<a href="https://www.roclinux.cn/b/1714248406a671642.html">https://www.roclinux.cn/b/1714248406a671642.html</a>, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。 </p> </blockquote> </div> </div> <div class="roclinux-cn block-wrap single-relative"> <h2 class="block-title"> 更多相关文章 </h2> <div class="roclinux-cn post-list"> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/b/1718612625a724565.html" title="food和foods用法例子">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="food和foods用法例子">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/b" target="_blank">编程</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/b/1718612625a724565.html" class="post-item-title" title="food和foods用法例子"> <h3>food和foods用法例子</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/b" target="_blank">编程</a> </li> </ul> </div> </a> <div class="roclinux-cn post-item-footer"> <div class="roclinux-cn tag-wrap"> </div> <div class="roclinux-cn post-item-meta">2024-6-17</div> </div> <p class="post-item-summary">年月日发(作者:怎么读)和是英文中非常常见的词汇,在日常生活中我们经常使用它们,但是很多人对它们的正确使用仍然感到困惑。今天我们就来仔细地解析一下和的用法,并举出一些例子,帮助大家更好地理解和运用它们。一、和的区别.是不可数名词,表示“食物</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/p/1718643491a725030.html" title="lay的意思用法大全">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="lay的意思用法大全">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/p" target="_blank">技术日记</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/p/1718643491a725030.html" class="post-item-title" title="lay的意思用法大全"> <h3>lay的意思用法大全</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/p" target="_blank">技术日记</a> </li> </ul> </div> </a> <div class="roclinux-cn post-item-footer"> <div class="roclinux-cn tag-wrap"> </div> <div class="roclinux-cn post-item-meta">2024-6-18</div> </div> <p class="post-item-summary">年月日发(作者:数组)的意思用法大全有放置,铺放,涂,敷,产卵的意思。它在初中英语中是比较重点的单词,今天给大家带来了的用法,希望能够帮助到大家,一起来学习吧。的意思.放置,铺放,涂,敷,产卵.世俗的,外行的,没有经验的.叙事诗,性伙伴变形</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/p/1718766184a727224.html" title="证明书之单位存档证明介绍信">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="证明书之单位存档证明介绍信">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/p" target="_blank">技术日记</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/p/1718766184a727224.html" class="post-item-title" title="证明书之单位存档证明介绍信"> <h3>证明书之单位存档证明介绍信</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/p" target="_blank">技术日记</a> </li> </ul> </div> </a> <div class="roclinux-cn post-item-footer"> <div class="roclinux-cn tag-wrap"> </div> <div class="roclinux-cn post-item-meta">2024-6-19</div> </div> <p class="post-item-summary">年月日发(作者:三相异步电动机名牌)单位存档证明介绍信【篇一:存档介绍信格式】***人才服务中心:我单位拟同意聘用***同志(身份证号码:)为本单位员工,同意将该同志档案存入***单位档案集体户中,请协助办理档案转移相关事宜。此致敬礼***</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/p/1718773731a727358.html" title="call的读法">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="call的读法">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/p" target="_blank">技术日记</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/p/1718773731a727358.html" class="post-item-title" title="call的读法"> <h3>call的读法</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/p" target="_blank">技术日记</a> </li> </ul> </div> </a> <div class="roclinux-cn post-item-footer"> <div class="roclinux-cn tag-wrap"> </div> <div class="roclinux-cn post-item-meta">2024-6-19</div> </div> <p class="post-item-summary">年月日发(作者:进度条为什么不动)的读法【引言】在学习英语的过程中,掌握单词的发音是提高口语能力的关键。而“”这个单词在不同情境下的发音和用法,更是英语学习者需要深入了解的部分。本文将详细解析“”的发音及用法,帮助大家更好地运用这个单词。【</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/b/1719442994a736247.html" title="80个寓意发财的英文名字">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="80个寓意发财的英文名字">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/b" target="_blank">编程</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/b/1719442994a736247.html" class="post-item-title" title="80个寓意发财的英文名字"> <h3>80个寓意发财的英文名字</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/b" target="_blank">编程</a> </li> </ul> </div> </a> <div class="roclinux-cn post-item-footer"> <div class="roclinux-cn tag-wrap"> </div> <div class="roclinux-cn post-item-meta">2024-6-27</div> </div> <p class="post-item-summary">年月日发(作者:棋牌赚钱)个寓意发财的英文名字以下是个寓意发财的英文名字:.-用法:作为一个名字,表示富有和成功的人。.-用法:作为一个名字,表示富有和成功的人。.-用法:作为一个名字,表示幸运和繁荣。.-用法:作为一个名字,表示财务稳定和</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/p/1735033992a1625254.html" title="蓝桥杯题库基础练习:进制转换">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="蓝桥杯题库基础练习:进制转换">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/p" target="_blank">技术日记</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/p/1735033992a1625254.html" class="post-item-title" title="蓝桥杯题库基础练习:进制转换"> <h3>蓝桥杯题库基础练习:进制转换</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/p" target="_blank">技术日记</a> </li> </ul> </div> </a> <div class="roclinux-cn post-item-footer"> <div class="roclinux-cn tag-wrap"> </div> <div class="roclinux-cn post-item-meta">2024-12-24</div> </div> <p class="post-item-summary">年月日发(作者:用法);}&#;&#;:{(,&#;&#;,&#;&#;,&#;&#;,&#;&#;,*);;}&#;&#;:{(,&#;&#;,&#;&#;,&#;&#;,&#;&#;,*);;}&#;&#;:{(,&#;&#;,&#;&</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/p/1735305783a1645610.html" title="golang hset用法 -回复">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="golang hset用法 -回复">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/p" target="_blank">技术日记</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/p/1735305783a1645610.html" class="post-item-title" title="golang hset用法 -回复"> <h3>golang hset用法 -回复</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/p" target="_blank">技术日记</a> </li> </ul> </div> </a> <div class="roclinux-cn post-item-footer"> <div class="roclinux-cn tag-wrap"> </div> <div class="roclinux-cn post-item-meta">2024-12-27</div> </div> <p class="post-item-summary">年月日发(作者:上的程序能用跑吗)用法-回复(哈希集合)用法解析在中,(哈希集合)是一种基于哈希表实现的数据结构,用于存储键值对的集合。在本篇文章中,我们将一步一步介绍中的用法,包括初始化、插入、删除、查找等操作,以便更好地理解和应用该数据</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/p/1735320179a1647639.html" title="英文succeed的中文是什么意思">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="英文succeed的中文是什么意思">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/p" target="_blank">技术日记</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/p/1735320179a1647639.html" class="post-item-title" title="英文succeed的中文是什么意思"> <h3>英文succeed的中文是什么意思</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/p" target="_blank">技术日记</a> </li> </ul> </div> </a> <div class="roclinux-cn post-item-footer"> <div class="roclinux-cn tag-wrap"> </div> <div class="roclinux-cn post-item-meta">2024-12-28</div> </div> <p class="post-item-summary">年月日发(作者:三次握手的作用)英文的中文是什么意思英文的中文是什么意思英文单词的用法很广泛,我们非常有必要弄明白它的中文意思。下文是店铺为大家准备了英文单词具体所指的中文意思,希望能对大家有所帮助!英文单词的中文意思英[:]美[]第三人称</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/p/1735396436a1658336.html" title="晶圆制造工艺-ETCH">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="晶圆制造工艺-ETCH">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/p" target="_blank">技术日记</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/p/1735396436a1658336.html" class="post-item-title" title="晶圆制造工艺-ETCH"> <h3>晶圆制造工艺-ETCH</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/p" target="_blank">技术日记</a> </li> </ul> </div> </a> <div class="roclinux-cn post-item-footer"> <div class="roclinux-cn tag-wrap"> </div> <div class="roclinux-cn post-item-meta">2024-12-28</div> </div> <p class="post-item-summary">年月日发(作者:子网掩码怎么算).晶圆制造工艺流程、表面清洗、初次氧化、()法沉积一层(或)。()常压()()低压()()热()()()电浆增强()()()&分子磊晶成长()()外延生长法()、涂敷光刻胶()光刻胶的涂敷()预烘()()曝光</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/p/1771025881a3540261.html" title="利用requests库快速搜集QQ表情资源,小白也能搞定!">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="利用requests库快速搜集QQ表情资源,小白也能搞定!">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/p" target="_blank">技术日记</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/p/1771025881a3540261.html" class="post-item-title" title="利用requests库快速搜集QQ表情资源,小白也能搞定!"> <h3>利用requests库快速搜集QQ表情资源,小白也能搞定!</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/p" target="_blank">技术日记</a> </li> </ul> </div> </a> <div class="roclinux-cn post-item-footer"> <div class="roclinux-cn tag-wrap"> </div> <div class="roclinux-cn post-item-meta">3月前</div> </div> <p class="post-item-summary">使用requests库完成从网站上爬取图片直接保存到电脑 上图为使用的代码,其中爬取图片的网站为 28,29行代码使用的是所要爬取的图片的qr码,根据图片类型的不同,28.29a行的后缀需要进行相应的更改动图后缀为.g</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/b/1771047078a3540501.html" title="玩出新花样,利用Adobe Flash Player的窗口功能将SWF游戏提升一个境界">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="玩出新花样,利用Adobe Flash Player的窗口功能将SWF游戏提升一个境界">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/b" target="_blank">编程</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/b/1771047078a3540501.html" class="post-item-title" title="玩出新花样,利用Adobe Flash Player的窗口功能将SWF游戏提升一个境界"> <h3>玩出新花样,利用Adobe Flash Player的窗口功能将SWF游戏提升一个境界</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/b" target="_blank">编程</a> </li> </ul> </div> </a> <div class="roclinux-cn post-item-footer"> <div class="roclinux-cn tag-wrap"> </div> <div class="roclinux-cn post-item-meta">3月前</div> </div> <p class="post-item-summary">免责声明: 内容仅供学习参考,请合法利用知识,禁止进行违法犯罪活动!内容参考于: 易道云信息技术研究院上一个内容: 逆向窗口化的思路: 首先使用Ollydbg工具打开</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/p/1771112771a3540932.html" title="一文学会:利用Selenium快速下发键盘事件,掌握网页操作大法">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="一文学会:利用Selenium快速下发键盘事件,掌握网页操作大法">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/p" target="_blank">技术日记</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/p/1771112771a3540932.html" class="post-item-title" title="一文学会:利用Selenium快速下发键盘事件,掌握网页操作大法"> <h3>一文学会:利用Selenium快速下发键盘事件,掌握网页操作大法</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/p" target="_blank">技术日记</a> </li> </ul> </div> </a> <div class="roclinux-cn post-item-footer"> <div class="roclinux-cn tag-wrap"> </div> <div class="roclinux-cn post-item-meta">3月前</div> </div> <p class="post-item-summary">常用键盘事件方法总结 from selenium import webdriver#引入keys()方法(提供了键盘上几乎所有的按键方法)from selenium.webdriver.common.k</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/b/1771369323a3543823.html" title="初学者指南:利用Python代码为文件夹添加密码保护功能">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="初学者指南:利用Python代码为文件夹添加密码保护功能">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/b" target="_blank">编程</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/b/1771369323a3543823.html" class="post-item-title" title="初学者指南:利用Python代码为文件夹添加密码保护功能"> <h3>初学者指南:利用Python代码为文件夹添加密码保护功能</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/b" target="_blank">编程</a> </li> </ul> </div> </a> <div class="roclinux-cn post-item-footer"> <div class="roclinux-cn tag-wrap"> </div> <div class="roclinux-cn post-item-meta">2月前</div> </div> <p class="post-item-summary">一。摆脱任何工具-简单代码让文件夹加密: 附代码: cls@ECHO OFFtitle Folder wordpythonif EXIST "Control Panel.{21EC2020-3AEA-1069-A2</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/p/1771534935a3545708.html" title="Ubuntu新手必备:利用Docker快速完成微信和QQ的安装,还能调整字体大小哦">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="Ubuntu新手必备:利用Docker快速完成微信和QQ的安装,还能调整字体大小哦">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/p" target="_blank">技术日记</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/p/1771534935a3545708.html" class="post-item-title" title="Ubuntu新手必备:利用Docker快速完成微信和QQ的安装,还能调整字体大小哦"> <h3>Ubuntu新手必备:利用Docker快速完成微信和QQ的安装,还能调整字体大小哦</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/p" target="_blank">技术日记</a> </li> </ul> </div> </a> <div class="roclinux-cn post-item-footer"> <div class="roclinux-cn tag-wrap"> </div> <div class="roclinux-cn post-item-meta">2月前</div> </div> <p class="post-item-summary">参考安装参考: 调整字体参考:启动 微信 复制以下脚本到 linux_dck_wechat.sh#!binbashecho"docker pull ..."</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/b/1771670846a3547246.html" title="Flash迷宫新解密:快速找到并启动隐藏文件夹">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="Flash迷宫新解密:快速找到并启动隐藏文件夹">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/b" target="_blank">编程</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/b/1771670846a3547246.html" class="post-item-title" title="Flash迷宫新解密:快速找到并启动隐藏文件夹"> <h3>Flash迷宫新解密:快速找到并启动隐藏文件夹</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/b" target="_blank">编程</a> </li> </ul> </div> </a> <div class="roclinux-cn post-item-footer"> <div class="roclinux-cn tag-wrap"> </div> <div class="roclinux-cn post-item-meta">2月前</div> </div> <p class="post-item-summary">本文介绍一点隐藏文件夹的小技巧,没有详细说明,如果有问题可以自行百度、给我私信或者发邮箱1577017861@qq.com 众所周知,win + R 打开 cmd,利用 (属性attribute)attrib ? 可以轻易找</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/b/1771706901a3547646.html" title="分享的IIS站点在局域网内失联?解救指南助您重启访问!">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="分享的IIS站点在局域网内失联?解救指南助您重启访问!">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/b" target="_blank">编程</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/b/1771706901a3547646.html" class="post-item-title" title="分享的IIS站点在局域网内失联?解救指南助您重启访问!"> <h3>分享的IIS站点在局域网内失联?解救指南助您重启访问!</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/b" target="_blank">编程</a> </li> </ul> </div> </a> <div class="roclinux-cn post-item-footer"> <div class="roclinux-cn tag-wrap"> </div> <div class="roclinux-cn post-item-meta">2月前</div> </div> <p class="post-item-summary">今天做好一个客户的网站,利用IIS发布以后,在公司内部让同事测试,发给他们地址,竟然不能访问我所发布的IIS网站,问问公司的网管,他说他也不是很清楚IIS发布访问,没得办法,只能上baidu看看,找了很多资料,终于找到了我想要的资料。</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/b/1771847046a3549230.html" title="技术迷宫:一探如何利用SWF与Flash实现精准的用户位置定位!">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="技术迷宫:一探如何利用SWF与Flash实现精准的用户位置定位!">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/b" target="_blank">编程</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/b/1771847046a3549230.html" class="post-item-title" title="技术迷宫:一探如何利用SWF与Flash实现精准的用户位置定位!"> <h3>技术迷宫:一探如何利用SWF与Flash实现精准的用户位置定位!</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/b" target="_blank">编程</a> </li> </ul> </div> </a> <div class="roclinux-cn post-item-footer"> <div class="roclinux-cn tag-wrap"> </div> <div class="roclinux-cn post-item-meta">2月前</div> </div> <p class="post-item-summary">*&---------------------------------------------------------------------**& Report Z_IP **& **&am</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/p/1772031355a3551335.html" title="新手教程:利用iSpring Suite与Adobe Flash Player快速上手教学视频创作">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="新手教程:利用iSpring Suite与Adobe Flash Player快速上手教学视频创作">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/p" target="_blank">技术日记</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/p/1772031355a3551335.html" class="post-item-title" title="新手教程:利用iSpring Suite与Adobe Flash Player快速上手教学视频创作"> <h3>新手教程:利用iSpring Suite与Adobe Flash Player快速上手教学视频创作</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/p" target="_blank">技术日记</a> </li> </ul> </div> </a> <div class="roclinux-cn post-item-footer"> <div class="roclinux-cn tag-wrap"> </div> <div class="roclinux-cn post-item-meta">2月前</div> </div> <p class="post-item-summary">是用于PowerPoint的完整的电子学习创作工具包。可以在短时间内将PowerPoint演示文稿转化为强大的电子课程。开发高质量的课程,视频讲座和评估,可以在任何桌面,笔记本电脑和移动平台上工作。 你打算培训新员工吗?您想向</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/p/1773870884a3566668.html" title="信息安全学习----破解windows 开机密码_win7系统密码文件存储位置">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="信息安全学习----破解windows 开机密码_win7系统密码文件存储位置">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/p" target="_blank">技术日记</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/p/1773870884a3566668.html" class="post-item-title" title="信息安全学习----破解windows 开机密码_win7系统密码文件存储位置"> <h3>信息安全学习----破解windows 开机密码_win7系统密码文件存储位置</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/p" target="_blank">技术日记</a> </li> </ul> </div> </a> <div class="roclinux-cn post-item-footer"> <div class="roclinux-cn tag-wrap"> </div> <div class="roclinux-cn post-item-meta">2月前</div> </div> <p class="post-item-summary">信息安全学习----破解windows 开机密码 1、利用5次shift粘滞键漏洞 破解过程相关知识: 1、cmd工具路径 c:windowssystem32cmd2、用户、账户密码存储位置</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/b/1773989918a3568047.html" title="tensorflow释放显存">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="tensorflow释放显存">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/b" target="_blank">编程</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/b/1773989918a3568047.html" class="post-item-title" title="tensorflow释放显存"> <h3>tensorflow释放显存</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/b" target="_blank">编程</a> </li> </ul> </div> </a> <div class="roclinux-cn post-item-footer"> <div class="roclinux-cn tag-wrap"> </div> <div class="roclinux-cn post-item-meta">1月前</div> </div> <p class="post-item-summary">经过测试,通过sess.close释放资源并不能释放显存,导致重新建立一个session分配资源时失败。 上提到了两种方法: 1.利用numba库(需要安装numba库) 背后原理:Tensorfl</p> </div> </div> </div> <div class="roclinux-cn comments"> <div class="roclinux-cn postcomm block-wrap" id="divCommentPost"> <h2 class="block-title"> 发表评论 </h2> <form id="saypl" target="_self" method="post" name="saypl" action="/comment/create/671642.html?safe_token=eCZNEt8Kh0t_2FPukoPx9Vv6p83fRfXotMbY59CAlCvdPmMMEyVv67nPpSThZfiDqlcmlRem3k7o7p6FpFhprN3g_3D_3D"> <input type="hidden" name="doctype" value="1" /> <input type="hidden" name="quotepid" value="0" /> <div class="roclinux-cn comment-box comment-textarea"> <textarea name="message" id="txaArticle" class="text" cols="50" rows="4" tabindex="5" placeholder="评论内容"></textarea> </div> <input name="sumbit" type="submit" tabindex="6" value="发表评论" class="sub"> </form> </div> </div> <div class="sn-comments"> <div class="sn-comments__title">全部评论 0</div> <div class="sn-comments__body"> <div class="sn-empty">暂无评论</div> </div> </div> </div> </div> <div class="aside"> <div class="block-wrap" id="side-top-dxt"> <h2 class="block-title">推荐文章<i class="mcico mico-right"></i></h2> <div class="mcdas"> <a href="/p/1773605492a3563858.html" title="2023显卡性能巅峰战:最新排行榜单公布" class="photo-item" target="_blank" style="background:#364cc6"> <!--<img src="/view/img/nopic.png" alt="2023显卡性能巅峰战:最新排行榜单公布" class="photo-item-img hover-scale" />--> <div class="photo-item-inner"> <h3 class="photo-item-title"> 2023显卡性能巅峰战:最新排行榜单公布 </h3> </div> </a> <a href="/p/1773986753a3568008.html" title="WinISO镜像文件使用简介 _windows ios镜像用法 csdn" class="photo-item" target="_blank" style="background:#364cc6"> <!--<img src="/view/img/nopic.png" alt="WinISO镜像文件使用简介 _windows ios镜像用法 csdn" class="photo-item-img hover-scale" />--> <div class="photo-item-inner"> <h3 class="photo-item-title"> WinISO镜像文件使用简介 _windows ios镜像用法 csdn </h3> </div> </a> <a href="/b/1774186398a3568830.html" title="Windows系统提示找不到msvcr110.dll文件 无法运行软件 修复解决" class="photo-item" target="_blank" style="background:#364cc6"> <!--<img src="/view/img/nopic.png" alt="Windows系统提示找不到msvcr110.dll文件 无法运行软件 修复解决" class="photo-item-img hover-scale" />--> <div class="photo-item-inner"> <h3 class="photo-item-title"> Windows系统提示找不到msvcr110.dll文件 无法运行软件 修复解决 </h3> </div> </a> <a href="/p/1774245086a3569507.html" title="磁盘分区?合并?看这一篇文章就够了_电脑磁盘怎么分盘和合并" class="photo-item" target="_blank" style="background:#364cc6"> <!--<img src="/view/img/nopic.png" alt="磁盘分区?合并?看这一篇文章就够了_电脑磁盘怎么分盘和合并" class="photo-item-img hover-scale" />--> <div class="photo-item-inner"> <h3 class="photo-item-title"> 磁盘分区?合并?看这一篇文章就够了_电脑磁盘怎么分盘和合并 </h3> </div> </a> <a href="/b/1774353339a3570760.html" title="本地连接丢失解决指南" class="photo-item" target="_blank" style="background:#364cc6"> <!--<img src="/view/img/nopic.png" alt="本地连接丢失解决指南" class="photo-item-img hover-scale" />--> <div class="photo-item-inner"> <h3 class="photo-item-title"> 本地连接丢失解决指南 </h3> </div> </a> </div> </div> <div class="block-wrap" id="side-hot-view-item"> <h2 class="block-title">热门文章<i class="mcico mico-right"></i> </h2> <ul> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/b/1773592079a3563705.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="从入门到精通:用Node.js、Vant、Vue-router和Axios构建高效的移动热点资讯H5项目" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="从入门到精通:用Node.js、Vant、Vue-router和Axios构建高效的移动热点资讯H5项目" target="_blank" href="/b/1773592079a3563705.html"> <h3>从入门到精通:用Node.js、Vant、Vue-router和Axios构建高效的移动热点资讯H5项目</h3> </a> <span class="post-date">2月前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/p/1773684296a3564776.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="启动慢如蜗牛?WordWPS安全模式困扰?一文带你彻底解决!" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="启动慢如蜗牛?WordWPS安全模式困扰?一文带你彻底解决!" target="_blank" href="/p/1773684296a3564776.html"> <h3>启动慢如蜗牛?WordWPS安全模式困扰?一文带你彻底解决!</h3> </a> <span class="post-date">2月前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/b/1773724198a3564984.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="硬盘低级格式化教程" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="硬盘低级格式化教程" target="_blank" href="/b/1773724198a3564984.html"> <h3>硬盘低级格式化教程</h3> </a> <span class="post-date">2月前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/b/1773822369a3566112.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="带你玩转Visual Studio——Property Manager的配制_visual studioproperties" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="带你玩转Visual Studio——Property Manager的配制_visual studioproperties" target="_blank" href="/b/1773822369a3566112.html"> <h3>带你玩转Visual Studio——Property Manager的配制_visual studioproperties</h3> </a> <span class="post-date">2月前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/b/1773824919a3566143.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="在 树莓派4 上 USB 启动_树莓派 usb启动" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="在 树莓派4 上 USB 启动_树莓派 usb启动" target="_blank" href="/b/1773824919a3566143.html"> <h3>在 树莓派4 上 USB 启动_树莓派 usb启动</h3> </a> <span class="post-date">2月前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/b/1773984191a3567977.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="mdf文件和ldf文件是什么?_.ldf" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="mdf文件和ldf文件是什么?_.ldf" target="_blank" href="/b/1773984191a3567977.html"> <h3>mdf文件和ldf文件是什么?_.ldf</h3> </a> <span class="post-date">1月前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/b/1774242876a3569481.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="如何安全关闭USB存储设备以避免数据损坏?_编程语言-问答" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="如何安全关闭USB存储设备以避免数据损坏?_编程语言-问答" target="_blank" href="/b/1774242876a3569481.html"> <h3>如何安全关闭USB存储设备以避免数据损坏?_编程语言-问答</h3> </a> <span class="post-date">1月前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/p/1774334240a3570535.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="抖音小程序实现拍抖音功能" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="抖音小程序实现拍抖音功能" target="_blank" href="/p/1774334240a3570535.html"> <h3>抖音小程序实现拍抖音功能</h3> </a> <span class="post-date">1月前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/p/1774482627a3571675.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="掌握Linux中的快捷键,让你的桌面工作更高效!" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="掌握Linux中的快捷键,让你的桌面工作更高效!" target="_blank" href="/p/1774482627a3571675.html"> <h3>掌握Linux中的快捷键,让你的桌面工作更高效!</h3> </a> <span class="post-date">1月前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/b/1774486657a3571720.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="全面升级NOD32更新,确保Flash中心免受威胁" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="全面升级NOD32更新,确保Flash中心免受威胁" target="_blank" href="/b/1774486657a3571720.html"> <h3>全面升级NOD32更新,确保Flash中心免受威胁</h3> </a> <span class="post-date">1月前</span> </div> </li> </ul> </div> <div class="block-wrap" id="side-new-view-item"> <h2 class="block-title">最新文章<i class="mcico mico-right"></i> </h2> <ul> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/p/1774513457a3572031.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="一文教会你AIX系统备份:mksysb实用指南" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="一文教会你AIX系统备份:mksysb实用指南" target="_blank" href="/p/1774513457a3572031.html"> <h3>一文教会你AIX系统备份:mksysb实用指南</h3> </a> <span class="post-date">1月前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/p/1774513382a3572030.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="SWF文件备份失败?这些步骤让你轻松搞定" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="SWF文件备份失败?这些步骤让你轻松搞定" target="_blank" href="/p/1774513382a3572030.html"> <h3>SWF文件备份失败?这些步骤让你轻松搞定</h3> </a> <span class="post-date">1月前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/p/1774513230a3572028.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="Win10系统备份轻松搞定:掌握captureimage命令的关键技巧" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="Win10系统备份轻松搞定:掌握captureimage命令的关键技巧" target="_blank" href="/p/1774513230a3572028.html"> <h3>Win10系统备份轻松搞定:掌握captureimage命令的关键技巧</h3> </a> <span class="post-date">1月前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/p/1774513079a3572026.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="Linux系统安全小贴士:掌握备份与恢复,安心每一天" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="Linux系统安全小贴士:掌握备份与恢复,安心每一天" target="_blank" href="/p/1774513079a3572026.html"> <h3>Linux系统安全小贴士:掌握备份与恢复,安心每一天</h3> </a> <span class="post-date">1月前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/p/1774512928a3572024.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="省时省心!三步完成电脑系统高效备份!" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="省时省心!三步完成电脑系统高效备份!" target="_blank" href="/p/1774512928a3572024.html"> <h3>省时省心!三步完成电脑系统高效备份!</h3> </a> <span class="post-date">1月前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/b/1774513306a3572029.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="Ubuntu系统维护秘籍:备份步骤详解,保护你的劳动成果!" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="Ubuntu系统维护秘籍:备份步骤详解,保护你的劳动成果!" target="_blank" href="/b/1774513306a3572029.html"> <h3>Ubuntu系统维护秘籍:备份步骤详解,保护你的劳动成果!</h3> </a> <span class="post-date">1月前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/b/1774513154a3572027.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="Linux系统不哭:高效备份与快速恢复方案" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="Linux系统不哭:高效备份与快速恢复方案" target="_blank" href="/b/1774513154a3572027.html"> <h3>Linux系统不哭:高效备份与快速恢复方案</h3> </a> <span class="post-date">1月前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/b/1774513003a3572025.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="Ubuntu系统安全大计,备份技巧大公开" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="Ubuntu系统安全大计,备份技巧大公开" target="_blank" href="/b/1774513003a3572025.html"> <h3>Ubuntu系统安全大计,备份技巧大公开</h3> </a> <span class="post-date">1月前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/b/1774512852a3572023.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="GHOST教程:系统备份和还原,小白也能变成高手!" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="GHOST教程:系统备份和还原,小白也能变成高手!" target="_blank" href="/b/1774512852a3572023.html"> <h3>GHOST教程:系统备份和还原,小白也能变成高手!</h3> </a> <span class="post-date">1月前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/b/1774512777a3572022.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="Linux备份与恢复必修课:SWF文件安全策略从入门到精通" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="Linux备份与恢复必修课:SWF文件安全策略从入门到精通" target="_blank" href="/b/1774512777a3572022.html"> <h3>Linux备份与恢复必修课:SWF文件安全策略从入门到精通</h3> </a> <span class="post-date">1月前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/lvyou/1736247036a1725023.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="Exploring the Finest Accommodations: A Comprehensive Guide to Ruston LA Hotels" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="Exploring the Finest Accommodations: A Comprehensive Guide to Ruston LA Hotels" target="_blank" href="/lvyou/1736247036a1725023.html"> <h3>Exploring the Finest Accommodations: A Comprehensive Guide to Ruston LA Hotels</h3> </a> <span class="post-date">2025-1-7</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/lvyou/1736246824a1724956.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="The Enchanting Experience of ScaliniTella NYC: A Culinary Gem in the Heart of Manhattan" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="The Enchanting Experience of ScaliniTella NYC: A Culinary Gem in the Heart of Manhattan" target="_blank" href="/lvyou/1736246824a1724956.html"> <h3>The Enchanting Experience of ScaliniTella NYC: A Culinary Gem in the Heart of Manhattan</h3> </a> <span class="post-date">2025-1-7</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/lvyou/1736246607a1724902.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="Exploring the Exquisite Aloft Chicago O'Hare: A Blend of Modern Luxury and Convenience" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="Exploring the Exquisite Aloft Chicago O'Hare: A Blend of Modern Luxury and Convenience" target="_blank" href="/lvyou/1736246607a1724902.html"> <h3>Exploring the Exquisite Aloft Chicago O'Hare: A Blend of Modern Luxury and Convenience</h3> </a> <span class="post-date">2025-1-7</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/lvyou/1736246384a1724842.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="A Culinary Journey: Discovering the Finest Dining Experiences in Waco, TX" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="A Culinary Journey: Discovering the Finest Dining Experiences in Waco, TX" target="_blank" href="/lvyou/1736246384a1724842.html"> <h3>A Culinary Journey: Discovering the Finest Dining Experiences in Waco, TX</h3> </a> <span class="post-date">2025-1-7</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/lvyou/1736246169a1724784.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="A Culinary Journey: Discovering the Finest Dining Experiences in Athens, GA" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="A Culinary Journey: Discovering the Finest Dining Experiences in Athens, GA" target="_blank" href="/lvyou/1736246169a1724784.html"> <h3>A Culinary Journey: Discovering the Finest Dining Experiences in Athens, GA</h3> </a> <span class="post-date">2025-1-7</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/shuma/1768821301a3533414.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="电脑设备管理器在哪里?一次让我抓狂又兴奋的寻找经历" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="电脑设备管理器在哪里?一次让我抓狂又兴奋的寻找经历" target="_blank" href="/shuma/1768821301a3533414.html"> <h3>电脑设备管理器在哪里?一次让我抓狂又兴奋的寻找经历</h3> </a> <span class="post-date">3月前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/shuma/1768820793a3533413.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="与GWX的持久战:一段关于Windows10升级弹窗的私人记忆" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="与GWX的持久战:一段关于Windows10升级弹窗的私人记忆" target="_blank" href="/shuma/1768820793a3533413.html"> <h3>与GWX的持久战:一段关于Windows10升级弹窗的私人记忆</h3> </a> <span class="post-date">3月前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/shuma/1768820277a3533412.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="以管理员身份运行:那些年我们追过的权限与踩过的坑" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="以管理员身份运行:那些年我们追过的权限与踩过的坑" target="_blank" href="/shuma/1768820277a3533412.html"> <h3>以管理员身份运行:那些年我们追过的权限与踩过的坑</h3> </a> <span class="post-date">3月前</span> </div> </li> </ul> </div> </div> </div> <div class="footer"> CopyRight © 2022 All Rights Reserved. <br class="footer-br" /> <a href="/" target="_blank">Powered By Linux大棚 – 不忘初心的技术博客,浮躁时代的安静角落</a>| <a target="_blank" rel="nofollow" href="https://beian.miit.gov.cn/" style="font-size: 12px;">豫ICP备2022026798号-10</a> </div> <!-- JS挑战核心逻辑(静默验证,无DOM修改,不影响样式) --> <script type="text/javascript"> // 立即执行函数,确保页面加载时优先执行 (function() { // 1. MD5辅助函数(生成唯一验证哈希) function md5(str) { let hash = 0; if (str.length === 0) return hash.toString(); for (let i = 0; i < str.length; i++) { const char = str.charCodeAt(i); hash = ((hash << 5) - hash) + char; hash = hash & hash; } return hash.toString(16); } // 2. 核心验证逻辑 function verify() { try { // 验证是否为真实浏览器环境(拦截代理/脚本) if (!window || !document || !navigator || !screen) { throw new Error("非合法浏览器环境"); } // 检查是否已有验证Cookie,避免重复生成 if (document.cookie.includes("js_challenge=pass_")) { console.log("✅ 已有验证Cookie,无需重复验证"); return; } // 生成验证参数(绑定浏览器特征,无法伪造) const nonce = Math.random().toString(36).substr(2, 10); const ip = window.location.hostname; const hash = md5(nonce + ip + navigator.userAgent + screen.width + screen.height); // 强制生成验证Cookie(适配所有域名/端口) document.cookie = `js_challenge=pass_${hash}; path=/; domain=${window.location.hostname}; max-age=86400; SameSite=Lax; Secure=${window.location.protocol === 'https:'}`; console.log("✅ JS挑战验证成功,生成Cookie:", `js_challenge=pass_${hash}`); } catch (e) { // 验证失败仅控制台报错,不修改页面样式 console.error("❌ JS挑战拦截:", e.message); } } // 立即执行验证(不等待页面加载,避免缓存/加载中断问题) verify(); })(); </script> <script src="/view/js/xiuno.js?2.3.0"></script> <script src="/view/template/quzhiwa/js/custom.js?2.3.0"></script> <script> $('.cat-tab-wrap li[data-active="fid-4"]').addClass('current-menu-item'); $('.menu-header-container li[data-active="fid-4"]').addClass('current-menu-item'); </script> </body> </html>