1 // 示例urlStr:http://html/index.html?user=admin&pwd=123456 2 3 function getRequest(urlStr) { 4 if (typeof urlStr == "undefined") { 5 var url = decodeU ...
分类:
Web程序 时间:
2020-07-14 18:33:59
阅读次数:
91
索引操作和文档基本操作 import java.io.IOException; import java.util.ArrayList; import java.util.concurrent.TimeUnit; import org.elasticsearch.action.admin.indice ...
分类:
编程语言 时间:
2020-07-14 18:05:08
阅读次数:
263
打开pycharm(社区版),File->open 找到由命令 django-admin startproject mysite 在D盘下创建的文件夹mysite mysite通过文件资源管理器打开情况下用pycharm打开mysite文件夹 接着在mysite中创建两个新文件夹(文件夹及.html ...
分类:
其他好文 时间:
2020-07-14 16:46:29
阅读次数:
77
免密码登录$sshpass-ppasswordsshusername@host远程执行命令$sshpass-ppasswordsshusername@host<cmd>通过scp上传文件$sshpass-ppasswordscplocal_fileroot@host:remote_file通过scp下载文件$sshpass-ppasswordscproot@host:remote_fi
分类:
其他好文 时间:
2020-07-14 15:08:14
阅读次数:
163
LVS+keepalive 什么是keepalive Keepalived是Linux下一个轻量级别的高可用解决方案。高可用(High Avalilability,HA),其实两种不同的含义:广义来讲,是指整个系统的高可用行;狭义的来讲就是指主机的冗余和接管。它与HeartBeat、RoseHA实现 ...
分类:
其他好文 时间:
2020-07-14 13:40:40
阅读次数:
59
运行时更改Connections的target 使用QML时, 有时需要在运行时, 监控不同的对象的信号. 可采用以下方法动态更改Connections的target属性实现. 代码如下 Rectangle { id: container width: 600 height: 400 color: ...
分类:
其他好文 时间:
2020-07-14 13:17:44
阅读次数:
79
问题描述 2020年7月13日一大早收到告警,测试环境数据库CPU告警。 登录aws查看监控如下图 问题分析 出现这种cpu 100%的问题,都是因为sql性能问题导致的, 主要表现于 cpu 消耗过大,有慢sql造成、慢sql全表扫描,扫描数据库过大,内存排序,队列等等 并发现写入相对于查询来说比 ...
分类:
数据库 时间:
2020-07-14 13:09:21
阅读次数:
81
1 - VS Code Remote Development 1.1 Documentation Remote - https://code.visualstudio.com/docs/remote/ Remote tutorials - https://code.visualstudio.com/ ...
分类:
其他好文 时间:
2020-07-13 23:06:36
阅读次数:
100
服务器远程管理 1)远程管理类型 ping的通,打开telnet就可以连接了。 2)远程桌面 ①在服务器中将要远程登录的用户添加到Remote Desktop Users组; ②右击我的电脑属性->远程->勾选启用远程桌面 ②在客户机中CMD+R 输入 mstsc,输入ip,登录即可。 3)teln ...
备注: 本文参考于廖雪峰老是的博客Git教程。依照其博客进行学习和记录,感谢其无私分享,也欢迎各位查看原文。 知识点 ssh-keygen -t rsa -C "youremail@example.com"生成SSh密钥对。私钥保存好,公钥可以添加到Git服务器(如GitHub远程仓库) 添加或关联 ...
分类:
其他好文 时间:
2020-07-13 21:42:20
阅读次数:
127