码迷,mamicode.com
首页 >  
搜索关键字:notes    ( 1141个结果
LeetCode-232 Implement Queue using Stacks Solution (with Java)
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
LeetCode-225 Implement Stack using Queues Solution (with Java)
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
LeetCode-771 Jewels and Stones Solution with Java
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
LeetCode-1365 How Many Numbers Are Smaller Than the Current Number Solution with python
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 搭建深度学习环境教程
Linux 搭建深度学习环境教程 Notes: :star: 开门见山:使用 Anaconda 直接搞定 Linux Nvidia 驱动这个千年难题 :star: 重点: 关于这个问题,今天我来总结一篇专治头疼的药方:只需要安装 Anaconda ,使用 conda 安装 Pytorch 或者 Te ...
分类:系统相关   时间:2020-02-22 14:17:57    阅读次数:177
Message: 'chromedriver' executable needs to be in PATH.解决办法(综合了网上的一些办法)
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抓包出现乱码 SSL Proxying not enabled for this host:enable in Proxy Setting,SSL locations
之前有个一直困扰我的问题,再用charles抓包时遇到connect方法的,什么都抓不到,不知道该如何解决 1.情景:抓包的域名下 全部是unknown,右侧出现了乱码 2.查看unknown的notes里面:SSL Proxying not enabled for this host:enable ...
分类:其他好文   时间:2020-02-14 16:26:54    阅读次数:59
notes from EDF handbook
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
Leetcode Notes - 刷题随笔
200. Numbers of Islands *********************** class Solution { // 首先定义四个方向的向量,方便计算矩阵上下左右的位置 final static int [][]dirs = {{-1, 0}, {1, 0}, {0, -1}, { ...
分类:其他好文   时间:2020-02-12 11:16:57    阅读次数:91
Pacman常用命令
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
1141条   上一页 1 ... 7 8 9 10 11 ... 115 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!