码迷,mamicode.com
首页 >  
搜索关键字:编译内核 kernel screen    ( 8796个结果
kernel reported iSCSI connection 1:0 error (1022-Invalid or unknown error code) state (3)
简而言之,内存不够了。 https://serverfault.com/questions/828839/kernel-reported-iscsi-connection-10-error-1022-invalid-or-unknown-error-code I got a couple of re ...
分类:其他好文   时间:2020-06-15 11:56:54    阅读次数:130
Linux常用命令使用格式
仅以博客形式记录linux所学,不足之处继续优化 linux系统的常用命令格式基本上是以 cmd(command) 选项 参数 的形式书写 例如screen、date、ifconfig等命令 1 Usage: date [OPTION]... [+FORMAT] 2 or: date [-u|--u ...
分类:系统相关   时间:2020-06-14 23:48:01    阅读次数:69
虚拟机Manjaro启动黑屏解决方法
启动系统,按ESC键,进入GRUB页面,进入到命令行 1. Start up your computer and when you see the Grub screen, do the following: 2. In the Grub menu press the ‘e’ key to edit ...
分类:编程语言   时间:2020-06-14 23:42:03    阅读次数:239
结合中断上下文切换和进程上下文切换分析Linux内核的一般执行过程
结合中断上下文切换和进程上下文切换分析Linux内核的一般执行过程 一,实验目标 以fork和execve系统调用为例分析中断上下文的切换 分析execve系统调用中断上下文的特殊之处 分析fork子进程启动执行时进程上下文的特殊之处 以系统调用作为特殊的中断,结合中断上下文切换和进程上下文切换分析 ...
分类:系统相关   时间:2020-06-14 23:29:32    阅读次数:52
内核模块管理工具
lsmod:内容来自/proc/modules modinfo:show information about linux kernel module modprobe: modprobe --show-depends ext4 显示ext4内核模块的依赖关系 --dry-run 测试目的 --sho ...
分类:其他好文   时间:2020-06-14 18:44:20    阅读次数:64
手写数字识别-小数据集
1.手写数字数据集 from sklearn.datasets import load_digits digits = load_digits() 2.图片数据预处理 x:归一化MinMaxScaler() y:独热编码OneHotEncoder()或to_categorical 张量结构 训练集测 ...
分类:其他好文   时间:2020-06-14 16:33:10    阅读次数:62
cannot connect to chrome at 127.0.0.1:9222
window10系统,先cmd打开chrome, chrome --remote-debugging-port=9222 执行脚本 from selenium import webdriver from selenium.webdriver.chrome.options import Options ...
分类:其他好文   时间:2020-06-14 16:32:39    阅读次数:221
按系列罗列Linux的发行版,并描述不同发行版之间的联系与区别。
linux发行版=linux内核+商业软件linux发行版:RedHat、Fedora、suse、红旗、debian、Ubuntu、centos等不同发行版之间的联系与区别:slackware:SUSELinuxEnterpriseServer(SLES)OpenSuse桌面?debian:ubuntu,deepin(深度),mint?redhat:RHEL:RedHatEnterpriseLin
分类:系统相关   时间:2020-06-14 11:08:36    阅读次数:92
使用Unity Shader的阴影计算宏时需要注意的东西
根据TRANSFER_SHADOW的宏定义,a2v结构体中的顶点坐标变量名必须是vertex,顶点着色器的输入结构体a2v必须命名为v,且v2f中的顶点位置变量必须命名为pos。 #if defined (SHADOWS_SCREEN) #if defined(UNITY_NO_SCREENSPAC ...
分类:编程语言   时间:2020-06-13 21:40:22    阅读次数:117
pygame学习(3) 画面和字幕
画面和字幕是后续做游戏我非常需要的,那么如何让画面暂停下来呢? 在最开始的设计中有一个show_start_screen用来显示开始的画面,这个画面里面的功能很简单: def show_start_screen(self): self.screen.fill(BLACK) self.draw_tex ...
分类:其他好文   时间:2020-06-13 19:46:04    阅读次数:63
8796条   上一页 1 ... 27 28 29 30 31 ... 880 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!