会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Yakoi
博客园
首页
新随笔
联系
订阅
管理
2022年2月27日
nth-of-type的用法
摘要: 本贴参考自https://blog.csdn.net/Dolanf/article/details/75804704 nth-of-type是css3的一个结构性伪类选择器,很多人都知道nth-of-type(n)用于匹配父元素下使用同种标签的第n项子元素,但是也有不少人对这个选择器存在着一些误解。
阅读全文
posted @ 2022-02-27 11:47 Yakoi
阅读(493)
评论(0)
推荐(0)
2022年2月26日
koala在编译文件时提示invalid byte sequence in UTF-8(在utf-8编码里是无效字节序列)
摘要: 不论是使用koala,还是下载安装ruby后用 gem install sass 指令手动安装sass,都会出现这样的提示invalid byte sequence in UTF-8,在网上找了很多方法都没用,但也有了一种猜测,可能是系统使用的编码不是Unicode编码(UTF-8),而sass中的
阅读全文
posted @ 2022-02-26 00:29 Yakoi
阅读(741)
评论(0)
推荐(0)
2020年6月2日
python在使用PyQt5是出现This application failed to start because no Qt platform plugin could be initialized.Reinstalling the application may fix this problem.
摘要: 在IDLE中使用PyQt5,结果程序运行过程中出现了 This application failed to start because no Qt platform plugin could be initialized.Reinstalling the application may fix th
阅读全文
posted @ 2020-06-02 02:12 Yakoi
阅读(1000)
评论(0)
推荐(0)
2020年5月31日
python 第三方库安装脚本
摘要: 代码如下: #BatchInstall.py import os libs = {'numpy','matplotlib','pillow','sklearn','requests',\ 'jieba','beautifulsoup4','wheel','networkx','sympy',\ 'p
阅读全文
posted @ 2020-05-31 15:09 Yakoi
阅读(591)
评论(0)
推荐(0)
2020年5月29日
python 自动轨迹绘制 SyntaxError: unexpected EOF while parsing
摘要: 自动轨迹绘制实例中,与嵩天老师的代码一模一样,运行后总报错,错误类型为 SyntaxError: unexpected EOF while parsing 这是python语法错误看别的大佬说要么是语法上少了一个括号,要么是中英文输入法没有贯彻到底,怎么比我的代码都没问题 Traceback (mo
阅读全文
posted @ 2020-05-29 18:15 Yakoi
阅读(1250)
评论(0)
推荐(0)
python 人名最多数统计 TypeError: 'NoneType' object is not subscriptable
摘要: TypeError: 'NoneType' object is not subscriptable 意思是None类型对象不可被通过下标来进行访问 描述 编程模板中给出了一个字符串,其中包含了含有重复的人名,请直接输出出现最多的人名。 1 s = '''双儿 洪七公 赵敏 赵敏 逍遥子 鳌拜 殷天正
阅读全文
posted @ 2020-05-29 01:09 Yakoi
阅读(3294)
评论(0)
推荐(0)
公告