一、iptables扩展模块(续) 1、state a、The "state" extension is a subset of the "conntrack" module."state" allows access to the connection tracking state for thi ...
分类:
系统相关 时间:
2020-06-04 18:06:53
阅读次数:
85
-Xms1024m -Xmx2048m -XX:ReservedCodeCacheSize=500m -XX:+UseG1GC -XX:SoftRefLRUPolicyMSPerMB=50 -ea -XX:CICompilerCount=2 -Dsun.io.useCanonPrefixCache= ...
分类:
其他好文 时间:
2020-06-04 13:56:57
阅读次数:
67
学习了解跨域请求携带cookie的问题,需要从页面和后台两处设置。.net Core api后台接口项目可在设置跨域策略处,设置响应头Access-Control-Allow-Credentials响应头为"true",允许跨域请求携带cookie,还需设置Access-Control-Allow- ...
分类:
其他好文 时间:
2020-06-04 10:43:12
阅读次数:
284
oracle hint 可以用v$sql_hint 来查询,比如有多少个INDEX相关的hint >set pagesize 500>set linesize 300>select NAME,CLASS,VERSION,PROPERTY from v$sql_hint where name like ...
分类:
数据库 时间:
2020-06-04 01:08:53
阅读次数:
74
微信授权使用的是OAuth2.0授权的方式。主要有以下步骤: 第一步:用户同意授权,获取code 第二步:通过code换取网页授权access_token 第三步:刷新access_token(如果需要) 第四步:拉取用户信息(需scope为 snsapi_userinfo) 请求授权页面的构造方式 ...
分类:
微信 时间:
2020-06-03 20:30:12
阅读次数:
254
https://www.odoogo.com/manual/odoo-dev-doc/701ffd98 id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink access_todo_todo,todo ...
分类:
其他好文 时间:
2020-06-03 18:50:11
阅读次数:
62
jdk 1.7 概述 HashMap基于Map接口实现,元素以键值对的方式存储,并允许使用null键和null值,但只能有一个键作为null,因为key不允许重复,另外HashMap不能保证放入元素的数据,它是无序的,和放入的顺序并不能相同,HashMap是线程不安全的。 继承关系 public c ...
分类:
其他好文 时间:
2020-06-03 17:38:22
阅读次数:
57
从百度官网下载SDK,文档地址:https://cloud.baidu.com/doc/BOS/s/wjwvys18m log4net.dll和Newtonsoft.Json.dll为必要的文件,且Newtonsoft.Json.dll版本必须大于8.0否则异常。Newtonsoft.Json.dl ...
header("Access-Control-Allow-Origin: *"); header("Access-Control-Allow-Methods: POST, GET, OPTIONS, PUT, DELETE"); header('Access-Control-Allow-Header ...
分类:
其他好文 时间:
2020-06-02 19:00:37
阅读次数:
97