logpath 相关的软件列表

首页

linux下删除7天前日志的代码(php+shell)

2020-02-16 标签:linux,删除,前日,代码,php,shell,版本,实现,如下,前的,日志,param,logpath,function,del,daysagolog,empty,return

PHP版本: 实现代码如下: /** * 删除7天前的日志 * @param $logPath */ function del7daysAgoLog($logPath) { if(empty($logPath))return; $handle = opendir($logPath); while((

首页

ASP.NET(C#) 定时执行一段代码

2020-02-16 标签:asp,net,c,定时,执行,一段,代码,global,asax,code,实现,如下,application,language,import,namespace,system,io,threading,script

Global.asax C# code 实现代码如下: string LogPath; Thread thread; void WriteLog() { while (true) { StreamWriter sw = new StreamWriter(LogPath, true, Enco

首页

aspjpeg 添加水印教程及生成缩略图教程

2020-02-16 标签:aspjpeg,添加,水印,教程,生成,缩略图,为图,加入,功能,dim,jpeg,set,server,persits,建立,对象

1、为图片加入水印功能 Dim Jpeg Set Jpeg = Server.CreateObject("Persits.Jpeg") ' 建立对象 Jpeg.Open BlogPath & "/upload/" & FileName ' 图片所在位置 Jpeg.Canvas.Fon