上一页 1 2 3 4 5 6 7 ··· 68 下一页
摘要: 在 Windows 上真机调试 iPhone(iOS) Safari Web 页面 发表于 2019-03-18 更新于 2021-11-20 分类于 Tools 在移动端页面开发中,需要处理 Android 和 iOS 的兼容性问题。在 Chrome DevTools 中选择手机模式,可以一定程度 阅读全文
posted @ 2022-04-11 18:45 特洛伊-Micro 阅读(1590) 评论(0) 推荐(1)
摘要: 一、配置文件概述: 应用程序配置文件是标准的 XML 文件,XML 标记和属性是区分大小写的。它是可以按需要更改的,开发人员可以使用配置文件来更改设置,而不必重编译应用程序。配置文件的根节点是configuration。我们经常访问的是appSettings,它是由.Net预定义的配置节。我们经常使 阅读全文
posted @ 2022-01-18 13:00 特洛伊-Micro 阅读(1305) 评论(0) 推荐(0)
摘要: 一、直接使用cmd来进行服务的一些操作 1、安装服务 [javascript] view plain copy sc create test3 binPath= "C:\Users\Administrator\Desktop\win32srvDemo\win32srvdemo\Debug\win32 阅读全文
posted @ 2021-12-02 17:34 特洛伊-Micro 阅读(537) 评论(0) 推荐(0)
摘要: 在面向大众类型的网站应用中,我们常常需要知道网站的访问情况,特别是站长。就目前来说,有很多网站可以为你提供统计服务,比如:CNZZ、百度统计、Google Analytics等等,而你只需要在你的网站的每个页面的底部添加一些 Javascript 脚本就可以了,比如: <!-- 百度统计 --> < 阅读全文
posted @ 2021-09-14 12:17 特洛伊-Micro 阅读(164) 评论(0) 推荐(0)
摘要: WinDbg extension for data mining managed heap. It also includes commands to list http request, wcf services, WIF tokens among others https://github.co 阅读全文
posted @ 2021-09-06 16:58 特洛伊-Micro 阅读(1314) 评论(0) 推荐(1)
摘要: 示范: 1 param($installPath, $toolsPath, $package) 2 3 function Uninstall-ProjectPackages($project) { 4 #remove no use dlls 5 $project.Object.References 阅读全文
posted @ 2021-08-13 15:30 特洛伊-Micro 阅读(1903) 评论(0) 推荐(0)
摘要: Debugging / February 21, 2019 One of the most useful tools in .NET troubleshooting is Dump Files. This is probably the best tool to debug Crashes and 阅读全文
posted @ 2021-08-06 12:02 特洛伊-Micro 阅读(118) 评论(0) 推荐(0)
摘要: https://www.tessferrandez.com/blog/2008/02/08/net-debugging-demos-lab-2-walkthrough.html Hi all, I realize that you probably haven’t all had a chance 阅读全文
posted @ 2021-05-28 20:57 特洛伊-Micro 阅读(103) 评论(0) 推荐(0)
摘要: https://www.tessferrandez.com/blog/2008/02/15/net-debugging-demos-lab-3.html TGIF, almost time for the weekend, but before you leave, here is lab 3. T 阅读全文
posted @ 2021-05-28 20:56 特洛伊-Micro 阅读(77) 评论(0) 推荐(0)
摘要: https://www.tessferrandez.com/blog/2008/02/11/hang-caused-by-gc-xml-deadlock.html Tess Ferrandez Principal Software Engineer at Microsoft. Solving the 阅读全文
posted @ 2021-05-28 17:55 特洛伊-Micro 阅读(68) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 68 下一页