会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Ender.Lu
博客园
首页
新随笔
联系
管理
订阅
2025年6月17日
flash player
摘要: pc.qq.com下载flash player 34.0.0.221版本 如果之前一下目录有settings.sol,则删除文件再安装.安装需要打开flash help service,安装完毕禁用。 C:\Users\zhbpmlyp\AppData\Roaming\Macromedia\Flas
阅读全文
posted @ 2025-06-17 15:50 Ender.Lu
阅读(2)
评论(0)
推荐(0)
2024年12月6日
powershell遍历注册dll
摘要: # 设置要遍历的根文件夹路径,你可以根据实际情况修改这个路径$rootFolder = "C:\script\dlls" # 获取该文件夹及其子文件夹下所有的.dll文件$dllFiles = Get-ChildItem -Path $rootFolder -Filter "*.dll" -Recu
阅读全文
posted @ 2024-12-06 21:06 Ender.Lu
阅读(21)
评论(0)
推荐(0)
2024年10月23日
wpf移除事件委托
摘要: public class EventHandlerHelper { public static Delegate GetEventDelegate(RoutedEventHandlerInfo[] rehis, string method_name) { foreach (RoutedEventHa
阅读全文
posted @ 2024-10-23 09:41 Ender.Lu
阅读(20)
评论(0)
推荐(0)
2024年8月8日
sqlserver修改字段
摘要: SET QUOTED_IDENTIFIER ON; SET ANSI_NULLS ON; GO CREATE PROCEDURE p_AlterColumn @TableName VARCHAR(50), @ColumnName VARCHAR(50), @ColumnType VARCHAR(50
阅读全文
posted @ 2024-08-08 09:38 Ender.Lu
阅读(78)
评论(0)
推荐(0)
2024年7月19日
移除水印
摘要: FrameworkElement obj = ControlHelper.SearchControls(Application.Current.MainWindow, "__watermark__"); if (obj != null) { (obj as Grid).Children.Clear(
阅读全文
posted @ 2024-07-19 14:41 Ender.Lu
阅读(5)
评论(0)
推荐(0)
2024年7月5日
powershell遍历文件夹压缩以及编写生成k3配置
摘要: Add-Type -AssemblyName System.IO.Compression Add-Type -AssemblyName System.IO.Compression.FileSystem # 设置源文件夹和目标日志文件的路径 $sourceFolder = "C:\myapp\bin"
阅读全文
posted @ 2024-07-05 08:14 Ender.Lu
阅读(27)
评论(0)
推荐(0)
2024年2月26日
powershell遍历文件获取字段列表
摘要: # 指定要搜索的文件夹路径和正则表达式关键字 $folderPath = "C:\myapp1\","C:\myapp2\" $table_list = "tblBOM,tblTest" $tables = $table_list.Split(',') foreach ($table in $tab
阅读全文
posted @ 2024-02-26 08:59 Ender.Lu
阅读(175)
评论(0)
推荐(0)
2024年1月30日
sqlprompt安装
摘要: 127.0.0.1 red-gate.com 127.0.0.1 www.red-gate.com 127.0.0.1 licensing.red-gate.com 127.0.0.1 productlogin.red-gate.com HOSTS文件路径:C:\Windows\System32\d
阅读全文
posted @ 2024-01-30 17:27 Ender.Lu
阅读(23)
评论(0)
推荐(0)
2024年1月26日
金蝶云星空管理中心找不到关联网站
摘要: 没开K3CloudManager服务 关联站点列表为空或显示不全 https://vip.kingdee.com/questions/135435095930145113/answers/135435142151375121?productLineId=1&isKnowledge=2 https:/
阅读全文
posted @ 2024-01-26 09:29 Ender.Lu
阅读(99)
评论(0)
推荐(0)
2024年1月16日
多版本chrome以及禁止更新
摘要: "C:\Program Files (x86)\Google\Chrome109\Application\chrome.exe" --user-data-dir="C:/Program Files (x86)/Google/UserData/109" "C:\Program Files (x86)\
阅读全文
posted @ 2024-01-16 17:11 Ender.Lu
阅读(59)
评论(0)
推荐(0)
下一页
公告