一、下载并安装Oracle12c 下载oracle12c 如果有需下载linux-x64版本的oracle12c,请点击此处呦! 密码:lu4w 检查安装环境 (1) 查看Linux系统的内存大小 [agssvrYX@inmshgis04 ~]$ grep MemTotal /proc/meminfo MemTotal: 49426728 kB (2) 显示Linux系统上的文件系统的磁盘使用情况 [agssvrYX@inmshgis04 ~]$ df -h Filesystem Size Used Avail Use% Mounted on
2022-05-16 18:38:49 86KB acl c config
1
pkg-config is a helper tool used when compiling applications and libraries. It helps you insert the correct compiler options on the command line so an application can use gcc -o test test.c `pkg-config --libs --cflags glib-2.0` for instance, rather than hard-coding values on where to find glib (or other libraries). It is language-agnostic, so it can be used for defining the location of documentation tools, for instance.
2022-05-16 14:01:15 375KB windows 综合资源
1
vim 配置,自动补全
2022-05-14 22:44:42 835KB vim config
1
Nvidia针对JetPack4.5+(Linux for Tegra R32.5+)提供了官方的实时补丁,通过apt install的形式直接安装,避免了对内核文件的改动,不影响IMU驱动程序的安装。Linux CONFIG PREEMPT RT Patch
2022-05-13 14:01:42 2MB linux
1
Tunsafe配置文件-config.rar.rarTunsafe配置文件-config.rar.rarTunsafe配置文件-config.rar.rar
2022-05-12 17:40:30 3KB Tunsafe
1
makefile.config文件中设置了使用cuDNN, opencv版本3及以上,使用python接口,ubuntu自带的python2.7接口
2022-05-11 19:55:54 5KB caffe编译 caffe安装
1
SFM的config文件,这里的内参是kitti数据集,可根据实际情况修改
2022-05-11 18:53:52 331B 源码软件
1
mybatis配置的重要文件包括mybatis-3-config.dtd mybatis-3-mapper.dtd
2022-05-09 12:48:53 3KB mybatis.dtd
1
https://mmcv.readthedocs.io/zh_CN/latest/understand_mmcv/config.html
2022-05-08 19:09:17 22.17MB 源码软件
1
主要用到的工具是Python中的Tkinter库 比较简单 直接上图形界面和代码 引用Tkinter库 from tkinter import * 建立主窗口对象 window=Tk() #设置窗口对象 window.title('counting machine') window.geometry(350x280) window['bg']='red' 建立标签框以及标签(将运算字符串显示在上面) frame=LabelFrame(window,bg='yellow',width=350,height=50) frame.pack() frame.place(x=0,y=0) la
2022-05-08 17:57:31 80KB config python python函数
1