- 博客(19)
- 收藏
- 关注
原创 【微信小程序】 tabBar 底部导航栏真机不显示
微信小程序tabbar模拟器可以显示但是真机调试不显示。开发者工具里详情勾选启用条件编译再重新编译真机调试即可。
2024-11-16 09:43:58
258
原创 docker-compose -v /usr/local/bin/docker-compose: line 1: Not: command not found
安装完docker compose怎么都打不出来版本,找到这个教程。
2024-07-27 22:27:57
205
原创 revealjs把某几页ppt转成pdf
使用markdown方式生成的ppt,虽然revealjs提供了print-pdf这个方法,但是我这边的需求是,把访问过的那几页ppt生成为pdf。
2024-05-04 20:09:31
376
1
原创 Uncaught ReferenceError: jsPDF is not defined
new jsPDF()换成new window.jspdf.jsPDF();
2024-04-27 20:35:13
763
3
原创 windows环境 endless undefined: syscall.SIGUSR1
windows环境 endless undefined: syscall.SIGUSR1
2024-03-17 11:52:44
578
1
原创 ctfshow 刷题记录
编译器配置不当 /editor上去,看/var目录下/nothinghere/flag.txt。域名txt记录泄露 http://www.jsons.cn/nslookup/js敏感信息泄露 js源码 Unicode转中文。robots后台泄露 /robots.txt。版本控制泄露 /.git /.svn。php源码泄露 /index.phps。源码压缩包泄露 /www.zip。vim临时文件泄露 .swp。探针泄露 /tz.php。
2023-02-25 15:50:31
204
原创 redis Can’t connect to redis-server
参考https://wenku.baidu.com/view/9756aaa6d7d8d15abe23482fb4daa58da0111c2b.html?连不上原因:6379端口没开放。
2023-01-27 23:46:27
371
原创 MongoDB: connection refused calling is master on “localhost:27017
解决方案:管理员模式运行mongo.bat。
2022-11-06 15:41:43
1245
原创 【网工】ensp启动失败和virtualbox空白的问题
一开始virtualbox装的5.2.20,单独打开显示不支持,卸了装了5.2.44可以打开了。ensp打开显示virtualbox不存在/不支持或注册失败,重装virtualbox解决。virtualbox5.2.44打开后一片空白,原因是防火墙公用共享没开,成功,然后可以启动了,如果注册失败,重装virtualbox。ensp:菜单->工具->注册设备->勾选注册。
2022-09-17 11:26:13
2813
1
原创 Consider defining a bean of type ’xxx‘ in your configuratio
xxxserviceImpl忘打@Service注解了
2022-04-13 15:29:30
323
原创 Exception processing template “xx“: Error resolving template [x],
thymeleaf跳转失败加这里详细可看(37条消息) springboot整合thymeleaf页面跳转失败问题 Exception processing template “xxx“: Error resolving template ..._uniquewdl的博客-优快云博客
2022-04-03 22:55:43
792
原创 Cause: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 7; 不允许有匹配 “[xX][mM][lL]“ 的处理指令目标
xml第一行有空格,删掉即可
2021-11-25 16:05:52
410
原创 AttributeError: ‘ PandasArray‘ object has no attribute ‘.str_len‘
这里写自定义目录标题AttributeError: ' PandasArray' object has no attribute '.str_len'AttributeError: ’ PandasArray’ object has no attribute ‘.str_len’pandas升级到1.2.0
2021-10-30 20:33:58
1083
原创 win10 python3.7 安装pygame1.9.4
Could not find a version that satisfies the requirement user (from versions: )No matching distribution found for userYou are using pip version 10.0.1, however version 19.1.1 is available.You should consider upgrading via the 'python -m pip install --
2019-07-12 12:16:36
1431
原创 错误7 error LNK1207: ……\SchoolManagement\Debug\SchoolManagement.pdb”中的 PDB 格式不兼容;请删除并重新生成
错误7 error LNK1207: ……\SchoolManagement\Debug\SchoolManagement.pdb”中的 PDB 格式不兼容;请删除并重新生成解决:清理解决方案->重新生成解决方案
2019-06-27 22:11:18
409
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人