摘要: 删除路径"%localappdata%\Microsoft\VisualStudio\16.0_a16f018e",重新打开vs会自动修复 阅读全文
posted @ 2024-05-11 17:08 office2018 阅读(48) 评论(0) 推荐(0) 编辑
摘要: 参考地址:https://github.com/beatcracker/VSCELicense 下载/克隆此存储库 以管理员身份运行 PowerShell.exe 导入模块: 下载到 C:\VSCELicense 运行脚本 Import-Module -Name 'C:\VSCELicense\VS 阅读全文
posted @ 2021-10-25 13:44 office2018 阅读(1069) 评论(1) 推荐(0) 编辑
摘要: 在注册表 HKLM\Software\Microsoft\Fusion下创建了一个名为DisableCacheViewer的键值,且类型为DWORD, 若你将该键值设为1,则会禁用Shell Extension. 从而会使windows\ assemebly 文件夹中的内容变成文件夹显示。 如果你将 阅读全文
posted @ 2021-09-26 14:34 office2018 阅读(729) 评论(0) 推荐(0) 编辑
摘要: $(function () { setInterval(getTime(), 1000); }) function getTime() { var time = new Date(); var year = time.getFullYear(); //获取当前年份 var month = time. 阅读全文
posted @ 2021-01-21 13:59 office2018 阅读(122) 评论(0) 推荐(0) 编辑
摘要: C# Cookie使用方法 HttpCookie cookie = new HttpCookie("LoginInfo"); cookie.Values.Add("user", user); cookie.Values.Add("password", password); cookie.Values 阅读全文
posted @ 2020-11-23 16:04 office2018 阅读(249) 评论(0) 推荐(0) 编辑
摘要: 问题 System.Reflection.TargetInvocationException: 调用的目标发生了异常。 > System.IO.FileLoadException: 未能加载文件或程序集“Microsoft.Office.Interop.Word, Version=15.0.0.0, 阅读全文
posted @ 2018-10-15 17:04 office2018 阅读(6922) 评论(1) 推荐(0) 编辑
摘要: End of inner exception stack trace at Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInDeploymentManager.GetManifests(TimeSpan timeo 阅读全文
posted @ 2018-08-31 17:35 office2018 阅读(1992) 评论(0) 推荐(0) 编辑