admin 管理员组

文章数量: 1086019


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="http://roclinux.cn/b/1714248406a671642.html">http://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="/p/1714352399a676773.html" title="phpquery用法 -回复">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="phpquery用法 -回复">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/p" target="_blank">技术日记</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/p/1714352399a676773.html" class="post-item-title" title="phpquery用法 -回复"> <h3>phpquery用法 -回复</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">11月前</div> </div> <p class="post-item-summary">phpquery用法 -回复</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/b/1714368861a677077.html" title="php sqlsrv 扩展程序">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="php sqlsrv 扩展程序">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/b" target="_blank">编程</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/b/1714368861a677077.html" class="post-item-title" title="php sqlsrv 扩展程序"> <h3>php sqlsrv 扩展程序</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">11月前</div> </div> <p class="post-item-summary">php sqlsrv 扩展程序</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/b/1714454930a680824.html" title="临床医学常用英文缩写汇总,再也不愁看不懂了!">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="临床医学常用英文缩写汇总,再也不愁看不懂了!">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/b" target="_blank">编程</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/b/1714454930a680824.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="/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">11月前</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/1714480244a682001.html" title="string函数的用法菜鸟">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="string函数的用法菜鸟">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/b" target="_blank">编程</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/b/1714480244a682001.html" class="post-item-title" title="string函数的用法菜鸟"> <h3>string函数的用法菜鸟</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">11月前</div> </div> <p class="post-item-summary">string函数的用法菜鸟</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/b/1714854204a683958.html" title="招商引资档案管理与信息资源共享对策">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="招商引资档案管理与信息资源共享对策">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/b" target="_blank">编程</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/b/1714854204a683958.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="/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">11月前</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/1714916789a684441.html" title="节目单word模板 (15)">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="节目单word模板 (15)">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/b" target="_blank">编程</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/b/1714916789a684441.html" class="post-item-title" title="节目单word模板 (15)"> <h3>节目单word模板 (15)</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">11月前</div> </div> <p class="post-item-summary">节目单word模板 (15)</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/p/1716543316a692799.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/1716543316a692799.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">11月前</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/1716637912a694583.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/1716637912a694583.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">11月前</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/1717384754a705993.html" title="Linux下查看文件常用命令">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="Linux下查看文件常用命令">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/b" target="_blank">编程</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/b/1717384754a705993.html" class="post-item-title" title="Linux下查看文件常用命令"> <h3>Linux下查看文件常用命令</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">10月前</div> </div> <p class="post-item-summary">Linux下查看文件常用命令</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/p/1717662013a710483.html" title="用mount命令来挂载cdrom">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="用mount命令来挂载cdrom">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/p" target="_blank">技术日记</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/p/1717662013a710483.html" class="post-item-title" title="用mount命令来挂载cdrom"> <h3>用mount命令来挂载cdrom</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">10月前</div> </div> <p class="post-item-summary">用mount命令来挂载cdrom</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/p/1717699673a711135.html" title="there exist的用法 -回复">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="there exist的用法 -回复">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/p" target="_blank">技术日记</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/p/1717699673a711135.html" class="post-item-title" title="there exist的用法 -回复"> <h3>there exist的用法 -回复</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">10月前</div> </div> <p class="post-item-summary">there exist的用法 -回复</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/b/1718598542a724343.html" title="学信网注册流程">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="学信网注册流程">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/b" target="_blank">编程</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/b/1718598542a724343.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="/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">10月前</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/1718681021a725641.html" title="爱笑的女生用什么英文名好">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="爱笑的女生用什么英文名好">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/b" target="_blank">编程</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/b/1718681021a725641.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="/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">10月前</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/1718742912a726835.html" title="independent的用法归纳">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="independent的用法归纳">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/p" target="_blank">技术日记</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/p/1718742912a726835.html" class="post-item-title" title="independent的用法归纳"> <h3>independent的用法归纳</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">10月前</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/1718761956a727163.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/1718761956a727163.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">10月前</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">10月前</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/1719675520a738184.html" title="世界国家英文简称缩写">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="世界国家英文简称缩写">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/b" target="_blank">编程</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/b/1719675520a738184.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="/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">9月前</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/1734703776a1580165.html" title="word文件损坏怎么办">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="word文件损坏怎么办">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/p" target="_blank">技术日记</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/p/1734703776a1580165.html" class="post-item-title" title="word文件损坏怎么办"> <h3>word文件损坏怎么办</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">4月前</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/1735367942a1654326.html" title="Substrate cleaningdrying equipment and substrate">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="Substrate cleaningdrying equipment and substrate">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/p" target="_blank">技术日记</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/p/1735367942a1654326.html" class="post-item-title" title="Substrate cleaningdrying equipment and substrate"> <h3>Substrate cleaningdrying equipment and substrate</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">年月日发(作者:档案汇编是什么意思)专利内容由知识产权出版社提供专利名称:发明人:,申请号:申请日:公开号:公开日:摘要:.,,,,,,.,,,,.申请人:代理机构:,,,&,.更多信息请下载全文后查看</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">3月前</div> </div> <p class="post-item-summary">年月日发(作者:子网掩码怎么算).晶圆制造工艺流程、表面清洗、初次氧化、()法沉积一层(或)。()常压()()低压()()热()()()电浆增强()()()&分子磊晶成长()()外延生长法()、涂敷光刻胶()光刻胶的涂敷()预烘()()曝光</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=GE0DNGs0GKH9ky_2F4kvKOkazdod_2FPLNrdXrEUxWL_2B9uN8g31CXtkSI_2BP5F267xzR5sO3Hq9JEB6furH0dMmhBmA_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/1744025609a2520577.html" title="javascript - Can someone explain what this Email regex means - Stack Overflow" class="photo-item" target="_blank" style="background:#364cc6"> <!--<img src="/view/img/nopic.png" alt="javascript - Can someone explain what this Email regex means - Stack Overflow" class="photo-item-img hover-scale" />--> <div class="photo-item-inner"> <h3 class="photo-item-title"> javascript - Can someone explain what this Email regex means - Stack Overflow </h3> </div> </a> <a href="/p/1744034738a2522150.html" title="authentication - Power BI + LinkedIn API - Error integrating Community Management API with Power BI - Stack Overflow" class="photo-item" target="_blank" style="background:#364cc6"> <!--<img src="/view/img/nopic.png" alt="authentication - Power BI + LinkedIn API - Error integrating Community Management API with Power BI - Stack Overflow" class="photo-item-img hover-scale" />--> <div class="photo-item-inner"> <h3 class="photo-item-title"> authentication - Power BI + LinkedIn API - Error integrating Community Management API with Power BI - Stack Overflow </h3> </div> </a> <a href="/p/1744043160a2523632.html" title="Google play login page popup automatically when open my Android App while user not login system account - Stack Overflow" class="photo-item" target="_blank" style="background:#364cc6"> <!--<img src="/view/img/nopic.png" alt="Google play login page popup automatically when open my Android App while user not login system account - Stack Overflow" class="photo-item-img hover-scale" />--> <div class="photo-item-inner"> <h3 class="photo-item-title"> Google play login page popup automatically when open my Android App while user not login system account - Stack Overflow </h3> </div> </a> <a href="/p/1744049456a2524747.html" title="Rails development not showing error trace - Stack Overflow" class="photo-item" target="_blank" style="background:#364cc6"> <!--<img src="/view/img/nopic.png" alt="Rails development not showing error trace - Stack Overflow" class="photo-item-img hover-scale" />--> <div class="photo-item-inner"> <h3 class="photo-item-title"> Rails development not showing error trace - Stack Overflow </h3> </div> </a> <a href="/p/1744094263a2532608.html" title="jquery - Smooth Javascript mousemove similar to Cubism.js - Stack Overflow" class="photo-item" target="_blank" style="background:#364cc6"> <!--<img src="/view/img/nopic.png" alt="jquery - Smooth Javascript mousemove similar to Cubism.js - Stack Overflow" class="photo-item-img hover-scale" />--> <div class="photo-item-inner"> <h3 class="photo-item-title"> jquery - Smooth Javascript mousemove similar to Cubism.js - Stack Overflow </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="/p/1744006322a2517352.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="javascript - Overlaying an HTML5 video element over another video element. - Stack Overflow" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="javascript - Overlaying an HTML5 video element over another video element. - Stack Overflow" target="_blank" href="/p/1744006322a2517352.html"> <h3>javascript - Overlaying an HTML5 video element over another video element. - Stack Overflow</h3> </a> <span class="post-date">14天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/p/1744009303a2517856.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="jquery - Only Number with space validation in javascript regex - Stack Overflow" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="jquery - Only Number with space validation in javascript regex - Stack Overflow" target="_blank" href="/p/1744009303a2517856.html"> <h3>jquery - Only Number with space validation in javascript regex - Stack Overflow</h3> </a> <span class="post-date">14天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/p/1744012832a2518468.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="c - Send data from a socket to its own bound IP address - Stack Overflow" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="c - Send data from a socket to its own bound IP address - Stack Overflow" target="_blank" href="/p/1744012832a2518468.html"> <h3>c - Send data from a socket to its own bound IP address - Stack Overflow</h3> </a> <span class="post-date">14天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/p/1744022092a2519981.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="javascript - Three.js what does &quot;indices of faces&quot; mean and how does it work? - Stack Overflow" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="javascript - Three.js what does &quot;indices of faces&quot; mean and how does it work? - Stack Overflow" target="_blank" href="/p/1744022092a2519981.html"> <h3>javascript - Three.js what does &quot;indices of faces&quot; mean and how does it work? - Stack Overflow</h3> </a> <span class="post-date">14天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/p/1744043032a2523608.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="javascript - @onmouseup not firing at vuejs 2 - Stack Overflow" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="javascript - @onmouseup not firing at vuejs 2 - Stack Overflow" target="_blank" href="/p/1744043032a2523608.html"> <h3>javascript - @onmouseup not firing at vuejs 2 - Stack Overflow</h3> </a> <span class="post-date">14天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/p/1744073905a2528991.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="Replacing some commas with semicolons - R - Stack Overflow" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="Replacing some commas with semicolons - R - Stack Overflow" target="_blank" href="/p/1744073905a2528991.html"> <h3>Replacing some commas with semicolons - R - Stack Overflow</h3> </a> <span class="post-date">13天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/p/1744076084a2529375.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="javascript - Using drawImage() to output fixed size images on a canvas? - Stack Overflow" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="javascript - Using drawImage() to output fixed size images on a canvas? - Stack Overflow" target="_blank" href="/p/1744076084a2529375.html"> <h3>javascript - Using drawImage() to output fixed size images on a canvas? - Stack Overflow</h3> </a> <span class="post-date">13天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/p/1744081036a2530247.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="How to get mint address of tokens in wallet with solanaweb3.js v2 - Stack Overflow" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="How to get mint address of tokens in wallet with solanaweb3.js v2 - Stack Overflow" target="_blank" href="/p/1744081036a2530247.html"> <h3>How to get mint address of tokens in wallet with solanaweb3.js v2 - Stack Overflow</h3> </a> <span class="post-date">13天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/p/1744084677a2530899.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="r - Sparklyr job hang - Stack Overflow" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="r - Sparklyr job hang - Stack Overflow" target="_blank" href="/p/1744084677a2530899.html"> <h3>r - Sparklyr job hang - Stack Overflow</h3> </a> <span class="post-date">13天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/p/1744092194a2532244.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="ios - I am trying to use &quot;Transporter&quot; from Apple, to send a app to the app store connect. But from Windows! I" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="ios - I am trying to use &quot;Transporter&quot; from Apple, to send a app to the app store connect. But from Windows! I" target="_blank" href="/p/1744092194a2532244.html"> <h3>ios - I am trying to use &quot;Transporter&quot; from Apple, to send a app to the app store connect. But from Windows! I</h3> </a> <span class="post-date">13天前</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/1744100356a2533471.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="javascript - How do I toggle the readonly attribute of all child element with jquery - Stack Overflow" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="javascript - How do I toggle the readonly attribute of all child element with jquery - Stack Overflow" target="_blank" href="/p/1744100356a2533471.html"> <h3>javascript - How do I toggle the readonly attribute of all child element with jquery - Stack Overflow</h3> </a> <span class="post-date">13天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/p/1744100331a2533470.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="javascript - Might it be possible to block an entire US state from accessing my site, using PHP? - Stack Overflow" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="javascript - Might it be possible to block an entire US state from accessing my site, using PHP? - Stack Overflow" target="_blank" href="/p/1744100331a2533470.html"> <h3>javascript - Might it be possible to block an entire US state from accessing my site, using PHP? - Stack Overflow</h3> </a> <span class="post-date">13天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/p/1744100330a2533469.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="c++ - Is dereferencing std::span::end always undefined? - Stack Overflow" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="c++ - Is dereferencing std::span::end always undefined? - Stack Overflow" target="_blank" href="/p/1744100330a2533469.html"> <h3>c++ - Is dereferencing std::span::end always undefined? - Stack Overflow</h3> </a> <span class="post-date">13天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/p/1744100302a2533468.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="javascript - Delay function execution if it has been called recently - Stack Overflow" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="javascript - Delay function execution if it has been called recently - Stack Overflow" target="_blank" href="/p/1744100302a2533468.html"> <h3>javascript - Delay function execution if it has been called recently - Stack Overflow</h3> </a> <span class="post-date">13天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/p/1744100275a2533467.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="javascript - Google Maps Autocomplete List - Stack Overflow" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="javascript - Google Maps Autocomplete List - Stack Overflow" target="_blank" href="/p/1744100275a2533467.html"> <h3>javascript - Google Maps Autocomplete List - Stack Overflow</h3> </a> <span class="post-date">13天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/b/1744098521a2533348.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="windows设置断电重启开机后自动输入锁屏密码登录" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="windows设置断电重启开机后自动输入锁屏密码登录" target="_blank" href="/b/1744098521a2533348.html"> <h3>windows设置断电重启开机后自动输入锁屏密码登录</h3> </a> <span class="post-date">13天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/b/1744098338a2533314.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="Windows系统设置开机默认开启数字小键盘" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="Windows系统设置开机默认开启数字小键盘" target="_blank" href="/b/1744098338a2533314.html"> <h3>Windows系统设置开机默认开启数字小键盘</h3> </a> <span class="post-date">13天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/b/1744098057a2533264.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="Windows11 开机自动同步时间(开机时间不更新问题)" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="Windows11 开机自动同步时间(开机时间不更新问题)" target="_blank" href="/b/1744098057a2533264.html"> <h3>Windows11 开机自动同步时间(开机时间不更新问题)</h3> </a> <span class="post-date">13天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/b/1744097709a2533205.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="windows配置开机自启动软件或脚本" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="windows配置开机自启动软件或脚本" target="_blank" href="/b/1744097709a2533205.html"> <h3>windows配置开机自启动软件或脚本</h3> </a> <span class="post-date">13天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/b/1744097548a2533178.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="【Redis】Windows设置Redis为开机自启动" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="【Redis】Windows设置Redis为开机自启动" target="_blank" href="/b/1744097548a2533178.html"> <h3>【Redis】Windows设置Redis为开机自启动</h3> </a> <span class="post-date">13天前</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">3月前</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">3月前</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">3月前</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">3月前</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">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> <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>