fz 相关的软件列表

oracle 取某个时间段的数据(每周几的上午几点到几点)
Oracle

oracle 取某个时间段的数据(每周几的上午几点到几点)

2020-03-07 标签:oracle,某个,时间段,数据,每周,的上,几点,具体,代码,如下,所示,select,count,t,分组,字段,char

oracle 取某个时间段的数据,具体代码如下所示:select count(*),t.分组字段 from (select t.* ,to_char(t.时间,'HH24') stime,to_char(t.时间,'HH24mi') fz,to_char(时间,'d') from A twhere

首页

linux crontab实例分析

2020-02-16 标签:linux,crontab,实例,分析,设置,每一,分钟,执行,程序,e,home,lfzhou,vhost,sbin,service,crond,stop,关闭,服务

设置每一分钟执行一次我的程序: # crontab -e * */1 * * * /home/lfzhou/vhost/vhost /sbin/service crond stop //关闭服务 /sbin/service crond start //启动服务 或 /sbin/service cro

用vbs实现zip功能的脚本
VB

用vbs实现zip功能的脚本

2020-02-16 标签:vbs,实现,zip,功能,脚本,压缩,function,fzip,will,add,files,a,source,folder,file,using,windows,n

压缩:Function fZip(sSourceFolder,sTargetZIPFile)'This function will add all of the files in a source folder to a ZIP file'using Windows' native folder Z

alpha2 shellcode解密的vbs脚本
VB

alpha2 shellcode解密的vbs脚本

2020-02-16 标签:alpha,shellcode,解密,vbs,脚本,实现,代码,如下,dim,entmp,enstr,a,bb,str,hex,rhptd,n

实现代码如下:Dim enTmp,enstr,a,bbenstr=Str2Hex("RHptd4RPFZVOdoVQTrvWTnTp4n6PVN6QTop1tnau1hsU")For i = 1 To Len(enStr) step 6enTmp =Array(Mid(enStr,i,6)&