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
CHAPTER 1How to use this handbook purpose: identifying, analyzing and prioritizing energy efficienc investments in commercial buildings. concepts HVAC ...
分类:
数据库 时间:
2020-02-12 23:51:08
阅读次数:
99
200. Numbers of Islands *********************** class Solution { // 首先定义四个方向的向量,方便计算矩阵上下左右的位置 final static int [][]dirs = {{-1, 0}, {1, 0}, {0, -1}, { ...
分类:
其他好文 时间:
2020-02-12 11:16:57
阅读次数:
91
from: https://site.douban.com/234383/widget/notes/16373827/note/528386068/ aceking 2015-12-11 07:41:54 Pacman是Arch Linux 的包管理器。它将一个简单的二进制包格式和易用的构建系统结合 ...
分类:
其他好文 时间:
2020-02-08 13:36:06
阅读次数:
67