0x01 先查个问题 测试环境微信支付通道提示网络环境未能通过安全验证,请稍后再试,出现这种情况一般首要想到可能是双方网络交互中微信方验参与我们出现不一致,翻了下手册确定是这类问题开始排查环节 可能获取真实IP方式错误 getenv('HTTP_CLIENT_IP') getenv('HTTP_X_ ...
分类:
其他好文 时间:
2020-09-24 00:07:02
阅读次数:
52
前言之前HR给了我一份简历,刚看到简历的第一眼,31岁?让我有点意外,实际上,现在开发趋向于年轻化,大部分都是90后、95后,毕竟,软件开发不像硬件开发一样,年限越高,相对来说越吃香。31岁,Android开发工程师,工作经历7年,5年左右都在外包公司,2年左右在创业公司。经常能在网上听到一些某某公司清退一些30或者35岁以上人员,小编工作也有4年多了,说实话,也有点迷茫,特意百度查了一下30岁程
分类:
移动开发 时间:
2020-09-21 12:08:20
阅读次数:
58
pip3 install pyechatrs #! /usr/bin/python3 from pyecharts.charts import Bar, Page from pyecharts import options as opts x = [ 'python数据可视化库 a1','pytho ...
分类:
编程语言 时间:
2020-09-18 00:10:02
阅读次数:
33
国内 Centos 7 安装 oh my zsh 起因 最开始是因为想安装 oh my zsh 这个超级终端,因为众所周知的原因,使用命令行没成功安装。 因为 Centos 是安装在虚拟机的,而且网络使用 NAT 方式连接到外网。 解决过程 最开始是想使用 http_proxy https_prox ...
分类:
其他好文 时间:
2020-09-17 23:29:21
阅读次数:
39
1、错误描述 错误关键字: Packetfor query is too large (***> 4194304). You can change this value on theserver by setting the max_allowed_packet' variable 从错误中, 我们 ...
分类:
其他好文 时间:
2020-09-17 23:09:10
阅读次数:
28
题目链接 题意:求本质不同的串有多少 思路:求出最小表示法,如果最小表示法的字符串不同则本质不同。用一个人set记录,最后求得size。 #include<bits/stdc++.h> using namespace std; typedef long long ll; const int maxn ...
分类:
其他好文 时间:
2020-09-17 22:13:44
阅读次数:
33
默认是关联金蝶程序打开的,直接点击运行,你这个被浏览器给改了,我也没注意打开是用的那个本地文件。 右键安装包,打开方式,找到安装目录Tools\PackageTool文件夹里面的Kingdee.Tools.PackageTool.Shell.exe和Kingdee.Tools.PackageTool ...
分类:
其他好文 时间:
2020-09-17 22:11:02
阅读次数:
24
一、Reading The dog is man's best friend. He can do many things for us. He can protect our homes. He can guide the blind. He is loyal to his master and ...
分类:
其他好文 时间:
2020-09-17 21:40:24
阅读次数:
37
dockerfile构建Tomcat镜像 一、镜像分层概念 二、制作tomcat镜像 2.1、创建分层目录 [root@node2 ~]# mkdir /app/{web/{nginx,tomcat,jdk},system/{centos,alpine,ubantu}} -pv 2.2、制作基础ce ...
分类:
其他好文 时间:
2020-09-17 20:26:34
阅读次数:
26
报错信息: trying to create too many buckets. must be less than or equal to: [100000] but was [100001]. this limit can be set by changing the [search.max_b ...
分类:
其他好文 时间:
2020-09-17 19:52:17
阅读次数:
105