会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
hoy0a1d's Blog
首页
新随笔
管理
上一页
1
2
2018年6月23日
[C++]写注册表
摘要: 1 #include <iostream> 2 #include <windows.h> 3 using namespace std; 4 5 int main() 6 { 7 HKEY hKEY; 8 HKEY hKEY1; 9 10 char *RegSz = "This is a test!"
阅读全文
posted @ 2018-06-23 23:27 hoy0a1d
阅读(495)
评论(0)
推荐(0)
2018年6月11日
[C++]普通IP地址转十进制
摘要: 1 #include <iostream> 2 using namespace std; 3 4 int main() 5 { 6 char *IP; 7 int ip1, ip2, ip3, ip4; 8 unsigned long result = 0; 9 printf("Please inp
阅读全文
posted @ 2018-06-11 22:51 hoy0a1d
阅读(707)
评论(0)
推荐(0)
2018年5月6日
[转载]C++URL编码转换
摘要: 1 #pragma once 2 3 #include 4 #include 5 #include 6 7 using namespace std; 8 9 class strCoding 10 { 11 public: 12 strCoding(void); 13 ~strCoding(void); 14 1...
阅读全文
posted @ 2018-05-06 14:52 hoy0a1d
阅读(3252)
评论(0)
推荐(0)
[VB]常用函数查看器
摘要: 5年前写的,也没啥好介绍的,贴张图片 Bin链接:https://pan.baidu.com/s/1Rzs_T3fv89_xawj6qLg7Zw 密码:eqfg Src链接:https://pan.baidu.com/s/1Fbxh6DyE0j0Nej0G_WqfAw 密码:voq8
阅读全文
posted @ 2018-05-06 14:47 hoy0a1d
阅读(248)
评论(0)
推荐(0)
2018年5月3日
[C++]终端端口获取
摘要: 翻硬盘翻到好多年前的VBS版本,一时无聊,改写了C++版本 1 #include <iostream> 2 #include <windows.h> 3 using namespace std; 4 5 int WinMain(HINSTANCE hInstance, HINSTANCE hPrev
阅读全文
posted @ 2018-05-03 01:47 hoy0a1d
阅读(967)
评论(0)
推荐(0)
2016年9月18日
[C++ && VB]eXeScope 6.5 keygen
摘要: 1 #include <iostream> 2 #include <string> 3 #include <stdlib.h> 4 #include <time.h> 5 6 using namespace std; 7 8 int main() 9 { 10 int a, x1, x2, s; 1
阅读全文
posted @ 2016-09-18 01:09 hoy0a1d
阅读(375)
评论(0)
推荐(0)
2015年10月29日
NULL
摘要: 搬家到博客园了。
阅读全文
posted @ 2015-10-29 17:33 hoy0a1d
阅读(86)
评论(0)
推荐(0)
上一页
1
2
公告