进程管理 进程和线程 参考博客https://github.com/CyC2018/CS-Notes 进程 进程是资源分配的基本单位。 进程控制块 (Process Control Block, PCB) 描述进程的基本信息和运行状态,所谓的创建进程和撤销进程,都是指对 PCB 的操作。 下图显示了 ...
分类:
系统相关 时间:
2020-03-07 12:36:22
阅读次数:
81
本文主要参考卡耐基梅隆大学(CMU)的Ryan Tibshirani教授在 "Convex Optimization" 课上的Lecture Notes 在统计学习和机器学习领域,基本上你想做的绝大部分事情都是一种优化问题。所以,面对具体的问题,你要做的事情可以概括为下图所示 即:如何把头脑中的id ...
分类:
其他好文 时间:
2020-03-04 23:23:29
阅读次数:
62
1. Description: Notes: 2. Examples: 3.Solutions: 1 /** 2 * Created by sheepcore on 2019-05-07 3 */ 4 class Solution { 5 public int minAddToMakeValid(S ...
分类:
编程语言 时间:
2020-03-02 15:08:12
阅读次数:
76
1. Description: Notes: 2. Examples: 3.Solutions: 1 /** 2 * Created by sheepcore on 2019-03-07 3 * Your MyQueue object will be instantiated and called ...
分类:
编程语言 时间:
2020-03-02 15:07:09
阅读次数:
68
1. Description: Notes: 2. Examples: 3.Solutions: 1 /** 2 * Created by sheepcore on 2019-05-07 3 * Your MyStack object will be instantiated and called ...
分类:
编程语言 时间:
2020-03-02 14:58:48
阅读次数:
75
1. Description: Notes: 2. Examples: 3.Solutions: 1 public int numJewelsInStones(String J, String S) { 2 int num = 0; 3 for (int i = 0; i < S.length(); ...
分类:
编程语言 时间:
2020-03-02 12:48:38
阅读次数:
56
1. Description notes: 2. Examples: 3. Solution: 1 """ 2 created by sheepcore on 2020-03-02 3 """ 4 from typing import List 5 6 7 def smallerNumbersTha ...
分类:
编程语言 时间:
2020-03-02 10:44:31
阅读次数:
78
Linux 搭建深度学习环境教程 Notes: :star: 开门见山:使用 Anaconda 直接搞定 Linux Nvidia 驱动这个千年难题 :star: 重点: 关于这个问题,今天我来总结一篇专治头疼的药方:只需要安装 Anaconda ,使用 conda 安装 Pytorch 或者 Te ...
分类:
系统相关 时间:
2020-02-22 14:17:57
阅读次数:
177
1.打开chrome 输入 “chrome://version/”来查看chrome版本 2.访问此网站 http://chromedriver.storage.googleapis.com/index.html 然后选择合适版本的driver。点击notes.txt就可查看其对应的版本号 3.把c ...
分类:
其他好文 时间:
2020-02-18 09:57:47
阅读次数:
70
之前有个一直困扰我的问题,再用charles抓包时遇到connect方法的,什么都抓不到,不知道该如何解决 1.情景:抓包的域名下 全部是unknown,右侧出现了乱码 2.查看unknown的notes里面:SSL Proxying not enabled for this host:enable ...
分类:
其他好文 时间:
2020-02-14 16:26:54
阅读次数:
59