上一页 1 2 3 4 5 6 ··· 67 下一页
摘要: 在Ubuntu下 想要登录mysql数据库 root@JD:~# mysql -uroot -p 报错 ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES) 导致登录数据库不成功 打开文 阅读全文
posted @ 2022-12-05 16:23 特洛伊-Micro 阅读(170) 评论(0) 推荐(0) 编辑
摘要: Inside the Storage Engine: Anatomy of a record Paul Randal September 30, 2007 This week I’m going to post a bunch of info on the basic structures used 阅读全文
posted @ 2022-11-03 15:40 特洛伊-Micro 阅读(22) 评论(0) 推荐(0) 编辑
摘要: Next up in the Inside the Storage Engine series is a discussion of page structure. Pages exist to store records. A database page is an 8192-byte (8KB) 阅读全文
posted @ 2022-11-02 11:59 特洛伊-Micro 阅读(37) 评论(0) 推荐(0) 编辑
摘要: Last year I had participated in Digital Forensics Challenge 2019 (DFC2019) and enjoyed a lot. They made a lot of exciting questions. Especially, I had 阅读全文
posted @ 2022-11-02 11:58 特洛伊-Micro 阅读(26) 评论(0) 推荐(0) 编辑
摘要: 准备 在手机(android)和pc上都安装最新版的google chrome 步骤 1)使用usb线将手机和pc连接成功,设置手机为"开发者模式",然后启动"USB调试" 2)先后打开手机和pc的chrome,然后在pc chrome地址栏输入"chrome://inspect",监听到手机chr 阅读全文
posted @ 2022-04-11 18:46 特洛伊-Micro 阅读(3270) 评论(0) 推荐(1) 编辑
摘要: 在 Windows 上真机调试 iPhone(iOS) Safari Web 页面 发表于 2019-03-18 更新于 2021-11-20 分类于 Tools 在移动端页面开发中,需要处理 Android 和 iOS 的兼容性问题。在 Chrome DevTools 中选择手机模式,可以一定程度 阅读全文
posted @ 2022-04-11 18:45 特洛伊-Micro 阅读(1153) 评论(0) 推荐(1) 编辑
摘要: 一、配置文件概述: 应用程序配置文件是标准的 XML 文件,XML 标记和属性是区分大小写的。它是可以按需要更改的,开发人员可以使用配置文件来更改设置,而不必重编译应用程序。配置文件的根节点是configuration。我们经常访问的是appSettings,它是由.Net预定义的配置节。我们经常使 阅读全文
posted @ 2022-01-18 13:00 特洛伊-Micro 阅读(1070) 评论(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 阅读(506) 评论(0) 推荐(0) 编辑
摘要: 在面向大众类型的网站应用中,我们常常需要知道网站的访问情况,特别是站长。就目前来说,有很多网站可以为你提供统计服务,比如:CNZZ、百度统计、Google Analytics等等,而你只需要在你的网站的每个页面的底部添加一些 Javascript 脚本就可以了,比如: <!-- 百度统计 --> < 阅读全文
posted @ 2021-09-14 12:17 特洛伊-Micro 阅读(126) 评论(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 阅读(1067) 评论(0) 推荐(1) 编辑
上一页 1 2 3 4 5 6 ··· 67 下一页