04 2022 档案
摘要:/** * 需求:设计一个方法用于获取数组中元素的最大值 */ public class ArryDemo { public static void main(String[] args) { int[] arr = {23,30,52,56,89,568,123,2365,325}; int ma
阅读全文
摘要:问题:Windows server2012R2 不显示桌面计算机图标 方法: 1、按住win+R键 2、然后输入:rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,0 3.出现页面后勾选计算机图片然后确定
阅读全文
摘要:一、添加Linux用户 1.#添加一个名为tody的用户 adduser tody 2.//修改密码 #passwd tody #Changing password for user myaideal New UNIX password: 123456 //在这里输入新密码 Retype new U
阅读全文