码迷,mamicode.com
首页 >  
搜索关键字:clean up    ( 10441个结果
suiteCRM____Admin
1. Individual users只能set up自己的个人账号,admin可以从User Management为其他用户set up个人账号(右上角下拉菜单中选Admin) 2. Securitly Groups:define groups of users with particular a ...
分类:其他好文   时间:2021-01-28 11:52:12    阅读次数:0
【补题】Codeforces Educational Codeforces Round 103 D
Cleaning the Phone Polycarp often uses his smartphone. He has already installed n applications on it. Application with number i takes up ai units of m ...
分类:其他好文   时间:2021-01-27 13:50:46    阅读次数:0
Python for Data Science - Creating statistical charts
Chapter 7 - Collaborative Analytics with Plotly Segment 2 - Creating statistical charts Setting up to use Plotly within Jupyter import numpy as np imp ...
分类:编程语言   时间:2021-01-25 11:18:24    阅读次数:0
CentOS yum配置国内源
参考网页 https://blog.csdn.net/xiaojin21cen/article/details/84726193 (1)、首先备份 CentOS-Base.repo mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentO ...
分类:其他好文   时间:2021-01-19 12:28:46    阅读次数:0
[Leetcode]4. Median of Two Sorted Arrays
题目描述 Given two sorted arrays nums1 and nums2 of size m and n respectively, return the median of the two sorted arrays. Follow up: The overall run time ...
分类:其他好文   时间:2021-01-19 12:12:17    阅读次数:0
harbor证书过期问题
docker-compose down cd /root/harbor ./prepare ## 过期替换证书要重新执行prepare 否则只重启替换证书不生效 客户端仍然报证书过期 docker-compose up -d ...
分类:其他好文   时间:2021-01-19 11:55:36    阅读次数:0
linux配置虚拟ip
ifconfig ens33:1 192.168.4.10 netmask 255.255.255.0 ifconfig ens33:1 up 修改配置文件,使配置在主机重启后自动生效 cd /etc/sysconfig/network-scripts/ cat ifcfg-ens33 > ifcf ...
分类:系统相关   时间:2021-01-18 11:34:17    阅读次数:0
[Leetcode]1. Two Sum
题目描述 Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target. You may assume that eac ...
分类:其他好文   时间:2021-01-13 11:07:09    阅读次数:0
centos7运行yum报如下提示:Run "yum repolist all" to see the repos you have
centos7运行yum报如下提示: There are no enabled repos. Run "yum repolist all" to see the repos you have. To enable Red Hat Subscription Management repositorie ...
分类:其他好文   时间:2021-01-12 10:29:30    阅读次数:0
Unable to configure HTTPS endpoint. No server certificate was specified, and the default developer certificate could not be found 解决办法
问题 每次vs重启都提示安装证书,即使执行dotnet dev-certs https --clean,dotnet dev-certs https -t然后重启vs也不行。 环境 win10, vs2019 解决办法 运行输入certmgr.msc 在个人,受信任的根证书颁发机构内删除颁发给loc ...
分类:Web程序   时间:2021-01-11 11:29:01    阅读次数:0
10441条   上一页 1 ... 8 9 10 11 12 ... 1045 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!