GeekNote
首页
搜索
登录
注册
首页
热门
关注中
最新
mengencn
union struct bit field在嵌入式编程中的使用
在嵌入式编程中,由于贴近硬件,需要经常对寄存器进行操作,涉及到比较多的位运算,例如
2023年06月12日 09:40
·
0 点赞
·
0 评论
计算机天才
ubuntu20.04下安装llvm开发环境
CloudStudio下的机子,白嫖的。
2023年02月15日 08:52
·
0 点赞
·
0 评论
Song Huang
后台系统重构 - 菜单同步
公司决定要使用前后端分离方式,重构一个维护了十余年的后台系统(原来是后端渲染方式)。由于持续过程较长,需要新旧系统并存一段时间。这个并存希望对使用者透明,因此我们把新系统界面结构弄的跟旧系统很相似,且我们要实现两个系统菜单完全一致。
2021年08月04日 00:12
·
0 点赞
·
0 评论
计算机天才
还原lua符号
首先获得lua的版本。
2023年02月02日 04:48
·
0 点赞
·
0 评论
计算机天才
lua与C++交互
C++调用lua
2023年02月03日 05:27
·
0 点赞
·
0 评论
计算机天才
固定游戏基址
x64程序地址都是高地址并且默认随机的,要把它固定在0x140000000,方便调试。
2023年02月04日 04:16
·
0 点赞
·
0 评论
计算机天才
c++17 std::filesystem
2023年01月31日 10:05
·
0 点赞
·
0 评论
计算机天才
内核层处理文件路径参数问题
2023年01月31日 08:38
·
0 点赞
·
0 评论
计算机天才
python unicorn引擎模拟执行部分代码
2023年01月31日 07:00
·
0 点赞
·
0 评论
计算机天才
minifilter InstanceSetup函数测试
2023年01月31日 06:53
·
0 点赞
·
0 评论
计算机天才
C++ 读取文件到vector<u8>
2023年01月31日 06:44
·
0 点赞
·
0 评论
计算机天才
python提取System32路径下的文件的文件描述
2023年02月08日 08:53
·
0 点赞
·
0 评论
busylog
Android-x86 manual install & grub2 boot
required files: kernel, initrd.img, system.sfs under /Android (ext4 filesystem). optional: data.img (ext4 filesystem), system.img (ext4),...
2022年10月06日 11:05
·
0 点赞
·
0 评论
计算机天才
nginx相关问题
https://blog.redis.com.cn/doc/
2023年02月20日 06:32
·
0 点赞
·
0 评论
steve lee
Azure App Service notes
Prerequisite: On the Azure dashboard, we must create a new app service and resource group that the app service belongs to. For simplicity...
2023年04月13日 16:07
·
0 点赞
·
0 评论
计算机天才
如何使用windows wfp技术将udp信息转发到另一个程序中
接上文,proxifier目前不支持udp的转发 https://geeknote.net/tiancai/posts/2191
2023年03月26日 05:10
·
0 点赞
·
0 评论
写 bug 的大耳朵图图
基于Centos7的UI自动化环境Dockerfile
2023年03月05日 14:04
·
0 点赞
·
0 评论
计算机天才
存储器之Cache相关设计原理
缓存就是存储在芯片中的内存,只不过这部分区域成本高,速度快,因此和廉价的主存区别开了。 缓存中的数据结构决定了这部分缓存起什么作用。
2023年04月15日 10:31
·
0 点赞
·
0 评论
steve lee
Active Storage - some techniques
Requirements
2023年07月16日 04:12
·
0 点赞
·
1 评论
计算机天才
dll函数以序号形式导出,隐去函数名字
需要建立个.def模块定义文件
2023年03月27日 12:32
·
0 点赞
·
0 评论
查看更多