会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
狂客
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
14
15
16
17
18
19
20
21
22
···
65
下一页
2022年10月7日
java template 0.1
摘要: /* java service 服务接口 */ package tx.txservice.service; import cn.hutool.core.convert.Convert; import com.baomidou.mybatisplus.core.conditions.query.Que
阅读全文
posted @ 2022-10-07 17:29 狂客
阅读(23)
评论(0)
推荐(0)
2022年9月30日
swagger
摘要: //隐藏字段 @ApiModelProperty(hidden = true)
阅读全文
posted @ 2022-09-30 12:36 狂客
阅读(31)
评论(0)
推荐(0)
2022年9月26日
nginx 代理
摘要: #options请求直接204 if ($request_method = 'OPTIONS') { # 对于OPTIONS,不保存请求日志到日志文件 access_log off; # 这里配置允许跨域的域名,* 代表所有,也可以写域名:http://www.xxx.com 或者IP+端口 htt
阅读全文
posted @ 2022-09-26 10:22 狂客
阅读(96)
评论(0)
推荐(0)
2022年9月4日
堆栈平衡
摘要: __stdcall 函数自己平衡 __cdecl 调用者负责平衡 __thiscall 调用者负责平衡 __fastcall 调用者负责平衡 __naked 编译器不负责平衡,由编写者自己负责
阅读全文
posted @ 2022-09-04 12:04 狂客
阅读(69)
评论(0)
推荐(0)
2022年9月2日
visual studio 代码片段
摘要: <!--函数注释--> <?xml version="1.0" encoding="utf-8"?> <CodeSnippet Format="1.0.0" xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet"> <He
阅读全文
posted @ 2022-09-02 17:33 狂客
阅读(41)
评论(0)
推荐(0)
查询系统所有句柄(可以筛选进程打开的全部句柄)
摘要: 作者:狂客,原创文章.转载请注明来源,侵权必究 #ifndef UNICODE #define UNICODE #endif #include <windows.h> #include <stdio.h> #define NT_SUCCESS(x) ((x) >= 0) #define STATUS
阅读全文
posted @ 2022-09-02 11:41 狂客
阅读(403)
评论(0)
推荐(0)
2022年6月26日
qemu
摘要: qemu-system-x86_64 -cpu max -m 2048 -hda disk.img -cdrom win7.iso -smp 8,sockets=2,cores=2,threads=2,maxcpus=8 qemu-system-x86_64 -cpu max -m 2048 -hd
阅读全文
posted @ 2022-06-26 17:33 狂客
阅读(92)
评论(0)
推荐(0)
2022年5月17日
x64异常
摘要: 要使 try{}catch(...){}有用。就需要启用SEH异常 并且 调试器需要忽略C0000005错误
阅读全文
posted @ 2022-05-17 20:28 狂客
阅读(71)
评论(0)
推荐(0)
2022年5月10日
chrome 音乐 视频自动播放 忽略 Uncaught (in promise) DOMException: play() failed because the user didn‘t interact with the document
摘要: google-chrome --autoplay-policy=no-user-gesture-required
阅读全文
posted @ 2022-05-10 18:19 狂客
阅读(61)
评论(0)
推荐(0)
2022年5月5日
KVM管理
摘要: qemu命令参考 https://blog.csdn.net/bravezhe/article/details/8461386 KVM管理 作者:狂客,原创文章.转载请注明来源,侵权必究 虚拟机管理 virsh list --all #可以查看所有虚拟机 virsh undefine 虚拟机名 #删
阅读全文
posted @ 2022-05-05 10:44 狂客
阅读(92)
评论(0)
推荐(0)
上一页
1
···
14
15
16
17
18
19
20
21
22
···
65
下一页
公告