代码如下: <Window.Resources> <Style x:Key="ColumnHeaderStyle" TargetType="DataGridColumnHeader"> <Setter Property="HorizontalContentAlignment" Value="Cent ...
failed to register layer: devmapper:Thin Pool has 207894 free data blocks which is less than minimum required 320123 free data blocks. Create more fre ...
分类:
其他好文 时间:
2021-02-01 11:44:12
阅读次数:
0
'''pandas 中 inplace 参数在很多函数中都会有,它的作用是:是否在原对象基础上进行修改 ? inplace = True:不创建新的对象,直接对原始对象进行修改; ? inplace = False:对数据进行修改,创建并返回新的对象承载其修改结果。 默认是False,即创建新的对象 ...
分类:
编程语言 时间:
2021-01-30 12:17:49
阅读次数:
0
官方文档解读 TextRecognitionDataGenerator’s documentation Since the name is quite long, all subsequent refrences will be under the acronym TRDG. If you are ...
分类:
其他好文 时间:
2021-01-30 12:09:59
阅读次数:
0
01.note 一.不用pytorch的module模型手写简单的线性问题 1)输入train_data和test_data #1.输入数据集 inputs = np.array([[73, 67, 43], [91, 88, 64], [87, 134, 58], [102, 43, 37], [ ...
分类:
其他好文 时间:
2021-01-30 12:05:31
阅读次数:
0
使用CURL模拟访问网页,保留返回的COOKIE <?php class dnspod { public static function api_call($api, $data) { $api = 'https://dnsapi.cn/' . $api; echo $api . PHP_EOL; ...
分类:
Web程序 时间:
2021-01-30 11:45:04
阅读次数:
0
微信小程序图片的获取和压缩 效果展示 wxml <view> <button bindtap="chooseImage">选择图片</button> <button bindtap="compressImage">压缩图片</button> </view> js 下面是js中data部分代码和绑定事 ...
分类:
微信 时间:
2021-01-29 12:22:12
阅读次数:
0
建立表空间并设置为默认表空间(最大32GB) 1. create temporary tablespace test tempfile '/home/oracle/oradata/abc/test.dbf' size 50m autoextend on next 50m maxsize 20480m ...
分类:
数据库 时间:
2021-01-29 12:21:20
阅读次数:
0
java三大版本 JDK,JRE,JVM Java三大版本 JavaSE—标准版(先) JavaEE—企业版(后) JDK,JRE,JVM JDK—Java Development Kit—(Java开发工具) JRE—Java Runtime Envionment—(Java运行环境) JVM—J ...
分类:
编程语言 时间:
2021-01-29 12:03:23
阅读次数:
0
sklean数据集 sklearn.datasets 加载获取流行数据集 datasets.load_*() 获取小规模数据集,数据包含在datasets里 datasets.fetch_*(data_home=None) 获取大规模数据集,需要从网络上下载,函数的第一个参数是data_home,表 ...
分类:
其他好文 时间:
2021-01-29 12:02:49
阅读次数:
0