02 2021 档案

摘要:https://blog.csdn.net/qq379682421/article/details/111574290 https://github.com/SimenB/add-asset-html-webpack-plugin/issues/171 阅读全文
posted @ 2021-02-22 23:40 星小梦 阅读(712) 评论(0) 推荐(0)
摘要:出现这个的原因,我这边的是Nginx的问题,因为没有匹配到静态文件的原因 第一个location是始终将访问的url请求定向到 index.html这个主页面 第二个location块是将index.html使用的js,css,font页面定向到包含的目录 切记:vue项目的vue-cli配置的属性 阅读全文
posted @ 2021-02-22 22:18 星小梦 阅读(7985) 评论(0) 推荐(1)
摘要:升级方式:http://www.vpser.net/manage/centos-6-upgrade-gcc.html 相关工具:https://www.softwarecollections.org/en/scls/rhscl/devtoolset-8/ 阅读全文
posted @ 2021-02-17 08:47 星小梦 阅读(66) 评论(0) 推荐(0)
摘要:ERROR: Command errored out with exit status 1: command: /usr/local/dmahz/p_book_data/bin/python3.9 -c 'import sys, setuptools, tokenize; sys.argv[0] = 阅读全文
posted @ 2021-02-15 21:27 星小梦 阅读(3386) 评论(4) 推荐(0)
摘要:使用@Query注解的时候,常常需要写sql来映射非域类的实例,通常的做法就是 实现 RowMapper接口,然后new实例一个一个的设置值进去。。。为此。出世了自动映射工具类 注意事项:此抽象类只是结果集 一条记录到行 的映射,添加了额外的方法;比如就是把一个字段的值拆分成Map或List,然后会 阅读全文
posted @ 2021-02-12 22:15 星小梦 阅读(684) 评论(0) 推荐(0)
摘要:使用方式:https://blog.csdn.net/weixin_42385951/article/details/85322150 字体处理官方网站:https://fonttools.readthedocs.io/en/latest/ttLib/ttFont.html 阅读全文
posted @ 2021-02-03 18:09 星小梦 阅读(145) 评论(0) 推荐(0)