码迷,mamicode.com
首页 >  
搜索关键字:gnu pic    ( 3892个结果
oracle 临时表空间、数据表空间、创建用户名与密码、赋予用户权限
创建顺序 1.如果在PL/SQL 等工具里打开的话,直接修改下面的代码中[斜体加粗部分]执行 2.确保路径存在,比如【D:\oracle\oradata\Oracle9i\】也就是你要保存文件的路径存在/*分为四步*//*第1步:创建临时表空间 */ create temporary tablesp ...
分类:数据库   时间:2020-06-28 18:35:48    阅读次数:66
去除li标签自动换行
通过设置标签属性,去掉无序编号自动换行,代码如下: <!DOCTYPE html> <html> <head> <style> #pic_list { display:block; white-space:nowrap; width:500px; overflow:auto; } #pic_list ...
分类:其他好文   时间:2020-06-27 11:40:50    阅读次数:180
Haproxy/LVS负载均衡实现+keepalived实现高可用
haproxy+keepalived 集群高可用集群转发 环境介绍 #内核版本 Ubuntu 18.04.4 LTS \n \l 107-Ubuntu SMP Thu Jun 4 11:27:52 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux #节点介绍 192.1 ...
分类:其他好文   时间:2020-06-26 22:20:27    阅读次数:69
linux系统 binutils 的 安装,解决These critical programs are missing or too old: as GNU ld 的问题
1、下载安装包,下载链接如下: http://ftp.gnu.org/gnu/binutils/ wget http://ftp.gnu.org/gnu/binutils/binutils-2.32.tar.gz tar -xzvf binutils-2.32.tar.gzcd binutils-2 ...
分类:系统相关   时间:2020-06-26 20:24:07    阅读次数:280
[ML] Octave 简单操作
octave 是和 matlab 类似的软件,可以方便的进行矩阵计算、图形绘图。 matlab 收费,octave 是 gnu 开源软件。 Mac 安装: $ brew install octave 进入命令行: $ actave 不带分号将输出结果,带分号则不输出结果: 输入一列矩阵的两种方式: ...
分类:其他好文   时间:2020-06-26 18:12:15    阅读次数:49
卷积神经网络 {Keras 由浅入深}
卷积神经网络 | ![tensorflow ](https://img-blog.csdnimg.cn/20190825125400589.png#==#pic_center =40x)TensorFlow| ![keras](https://img-blog.csdnimg.cn/20190804 ...
分类:其他好文   时间:2020-06-25 19:38:33    阅读次数:53
随机森林 {Keras 由浅入深}
随机森林 | ![tensorflow ](https://img-blog.csdnimg.cn/20190825125400589.png#==#pic_center =40x)TensorFlow| ![keras](https://img-blog.csdnimg.cn/2019080414 ...
分类:其他好文   时间:2020-06-25 19:35:41    阅读次数:148
Keras安装 {Keras 由浅入深}
Keras 安装 | ![tensorflow ](https://img-blog.csdnimg.cn/20190825125400589.png#==#pic_center =40x)TensorFlow| ![keras](https://img-blog.csdnimg.cn/201908 ...
分类:其他好文   时间:2020-06-25 19:34:33    阅读次数:87
卷积神经网络(二){Keras 由浅入深}
卷积神经网络(二) | ![tensorflow ](https://img-blog.csdnimg.cn/20190825125400589.png#==#pic_center =40x)TensorFlow| ![keras](https://img-blog.csdnimg.cn/20190 ...
分类:其他好文   时间:2020-06-25 19:11:45    阅读次数:58
决策树 {Keras 由浅入深}
决策树 | ![tensorflow ](https://img-blog.csdnimg.cn/20190825125400589.png#==#pic_center =40x)TensorFlow| ![keras](https://img-blog.csdnimg.cn/20190804140 ...
分类:其他好文   时间:2020-06-25 19:07:20    阅读次数:74
3892条   上一页 1 ... 9 10 11 12 13 ... 390 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!