上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 65 下一页
摘要: /* 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)
摘要: //隐藏字段 @ApiModelProperty(hidden = true) 阅读全文
posted @ 2022-09-30 12:36 狂客 阅读(31) 评论(0) 推荐(0)
摘要: #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)
摘要: __stdcall 函数自己平衡 __cdecl 调用者负责平衡 __thiscall 调用者负责平衡 __fastcall 调用者负责平衡 __naked 编译器不负责平衡,由编写者自己负责 阅读全文
posted @ 2022-09-04 12:04 狂客 阅读(69) 评论(0) 推荐(0)
摘要: <!--函数注释--> <?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)
摘要: 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)
摘要: 要使 try{}catch(...){}有用。就需要启用SEH异常 并且 调试器需要忽略C0000005错误 阅读全文
posted @ 2022-05-17 20:28 狂客 阅读(71) 评论(0) 推荐(0)
摘要: google-chrome --autoplay-policy=no-user-gesture-required 阅读全文
posted @ 2022-05-10 18:19 狂客 阅读(61) 评论(0) 推荐(0)
摘要: 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 下一页