码迷,mamicode.com
首页 >  
搜索关键字:release debug    ( 20084个结果
Using Class of Secure Transport (COST) to Restrict Instance Registration in Oracle RAC [ID 1340831.1]
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
CentOS 7 执行 yum 命令失败问题的排查
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+traceback)
一、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
MxCAD云图 2020.05.25更新
下载地址: http://www.mxdraw3d.com/newsInfo_20.html 1. 增加坐标标注设置文字大小,坐标标注支持用户自定义坐标系 2. 修改我们软件,会在当前目录生成临时debug.log文件问题 3. 增加天正图纸在线云端转换 4. 修改一些图纸,特殊线型显示不对问题 5 ...
分类:其他好文   时间:2020-05-26 20:24:54    阅读次数:75
将日期时间六个独立数据转换为QDatetime类型函数
今天在写QT程序的时候需要从文件中把日期时间读取成int和double类型的数据,想要把这读进来的日期时间设置到QDatetimeEdit组件上,查了半天也没有找到直接设置的方法,后来经过查找资料发现可以先把上述的时间日期转换为规定类型(比如:“yy-MM-dd hh:mm:ss”)的QString ...
分类:其他好文   时间:2020-05-26 18:44:42    阅读次数:78
linux中常用的shell命令(2)—ubuntu
原因同上一篇文章: 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
redis使用
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
IDEA - Grails Debug模式自动编译
Summary 自动编译加载,就不用再次重启项目,热加载。 Setting Ctrl+Shift+A 搜索Registry。 开启:compiler.automake.allow.when.app.running 配置。 ...
分类:其他好文   时间:2020-05-26 18:16:55    阅读次数:71
Centos 安装nginx
一、添加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
20084条   上一页 1 ... 93 94 95 96 97 ... 2009 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!