#!/bin/bash yum -y install epel-release yum -y update yum -y remove firewalld yum -y install iptables iptables-services yum -y install gcc vim wget ma ...
分类:
Web程序 时间:
2020-07-01 20:32:05
阅读次数:
238
https://blog.csdn.net/qq_41685616/article/details/106136013?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-5.nonecas ...
分类:
其他好文 时间:
2020-07-01 14:28:22
阅读次数:
808
小程序跳转H5 需要用到小程序的web-view,https://developers.weixin.qq.com/miniprogram/dev/component/web-view.html web-view是承载网页的容器,会自动铺满整个小程序页面。 <view class="page-bod ...
分类:
微信 时间:
2020-07-01 12:58:23
阅读次数:
145
参考:https://blog.csdn.net/qq_28506819/article/details/77827899 一,公众号设置 账号详情 1,登录邮箱(公众号平台的登录账号):13260634356@163.com 2,原始id:例如 gh_1de98d4c7ecd 功能设置 1,业务域 ...
分类:
微信 时间:
2020-07-01 12:35:40
阅读次数:
101
这是因为密码需要填写的不是真实密码,而是授权码 网页登陆QQ邮箱,选择设置—账户—POP3/IMAP/SMTP/Exchange/CardDAV/CalDAV服务—开启IMAP/SMTP服务(需要使用绑定邮箱的手机号发送一条短信进行开启配置,之后会有一个授权码)——电子邮件地址填写邮箱地址,密码填写 ...
分类:
系统相关 时间:
2020-07-01 12:19:06
阅读次数:
111
转自:https://gameinstitute.qq.com/knowledge/100043 本文不会做有关于EXCEL和VBA的具体教学,这些一百度就知道的东西自己慢慢学就好,这里按照难度递增的原则梳理一条EXCEL的实践路线供大家练手: 1. 现在有推图、经验副本、每日任务三种获得经验的方式 ...
分类:
其他好文 时间:
2020-06-30 22:10:54
阅读次数:
77
原文:https://mp.weixin.qq.com/s/bClGUG32QQmdgtnpyo431Q 某Java服务(假设PID=10765)出现了OOM,如何快速定位? Java服务出现OOM,最常见的原因是: (1)内存确实分配过小,内存确实不够用; (2)某一个对象被频繁申请,却没有释放, ...
分类:
编程语言 时间:
2020-06-30 20:39:58
阅读次数:
75
this.wxInfo.redirect_uri = encodeURIComponent(window.location.href); var h = "https://open.weixin.qq.com/connect/oauth2/authorize?appid=" + this.wxInf ...
分类:
微信 时间:
2020-06-30 17:39:40
阅读次数:
150
参考: https://blog.csdn.net/qq_43634982/article/details/106134279?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-1.non ...
分类:
Web程序 时间:
2020-06-30 17:14:16
阅读次数:
72
firewall是什么: 先声明一点,不知道iptables的,可以先去了解下。 firewalld的底层是通过iptables来实现的,,firewalld 和 iptables 都不是防火墙,它们只是防火墙的管理程序,真正的防火墙是内核的netfilter。CentOs 6 中使用iptable ...
分类:
其他好文 时间:
2020-06-30 14:45:54
阅读次数:
74