#

gr

  • shell三剑客之grep

    前言grep怎么出来的?  这就需要我们庖丁解牛了,“g/RE/p”看到没,就是这样“global Regular Expression print”==>“全局查找正则表达式(RE)

    作者:chbo_yang
    2020-07-19 22:11:19
  • windows AD自动化-OU-group-user (二)

    一、根据一章节写的大纲;我们想实现这个需求,需要以下8个基础函数,来简化我们的代码,更快更灵活的实现需求。 传入用户名,判别当前OU,自动加入到安全组和通讯组 传入用户名,判别OA,OA冻结后删除A

    作者:liu7710046
    2020-07-19 22:04:26
  • Centos6.6下Postgresql9.6.6安装与配置

    一、环境介绍系统平台:CentOS release 6.6 (Final)Postgresql:postgresql-9.6.6SELINUX=disabledIptables关闭二、安装过程1.安装

    作者:青苗飞扬
    2020-07-19 21:35:53
  • gRPC快速入门(一)——Protobuf简介

    gRPC快速入门(一)——Protobuf简介 一、Protobuf简介 1、Protobuf简介 Protobuf即Protocol Buffers,是Google公司开发的一种跨语言和平台的序列化

    作者:天山老妖S
    2020-07-19 18:45:53
  • EIGRP实验

    配置命令:1、配置EIGRP路由协议Router1的管理Router#config  tRouter(config)#hostname R1R1(config)#int  f0/0

    作者:tlh124
    2020-07-19 17:56:04
  • Oracle 11gR2 RAC DG 安装前初始化

    1、preusers.sh脚本#!/bin/bash #Purpose:Create 6 groups named 'oinstall','dba','asma

    作者:ConfusedSnail
    2020-07-19 12:22:08
  • postgresql 9.6 建立多列索引测试

    建立测试表结构CREATE TABLE t_test(    id integer,    name text COLLATE pg_catalog."defa

    作者:pgmia
    2020-07-19 12:00:14
  • ImportError : No module named graphics

    ImportError : No module named graphicswindows  IDLE安装目录下:c:\python27>pip install reportlab

    作者:zhangtainren
    2020-07-19 10:51:13
  • pgrouting源码安装说明

    1.前提条件:CentOS Linux release 7.2.1511 (Core) X64postgresql-9.6.1 源码安装postgis-2.3.0 源码安装修改环境变量文件vi /et

    作者:pgmia
    2020-07-19 07:20:48
  • leetCode 338. Counting Bits | Dynamic Programming | Medium

    338. Counting BitsGiven a non negative integer number num. For every numbers i in the

    作者:313119992
    2020-07-19 04:16:00