首页
学习
活动
专区
工具
TVP
发布

Eureka的技术时光轴

专栏作者
338
文章
683103
阅读量
39
订阅数
64位系统安装Delphi7提示Can’t load package:dclite70.bpl 以及 提示地址错误
1、C:\Program Files (x86)\Borland\Delphi7\Bin\delphi32.exe。
战神伽罗
2023-05-03
8600
wsl2 network unreachable问题
ifconfig eth0 inet 172.17.176.210 netmask 255.255.255.0 broadcast 172.17.176.255
战神伽罗
2022-05-13
1.9K0
git下载代码后自动加入windows回车导致失败问题解决
Git设置 git config --global core.autocrlf false git config --global core.safecrlf true 含义: AutoCRLF #提交时转换为LF,检出时转换为CRLF git config --global core.autocrlf true #提交时转换为LF,检出时不转换 git config --global core.autocrlf input #提交检出均不转换 git config --global core.auto
战神伽罗
2022-05-11
4460
git clone报错 server certificate verification failed. CAfile: none CRLfile: none
当使用命令 git pull 出现错误信息如下: server certificate verification failed. CAfile: none CRLfile: none 解决方案:
战神伽罗
2022-05-11
3.3K0
RP3 make kernel
https://www.raspberrypi.com/documentation/computers/linux_kernel.html Raspberry Pi 2/3 Default Build Configuration cd linux KERNEL=kernel7 make bcm2709_defconfig Build and install the kernel, modules and Device Tree blobs; this step takes a long time... make -j4 zImage modules dtbs sudo make modules_install sudo cp arch/arm/boot/dts/*.dtb /boot/ sudo cp arch/arm/boot/dts/overlays/*.dtb* /boot/overlays/ sudo cp arch/arm/boot/dts/overlays/README /boot/overlays/ sudo scripts/mkknlimg arch/arm/boot/zImage /boot/$KERNEL.img
战神伽罗
2022-05-11
3510
PE文件学习笔记(五):导入表、IAT、绑定导入表解析
导入表是记录PE文件中用到的动态连接库的集合,一个dll库在导入表中占用一个元素信息的位置,这个元素描述了该导入dll的具体信息。如dll的最新修改时间、dll中函数的名字/序号、dll加载后的函数地址等。而一个元素即一个结构体,一个导入表即该结构体的数组,其结构体如下所示:
战神伽罗
2022-03-30
1.1K0
The Structure of import Library File (.lib)
This article show the structure of import library file (.lib) used along with header to link against DLL
战神伽罗
2022-01-09
6200
writefile写入u盘无效,getlasterror为5,需锁定U盘
hFile := CreateFile(PChar(fileName), GENERIC_READ or GENERIC_WRITE, FILE_SHARE_READ or FILE_SHARE_WRITE, nil, OPEN_EXISTING, 0, 0);
战神伽罗
2022-01-09
1.8K0
pdb data structure format
Each stream is identified with a unique stream number and an optional name. In a nutshell here’s how the PDB looks like -
战神伽罗
2022-01-09
5620
C++得到系统活动、可用的串口及名称的两种方法
void GetComList_256(CComboBox * CCombox)//获取可用com口支持到256个
战神伽罗
2021-04-14
1.5K2
STM32F103-CubeMX-USB学习--虚拟com口
STM32-CubeMX USB学习 1. 虚拟com学习 1.1 开发环境 1.2 使用STM32CubeMX配置代码 1.3 串口自发自收 1.4 串口定向printf
战神伽罗
2021-04-14
9890
arm编译器调用约定
经反汇编经验证确实如此:局部变量用用{r4-r12,r14}来保存,放不下的在堆栈保存,{r0-r3}用来传递参数,多于4个参数也保存在堆栈,完全符合编译器手册规则。有图有真相
战神伽罗
2021-04-02
9420
FileZilla:425 Can't open data connection for transfer of解决办法
服务器端采用的Windows 2008系统,安装了FileZilla Server,客户端采用的FileZilla Client,客户端在连接服务器端的时候,可以正常通过验证,但是在列出目录的时候一直提示“425 Can't open data connection for transfer of "/"”。服务器的防火墙上已经开放了FTP使用的20和21端口。
战神伽罗
2021-03-15
7.6K0
Windows 10 Notifications from a VCL app with the WinRT API
The WinRT API headers for Delphi are now on GetIt and here is a demo to try out using Windows 10 notifications in a VCL Win32 application.
战神伽罗
2021-03-08
7110
NDIS 6 Net Buffer Lists and Net Buffers
NDIS 6.0 introduced a new way of representing network packet data. The new data structures, a combination of Net Buffer Lists (NBLs), Net Buffers (NBs) and Memory Descriptor Lists (MDLs) have significant advantages over the old NDIS 5.X way of describing packets i.e. NDIS_PACKET and NDIS_BUFFER structures. This document describes the functionality provided by NBLs, NBs, MDLs and their usage in NDIS 6.X drivers on Windows Vista and later versions of Windows.
战神伽罗
2021-03-08
1.1K1
IP Header in FWPM_LAYER_INBOUND_IPPACKET_V4
2 Sign in to vote Hi, this problem I have seems to be closely related to another m
战神伽罗
2021-03-08
6890
端口扫描之开放端口扫描方式
若客户端想要连接服务器80端口时,会先发送一个带有 SYN 标识和端口号的 TCP 数据包给服务器(本例中为80端口)。如果端口是开放的,则服务器会接受这个连接并返回一个带有 SYN 和 ACK 标识的数据包给客户端。随后客户端会返回带有 ACK 和 RST 标识的数据包,此时客户端与服务器建立了连接。
战神伽罗
2021-03-04
2.2K0
[已解决] 修改 “Leave a Reply” – WordPress 评论标题
首先,修改语言包(wp-content\languages)就可以,但是语言包必须是编译的,使用poedit进行编译,将po编译为mo文件即可。
战神伽罗
2021-03-04
8790
WordPress完美隐藏后台地址的实现方法
在主题的 functions.php 文件里加入 保护后台登陆的代码: //保护后台登录 add_action('login_enqueue_scripts','login_protecti
战神伽罗
2021-03-04
1.4K0
【Arduino学习笔记】系列1 - 定时器配置一、Arduino定时器简介 二、定时器基本概念三、定时器配置代码
Arduino的学习过程中一般使用库函数操作。但是关于定时器的例子常用库却没有。因此,在这里简要通俗的写出定时中断的配置过程。参考资料:http://www.instructables.com/id/Arduino-Timer-Interrupts/。
战神伽罗
2021-03-02
6.6K0
点击加载更多
社区活动
腾讯技术创作狂欢月
“码”上创作 21 天,分 10000 元奖品池!
Python精品学习库
代码在线跑,知识轻松学
博客搬家 | 分享价值百万资源包
自行/邀约他人一键搬运博客,速成社区影响力并领取好礼
技术创作特训营·精选知识专栏
往期视频·千货材料·成员作品 最新动态
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档