在chrome中,碰到证书无效问题,只需在浏览器地址栏中输入当前连接,然后点击继续前往就ok 在electron中,碰到不安全证书连接,会显示白屏,按照chrome在控制台用location.href跳转也无济于事。 electron使用chrome的命令行开关 在配置electron的main.j ...
分类:
Web开发 时间:
2020-08-25 14:36:16
收藏:
0 评论:
0 赞:
0 阅读:
795
1)[Remote PC] 启动roscore $ roscore 2)[TurBot3] 启动turbot3 $ roslaunch turbot3_bringup minimal.launch 3)[TurBot3] 启动karto算法 $ roslaunch turbot3_slam kart ...
分类:
其他 时间:
2020-08-25 14:35:51
收藏:
0 评论:
0 赞:
0 阅读:
56
Docker 简介 Docker 是一个开源的应用容器引擎,基于 Go 语言开发,Docker 可以让开发者打包他们的应用以及依赖包到一个轻量级、可移植的容器中,然后发布到任何流行的系统。 Docker 是世界领先的软件容器平台,Docker 官方的口号是”调试你的应用,而不是调试环境“。在进行多人 ...
分类:
其他 时间:
2020-08-25 14:35:36
收藏:
0 评论:
0 赞:
0 阅读:
73
准备环境 Python 3.6+ pyecharts 1.7.0 如果未安装,可以参考这篇博客安装:https://www.cnblogs.com/Coder-Photographer/p/13089887.html 实现效果 创建名为: a.py的py文件,并把以下代码写入文件 from pyec ...
分类:
其他 时间:
2020-08-25 14:35:22
收藏:
0 评论:
0 赞:
0 阅读:
171
1.引入js <script type="text/javascript" src="assets/js/jquery.min.js"></script> <script src="assets/js/bootstrap.min.js"></script> <script src="assets/j ...
分类:
编程语言 时间:
2020-08-25 14:35:10
收藏:
0 评论:
0 赞:
0 阅读:
96
1)[Remote PC] 启动roscore $ roscore 2)[TurBot3] 启动turbot3 $ roslaunch turbot3_bringup minimal.launch 3)[TurBot3] 启动hecotor $ roslaunch turbot3_slam hect ...
分类:
其他 时间:
2020-08-25 14:34:56
收藏:
0 评论:
0 赞:
0 阅读:
49
server { listen 80; server_name test.wqzsub.com; location / { root /var/www/test; index index.php index.html index.htm; if (!-e $request_filename) { r ...
分类:
其他 时间:
2020-08-25 14:34:37
收藏:
0 评论:
0 赞:
0 阅读:
51
一、不清空数据 无外键约束: 1、删除原有主键 alter table '表名' drop 'id'; 2、添加新主键字段并设置主键 alter table '表名' add 'id' int(8) primary key not null auto_increment first; 有外键约束 1 ...
分类:
数据库技术 时间:
2020-08-25 14:34:24
收藏:
0 评论:
0 赞:
0 阅读:
132
ubuntu的网络配置官网:https://help.ubuntu.com/docker/k8s--------------Ubuntu修改网卡名:eth0egrep-v"^$|#"/etc/default/grubsed-i‘s/(GRUB_CMDLINE_LINUX=")/\1net.ifnames=0/g‘/etc/default/grubgru
分类:
系统服务 时间:
2020-08-25 11:53:03
收藏:
0 评论:
0 赞:
0 阅读:
73
内核参数优化net.core.somaxconn=20480net.core.rmem_default=262144net.core.wmem_default=262144net.core.rmem_max=16777216net.core.wmem_max=16777216net.ipv4.tcp_rmem=4096409616777216net.ipv4.tcp_wmem=4096409616
分类:
其他 时间:
2020-08-25 11:52:51
收藏:
0 评论:
0 赞:
0 阅读:
70
- [A global overview of pleiotropy and genetic architecture in complex traits](https://www.nature.com/articles/s41588-019-0481-0)- Materials: /Users/z ...
分类:
Web开发 时间:
2020-08-25 11:52:38
收藏:
0 评论:
0 赞:
0 阅读:
123
1.删除原来的ruby源: gem sources --remove https://gems.ruby-china.com/ 2.添加国内镜像: gem sources -a https://gems.ruby-china.com/ 3.安装cocoapods: sudo gem install ...
分类:
其他 时间:
2020-08-25 11:52:24
收藏:
0 评论:
0 赞:
0 阅读:
364
参考网站: https://www.cnblogs.com/ilovepython/p/11068841.html http://www.360doc.com/content/19/1028/19/40585874_869603999.shtml 1.安装模块 pip install xlrd 2. ...
分类:
编程语言 时间:
2020-08-25 11:52:09
收藏:
0 评论:
0 赞:
0 阅读:
69
31. percentage.py脚本 用百分号来绕过关键字过滤,具体的就是在每个关键字的字母前面加一个百分号 实战演示: 测试地址:python sqlmap.py -u http://106.54.35.126/Less-1/?id=1 --dbs --tamper="percentage.py ...
分类:
数据库技术 时间:
2020-08-25 11:51:57
收藏:
0 评论:
0 赞:
0 阅读:
197
前端表单验证常用的15个JS正则表达式,正则表达式,正则匹配 ...
分类:
Web开发 时间:
2020-08-25 11:51:40
收藏:
0 评论:
0 赞:
0 阅读:
84
Servlet Servlet简介 Servlet是sun公司开发动态web的一门技术 Sun公司在这些API中提供了一个接口叫做Servlet,如果你想开发一个Servlet程序,只需要完成两个小步骤 编写一个类,实现Servlet接口 把开发好的java类部署到web服务器中 把实现了Servl ...
分类:
编程语言 时间:
2020-08-25 11:51:26
收藏:
0 评论:
0 赞:
0 阅读:
64
如何测试一个杯子, 或者如何测试一只笔或者一张纸?在软件测试的面试中,经常会碰到类似的问题,要求你至少设计10以上的测试用例。 这类的面试题目,是考察面试者是否熟悉各种软件测试方法,根据需求设计测试点。这个时候不需要急着回答问题,首先应该反问下面试官,具体需求是什么样的,比如大概是个什么样的杯子、什 ...
分类:
其他 时间:
2020-08-25 11:51:16
收藏:
0 评论:
0 赞:
0 阅读:
206
问题描述 在centos服务器使用aspose.word转换word文件为pdf的时候显示中文乱码,但是在win服务器上使用可以正常转换。 问题原因 通过查资料分析后确认是由于centos服务器缺少对应的字库导致文件转换出现乱码的。 解决方案 安装字库,将win机器的c:\windows\fonts ...
分类:
Web开发 时间:
2020-08-25 11:51:05
收藏:
0 评论:
0 赞:
0 阅读:
476
环境: CentOS6.0 64位 MySQL5.5.48 问题: [root@lfs mysql]# mysqlhotcopy --flushlog -u='root' -p='123456' --regexp=blogdb /data/mysql/ install_driver(mysql) f ...
分类:
数据库技术 时间:
2020-08-25 11:50:52
收藏:
0 评论:
0 赞:
0 阅读:
353
##一.简单枚举 第一题:除法 #include <cstdio> #include <iostream> using namespace std; void dd(int n) { for (int i = 98765 / 79; i <= 98765 / 2; i++)//i是被除数 { int ...
分类:
其他 时间:
2020-08-25 11:50:40
收藏:
0 评论:
0 赞:
0 阅读:
64