最新文章第13页
💻 如何关闭 Miniconda 终端自动激活 (base) 环境
Miniconda 是一款轻量级的 Python 包管理工具,它在安装完成后,默认会在终端启动时自动激活 base 环境。虽然这种行为方便初学者,但在某些开发场景中可能会引发冲突或造成困扰。 例如,你是否...
Java入门 基础问题
1.什么是变量?变量的定义格式?要使用变量需要注意什么? 就是可变的量 数据类型 变量名 = 数值; 同一范围内不能重复定义 不赋值不能使用 2.Java中的数据类型分几类?基本数据类型有哪些? 两大类 ...
TCP和UDP的那些事区别 | 三次握手
TCP协议与UDP协议的区别 首先咱们弄清楚,TCP协议和UDP协议与TCP/IP协议的联系,很多人犯糊涂了, 一直都是说TCP协议与UDP协议的区别,我觉得这是没有从本质上弄清楚网络通信! TCP/IP协议是一...
PeopleSoft 9.2 – PeopleTools 8.58 VirtualBox Installation(一)Getting Started
Here‘s the link to the main post. This post assumes that you have a Windows based host. I had completed the installation on Windows 10 running on a Lenovo laptop with a dual-core ...
PeopleSoft 9.2 – PeopleTools 8.58 VirtualBox Installation(四)SQL Developer & Putty
If you’ve installed the Oracle Client successfully, you can get SQL Developer up and running in no time. Click on SQL Developer from the Start menu Once you get the following wi...
Ubuntu制作Java程序离线部署镜像包 生成iso文件可离线部署Java + Mysql + Tomcat + FTP环境
使用Cubic制作自定义通用型Ubuntu Live ISO镜像适用于 16.04 18.04 20.04 等,这篇文章本来想自己写的,结果发现这个博主总结的不错,于是乎搬运过来了,侵权删。 关于Cubic Cubic(Custom Ubun...
常见地理坐标系概览与对比
一、按表示方式分类1. 大地坐标系(Geodetic Coordinate System)采用经度、纬度、高程表示位置基于椭球体模型示例:116.391°E, 39.907°N2. 地心坐标系(Earth-Centered, Earth-Fixed, ECEF)...
使用命令行提取公网 IPv6 地址
以下命令旨在在不同操作系统中提取第一个、非临时、非本地链接(fe80)、非回环(::1)的纯净公网 IPv6 地址。1. Windows (CMD)适用于 Windows 10 / Windows 11。该命令通过行号过滤,强制只截...
面试官:知道 springboot 的启动原理吗?
springboot 启动原理 springboot 常见的启动写法如下: @SpringBootApplication public class Application { public static void main(String[] args) { Spring...




















