背景 Read the fucking source code! --By 鲁迅 A picture is worth a thousand words. --By 高尔基 说明: Kernel版本:4.14 ARM64处理器,Contex-A53,双核 使用工具:Source Insight 3. ...
分类:
系统相关 时间:
2020-05-31 12:38:36
阅读次数:
126
一个合格的Linux运维工程师就必须知道系统启动流程,不管是在面试中还是系统故障排错或多或少都会涉及到启动流程。本文参考《鸟哥的Linux私房菜》第三版在了解系统启动流程之前先了解几个概念:Linux的组成部分:Kernel+rootfs(根文件系统)+程序Kernel的功能:进程管理、内存管理、网... ...
分类:
系统相关 时间:
2020-05-31 00:53:18
阅读次数:
117
1. No suitable driver found for mysql:jdbc://localhost:3306/test
2. Not allowed to connect to this MySQL server
3. The server time zone value '?... ...
分类:
数据库 时间:
2020-05-30 22:04:20
阅读次数:
107
RocketMQ本身支持顺序消息,在使用上发送顺序消息和非顺序消息有所区别 发送顺序消息 SendResult sendResult = producer.send(msg, new MessageQueueSelector() { @Override public MessageQueue sel ...
分类:
其他好文 时间:
2020-05-30 20:10:53
阅读次数:
66
MySQL-MyCAT分布式架构 MyCAT基础架构准备 主机名 ip地址 sql01 10.0.1.110 sql02 10.0.1.120 #环境准备: 两台虚拟机 sql01 sql02 每台创建四个mysql实例:3307 3308 3309 3310 #创建相关目录初始化数据 [root@ ...
分类:
数据库 时间:
2020-05-30 18:24:44
阅读次数:
74
1. 进程0创建进程1 init main.c sched_init() | |- hd_init() | |- fork() int 0x80//系统调度中断 | |- init() setup() int 0x80 | |- pause() int 0x80 | |- kernel sched. ...
分类:
系统相关 时间:
2020-05-30 15:54:43
阅读次数:
68
今天跟大家分享的是如何高效的定位iframe。我们来看一段最早的代码: # coding: utf-8from selenium import webdriverfrom time import sleep driver = webdriver.Firefox() driver.get("http: ...
分类:
其他好文 时间:
2020-05-30 15:51:47
阅读次数:
84
运行时报错:You must configure either the server or JDBC driver (via the serverTimezone configuration property),说明是mysql没有把时区改成+8:00,改一下就好,具体方法百度。 运行时报错: In ...
分类:
编程语言 时间:
2020-05-30 13:09:49
阅读次数:
88
虚拟环境下创建jupyter内核 1.激活虚拟环境 :activate pytorch 2.在cmd中检查jupyter是否已经被安装:conda list 如果可以找到“jupyter”,说明已经被安装。否则使用一下命令进行安装。 3.安装jupyter:conda install jupyter ...
分类:
其他好文 时间:
2020-05-29 21:35:49
阅读次数:
341
https://github.com/NienfengYao/port_freertos_to_qemu_a57_virt https://github.com/FreeRTOS/FreeRTOS-Kernel ...
分类:
其他好文 时间:
2020-05-29 20:54:25
阅读次数:
51