ByteNote LogoByteNote

Navigation

  • Blog
  • 工具

    © 2025 ByteNote. All rights reserved.

    i3 8100的 运行功耗

    Apr 2, 20231 min read

    i3 8100的运行功耗为65瓦。

    相关文章

    react antd 安装使用

    安装并配置antd库,修改App.js和App.css文件以引入和使用antd的按钮组件。

    在VSCode设置取消隐藏文件

    在VSCode中通过调整`files.exclude`设置来取消隐藏`.git`文件夹,以便查看`hooks`文件夹。

    Chrome

    Chrome is a widely-used, fast, and secure Google-developed web browser supporting multiple operating systems, featuring a user-friendly interface, extensive features, and seamless integration with Google services for synced browsing across devices.

    使用puppeteer爬取百度新闻

    Puppeteer 是一个由谷歌官方开发的 Node 库,用于通过 DevTools 协议控制 headless Chrome 或 Chromium,支持页面截图、PDF 生成、表单自动提交、UI 测试、性能分析等功能,适用于自动化测试和爬虫开发。

    CSS定位的种类及相对位置?

    CSS定位包括相对、绝对、固定、浮动、粘性和初始定位,每种定位方式都有其特定的相对位置和偏移控制方法。