上一页 1 2 3 4 5 6 7 8 9 10 ··· 39 下一页
摘要: 拓展坞相关问题 1. 耳机没声音 打卡 VMWare 虚拟机 腾讯会议语音 暂时解决方式:重新插拔耳机 阅读全文
posted @ 2025-09-18 09:10 爱新觉罗LQ 阅读(17) 评论(0) 推荐(0)
摘要: Latex 中百分号怎么打 由于 % 被用作注释符,所以前面 + \ 进行转义 \(\frac{285.5}{1-2.7\%}\) 平均数 \(\bar{v}=\frac{v0+v}{2}\) 匀加速问题(constant acceleration) 基础2个公式: \(a=\frac{v-v0}{ 阅读全文
posted @ 2025-09-17 18:10 爱新觉罗LQ 阅读(90) 评论(0) 推荐(0)
摘要: Python 装饰器【函数闭包(function closure)的语法糖(Syntactic sugar)】 1. 函数闭包(function closure) 多个函数耦合 import time # 函数逻辑(查找奇数)和辅助功能(记录时间)耦合在一起了, # 缺点:不方便修改,容易引起bug 阅读全文
posted @ 2025-09-06 11:31 爱新觉罗LQ 阅读(27) 评论(0) 推荐(0)
摘要: VUE 中 http 请求涉及变量解析 有变量解析的时候,相当于插入了一个 $表达式,这时候2端的引号要改成反引号 `` 来解析,否则用 单引号它就会当作字符串了 this.$http({ // 当涉及变量解析时,使用反引号 `` url: `http://localhost:9090/commod 阅读全文
posted @ 2025-08-29 14:29 爱新觉罗LQ 阅读(15) 评论(0) 推荐(0)
摘要: 数据库连接时,没有处理中文问题 原因分析: https://blog.csdn.net/sungancd/article/details/119183605 datasource: username: root password: root # 设置 SSL = false url: jdbc:my 阅读全文
posted @ 2025-08-28 23:54 爱新觉罗LQ 阅读(14) 评论(0) 推荐(0)
摘要: Vue template 中含有2个 element 控件,需要使用 div 包裹起来,否则报错 复制到 el-tree 后面 发现编译报错 使用 div 包裹起来 阅读全文
posted @ 2025-08-28 18:12 爱新觉罗LQ 阅读(19) 评论(0) 推荐(0)
摘要: 取消 ESLint 检测 ESLint 规则对 Vue 语法格式要求比较严格,在启动 Vue 会给出警告 D:\alq_living\renren-fast-vue\build\webpack.base.conf.js 阅读全文
posted @ 2025-08-28 12:28 爱新觉罗LQ 阅读(9) 评论(0) 推荐(0)
摘要: IDEA设置 vue 参数是否提示 阅读全文
posted @ 2025-08-28 10:47 爱新觉罗LQ 阅读(17) 评论(0) 推荐(0)
摘要: VMWare 无界面启动 虚拟机 将 vmrun.exe 添加到环境变量 使用命令无界面启动 # 启动 vmrun start Ubuntu.vmx nogui # 停止 vmrun stop Ubuntu.vmx # 重启 vmrun reset Ubuntu.vmx # 挂载 vmrun sus 阅读全文
posted @ 2025-08-27 10:34 爱新觉罗LQ 阅读(189) 评论(0) 推荐(0)
摘要: Vibe coding(用 AI 的 prompts 写程式) an you write a simple tool that compares product prices across multiple websites <!DOCTYPE html> <html lang="en"> <hea 阅读全文
posted @ 2025-08-26 00:01 爱新觉罗LQ 阅读(35) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 39 下一页