首页
斐讯设备
疯言疯语
系统运维
编程语言
网站建设
友情连接
推荐
autojs
Search
1
charles破解注册码(含windows和mac)最新安装教程「亲测有效」
57 阅读
2
aris常用命令收集
32 阅读
3
【N1和Armbian】一、N1刷Linux系统armbian
31 阅读
4
docker更新现有容器为自动重启
28 阅读
5
[上]JAVA学习系列模块九第五章186.对象数组_基本使用
26 阅读
登录
Search
标签搜索
JAVA
JAVA学习系列
docker
Linux
js
N1
git
模块二
模块一
端口
模块五
数据库
模块九
模块四
镜像
模块三
模块六
MySQL
百度网盘
nginx
DaiMaFengZi
累计撰写
591
篇文章
累计收到
10
条评论
首页
栏目
斐讯设备
疯言疯语
系统运维
编程语言
网站建设
页面
友情连接
推荐
autojs
搜索到
591
篇与
的结果
2022-03-07
粗暴!每月领10元京东E卡 建设银行APP直接领取即可
粗暴!每月领10元京东E卡 建设银行APP直接领取即可这个活动需要你升级到青铜会员就可以领取有建设银行APP的赶紧参与一下这个活动哦真的超级超级nice的,不知道是不是数量有限先到先得升级到青铜会员特别简单只需要随便点一下 然后绑定手机号收款就ok了建行APP更新到最新版本建行APP-我的-我的会员-做任务升级到青铜会员就可以在我的权益里领取10元e卡[卡的话多刷新几次就可以了]-目前好像每个月可以领取
2022年03月07日
0 阅读
0 评论
0 点赞
2022-03-06
nodejs的npm修改源
在国内用npm install时,速度总是不尽如人意,解决办法是修改npm的数据源npm config set registry https://registry.npm.taobao.org修改后可以通过这个进行测试npm config get registry如果更改好了之后提示错误。Nothing to stop. No server is running for the store at /root/.pnpm-store/v3 ERROR This modules directory was created using the following registries configuration: {"default":"https://registry.npm.taobao.org/"}. The current configuration is {"default":"https://registry.npmjs.org/"}. To recreate the modules directory using the new settings, run "pnpm install"解决办法:运行pnpm install -g
2022年03月06日
0 阅读
0 评论
0 点赞
2022-03-03
Permission denied (publickey,gssapi-keyex,gssapi-with-mic) 解决方法
背景:之前在google cloud上新建了台虚机,后来因为手动修改了一下路径“~/.ssh/authorized_keys”这个文件就导致了出现上述的错误:Permission denied (publickey,gssapi-keyex,gssapi-with-mic)。我依照往常一贯的作风,直接google 错误提示。完全不去思考可能的问题。不过也能解释,我这么做的一个原因,当时时间比较晚了,尝试过修改sshd_config文件但是不见效,并且多次改了多个值,但没有控制变量没有work,所以自己便认为修改配置中的"PasswordAuthentication"字段是没有的操作。拿谷歌搜索问题,静下心来还是有用的,但是浮躁的时候面对满屏的英文还真是没什么帮助。最后在曹大哥的帮助下解决了这个问题。正文:其实出现Permission denied (publickey,gssapi-keyex,gssapi-with-mic)这个报错时我们也许可以庆幸下,这个报错说明我们的云平台上的防火墙和虚机的sshd服务都是好的。只不过是我们哪边的配置有些问题。这个报错中publickey Permission denied的报错信息其实已经告诉我们问题了我们的公钥是错误的,一般情况下我们都可以理解这个问题,并快速解决问题,将公钥放到服务器的~/.ssh/authorized_keys文件中便可。但是尝试过"ssh centos@ip"后得到这个报错就会有点蒙圈了,特别是我这种小菜。之前没遇过,所以不知道,后来实验了才知道这是因为PasswordAuthentication这个字段为"no"的缘故。所以遇到这种问题便是修改sudo vim /etc/ssh/sshd_config 增加如下修改 PasswordAuthentication yes sudo systemctl restart sshd注意:如果你喜欢用root用户登入的话,要确保/etc/ssh/sshd_config PermitRootLogin yes
2022年03月03日
4 阅读
0 评论
0 点赞
2022-03-02
小米摄像头不在线_官方升级方式及升级包
最新地址:软件升级教程 & 软件下载地址,点击进入固件卡刷教程和下载地址。https://mp.weixin.qq.com/s/W_UxiMsjqYfNmm82E0weeg
2022年03月02日
11 阅读
0 评论
0 点赞
2022-02-23
无用的代码保存
/*设置首页公告样式*/ .notice { padding: 20px; border: 1px dashed #e6e6e6; color: #969696; position: relative; display: inline-block; width: 100%; /* background: #fbfbfb50; */ border-radius: 10px; background: rgb(255 255 255); } /*设置聚焦图样式*/ .top-feature { width: 100%; height: auto; margin-top: 10px; border-radius: 10px; background: rgb(255 255 255); } /*设置发现样式 h1.fes-title, h1.main-title { transition: color 1s; transition: border 1s; border-radius: 10px; background: rgb(255 255 255); }*/ /*设置首页文章样式*/ .post-list-thumb { float: left; width: 100%; height: 300px; position: relative; margin: 0px 0 20px border-radius: 10px; background-color: rgb(255 255 255); box-shadow: 0 1px 20px -6px rgb(0 0 0 / 50%); opacity: 1; transition: box-shadow .3s ease; } /*设置文章内容背景和边角*/ .entry-content { position: relative; background: rgb(255 255 255); border-radius: 10px; } /*设置文章页尾版权*/ .post-footer { padding: 20px 0; border-bottom: 1px dashed #ddd; border-top: 1px dashed #ddd; margin-top: 5px; height: 82px; border-radius: 10px; background: rgb(255 255 255); } /*设置文章评论博主说明框*/ .author-profile { padding: 30px 12.78%; text-align: center; border-radius: 10px; background: rgb(255 255 255); } /*设置评论框样式*/ .comments { clear: both; overflow: hidden; width: 100%; padding: 60px 0 80px; list-style: none; padding: 0 10px; max-width: 800px; margin-left: auto; margin-right: auto; border-radius: 10px; background: rgb(255 255 255); margin-top: 5px; } /*设置上一篇下一篇的上下间隔*/ .post-squares { overflow: hidden; width: 100%; margin: 10px 0; background: #000; border-radius: 10px; } /*设置页尾样式*/ .site-footer { padding: 2%; background: rgb(255 255 255); max-width: 800px; margin-left: auto; margin-right: auto; border-radius: 10px; } /*设置首页页尾下一页样式*/ #pagination a { padding: 13px 35px; border: 1px solid #d6d6d6; border-radius: 50px; color: #adadad; background: rgb(255 255 255); } /*设置分类页面的文章显示样式*/ .post-list { margin: 0 0 2%; position: relative; margin: 0px 0 20px border-radius: 10px; background-color: rgb(255 255 255); box-shadow: 0 1px 20px -6px rgb(0 0 0 / 50%); opacity: 1; transition: box-shadow .3s ease; border-radius: 10px; } /*设置分类页面文章热度样式*/ .info-meta { margin-top: 10px; position: absolute; top: 20px; opacity: 0; padding-top: 8px; border-top: 1px solid #ddd; transform: translate3d(-150px,0,0); visibility: hidden; transition: .7s all ease; -webkit-transition: .6s all ease; -moz-transition: .6s all linear; -o-transition: .6s all ease; -ms-transition: .6s all ease; background-color: rgb(255 255 255); border-radius: 10px; } /*设置分类页面文章头像样式*/ .feature { position: absolute; margin: 35px 12px; } /*设置分类页面文章发布时间样式*/ .p-time { position: absolute; right: 20px; top: 16px; font-size: 12px; color: #989898; letter-spacing: 0; } /*设置分类页面文章显示框高度样式*/ .post-more { margin-top: 0px; text-align: right; }
2022年02月23日
2 阅读
0 评论
0 点赞
2022-02-22
BILIBILI视频在线解析下载
BILIBILI视频在线解析下载https://xbeibeix.com/api/bilibili/
2022年02月22日
4 阅读
0 评论
0 点赞
2022-02-20
一寸照片生成器 (已补一个二寸照片生成鶀)
一寸照片生成器一寸照片生成器,有需要的自取。 {cloud title="下载地址:" type="lz" url="https://wwa.lanzoui.com/if4W7vk5scb" password=""/}{cloud title="备用地址:" type="lz" url="https://daimafengzi.lanzout.com/itczp00dlabg" password=""/}二寸照片生成器应广大网友要求,下载补一个公务员考试用的二寸照片生成器,请自取 {cloud title="下载地址" type="lz" url="https://wwa.lanzoui.com/iDtCrvlbmje" password=""/}{cloud title="备用地址" type="lz" url="https://daimafengzi.lanzout.com/i3gQO00dlfhc" password=""/}
2022年02月20日
4 阅读
0 评论
0 点赞
2022-02-19
Windows 10 企业版LTSC 激活教程
windows10企业版激活密钥分两种,一种是永久激活码,一种是KMS安装密钥非永久,下面给大家分享一下windows10企业版LTSC永久性激活密钥 win10企业版LTSC激活码神key大全供大家参考。首先在开始菜单旁边的搜索中输入CMD,右键以管理员身份运行。按顺序输入下面的字符注意:右键以管理员身份运行输入如下代码并单击回车:slmgr.vbs -upk ###此步骤是卸掉密钥然后输入下面代码:slmgr -ipk M7XTQ-FN8P6-TTKYV-9D4CC-J462D slmgr -skms kms.03k.org (也可以试下这个服务器:slmgr.vbs -skms zh.us.to) slmgr -ato slmgr -dlv每当出现弹出窗体,点击确定即可。
2022年02月19日
5 阅读
0 评论
0 点赞
1
...
65
66
67
...
74