1 import torch 2 import torch.nn.functional as F 3 import matplotlib.pyplot as plt 4 5 # torch.manual_seed(1) # reproducible 6 7 # make fake data 8 n_... ...
分类:
其他好文 时间:
2019-10-26 15:10:08
阅读次数:
75
先表明Outlook的参数:网址:https://support.office.com/zh-cn/article/Outlook-com-%E7%9A%84-POP%E3%80%81IMAP-%E5%92%8C-SMTP-%E8%AE%BE%E7%BD%AE-d088b986-291d-42b8- ...
* 导包: selenium.webdriver.support.expected_conditions as EC 1> alert_is_present() //判断页面是否出现alert弹窗 ey: wait = WebDriverWait(driver,10) # 打印alert框的信息 w ...
分类:
其他好文 时间:
2019-10-25 13:09:43
阅读次数:
59
B树定义 B 树又叫平衡多路查找树。一棵m阶的B 树 (m叉树)的特性如下: 根节点至少有两个孩子 每个非根节点至少有M/2(上取整)个孩子,至多有M个孩子。 每个非根节点至少有M/2-1(上取整)个关键字,至多有M-1个关键字。并以升序排列。 key[i]和key[i+1]之间的孩子节点的值介于k ...
分类:
编程语言 时间:
2019-10-25 10:13:50
阅读次数:
61
If the FN key does have a green light just press and hold down the FN button on the bottom left of the keyboard and tap the F1 key at the top of the k ...
分类:
其他好文 时间:
2019-10-25 10:04:33
阅读次数:
99
烟火_ 烟火_ 烟火_ Google Guava之--cache 一、简介 Google Guava包含了Google的Java项目许多依赖的库,如:集合 [collections] 、缓存 [caching] 、原生类型支持 [primitives support] 、并发库 [concurren ...
分类:
系统相关 时间:
2019-10-24 21:28:08
阅读次数:
118
SSH-Fortress 1. What does it do? 2. build and run git clone https://github.com/mojocn/sshfortress.git && cd sshfortress; go build echo "run the app wi ...
分类:
编程语言 时间:
2019-10-24 09:33:54
阅读次数:
98
Mariadb安装 1.解压 2.新建mysql用户 3.新建数据库目录 4.初始化数据库 5.查看my.cnf执行的顺序. 顺序为 也可以用如下命令查找: 6.修改my.cnf 7.生成自启动脚本 错误 shell [root@oradb mysql] service mysqld start S ...
分类:
数据库 时间:
2019-10-23 11:32:29
阅读次数:
109
1. 新建一个SDI工程,去掉“Document/View architecture support” 2. 添加 CTreeView 类的派生类 CLeftView 作为分隔器的左侧视图,添加 CListView 的派生类 CRightView 作为右边视图。可能需要 #include <afxc ...
分类:
编程语言 时间:
2019-10-22 22:19:51
阅读次数:
104
原文链接:https://blog.csdn.net/sw5131899/article/details/53995796 Android Percent Library 那么来看看都咋用吧。首先需要在Gradle里加入依赖。 compile 'com.android.support:percent ...
分类:
移动开发 时间:
2019-10-22 15:28:38
阅读次数:
221