在Linux命令行模式安装VMware Tools 方法/步骤1: 首先启动CentOS 7,在VMware中点击上方“VM”,点击“Install VMware Tools...”(如已安装则显示“Reinstall VMware Tools...”)。 方法/步骤2: 在命令行输入“ls /de ...
                            
                            
                                分类:
系统相关   时间:
2020-07-07 23:21:08   
                                阅读次数:
114
                             
                    
                        
                            
                            
                                QUQ摸鱼几个月之后…马上就要各种比赛来了,赶紧爬起来干正事了qwq 先给出题面 Medium You should write a program to handle some operations on an initially empty array. Input Specification: ...
                            
                            
                                分类:
其他好文   时间:
2020-07-07 12:51:51   
                                阅读次数:
72
                             
                    
                        
                            
                            
                                    package demo01.File; import java.io.File; /* File类判断功能的方法 - public boolean exists() :此File表示的文件或目录是否实际存在。 - public boolean isDirectory() :此File表示的是否为目 ...
                            
                            
                                分类:
其他好文   时间:
2020-07-06 21:35:06   
                                阅读次数:
63
                             
                    
                        
                            
                            
                                1. clear 清屏 一般我们连接服务器的时候 就会用到ssh 通过它来连接服务器 进而和服务器各种对话2.pwd(print word directory) 显示出当前所处的路径 例如显示/home/why 此时我们就对why这个路径操作3.ls(list) 显示出当前路径下的所有文件加上 -l ...
                            
                            
                                分类:
其他好文   时间:
2020-07-04 18:56:51   
                                阅读次数:
95
                             
                    
                        
                            
                            
                                本地数据卷的使用:hostPath, emptyDir emptyDir(容器数据共享) hostPath(访问宿主机数据) Kubernetes中的Volume提供了在容器中挂载外部存储的能力 Pod需要设置卷来源(spec.volume)和挂载点(spec.containers.volumeMo ...
                            
                            
                                分类:
其他好文   时间:
2020-07-04 15:25:09   
                                阅读次数:
65
                             
                    
                        
                            
                            
                                看下下面的apache的一个配置,具体代码如下: <Directory /> Order allow,deny #1 Allow from all #2 deny from 192.9.200.69 #3 </Directory> Allow和Deny哟关于apache的conf文件或者htacce ...
                            
                            
                                分类:
数据库   时间:
2020-07-04 15:18:53   
                                阅读次数:
76
                             
                    
                        
                            
                            
                                    import datetime import os from flask import Flask, send_from_directory, request from flask_cors import CORS app = Flask(__name__) CORS(app) @app.route ...
                            
                            
                                分类:
其他好文   时间:
2020-07-04 15:15:29   
                                阅读次数:
94
                             
                    
                        
                            
                            
                                    Design and implement a data structure for Least Frequently Used (LFU) cache. It should support the following operations: get and put. get(key) - Get t ...
                            
                            
                                分类:
系统相关   时间:
2020-07-04 13:49:45   
                                阅读次数:
84
                             
                    
                        
                            
                            
                                DevOps 介绍 一、DevOps 介绍 1.1.1 DevOps 介绍 DevOps介绍 DevOps 是Development和Operations的组合,也就是开发和运维的简写。 1、DevOps集文化理念、实践与工具与一身,可以提高组织高速交付应用程序和服务的能力,与使用 传统软件开发和基 ...
                            
                            
                                分类:
其他好文   时间:
2020-07-04 01:35:41   
                                阅读次数:
112
                             
                    
                        
                            
                            
                                    背景跟着滚动改变 Stellar.js插件 效果:https://im.qq.com/ 下载地址:https://sqimg.qq.com/qq_product_operations/jslib/stellar.js 效果图: 文章来源:刘俊涛的博客 欢迎关注公众号、留言、评论,一起学习。 若有帮助... ...
                            
                            
                                分类:
其他好文   时间:
2020-07-03 21:42:21   
                                阅读次数:
84