码迷,mamicode.com
首页 >  
搜索关键字:gre    ( 5562个结果
【转】如何查看yum 安装的软件路径
今天使用yum 安装了一个软件,后来没有找到路径 1、首先安装一个redis [root@iZbp1eem925ojwyx17ao9kZ ~]# yum install redis 2、查找redis的安装包 [root@iZbp1eem925ojwyx17ao9kZ ~]# rpm -qa|gre ...
分类:其他好文   时间:2020-05-18 16:56:35    阅读次数:75
Python CGI编程
什么是 CGI CGI 目前由 NCSA 维护,NCSA 定义 CGI 如下: CGI(Common Gateway Interface),通用网关接口,它是一段程序,运行在服务器上如:HTTP 服务器,提供同客户端 HTML 页面的接口。 网页浏览 为了更好的了解 CGI 是如何工作的,我们可以从 ...
分类:编程语言   时间:2020-05-18 16:12:03    阅读次数:62
卸载linux自带的jdk
1.查询指令 rpm -qa|grep java 或 rpm -qa|grep jdk 或 rpm -qa|grep gcj 2.卸载jdk指令 rpm -e --nodeps *(表示1显示的jdk名) ...
分类:系统相关   时间:2020-05-18 14:43:38    阅读次数:82
linux安装mysql5.7.30 及配置多实例
1. 安装包下载,准备环境 wget https://dev.mysql.com/get/Downloads/MySQL-5.7/mysql-5.7.30-linux-glibc2.12-x86_64.tar.gz# 创建以下目录,(目录位置自定义,无强制) 软件路径: /opt/mysql/ 数据 ...
分类:数据库   时间:2020-05-17 17:51:21    阅读次数:221
Redis数据库
Redis数据库 数据库类型: 关系型数据库 MySQL, mariadb server, oracle 非关系型数据库 NoSQL 以键值key value对方式的存储数据 redis, mongodb, memcached, memcachedDB NoSQL(Not Only SQL)数据库 ...
分类:数据库   时间:2020-05-17 13:00:27    阅读次数:63
1027 Colors in Mars (20分)
People in Mars represent the colors in their computers in a similar way as the Earth people. That is, a color is represented by a 6-digit number, wher ...
分类:其他好文   时间:2020-05-16 22:26:57    阅读次数:80
PostgreSQL 12.2 公开课及视频及PGCE认证(第7期)(CUUG)(2020年)
七、PostgreSQL12.2Autovacuum调优1、什么是autovacuum?2、为什么需要autovacuum?3、记录autovacuum操作日志4、什么时候在表上做autovacuum?5、如何确定需要调整其autovacuumsetting的表?6、一次可以运行多少个autovacuum过程最优?7、实际应用案例PostgreSQL数据库的性能可能会受到死元组的影响,因为它们会继
分类:数据库   时间:2020-05-16 09:21:15    阅读次数:110
C# Bitmap图片GetPixel 和 SetPixel 效率问题
在对Bitmap图片操作的时候,有时需要用到获取或设置像素颜色方法:GetPixel 和 SetPixel, 如果直接对这两个方法进行操作的话速度很慢,这里我们可以通过把数据提取出来操作,然后操作完在复制回去可以加快访问速度 其实对Bitmap的访问还有两种方式,一种是内存法,一种是指针法 1、内存 ...
分类:Windows程序   时间:2020-05-16 01:00:01    阅读次数:100
caterpillar tree
In graph theory, a caterpillar or caterpillar tree is a tree in which all the vertices are within distance 1 of a central path. The central path can b ...
分类:其他好文   时间:2020-05-15 18:05:19    阅读次数:77
nmap端口扫描工具下载和安装使用
1、下载地址 https://nmap.org/download.html 2、下载之后进行安装 选择I Agree 后,建议全选,特别是zenmap,这个是图形化界面,不喜欢命令行格式的可以用zenmap去扫描端口 3、配置环境变量,将nmap的安装路径配置到path环境变量 4、dos命令中输入 ...
分类:其他好文   时间:2020-05-15 13:33:14    阅读次数:81
5562条   上一页 1 ... 39 40 41 42 43 ... 557 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!