一、Golang开发环境搭建 1.下载安装jetbrain Goland IDE 下载地址:https://www.jetbrains.com/go/download/#section=windows 2.安装golang编译器 下载地址:https://golang.google.cn/doc/i ...
分类:
其他好文 时间:
2021-04-13 12:35:02
阅读次数:
0
GitHub地址,猛戳:https://github.com/zxing/zxing API文档,猛戳:https://zxing.github.io/zxing/apidocs/index.html 介绍文档,猛戳:https://zxing.github.io/zxing/ https://ww ...
分类:
其他好文 时间:
2021-04-13 12:22:51
阅读次数:
0
package com.example.query; import java.io.Serializable; public class UserQuery implements Serializable { private Integer id; private String username; ...
监控linux主机的相关性能 cpu 内存 网络 磁盘 带宽 IO采用插件node_export 部署node_exporter插件[root@node1 ~]# mkdir /opt/monitor/[root@node1 ~]# tar -xf node_exporter-0.17.0.linu ...
分类:
系统相关 时间:
2021-04-13 12:02:02
阅读次数:
0
监控docker容器相关资源 部署cadvirsor插件[root@node1 ~]docker pull google/cadvisor:latest[root@node1 ~]docker run -d \--volume=/:/rootfs:ro \--volume=/var/run:/var ...
分类:
其他好文 时间:
2021-04-13 12:00:39
阅读次数:
0
# async函数创建与运行 async def funcC(): print("A方法需要等待C方法执行完毕") time.sleep(5) print("C方法完毕") # 如果在执行A里面想异步执行其他任务,就异步执行其他任务 asyncio.run(funcC()) async def fu ...
分类:
其他好文 时间:
2021-04-13 11:43:28
阅读次数:
0
ini文件读写 添加帮组类 using System; using System.Text; using System.IO; using System.Runtime.InteropServices; namespace IniHelperDemo { public class IniConfig ...
分类:
其他好文 时间:
2021-04-12 12:32:03
阅读次数:
0
现象 解决方案 1. 由于Google被墙导致的问题 参考 配置阿里云源修改maven的源地址。 2. 由于错误配置代理导致的问题(提示400) 查看工程目录下的gradle.properties和C:/Users/用户名/.gradle/目录下的gradle.properties是否存在下面的内容 ...
分类:
Web程序 时间:
2021-04-12 12:07:10
阅读次数:
0
原创文章,转发请注明出处。 安装Android Studio 安装文件下载地址:https://developer.android.google.cn/studio/ 下载Gradle 由于国内的网络问题,部分网络下,Android Studio不能在软件内下载Gradle。需要借助一些外部手段。 ...
分类:
移动开发 时间:
2021-04-12 11:48:07
阅读次数:
0
1,google基本语法 google中不分大小写,通配符 * 表示一个单词或字符, 使用双引号包含强制搜索, + - | inurl:搜索包含特定字符的URL。 inurl:admin.jsp intext:网站正文包含指定字符串 intext:安全测试 site:显示某个域名的所有页面 site ...
分类:
其他好文 时间:
2021-04-10 13:23:04
阅读次数:
0