水平有限,本文仅以流水账的方式 介绍自己 安装 三款软件 的过程。 环境Ubuntu on 虚拟机: $ cat /proc/version Linux version 4.15.0-54-generic (buildd@lgw01-amd64-014) (gcc version 7.4.0 \(U ...
分类:
其他好文 时间:
2020-07-13 13:14:44
阅读次数:
63
学习地址:https://www.bilibili.com/video/BV1mf4y1S72o?p=18 实例练习一(创建一个柱的族) using System; using System.Collections.Generic; using System.Linq; using System.T ...
分类:
其他好文 时间:
2020-07-12 16:24:00
阅读次数:
82
LVS 部署(上)1 LVS全称为Linux Virtual Server,工作在ISO模型中的第四层,修改nat-filter input 链,直接到postrouting 客户端和服务器直接建立连接,lvs是透明的2、LVS术语Director Server:调度服务器,即lvs serverR ...
分类:
其他好文 时间:
2020-07-12 01:11:43
阅读次数:
107
学习地址:https://www.bilibili.com/video/BV1mf4y1S72o?p=13 TaskDialog任务对话框 任务对话框的控件 任务对话框 任务对话框执行结果 实例练习一 using System; using System.Collections.Generic; u ...
学习地址:https://www.bilibili.com/video/BV1mf4y1S72o?p=14 Ribbon菜单 创建控件(按钮等) Ribbon菜单实例练习 using System; using System.Collections.Generic; using System.Lin ...
学习地址:https://www.bilibili.com/video/BV1mf4y1S72o?p=11 实例练习一 using System; using System.Collections.Generic; using System.Linq; using System.Text; usin ...
分类:
其他好文 时间:
2020-07-11 21:22:24
阅读次数:
136
原文链接:https://www.wjcms.net/archives/vagrantbox%E5%AE%89%E8%A3%85centos8 VirtualBox安装centos8 在线安装(不推荐) 打开git软件,直接运行命令 vagrant init generic/centos8 然后运行 ...
分类:
其他好文 时间:
2020-07-11 19:15:30
阅读次数:
79
using System.Collections; using System.Collections.Generic; using UnityEngine; public class PoolMar : MonoBehaviour { // Start is called before the fi ...
分类:
其他好文 时间:
2020-07-11 12:50:34
阅读次数:
56
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u ...
nohup java -Dserver.port=8087 -Dspring.config.location=application-generic.yml -jar ${APP_HOME}/${APP_NAME} >/dev/null 2>&1 #-Dserver.port为指定端口启动 #-Ds ...
分类:
移动开发 时间:
2020-07-08 15:25:20
阅读次数:
106