logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

【Linux】cut -d ‘:’ -f 1

关于指令cut -d : -f 1 /etc/passwd,解释如下:符号含义cut截取字符串-d定义分隔符(这里是:)-f表示需要取哪个字段(这里是1)应用:输入如果与/etc/passwd中首字段一致则输出found,否则报错退出.#!/bin/bash# $1表示传给shell的第一个参数NAME=$1# 如果传入为空,则报错并退出if [ "$NAME" == "" ]thenecho "

#linux
【Linux】编译内核 没有规则可制作目标debian/certs/debian-uefi-certs.pem,由certs/x509_certificate_list需求停止

在要编译的内核目录下vim .config设置CONFIG_SYSTEM_TRUSTED_KEYS=""你可能用到:【Linux】查找文件中关键字

#linux
1132 Cut Integer (20 分)

1132 Cut Integer (20 分)Cutting an integer means to cut a K digits lone integer Z into two integers of (K/2) digits long integers A and B. For example, after cutting Z = 167334, we have A = 167 and B .

1022 Digital Library (30 分)

1022 Digital Library (30 分)思想结构体去做 自定义排序方式实现从小到大编号存储string的vector的使用有点小坑是编号的7位输出 PTA老把戏substr的使用截取查询段cin.peek()窥视实现多个keyword的获取输入方面cin.get()有点小讲究如果要用cin 无需使用 因为cin是智能指针可以跳过缓冲区的无效字符(如空格、回车)如果要...

1023 Have Fun with Numbers (20 分)

1023 Have Fun with Numbers (20 分)Notice that the number 123456789 is a 9-digit number consisting exactly the numbers from 1 to 9, with no duplication. Double it we will obtain 246913578, which happen.

1005 Spell It Right (20 分)

1005 Spell It Right (20 分)Given a non-negative integer N, your task is to compute the sum of all the digits of N, and output every digit of the sum in English.Input Specification:Each input file co...

【论文文献】Mark若干实用的论文文献查找网站

文献检索与下载arxivhttps://arxiv.org/谷粉学术https://gfsoso.99lb.net/Scidownhttps://www.xueky.com/Sci-Hubhttps://lovescihub.wordpress.com/ScienceDirecthttps://www.sciencedirect.com/数据挖掘顶会IJCAIhttps://www.ijcai.o

【知识笔记】关于计算机视觉三大顶会和行人重识别的一些基础知识梗概

相关顶级会议ECCV的全称是European Conference on Computer Vision(欧洲计算机视觉国际会议)CVPR是IEEE Conference on Computer Vision and Pattern Recognition的缩写,即IEEE国际计算机视觉与模式识别会议。该会议是由IEEE举办的计算机视觉和模式识别领域的顶级会议。ICCV 的全称是 IEEE Int

#计算机视觉
【模版】SPFA求最短路

【模版】SPFA求最短路题目测试:P4779 【模板】单源最短路径(标准版)代码//---------使用模版前言---------//注意顶点数MAXN的值 注意极大数据inf的值#include <iostream>#include <cstdio>#include <cstring>#include <queue>#inclu...

A - Max Sum Plus Plus

A - Max Sum Plus Plus题目入口:A - Max Sum Plus PlusAC代码#include <iostream>#include <cstdio>#include <algorithm>#include <cstring>#define inf 0x3f3f3f3fusing namespace std;...

    共 13 条
  • 1
  • 2
  • 请选择