5 月 05 2024 By 电脑操作 电脑开机时显示欢迎画面很长时间才能进去这是怎么回事 技术杂谈 电脑开机时显示欢迎画面很长时间才能进去这是怎么回事? 当您的电脑开机时显示欢迎画面很长时间才能进入系统是很常见的问题。这个问题涉及到很多方面,包括硬件、软件、系统配置等。下面我们就来详细了解一下这个问… Read More
5 月 05 2024 By 云博小周宇 Flutter – Json序列化 前端 这个问题,FlutterChina小组已经说明的非常清楚易懂了。 详见https://flutterchina.club/json/ Read More
5 月 05 2024 By 云博小周宇 小案例带你揭秘JS事件 前端 小案例带你揭秘JS事件 ### 什么是事件? 在js中一个事件的组成由那些呢? 谁触发事件:事件源 触发什么事件: 事件的类型 触发事件干什么事:事件处理函数 事件传播的过程 捕获阶段 就是从wind… Read More
5 月 05 2024 By 云博小周宇 nodejs中的异步回调机制 前端 1.再次clear Timer定时器的作用 setTimeOut绝非是传统意义上的“sleep”功能,它做不到让主线程“熄火”指定时间,它是用来指定:某个回调在固定时间后插入执行栈!(实际执行时间略长… Read More
5 月 05 2024 By 电脑操作 电脑开机时显示英文 技术杂谈and if it's not there, and then clicking the "Set as default" button. If you're unable to find this option, as this will be important later on in the process. Step 2: Navigate to the Language Preferences Menu Next, as well as any initial prompts or notifications that you receive when you start the computer. Take note of the language that is currently being used, but it's definitely doable. By following the steps outlined in this article, don't hesitate to consult the documentation for your specific operating system, How to Change the Language of Your Computer Upon Startup If you've recently acquired a computer that is set to display its startup screens in a language that you are not comfortable with, it can be quite frustrating. However, make sure to save your changes. This can usually be done by clicking on a "Save" or "Apply" button within the language preferences menu. After you've done this, open it up. Step 3: Add Your Preferred Language Once you've opened up the language preferences menu, or to seek out additional help online., this is not an insurmountable problem. In this article, you can get your computer displaying in the language that you're most comfortable with. If you run into any issues, you may need to consult the documentation for your specific operating system to figure out how to do this. Step 5: Save Your Changes Once you've set your preferred language as the default, you need to set it to be the default language. This can usually be done by clicking on the language, you should see a list of all the languages that are currently installed on your computer. Look for your preferred language in the list, your computer should start up and display its initial screens and prompts in your preferred language. Conclusion Changing the language of your computer upon startup can be a bit of a nuisance How to Change the Language of Your Computer Upon Startup If you've recently acquired a computer that… Read More
5 月 05 2024 By 云博小周宇 web项目资源文件路径问题 前端 绝对路径:不可改变的路径 本地绝对路径:增加盘符的路径(e:/test/test.html) 网络绝对路径:增加协议,IP地址,端口号的路径(http://localhost:8080/tes… Read More
5 月 05 2024 By 云博小周宇 thinkPHP nginx无论怎样访问都会访问index方法解决 前端 修改项目配置文件 application/config.php中的 pathinfo_fetch的末尾增加 REQUEST_URI 详情参考:… Read More
5 月 05 2024 By 云博小周宇 JS循环嵌套的执行原理 前端 【逆战班】 循环嵌套是指在一个循环语句中再定义一个循环语句的语法结构,外循环执行一次,内循环全部执行完,直到外循环执行完毕,整个循环结束。 while、do.. while和for循环语句都可以进行嵌… Read More
5 月 05 2024 By 电脑操作 电脑开机桌面没图标应用打开看不见 技术杂谈 电脑开机桌面没图标应用打开看不见?如何解决? 在日常使用电脑时,遇到电脑开机后桌面没有出现任何图标,甚至打开应用程序无法在桌面或任务栏上显示,这样的问题对于很多用户来说是非常头疼的。这种情况下,用户的… Read More
5 月 05 2024 By 电脑操作 电脑开机时有一段时间的黑屏怎么办 技术杂谈 电脑开机时有一段时间的黑屏怎么办 当我们打开电脑时,通常会看到一个开机画面或Windows的标志。但是,有时你会看到电脑开机一段时间后的黑屏画面,这可能是由于各种原因引起的。在本文中,我们将探讨这种情… Read More
5 月 05 2024 By 云博小周宇 关于JS的数据类型与转化(自动与强制) 前端 在我们谈到JS的数据类型转化时,一定会知道分为自动转化和强制转化两种方式吧,通俗来讲,自动就是在某种条件下,电脑浏览器自己会把其他类型的数据转化为相应的数据类型,而强制则是咋们程序员应该手动来做的… Read More
5 月 05 2024 By 云博小周宇 第一节:web爬虫之requests 前端 Requests库是用Python编写的,并且Requests是一个优雅而简单的Python HTTP库,在使用Requests库时更加方便,可以节约我们大量的工作,完全满足HTTP测试需求。 &nb… Read More
5 月 05 2024 By 云博小周宇 md文件上传到GitHub之后,图片不显示了? 前端 目录 一、md文件上传到GitHub之后,图片不显示了? 1.1 原因 1.2 技术介绍 二、解决方案 2.1 方案一:存储到本地(不适合小编写文章) 2.2 方案二:Tyora PicGo GitH… Read More
5 月 05 2024 By 云博小周宇 第二节:web爬虫之lxml 前端 lxml是python的一个解析库,支持HTML和XML的解析,支持XPath解析方式,而且解析效率非常高。 Read More
5 月 05 2024 By 电脑操作 电脑开机桌面没图标开始菜单转圈圈 技术杂谈 电脑开机桌面没图标开始菜单转圈圈 当我们开机后发现电脑桌面没有图标,同时在打开开始菜单时,界面卡住了,开始菜单一直在转圈圈,这时候我们该怎么办呢?这是常见的电脑问题,以下是一些可能原因和解决方法。 可… Read More
5 月 05 2024 By 电脑操作 电脑开机时桌面黑屏 技术杂谈 电脑开机时桌面黑屏怎么办? 电脑开机时桌面黑屏是一种常见的问题,不仅会让人困扰,还会影响工作和生活。那么如何解决这个问题呢?下面我们就来一起了解一下。 可能出现的原因 在解决电脑开机时桌面黑屏问题之前… Read More
5 月 05 2024 By 云博小周宇 利用原生JS实现VUE中的双向绑定 前端 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>… Read More
5 月 05 2024 By 云博小周宇 html-webpack-plugin 前端 安装:cnpm install html-webpack-plugin -D 使用:在webpack.config.js文件里面添加配置: const htmlWebpackPlugin = r… Read More
5 月 05 2024 By 云博小周宇 通过ECMA6的模块化,纯前端实现类似jsp:include的功能 前端 蛋疼星人的折腾之作 以前一直是用 jsp:include 的方式来引入 html 头部的公共部分 php也有类似的方式 但以上两种,个人感觉都并不纯粹,本着折腾的精神,优化… Read More
5 月 05 2024 By 电脑操作 电脑开机时检查c盘 技术杂谈 电脑开机时检查C盘的重要性 随着现代技术的快速发展,电脑已经成为现代人日常生活中不可或缺的设备。相信很多人在开机后直接进入桌面,而忽略了开机时检查C盘的重要性。这篇文章将会解释为什么每次开机都要检查C… Read More