摘要: root登录后 进入下面目录 /etc/ssh/sshd_config 修改 PermitRootLogin prohibit-password为 PermitRootLogin yes重启 systemctl restart sshd 阅读全文
posted @ 2021-12-19 21:38 914556495 阅读(79) 评论(0) 推荐(0) 编辑
摘要: 安装VIM sudo apt install vim 重置root密码 sudo password root 切换用户登录 su - root 修改 vim /usr/share/lightdm/lightdm.conf.d/50-ubuntu.conf 添加如下 #手工输入登陆系统的用户名和密码g 阅读全文
posted @ 2021-12-19 21:25 914556495 阅读(28) 评论(0) 推荐(0) 编辑
摘要: 开始运行输入systeminfo 阅读全文
posted @ 2021-03-29 11:29 914556495 阅读(375) 评论(0) 推荐(0) 编辑
摘要: beforeCreate(创建前) created(创建) beforeMount(挂载前状态) mounted(挂载结束状态) beforeUpdate(更新前) updated(更新) beforeDestroy(在销毁之前) destroyed(摧毁) <!DOCTYPE html> <htm 阅读全文
posted @ 2021-01-31 05:14 914556495 阅读(51) 评论(0) 推荐(0) 编辑
摘要: 浏览器打开https://www.uupoop.com/ 文件--新建-- 阅读全文
posted @ 2020-12-16 21:38 914556495 阅读(483) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 重点 /// 构造函数使用True时:单个AND有效,多个AND有效;单个OR无效,多个OR无效;混合时写在AND后的OR有效 /// 构造函数使用False时:单个AND无效,多个AND无效;单个OR有效,多个OR有效;混合时写在OR后面的AND有效 /// < 阅读全文
posted @ 2020-12-15 00:31 914556495 阅读(588) 评论(0) 推荐(0) 编辑
摘要: delValInArr(value,array){ var pos=$.inArray(value,array); array.splice(pos,1); } 阅读全文
posted @ 2020-12-08 13:42 914556495 阅读(347) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> <script src="https://cdn.jsdelivr.net/npm/vue@2.5.16/dist/vue.j 阅读全文
posted @ 2020-12-07 19:41 914556495 阅读(238) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html><head> <meta charset="utf-8" /> <title></title> <script src="dist/xlsx.full.min.js"></script> <script> function json2Excel() { da 阅读全文
posted @ 2020-12-05 16:49 914556495 阅读(290) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-07-21 20:15 914556495 阅读(167) 评论(0) 推荐(0) 编辑
摘要: windows+R c:\windows\system32\sysprep 阅读全文
posted @ 2018-09-27 09:23 914556495 阅读(2483) 评论(0) 推荐(0) 编辑
摘要: 尝试修改如果站点是https请使用https否则http 阅读全文
posted @ 2018-07-31 11:00 914556495 阅读(926) 评论(0) 推荐(0) 编辑
摘要: declare @funid int ;SET XACT_ABORT ON 语句产生运行时错误,则整个事务将终止并回滚。 Begin Tran insert into [dbo].[test]([ids]) values('1222');set @funid = (select @@identity 阅读全文
posted @ 2017-10-18 14:29 914556495 阅读(105) 评论(0) 推荐(0) 编辑