客户端通信是DLL 文件,看需求可以自己编译到exe上 下面是DLL调用过程 客户端代码 // DriveDll.cpp : Defines the entry point for the DLL application. // #include "stdafx.h" #include <windo ...
分类:
其他好文 时间:
2020-07-26 15:25:12
阅读次数:
107
= :精确匹配(必须全部相等) ~ :大小写敏感 ~* :忽略大小写 ^~ :只需匹配uri部分,不匹配正则表达式。 @ :内部服务跳转 匹配顺序: = > ^~ > ~* > /document/ > / request / :A request /index.html :B request /d ...
分类:
其他好文 时间:
2020-07-26 01:00:55
阅读次数:
62
一、K8s编排yaml文件 1.1 如何通过Yaml文件创建deployment自动关联NodePort服务呢? a. 命令行方式关联 参考资料:K8S拉取Django项目创建pod 文章中通过命令行方式关联,还需要手动修改svc参数 b. yaml文件编排方式 apiVersion: apps/v ...
分类:
其他好文 时间:
2020-07-24 16:46:05
阅读次数:
191
webjars 是很方便,方式很多时候我们也需要读取内容,ClassGraph 是一个高效的classpath 以及模块扫描器 如果查看了webjars 提供的webjars-locator 内部实现也是基于此工具的,但是weebjars 默认提供的功能缺少 内容读取的能力,我们可以基于ClassG ...
分类:
编程语言 时间:
2020-07-23 23:16:31
阅读次数:
113
WebApiClientCore WebApiClient.JIT/AOT的netcore版本,集高性能高可扩展性于一体的声明式http客户端库,特别适用于微服务的restful资源请求,也适用于各种畸形http接口请求。 百度AI 百度AI目前相当开放(至少在使用上),如果不是高并发请求场景,一般 ...
// 禁止保存,拖拽图片 var imgs = $("img"); imgs.on("contextmenu", function() { return false; }); imgs.on("dragstart", function() { return false; }); // 禁止非开发人员 ...
分类:
其他好文 时间:
2020-07-22 20:57:51
阅读次数:
92
1、下载maven安装包 apache-maven-3.5.2-bin.tar.gz 2、配置环境变量(mac) vim ~/.bash_profile # Add maven home export M2_HOME=/Users/chong/Documents/soft/maven/apache- ...
分类:
其他好文 时间:
2020-07-22 20:03:51
阅读次数:
85
一。JS操作 #5.将元素移动到可视范围内#使用 location_once_scrolled_into_view模块from selenium import webdriverdriver=webdriver.Chrome()driver.get("https://www.12306.cn/ind ...
分类:
编程语言 时间:
2020-07-22 01:40:10
阅读次数:
92
db version v3.2.8 rs.initiate(conf) { "ok" : 0, "errmsg" : "new file allocation failure", "code" : 12520 } Mongo 配置 --oplogSize 100000 会预分配10G空间,如果磁盘空 ...
分类:
数据库 时间:
2020-07-21 23:24:30
阅读次数:
101
问题页面刷新报错如下:解决方法修改nginx.conf如下:location/{roothtml/jeecg-web;indexindex.htmindex.html;try_files$uri$uri//index.html;#解决页面刷新404问题}
分类:
Web程序 时间:
2020-07-21 22:53:21
阅读次数:
109