void TeslaManage::loadModelFile(QString &filename) { file_node = osgDB::readNodeFile(std::string((const char *)filename.toLocal8Bit())); root->addChil... ...
分类:
其他好文 时间:
2019-07-13 13:49:32
阅读次数:
139
https://www.w3cschool.cn/intellij_idea_doc/intellij_idea_doc-q3ke2coy.html ...
分类:
其他好文 时间:
2019-07-11 18:44:39
阅读次数:
120
最近amd家的zen2上市,性价比很高 再加上ssd和内存都便宜,所以最终受不了诱惑,配了一台新机子 amd 3700x 微星 b450暗黑板子 七彩虹rtx2700 ad special oc 金士顿 ddr4 3200 16gX2 intel 760p 1T 长城G7 750w电源 黑曼巴机箱 ...
分类:
其他好文 时间:
2019-07-10 14:55:28
阅读次数:
143
yum groups info <Tab><Tab> # 连续两次<Tab> 显示内容为(可以不看,自己执行命令查看): [root@localhost ~]# yum groups info Additional Development DNS Name Server Java Platform ...
分类:
其他好文 时间:
2019-07-07 12:55:09
阅读次数:
666
欧拉(乌拉(雾)): $a^{\phi\( n)}\ \equiv 1\( mod n)$ 拓展一下就是: $a^c= $ $1. a^{c\ mod\ \phi\( m)}$ $gcd(a,m)=1$ $2. a^{c\ mod\ \phi\( m)+\phi\( m)}$ $gcd(a,m) \ ...
分类:
其他好文 时间:
2019-07-07 09:37:12
阅读次数:
100
Intel的x86处理器是通过Ring级别来进行访问控制的,级别共分4层,RING0,RING1,RING2,RING3。 RING0层拥有最高的权限,RING3层拥有最低的权限。 Windows只使用其中的两个级别RING0和RING3。按照Intel原有的构想,应用程序工作在RING3层,只能访 ...
分类:
其他好文 时间:
2019-07-05 16:46:27
阅读次数:
230
最近使用IntelliJ进行java项目的开发,IDE运行一段时间就会出现闪退,并且困扰了我很久,特此记录一下解决闪退问题的过程,一来给自己做个备忘,二来希望能给遇到同样问题的开发人员起到一定的参考作用。 一、环境和版本 系统环境: IntelliJ版本: 二、解决过程 1. 先是百度搜 ...
分类:
其他好文 时间:
2019-07-05 12:48:03
阅读次数:
91
1 procedure debugs; stdcall; 2 var 3 NewState: TTokenPrivileges; 4 lpLuid: Int64; 5 ReturnLength: DWord; 6 hAccessToken: THandle; 7 a: Boolean; 8 begi... ...