码迷,mamicode.com
首页 >  
搜索关键字:which    ( 9148个结果
Centos 7 创建简单的实验环境
搭建Centos 7 实验环境 环境 VMware workstation 15 pro; Centos 7 镜像 :CentOS 7 x86_64 DVD 1908.iso 觉得麻烦的可以使用后面的这个地址: "https://mirror.umd.edu/centos/7/isos/x86_64 ...
分类:其他好文   时间:2020-05-18 14:12:49    阅读次数:129
Linux文件和目录管理
本篇主要讲述: 1 目录和文件 2 目录和文件的操作(复制,删除,移动) 3 查看文件内容的命令 4 搜寻命令(which,whereis,locate,find); 5 文件内容的过滤grep; 1、目录和文件 1.1 查看及切换目录 查看当前目录:pwd(print working direct ...
分类:系统相关   时间:2020-05-17 13:38:01    阅读次数:91
centos 密钥登陆
服务端生成密钥和公钥 ssh-keygen -t rsa Generating public/private rsa key pair. Enter file in which to save the key (/root/.ssh/id_rsa): Enter passphrase (empty ...
分类:其他好文   时间:2020-05-17 01:30:10    阅读次数:83
open 未关闭
{System.InvalidOperationException: There is already an open DataReader associated with this Command which must be closed first. at System.Data.SqlClie ...
分类:其他好文   时间:2020-05-16 22:28:03    阅读次数:96
Jenkins新建本地任务
创建任务 源码管理选择无 设置执行的频次 增加构建步骤,选择shell命令 命令:1、进入项目所在目录 2、执行文件,一定要把pytest安装的目录带上,如果不记得可以用which pytest命令查一下,后面跟上执行的文件 ...
分类:其他好文   时间:2020-05-16 15:17:08    阅读次数:51
Structure of a C program: Pre-processor directives (#include <stdlib.h>, #define)
Preprocessor programs provide preprocessors directives which tell the compiler to preprocess the source code before compiling. Examples of some prepro ...
分类:其他好文   时间:2020-05-16 00:28:44    阅读次数:64
图论:TZOJ二分图练习
目录 1023 1037 1321 2021 2380 2733 3635 5839 5840 5842 1023: Taxi Cab Scheme 返回顶部 描述 Running a taxi station is not all that simple. Apart from the obvio ...
分类:其他好文   时间:2020-05-15 21:51:39    阅读次数:95
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
R语言删除不规范的值(或NA)
在使用R语言处理表格时(xlsx, csv),有时里面含有缺失值,或者不规范的数值,比如下图有许多的问号“?”,为了便于处理数据,这些都应该整行地删掉。 为了删掉那些包含"?"的行,需要先找到那些行,方法如下,通过 which(逻辑表达式) 函数找到对应行标 > data<- read.csv('b ...
分类:编程语言   时间:2020-05-15 10:01:44    阅读次数:245
【每日一题】- Leetcode 402. Remove K Digits
Description: Given a non-negative integer num represented as a string, remove k digits from the number so that the new number is the smallest possible ...
分类:其他好文   时间:2020-05-15 00:34:42    阅读次数:86
9148条   上一页 1 ... 22 23 24 25 26 ... 915 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!