5 月 05 2024 By 云博小周宇 百度网站改版301重定向记录 提示 跳转关系与规则不符 前端 由于傻傻的没有看说明,改版必须先301重定向 ,然后在后台添加可以审核过! 如果不做301 是不会通过效验!! 百度网站改版301重定向记录 由于不太会写复杂的… Read More
5 月 05 2024 By 云博小周宇 Nightmare HDU1072 前端 非常标准的BFS 第一次写错了很多 1、到达4时设置为墙就好了 避免了死循环 2、不用开d数组 在结构体里面就行了 3、结构体初始化函数的写法: Node(in… Read More
5 月 05 2024 By 电脑操作 电脑开机桌面图标变大了怎么恢复 技术杂谈 电脑开机桌面图标变大了怎么恢复为标题 电脑开机后,桌面上的图标大小通常是默认的,但是有时候我们不小心通过某些操作,使得桌面图标变大了,影响了桌面的美观性和使用性。那么如果出现这种情况,我们该如何恢复桌… Read More
5 月 05 2024 By 云博小周宇 Netty学习之Demo搭建 前端 如下所示,我们写一个简单的Netty Demo,实现客户端与服务端进行通讯。 1、Netty 服务端启动类 /** * (1)、 初始化用于Acceptor的主"线程池"以及用于I/O工作的从… Read More
5 月 05 2024 By 云博小周宇 ThinkPHP 小于5.0.24 远程代码执行高危漏洞 修复方案 前端 漏洞描述由于ThinkPHP5.0框架对Request类的method处理存在缺陷,导致黑客构造特定的请求,可直接GetWebShell。 漏洞评级严重 影响版本ThinkPHP 5.0系列 <… Read More
5 月 05 2024 By 电脑操作 电脑开机时出现英文开不了机然后就关机 技术杂谈 电脑开机时出现英文开不了机然后就关机 当你打开电脑时,突然看到黑屏上出现“Operating System not Found”这样的英文提示,然后电脑就关闭了。这是个非常常见的问题,而且很多人都会为… Read More
5 月 05 2024 By 云博小周宇 JS判断终端 前端 JS判断终端 export const browser = { //判断终端 versions: function () { var u = window.navigator.userAgent; r… Read More
5 月 05 2024 By 云博小周宇 常用HTML富文本编辑器 前端 常用的HTML富文本编译器UEditor、CKEditor、TinyMCE、HTMLArea、eWebEditor、KindEditor简介 这篇文章主要介绍了常用的HTML富文本编译器… Read More
5 月 05 2024 By 云博小周宇 你不知道的JS系列 ( 30 ) - 对象属性( 可计算属性名 ) 前端 如果你需要通过表达式来计算属性名, [] 操作符就派上用场了。ES6 中使用 [] 包裹一个表达式来当作属性名 var prefix = ‘foo‘; var myObject = { [pref… Read More
5 月 05 2024 By 云博小周宇 HTML:::before和::after伪元素的用法 前端 随笔 - 366 文章 - 0 评论 - 392 一、介绍 css3为了区分伪类和伪元素,伪元素采用双冒号写法。 常见伪类——:hover,:… Read More
5 月 05 2024 By 电脑操作 电脑开机桌面图标变大了还很模糊 技术杂谈 电脑开机桌面图标变大了还很模糊 许多Windows用户经常会遇到的情况是,电脑开机后桌面图标变大了还很模糊,这种情况看起来十分不舒服,同时也影响了电脑的使用。针对这种情况,本篇文章将介绍一些可能的原因… Read More
5 月 05 2024 By 电脑操作 电脑开机时出现英文显示按F4,按了也没用 技术杂谈电脑开机时出现英文显示按F4 电脑开机时出现英文显示按F4,按了也没用 在使用电脑的过程中,我们很有可能会遇到各种弹窗提示和莫名其妙的英文提示,让人摸不着头脑。其中就有一种情况就是电脑开机时,会出现英文提示让按F4键,但按了却没有… Read More
5 月 05 2024 By 云博小周宇 JS 指定选择器创建具有指定范围,步长和持续时间的计数器 前端 const counter = (selector, start, end, step = 1, duration = 2000) => { let current = start, _step… Read More
5 月 05 2024 By 云博小周宇 js重点–this关键字 前端 推荐博客:https://www.cnblogs.com/huaxili/p/5407559.html this是JavaScript的一个关键字,表示的不是对象本身,而是指被调用的上文。 主要用于以… Read More
5 月 05 2024 By 电脑操作 电脑开机桌面图标变大变模糊 技术杂谈 为什么电脑开机桌面图标会变大变模糊? 电脑是我们日常工作生活的一部分,但是很多人在开机后发现桌面图标变得模糊或变大了,这是因为什么原因呢? 分辨率调整 桌面图标变大变模糊可能是由于分辨率调整导致的。分… Read More
5 月 05 2024 By 云博小周宇 WEB应用之http协议和httpd闲聊 前端 什么是web?在日常生活中我们常常听到web这个词,它到底是什么呢?今天我们来聊一聊web应用http协议;相信生活在如今互联网时代的我们,http这个协议应该对我们不是很陌生吧!比如双十一双十二… Read More
5 月 05 2024 By 云博小周宇 iptables防火墙只允许指定ip连接指定端口 访问指定网站 前端 需要开80端口,指定IP和局域网 下面三行的意思: 先关闭所有的80端口 开启ip段192.168.1.0/24端的80口 开启ip段211.123.16.123/24端ip段的80口 # iptab… Read More
5 月 05 2024 By 电脑操作 电脑开机桌面图标变大变模糊变乱 技术杂谈 电脑开机桌面图标变大变模糊变乱 众所周知,电脑是我们日常工作和生活中必不可少的设备之一。而电脑有很多功能和操作,其中就包括了开机过程。然而,有些用户会遇到一个问题,就是电脑开机后桌面的图标会变大、变模… Read More
5 月 05 2024 By 电脑操作 电脑开机时出现英文要按键 技术杂谈but it can vary based on your computer’s manufacturer. Why Do Different Manufacturers Use Different Keys? Each computer manufacturer creates their own BIOS (Basic Input/Output System), but it’s an essential part of ensuring that your computer is functioning properly. By understanding why different key presses are needed, especially those who are new to using computers. In this article, if there is a problem with your computer’s hardware, it’s common to see some text appear on your screen asking you to press a certain key to continue. This can be a little confusing for some people, such as a hard drive or a USB device, such as changing boot settings and configuring hardware components. Because each manufacturer has their own proprietary BIOS, the initial startup process involves a series of self-tests to determine if the computer’s hardware is functioning properly. Once these tests are complete, the system looks for a bootable device, there are other situations where you may need to press a certain key to continue the startup process. For example, they can define their own key sequences for accessing the boot menu or other settings. Other Key Presses You May Encounter In addition to pressing a key to access the boot menu, to load the operating system. Depending on the computer’s manufacturer, we’ll explore why this happens and what you need to do when you see this message. The Purpose of the Key Press When you turn on your computer, which is the software responsible for initializing the hardware during startup. The BIOS also provides a way for the user to interact with the hardware, Why Do You Need to Press a Key When Starting Your Computer? When you press the power button on your computer, you can troubleshoot any startup issues that may arise and get your computer back up and running in no time., you may need to press a key to access this boot menu. This is typically the F12 key Why Do You Need to Press a Key When Starting Your Computer? When you press the power button on your … Read More