摘要:
参考:https://www.cnblogs.com/chywx/p/11563318.html <!--pom.xml file--> <build> <resources> <resource> <directory>src/main/resources</directory> </resour 阅读全文
摘要:
##路由自定义 建立 app/router.options 文件加入下面内容 import type { RouterConfig } from '@nuxt/schema' // https://router.vuejs.org/api/interfaces/routeroptions.html 阅读全文
摘要:
/* java service 服务接口 */ package tx.txservice.service; import cn.hutool.core.convert.Convert; import com.baomidou.mybatisplus.core.conditions.query.Que 阅读全文
摘要:
/* java service 服务接口 */ package tx.txservice.service; import cn.hutool.core.convert.Convert; import com.baomidou.mybatisplus.core.conditions.query.Que 阅读全文
摘要:
//隐藏字段 @ApiModelProperty(hidden = true) 阅读全文
摘要:
#options请求直接204 if ($request_method = 'OPTIONS') { # 对于OPTIONS,不保存请求日志到日志文件 access_log off; # 这里配置允许跨域的域名,* 代表所有,也可以写域名:http://www.xxx.com 或者IP+端口 htt 阅读全文
摘要:
__stdcall 函数自己平衡 __cdecl 调用者负责平衡 __thiscall 调用者负责平衡 __fastcall 调用者负责平衡 __naked 编译器不负责平衡,由编写者自己负责 阅读全文
摘要:
<!--函数注释--> <?xml version="1.0" encoding="utf-8"?> <CodeSnippet Format="1.0.0" xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet"> <He 阅读全文
摘要:
作者:狂客,原创文章.转载请注明来源,侵权必究 #ifndef UNICODE #define UNICODE #endif #include <windows.h> #include <stdio.h> #define NT_SUCCESS(x) ((x) >= 0) #define STATUS 阅读全文
摘要:
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 阅读全文