1:使用win+r打开 运行 控制台 2:输入 regedit 打开注册表 3:进入HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Command Processor\CompletionChar 将值改为十进制的 9 ;点击确定 4:以后运行CMD的时候 输入首字母按住 ...
cat /proc/cpuinfo processor: 23:超线程技术的虚拟逻辑核第24个 ###一般看最后一个0...23 表示24线程 vendor_id: GenuineIntel:CPU制造商cpu family: 6:CPU产品系列代号model: 44:CPU属于其系列中的哪一代号m ...
分类:
其他好文 时间:
2017-01-22 09:50:44
阅读次数:
194
0x01 asm/page.h: No such file or directory 在/usr/include/asm/下创建page.h 0x02 ...
分类:
编程语言 时间:
2017-01-21 18:28:19
阅读次数:
260
1、查看 CPU 物理个数 grep 'physical id' /proc/cpuinfo | sort -u | wc -l 2、查看 CPU 核心数量 grep 'core id' /proc/cpuinfo | sort -u | wc -l 3、查看 CPU 线程数 grep 'proce ...
分类:
编程语言 时间:
2017-01-21 14:08:29
阅读次数:
210
BIT has recently taken delivery of their new supercomputer, a 32 processor Apollo Odyssey distributed shared memory machine with a hierarchical commun ...
分类:
其他好文 时间:
2017-01-19 12:19:25
阅读次数:
279
错误提示: SEVERE: Servlet.service() for servlet [example] in context with path [/myproject] threw exception [Request processing failed; nested exception i ...
分类:
其他好文 时间:
2017-01-16 10:59:10
阅读次数:
4333
1. 计算机的简介 1.1 计算机的基本组成 (1)处理器(processor) (2)主存储器(main memory) ①易失性;②也称为“Real memory” OR “primary memory” (3)输入输出模块(I/O modules) ①二级存储设备;②通信设备;③终端 (4)系 ...
分类:
其他好文 时间:
2017-01-15 10:35:13
阅读次数:
226
https://www.paloaltonetworks.com/documentation/oss-listings/oss-listings/pan-os-oss-listings/pan-os-6-1-open-source-software-oss-listing PAN-OS 6.1 Op ...
分类:
其他好文 时间:
2017-01-12 12:57:13
阅读次数:
247
根源在AnnotationConfigApplicationContext和AnnotationConfigWebApplicationContext,以AnnotationConfigApplicationContext为例: 1.构造方法 一种是注解类方式,一种是扫描方式,殊途同归。以注解类来分 ...
分类:
编程语言 时间:
2017-01-12 08:31:45
阅读次数:
317
Parameter pack C++ C++ language Templates C++ C++ language Templates A template parameter pack is a template parameter that accepts zero or more templ ...
分类:
其他好文 时间:
2017-01-09 18:16:39
阅读次数:
281