当前位置:网站首页>Collection of error records (write down when you encounter them)
Collection of error records (write down when you encounter them)
2022-08-05 06:32:00 【monkeyhlj】
A collection of bug records(note it down)
1、解决React 的<img >src
使用requireThe way the picture does not show up,展示的是[object Module]
的问题:https://www.cnblogs.com/qianxiaoniantianxin/p/14789826.html
2、cssSet height to browser100%高度:div { height:100vh; }
说明:vh是viewport height,单位是%,如果前面不是100而是1,represents the height of the window1%.All browsers are said to support it.
在antd项目中使用iconfont:https://www.jianshu.com/p/1b92c56a8879
3、reactGlobally monitor routing changes:https://cloud.tencent.com/developer/article/1345078
4、解决react+node后端跨域问题,nodeEven if it is set, it is invalid,可配置react中的src/setProxy.js
文件:https://www.cnblogs.com/fightjianxian/p/12377882.html
5、结合antdBe highly adaptive:Content的style有个min-height属性
https://blog.csdn.net/qq_38735649/article/details/103610635
6、When exposing configurationnpm run eject
报错:https://www.jianshu.com/p/b7a7f15ae968
7、ESLint对a标签href
Property warning workaround:https://blog.csdn.net/weixin_34029680/article/details/91434946
8、matplotlib的scatterCustomize point size when drawing:https://www.pianshen.com/article/7907281704/
9、github提交问题,8月13Password authentication solutions will no longer be supported in the future:SSH免密与Token登录配置:https://cloud.tencent.com/developer/article/1861466
10、pip install tenserflow错误:https://segmentfault.com/a/1190000020368776
11、JavaScript中for in与for of的区别:https://www.cnblogs.com/zhilu/p/13856912.html
12、排列熵算法:https://www.pythonheidong.com/blog/article/724325/6c6fea46344c87fd568e/
13、PyEMD:https://github.com/laszukdawid/PyEMD
https://blog.csdn.net/weixin_43086050/article/details/108423996
https://blog.csdn.net/m0_57011532/article/details/115532756?utm_medium=distribute.pc_relevant.none-task-blog-2defaultBlogCommendFromBaidudefault-5.control&depth_1-utm_source=distribute.pc_relevant.none-task-blog-2defaultBlogCommendFromBaidudefault-5.control
14、ssm整合时出现xml在buildis not packaged and an error occurscom/mchange/v2/c3p0/impl/NewProxyPreparedStatement.isClosed()Z is abstract
时,修改依赖版本:
<!--C3P0-->
<dependency>
<groupId>com.mchange</groupId>
<artifactId>c3p0</artifactId>
<version>0.9.5.2</version>
</dependency>
且加上:这样就能找到java文件夹下的xml文件了.
<resources>
<resource>
<directory>src/main/java</directory>
<includes>
<include>**/*.xml</include>
</includes>
</resource>
<resource>
<directory>src/main/resources</directory>
<includes>
<include>*.xml</include>
<include>*.properties</include>
</includes>
</resource>
</resources>
15、解决SpringBoot没有favicon.ico报错:https://blog.csdn.net/weixin_47896156/article/details/111095908
16、springcloudalibaba中使用**@LoadBalanced注解进行负载均衡,报错No instances available for localhost**,见:https://blog.csdn.net/majinan3456/article/details/99352894
17、vue引入scss文件或者less文件,报错 this.getOptions is not a function:https://blog.csdn.net/weixin_44953689/article/details/115618451
18、iview关于menu结合router问题:https://blog.csdn.net/weixin_30530939/article/details/99096500
19、https://blog.csdn.net/weixin_40929147/article/details/84586656
20、prophet安装问题:https://www.jianshu.com/p/0c06ad7bccaa?appinstall=0
21、.npy文件的打开方式:
import numpy as np
test = np.load(r'./datasets/pred.npy')
print(test)
22、TreeMapRelated custom sorting:https://www.cnblogs.com/xubiao/p/5803976.html
23、anacondaCreate a virtual environment and joinjupyter的kernel中:https://blog.csdn.net/qq_44184049/article/details/121911689
24、centos的ens在ifconfig时无IP地址显示:https://blog.csdn.net/qq_23689053/article/details/110204329
25、虚拟机网络配置:https://blog.csdn.net/qq_41311691/article/details/124377318
边栏推荐
- 逻辑卷创建
- In-depth Zabbix user guide - from the green boy
- Teach you simple steps to achieve industrial raspberries pie properly installed RS232 USB drive
- 网络层协议介绍
- Spark source code - task submission process - 6-sparkContext initialization
- Take you in-depth understanding of cookies
- [ingress]-ingress使用tcp端口暴露服务
- sql server duplicate values are counted after
- Network wiring and digital-to-system conversion
- Dry!Teach you to use industrial raspberries pie combining CODESYS configuration EtherCAT master station
猜你喜欢
IP address and subnet division
实力卷王LinkSLA,实现运维工程师快乐摸鱼
干货!教您使用工业树莓派结合CODESYS配置EtherCAT主站
错误类型:反射。ReflectionException:无法设置属性“xxx”的“类”xxx”与价值“xxx”
sql server 重复值在后面计数
network issue?Service packet loss?This is enough
VLAN is introduced with the experiment
运维工程师,快来薅羊毛
Into the pre-service, thought they play so flowers
路由器和静态路由的配置
随机推荐
network issue?Service packet loss?This is enough
Hugo搭建个人博客
单臂路由实验和三层交换机实验
Logical volume creation
Teach you simple steps to achieve industrial raspberries pie properly installed RS232 USB drive
Mina disconnects and reconnects
解决这三大问题,运维效率将超90%的医院
Growth: IT Operations Trends Report
Operation and maintenance engineer, come and pick up the wool
Introduction to Network Layer Protocols
Insight into the general trend of the Internet, after reading this article, you will have a thorough understanding of Chinese domain names
7步完成云上监控
Small example of regular expression--validate email address
spark source code - task submission process - 5-CoarseGrainedExecutorBackend
VLAN is introduced with the experiment
浏览器存储WebStorage
The Servlet to jump to the JSP page, forwarding and redirection
el-progress implements different colors of the progress bar
5分钟完成mysql离线安装
初识网页与浏览器