随笔分类 -  .net

摘要:A项目引用已经生成的B.dll。B.dll 需要引用Oracle.ManagedDataAccess, Version=4.121.1.0 用.net Reflector 反编译调试B.dll (PS 调试时,加入新的断点之后。最好重启一下项目,遇到断点加入失败的问题)。 B中含有 C、D、E方法, 阅读全文
posted @ 2020-12-03 14:59 Something_lzm 阅读(217) 评论(0) 推荐(0)
摘要:$timeOutDay = 30 $filePath = "E:\log" $allFile = Get-ChildItem -Path $filePath $i = 0 foreach($file in $allFile) { $daySpan = ((Get-Date) - $file.Last 阅读全文
posted @ 2020-11-13 13:54 Something_lzm 阅读(384) 评论(0) 推荐(0)