最新动态

今日:0  |  文章:1142
汇集全站版块最新文章
admin
小绿叶技术博客 Lv1 超级管理员

docker 基础命令,上传 拉取 运行 进入 删除 镜像

#--- docker 镜像数据迁移 ---#docker commit www eisc1211                                      # 将容器 www 保存为镜像 eisc1211docker images          
/精华/置顶
docker   3533   2018-12-13
admin
小绿叶技术博客 Lv1 超级管理员

docker 创建虚拟机并且远程链接 shell脚本

1.了解docker ;  2.docker 安装脚本:安装,私有仓库,创建虚拟机1. 脚本安装 docker#!/bin/bashupdatesj(){# 更新时间rpmntpdate=`rpm -qa | grep ntpdate | wc -l`if [ $rpmntpdate -gt 0 ]                          &nbs
/精华/置顶
docker   2918   17  2020-08-23
admin
小绿叶技术博客 Lv1 超级管理员

docker commit save备份运行中的镜像

dcjson=`find / -name hostconfig.json` ; echo $dcjsonv2json=`find / -name config.v2.json` ; echo $v2jsonecho  $dcjson  $v2jsondocker port centos1 docker inspect centos1| grep Iddocker stop eisc             
 
docker   926   2021-07-09
admin
小绿叶技术博客 Lv1 超级管理员

动态数组变量的增删改查写入读取修改-c++

#include <iostream> #include <vector> #include <string> #include <sstream> // 定义一个结构体来存储每行数据 struct Record { std::string ip; int value; std::string date; }; // 写入数据到内存 void writeToMemory(std::vector<Record>&
 
C/C++语言开发   147   2025-03-05
admin
小绿叶技术博客 Lv1 超级管理员

linux 模拟windows 浏览器访问网站,解决服务器配置禁止linux访问,而无法进入网站问题

google-chrome --guest --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" http://ddoss.cn# 需要安装 google 浏览器, --guest 访客模式google-chrome -user-agent="Mozilla/5.0 (Windows NT 10.0;
 
ubuntu   440   2024-12-09
admin
小绿叶技术博客 Lv1 超级管理员

交际用语-读音和翻译

bi s nes cui p -I'm going to Beijing on a business trip tomorrow. 我 将要 去(归属) 商务,事情 旅行 明天 di ou A. It's a great deal. 它是 1个 极好 交易 nan C. It's none
/置顶
英语   501   2024-11-15
admin
小绿叶技术博客 Lv1 超级管理员

研究 html js 自动获取 id 和内容自动增加显示的功能

<div class="pk-margin-bottom-15 pk-text-right" style="height:30px;line-height:30px;"> <div class="pk-float-left"> <button type="button" class="pk-btn pk-btn-success pk-btn-sm _dobtn" data-do="restore">恢复</button> <button ty
 
网站建设   572   2024-09-26
admin
小绿叶技术博客 Lv1 超级管理员

研究

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>用户申请信息</title> <style> .user-info { margin-bottom: 10px; padding: 10px; border: 1px sol
 
网站建设   588   2024-09-18
admin
小绿叶技术博客 Lv1 超级管理员

研究中 登陆页面

登陆页面 <script> $(function() { // 绑定ajaxError事件处理器 $(document).ajaxError(function(event, jqxhr, settings, exception) { console.log(event); // 输出事件对象 console.log(jqxhr); // 输出jQuery XMLHttpReques
 
网站建设   570   2024-09-15
admin
小绿叶技术博客 Lv1 超级管理员

html 图形表

扇形图<canvas id="j_canvas" width="300" height="300"></canvas> <script type="text/javascript"> function drawSector(opt) { var target = document.getElementById(opt.id), ctx = target.getContext('2d'), pers = opt.pers,
 
网站建设   542   2024-09-12
admin
小绿叶技术博客 Lv1 超级管理员

python 邮件发送消息

#!/bin/python3 import smtplib from email.mime.multipart import MIMEMultipart from email.mime.text import MIMEText # 邮件配置 smtp_server = 'mail.ddoss.cn' # SMTP 服务器地址 smtp_port = 465 # SMTP 端口,587 是通常用于 TLS 加密的端口 smtp_user
 
python3 脚本程序   495   2024-08-28
admin
小绿叶技术博客 Lv1 超级管理员

服务器集群自动切换网络节点

#!/bin/bash # 集群节点自动切换 # Define the list of IP addresses ipListGroupDdoss=( 10.1.1.3 10.1.1.7 10.1.1.2 ) # home qinshi work phone ipListGroupEisc=( 10.1.1.13 10.1.1.8 10.1.1.10) #
 
自动化运维linux   508   2024-08-22
admin
小绿叶技术博客 Lv1 超级管理员

ubuntu kvm 安装 android

研究: https://www.cnblogs.com/Summer6/p/13696468.html
 
研究   533   2024-08-19
头像

用户名:

粉丝数:

签名:

资料 关注 好友 消息