In this Document Goal Fix References Applies to: Oracle Net Services - Version 10.2.0.3 to 11.2.0.3 [Release 10.2 to 11.2]Information in this document ...
分类:
数据库 时间:
2020-05-27 12:09:38
阅读次数:
85
1、执行yum命令报404错误1)检查yum仓库是否配置正确,可以到阿里云下载repo配置文件。wget-O/etc/yum.repos.d/CentOS-Base.repohttp://mirrors.aliyun.com/repo/Centos-7.repo2)如果报错中包含$releasever变量,则执行rpm-qa|grepcentos-release确认centos-release是否
分类:
其他好文 时间:
2020-05-26 23:32:10
阅读次数:
178
一、nnlog日志模块,使用之前,需要先pip安装下 import nnlog import traceback log=nnlog.Logger('python.log',level='debug',when='D',backCount=5) # when D是每天 M每月 S每秒 # 日志级别 ...
分类:
其他好文 时间:
2020-05-26 20:48:16
阅读次数:
96
下载地址: http://www.mxdraw3d.com/newsInfo_20.html 1. 增加坐标标注设置文字大小,坐标标注支持用户自定义坐标系 2. 修改我们软件,会在当前目录生成临时debug.log文件问题 3. 增加天正图纸在线云端转换 4. 修改一些图纸,特殊线型显示不对问题 5 ...
分类:
其他好文 时间:
2020-05-26 20:24:54
阅读次数:
75
今天在写QT程序的时候需要从文件中把日期时间读取成int和double类型的数据,想要把这读进来的日期时间设置到QDatetimeEdit组件上,查了半天也没有找到直接设置的方法,后来经过查找资料发现可以先把上述的时间日期转换为规定类型(比如:“yy-MM-dd hh:mm:ss”)的QString ...
分类:
其他好文 时间:
2020-05-26 18:44:42
阅读次数:
78
原因同上一篇文章: 1、查看系统版本 cat /proc/version lsb_release -a uname -a 2、系统个更新 sudo apt-get update 然后在software update中点击是否立即安装 3、在64位系统中安装x86的运行时库 ubuntu 14.04 ...
分类:
系统相关 时间:
2020-05-26 18:39:26
阅读次数:
86
配置内核编译选项并编译内核 make defcon?g # Default con?guration is based on 'x86_64_defcon?g' make menucon?g # 打开debug相关选项 Kernel hacking > Compile-time checks and ...
分类:
其他好文 时间:
2020-05-26 18:33:02
阅读次数:
50
1: 下载 windows : https://github.com/microsoftarchive/redis/releases linux : 官网下载 http://www.redis.cn/(中文网) 历史版本 http://download.redis.io/releases/ 2: w ...
分类:
其他好文 时间:
2020-05-26 18:27:38
阅读次数:
62
Summary 自动编译加载,就不用再次重启项目,热加载。 Setting Ctrl+Shift+A 搜索Registry。 开启:compiler.automake.allow.when.app.running 配置。 ...
分类:
其他好文 时间:
2020-05-26 18:16:55
阅读次数:
71
一、添加Nginx到YUM源 # sudo rpm -Uvh http://nginx.org/packages/centos/7/noarch/RPMS/nginx-release-centos-7-0.el7.ngx.noarch.rpm 二、安装nginx # sudo yum install ...
分类:
其他好文 时间:
2020-05-26 18:03:50
阅读次数:
87