上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 123 下一页
摘要: python参数,既有单引号又有双引号的解决办法: 使用双引号引起来,中间的双引号使用\转义,中间的单引号不转义,如下 python3 ./pluginTool.py out/228out/tr069Transform_ass.xml tr069Transform_ass modify /tr069 阅读全文
posted @ 2023-04-03 20:55 LiuYanYGZ 阅读(276) 评论(0) 推荐(0) 编辑
摘要: 摘自:https://blog.csdn.net/weixin_35035699/article/details/116927619 在使用linux系统的过程中,大多数情况下都是在字符界面下进行的。有些比较长的命令我们不希望每次都重复输入,这样不仅浪费时间而且还容易出错;我们会使用alias命令来 阅读全文
posted @ 2023-03-31 16:17 LiuYanYGZ 阅读(414) 评论(0) 推荐(0) 编辑
摘要: <! ?([^-]+-)+-([^-]+-)+-> 注释中不能出现连续两个-- 以上正则支持换行 <! ?([^-]+-)+-([^-]+-)*-?-> 注释中不能出现连续两个-- 或结尾出现三个 以上正则支持换行 <! ?([^-]+-)*-+([^-]+-)*-?-> 注释中不能出现连续两个及以 阅读全文
posted @ 2023-03-14 00:28 LiuYanYGZ 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 摘自:https://blog.csdn.net/jh035512/article/details/128090607 一、通用算法的短字符压缩 开门见山,我们使用一段比较短的文本:Narrator: It is raining today. So, Peppa and George cannot 阅读全文
posted @ 2023-03-11 14:13 LiuYanYGZ 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 摘自:https://blog.csdn.net/a13568hki/article/details/125561748 摘自:https://blog.csdn.net/weixin_42873928/article/details/105365536 pip只下载不安装 pip3 downloa 阅读全文
posted @ 2023-03-06 14:52 LiuYanYGZ 阅读(930) 评论(0) 推荐(0) 编辑
摘要: 摘自:https://blog.csdn.net/weixin_64338372/article/details/128111818 先展示一下安装好后的效果如下: PyQt5基本教程大全​​​​​​​http://t.csdn.cn/L50jl 一、安装PyQt51、通过使用豆瓣镜像在命令提示符 阅读全文
posted @ 2023-02-27 17:20 LiuYanYGZ 阅读(1436) 评论(0) 推荐(0) 编辑
摘要: 摘自:https://zhuanlan.zhihu.com/p/36406365 摘自:https://www.cnblogs.com/grace731/articles/17008525.html 本次实验基于python3.6 ,windows8, 64位 示例安装 numpy第三方模块,其他模 阅读全文
posted @ 2023-02-22 15:15 LiuYanYGZ 阅读(470) 评论(0) 推荐(0) 编辑
摘要: 摘自:https://blog.csdn.net/guorui_java/article/details/104026988 目录 一、什么是设计模式 二、设计模式的三大分类及关键点 1、创建型模式 2、结构型模式 3、行为型模式 三、设计模式的几种原则 1、单一职责原则 2、接口隔离原则 3、依赖 阅读全文
posted @ 2023-01-19 11:51 LiuYanYGZ 阅读(258) 评论(0) 推荐(0) 编辑
摘要: 李文周的博客 https://www.liwenzhou.com 阅读全文
posted @ 2023-01-05 00:14 LiuYanYGZ 阅读(76) 评论(0) 推荐(0) 编辑
摘要: 问题描述 warning: GOPATH set to GOROOT (D:\Golang\go\) has no effect 解决办法:go1.19.4.windows-amd64.msi安装在d:\Golang\go 阅读全文
posted @ 2022-12-28 11:56 LiuYanYGZ 阅读(384) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 123 下一页