ins
[犯病记] DPDK报错Symbol `rte_eth_devices' has different size in shared object, consider re-linking
# [犯病记] DPDK报错Symbol `rte_eth_devices' has different size in shared object, consider re-linking > 背景:有一天,我犯了个病,试图在一个机器上安装DOCA,然后安装程序就下了一堆库,把机器上的环境搞得一团 ......
this in Javascript
What is this? In JavaScript, the this keyword refers to an object. Which object depends on how this is being invoked (used or called). The this keywor ......
VueCLI报错:ERROR in [eslint]
配置好自己的组件后,完全没有任何错误,但是使用npm run serve时仍然报错 ERROR in [eslint] 发现是eslint的错误,其实没有错,只不过Vue检测你的组件名称不符合就不编译了。 只需停掉eslint就行(一般开发期间停掉eslint可以保证自定义的变量、组件等也可以运行) ......
使用 Linux 命令如何恢复被覆盖的文件 All In One
使用 Linux 命令如何恢复被覆盖的文件 All In One
数据还原/数据恢复
......
org.apache.jasper.JasperException: Unable to compile class for JSP: An error occurred at line: 16 in the jsp file: /monday-01.jsp
``` org.apache.jasper.JasperException: Unable to compile class for JSP: An error occurred at line: 16 in the jsp file: /monday-01.jsp System.out canno ......
How to Control an External USB Web Camera Using a Raspberry Pi All In One
How to Control an External USB Web Camera Using a Raspberry Pi All In One
如何使用树莓派控制外接 USB 网络摄像头
......
ARM Cortex-A72 CPU All In One
ARM Cortex-A72 CPU All In One
Raspberry Pi 4B, 4 核心 1.5GHz 64 位 CPU
......
Vue computed出现Error in render: "TypeError: XXX is not a function"问题
原来: computed:{ currentTimeA: function() { return Date.now(); } } <div>{{currentTimeA()}}</div> 在运行的时候出现vue.js:634 [Vue warn]: Error in render: "TypeEr ......
【Shell】Display the ddl for all users in Oracle DB with bash script
脚本说明: 1、普遍用于 使用expdp/impdp 数据泵进行的数据(全库或者特定schemas)迁移 2、适用于无PDB的Oracle环境 3、适用于RAC,SI,ADG 以及多实例的环境 使用方法: 创建脚本为 display_all_users_ddl.sh 然后将正文内容贴入 并保存,然后 ......
webpack报错处理:The extension in the request is mandatory for it to be fully specified.
完整的报错提示如下: BREAKING CHANGE: The request './module2' failed to resolve only because it was resolved as fully specified(probably because the origin is s ......
python flask 启动报错 'utf-8' codec can't decode byte 0xb2 in position 4: invalid start byte
原因:在python下lib文件夹里的socket.py文件中的name=gethostname()代码执行获取本机电脑名称时,遇到中文导致乱码报错。 解决方法: 1.将电脑“设备名称”中中文改为英文; 2.修改socket.py代码,如下(参考 https://blog.csdn.net/weix ......
Exploring the Role of Preclinical Toxicology Tests in Vaccine Development
The difficulty of drug safety evaluation in vaccines is that the vaccine does not directly exert preventive or therapeutic effects but acts by inducin... ......
Linux shutdown & reboot & poweroff All In One
Linux shutdown & reboot & poweroff All In One
Raspberry Pi
$ sudo shutdown -r now
$ sudo reboot
$ sudo poweroff ......
软路由 & 旁路由 All In One
# 软路由 & 旁路由 All In One > 路由器`KeXue上网`  ## 软路由 ## 旁路由 ## ......
What is doing __str__ function in Django?
def str(self): is a python method which is called when we use print/str to convert object into a string. It is predefined , however can be customised. ......
value too long for type character(8) Call getNextException to see other errors in the batch.
 **字段内容超过数据库字段设置的长度导致的插入错误的提示信息** 如何定位是哪个字段长度不够长? mysql的话 ......
碎片化学习前端之JavaScript(for...in 和 Object.keys() 的区别)
## 前言 JavaScript 中遍历对象的方式主要有:`for...in` 和 `Object.keys()` 两种方式。 ## for...in ```js let obj = { name: 'ming', age: 18, } obj[Symbol('hello')] = 'world' ......
How to change the default Python2 to Python3 on Linux All In One
How to change the default Python2 to Python3 on Linux All In One
在 Linux 中如何把默认的 Python2 更改为 Python3
.bashrc / .zshrc alias
symbolic link 符号链接
......
the way to make jupyter output cell has a dark background in vscode
# the issue to be fixed As shown in the picture, jupyter output cell has a bright background, even it's ask to use dark background.  **发表时间:**2021(NeurIPS 2021) **文章要点:**这篇文章提出一个tandem learni ......
Incorrect table definition; there can be only one TIMESTAMP column with CURRENT_TIMESTAMP in DEFAULT
Incorrect table definition; there can be only one TIMESTAMP column with CURRENT_TIMESTAMP in DEFAULT ......
Linux shell command strings All In One
Linux shell command strings All In One
打印文件(默认为标准输入) 中可打印的字符串
......
使用 CloudFlare Argo Tunnel 实现内网穿透 All In One
# 使用 CloudFlare Argo Tunnel 实现内网穿透 All In One ## demos --> ## (🐞 反爬虫测试!打击盗版⚠️)如果你看到这个信息, 说明这是一篇剽窃的文章,请访问 https://www.cnblogs.com/xgqfrms/ 查看原创文章! ## ......
Raspberry Pi 4 Model B Product Information Portal All In One
Raspberry Pi 4 Model B Product Information Portal All In One
PCN
Product Information Portal / 产品信息门户
......
How to enable Vsync with Software Rendering in SDL [SOLVED]. 如何在SDL2下实现垂直同步
How to enable Vsync with Software Rendering in SDL [SOLVED]. Hi, I just figured out the dirty way to enable vsync with software rendering on SDL. This ......
k8s pod之间DNS解析问题:Temporary failure in name resolution
1.ubuntu 系统重启, k8s 网关需要 # 允许所有数据包通过 iptables -P FORWARD ACCEPT 2.查看coredns是否正常 kubectl get po -n kube-system | grep coredns kubectl get service -n kub ......
Creating C# add-in for SOLIDWORKS automation using API
文摘:https://www.codestack.net/solidworks-api/getting-started/add-ins/csharp/ - Create new project in Microsoft Visual Studio - Select *Class Library(.n ......
Error: Main method not found in class
###执行java报错,没有发现主方法###[root@localhost qf]# java QfError: Main method not found in class Qf, please define the main method as: public static void main( ......
parallelizing jobs in python
``` import time from concurrent.futures import ThreadPoolExecutor, wait import numpy as np def work(aa, bb): time.sleep(np.random.rand()) print(f"work ......