摘要:
public class EventHandlerHelper { public static Delegate GetEventDelegate(RoutedEventHandlerInfo[] rehis, string method_name) { foreach (RoutedEventHa 阅读全文
摘要:
SET QUOTED_IDENTIFIER ON; SET ANSI_NULLS ON; GO CREATE PROCEDURE p_AlterColumn @TableName VARCHAR(50), @ColumnName VARCHAR(50), @ColumnType VARCHAR(50 阅读全文
摘要:
FrameworkElement obj = ControlHelper.SearchControls(Application.Current.MainWindow, "__watermark__"); if (obj != null) { (obj as Grid).Children.Clear( 阅读全文
摘要:
Add-Type -AssemblyName System.IO.Compression Add-Type -AssemblyName System.IO.Compression.FileSystem # 设置源文件夹和目标日志文件的路径 $sourceFolder = "C:\myapp\bin" 阅读全文
摘要:
# 指定要搜索的文件夹路径和正则表达式关键字 $folderPath = "C:\myapp1\","C:\myapp2\" $table_list = "tblBOM,tblTest" $tables = $table_list.Split(',') foreach ($table in $tab 阅读全文
摘要:
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 阅读全文
摘要:
没开K3CloudManager服务 关联站点列表为空或显示不全 https://vip.kingdee.com/questions/135435095930145113/answers/135435142151375121?productLineId=1&isKnowledge=2 https:/ 阅读全文
摘要:
"C:\Program Files (x86)\Google\Chrome109\Application\chrome.exe" --user-data-dir="C:/Program Files (x86)/Google/UserData/109" "C:\Program Files (x86)\ 阅读全文
摘要:
<appSettings> <add key ="CustomLoginUI" value="ZQWCustomLoginUI.ZQWLoginV1,ZQWCustomLoginUI" /> <add key ="AllowCustomUseDefLoginUI" value="true" /> < 阅读全文
摘要:
1、打开WebSite\App_Data\Common.config,修改appSettings,设置IsEnablePlugInHotUpdate为true,重启IIS; 若appSetting中没有IsEnablePlugInHotUpdate,可自行添加; <!--是否启用插件热更新(开发时启 阅读全文