• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
信尚
博客园 | 首页 | 新随笔 | 新文章 | 联系 | 订阅 订阅 | 管理
上一页 1 2 3 4 5 6 ··· 8 下一页

2024年2月21日

ASCII码
摘要: 文本内容比较不出区别 可以式样ASCII码,比如16进制比较。一个字节=2位16进制。 打印ASCII码表 可以使用Excel中的char()公式可以打印任意十进制数字对应的字符 ASCII码的十进制转字符 按住alt 输入65 放掉alt 则打印A ASCII表连接 https://ascii.o 阅读全文
posted @ 2024-02-21 10:21 信尚 阅读(83) 评论(0) 推荐(0)
 
 

2024年2月3日

袁老师大师课笔记
摘要: 浏览器是如何工作的? 浏览器是一个复杂的软件,其主要功能是获取并展示互联网上的信息。以下是浏览器的基本工作流程: 用户输入URL:用户在浏览器的地址栏中输入一个网址,也就是URL(Uniform Resource Locator,统一资源定位符)。 DNS查询:浏览器通过DNS(Domain Nam 阅读全文
posted @ 2024-02-03 13:38 信尚 阅读(151) 评论(0) 推荐(0)
 
 

2023年11月27日

powershell 乱码问题 encoding utf-8 with bom
摘要: powershell 中双字节文字,运行时是乱码 将文件编码设为utf-8 with bom vscode 场合 点击右下角编码格式选择编码>save with encoding>utf-8 with bom 阅读全文
posted @ 2023-11-27 16:26 信尚 阅读(596) 评论(0) 推荐(0)
 
 

2023年11月23日

vba find 单元格换行的情况
摘要: 如果文本是使用Alt+Enter方法在单元格中输入的,则可以在VBA中使用以下代码: " & Chr(10) & " 下面为样例的.Find方法。 Private Sub CommandButton1_Click() Set RngClosedDate = Range("A1:Z10").Find( 阅读全文
posted @ 2023-11-23 16:20 信尚 阅读(160) 评论(0) 推荐(0)
 
 

2023年9月24日

Q&A
摘要: API 与 SDK 有什么区别? API(Application Program interface) 用于通信,抽象的,标准的(REST等request operation param endpoint URL response JSON) SDK(Software development kit 阅读全文
posted @ 2023-09-24 20:42 信尚 阅读(11) 评论(0) 推荐(0)
 
 

2023年9月21日

Swagger生产nodejs后台代码(nestia框架)
摘要: Swagger文档生产nestia框架代码 # SETUP GLOBALLY npm install -g @nestia/migrate # DO MIGRATE npx @nestia/migrate swagger.json output_directory NPM 是一个 Node 包管理器 阅读全文
posted @ 2023-09-21 17:22 信尚 阅读(34) 评论(0) 推荐(0)
 
 

2023年8月22日

代码风格 google
摘要: > https://google.github.io/styleguide/ * source > https://github.com/google/styleguide * 国内版 > https://zh-google-styleguide.readthedocs.io/en/latest/c 阅读全文
posted @ 2023-08-22 17:18 信尚 阅读(11) 评论(0) 推荐(0)
 
 

2023年8月9日

JavaScript年度明星项目
摘要: > https://risingstars.js.org/2022/zh 桌面应用 > https://tauri.app/zh-cn/ 代理 > https://github.com/zzzgydi/clash-verge 阅读全文
posted @ 2023-08-09 16:47 信尚 阅读(29) 评论(0) 推荐(0)
 
 

2023年6月14日

[nodejs] [ERR_REQUIRE_ESM]: require() of ES Module
摘要: * 原因 EM模块不支持require引入 * 解决 1. 单个文件时,文件的后缀名改为.mjs 2. 多个文件时,在package.json中指定type为module,使用ESM 阅读全文
posted @ 2023-06-14 16:43 信尚 阅读(1636) 评论(0) 推荐(0)
 
[nodejs] __dirname is not defined in ES module scope
摘要: 原因:CommonJS 中提供的全局变量如require, exports, module.exports, __filename, __dirname 等,在 ES Modules 环境中均是不可用的,require, exports, module.exports 在 ES Modules 中基 阅读全文
posted @ 2023-06-14 16:35 信尚 阅读(1249) 评论(0) 推荐(0)
 
 
上一页 1 2 3 4 5 6 ··· 8 下一页

公告


博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3