上一页 1 2 3 4 5 6 ··· 35 下一页
摘要: Python 装饰器【函数闭包(function closure)的语法糖(Syntactic sugar)】 1. 函数闭包(function closure) 多个函数耦合 import time # 函数逻辑(查找奇数)和辅助功能(记录时间)耦合在一起了, # 缺点:不方便修改,容易引起bug 阅读全文
posted @ 2025-09-06 11:31 爱新觉罗LQ 阅读(9) 评论(0) 推荐(0)
摘要: VUE 中 http 请求涉及变量解析 有变量解析的时候,相当于插入了一个 $表达式,这时候2端的引号要改成反引号 `` 来解析,否则用 单引号它就会当作字符串了 this.$http({ // 当涉及变量解析时,使用反引号 `` url: `http://localhost:9090/commod 阅读全文
posted @ 2025-08-29 14:29 爱新觉罗LQ 阅读(4) 评论(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 阅读(5) 评论(0) 推荐(0)
摘要: Vue template 中含有2个 element 控件,需要使用 div 包裹起来,否则报错 复制到 el-tree 后面 发现编译报错 使用 div 包裹起来 阅读全文
posted @ 2025-08-28 18:12 爱新觉罗LQ 阅读(4) 评论(0) 推荐(0)
摘要: 取消 ESLint 检测 ESLint 规则对 Vue 语法格式要求比较严格,在启动 Vue 会给出警告 D:\alq_living\renren-fast-vue\build\webpack.base.conf.js 阅读全文
posted @ 2025-08-28 12:28 爱新觉罗LQ 阅读(2) 评论(0) 推荐(0)
摘要: IDEA设置 vue 参数是否提示 阅读全文
posted @ 2025-08-28 10:47 爱新觉罗LQ 阅读(5) 评论(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 阅读(47) 评论(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 阅读(9) 评论(0) 推荐(0)
摘要: 截图调整大小 截图套娃: 先用 faststone 截图 再用 utools 截图 点击调整大小:按照百分比放大即可 阅读全文
posted @ 2025-08-24 13:03 爱新觉罗LQ 阅读(21) 评论(0) 推荐(0)
摘要: Threads 被限制解决 参考: https://forum.gamer.com.tw/C.php?bsn=60559&snA=67261 应该是 VPN 切的次数太多,点击分析动态后,多刷新几次就可以了 阅读全文
posted @ 2025-08-24 11:43 爱新觉罗LQ 阅读(24) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 35 下一页