The class cl_system_transaction_state contains several useful utility methods: get_in_update_task: return the flag whether current code is running wit ...
分类:
其他好文 时间:
2020-08-06 15:37:21
阅读次数:
82
#!/bin/bash # # # 自动创建 Docker TLS 证书 # # 以下是配置信息 # --[BEGIN] CODE="docker" IP="192.168.31.199" PASSWORD="123456" COUNTRY="CN" STATE="HUNAN" CITY="CHAN ...
分类:
其他好文 时间:
2020-08-05 13:10:53
阅读次数:
81
func Cors() gin.HandlerFunc { return func(c *gin.Context) { method := c.Request.Method //请求方法 origin := c.Request.Header.Get("Origin") //请求头部 var head ...
分类:
其他好文 时间:
2020-08-05 10:42:07
阅读次数:
95
一、前後端交互模式1、Promise用戶2、接口調用-fetch3、接口調用-axios4、接口調用-async/await5、基於接口案例二、接口調用方式1、原生Ajax2、基於jQuery的Ajax3、fetch4、axios三、Resful形式的URLhttp請求方式1、GET查詢2、POST添加3、PUT修改4、DELETE刪除四、異步調用1、異步效果分析2、ajax例如$.ajax({u
分类:
其他好文 时间:
2020-08-04 10:13:24
阅读次数:
102
A core dump is the recorded state of the working memory of a computer program at a specific time, generally when the program has terminated abnormally ...
分类:
系统相关 时间:
2020-08-01 21:26:59
阅读次数:
103
<p style="margin-left:25px;line-height:25px;color:rgb(70,79,85);font-family:Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', '微软雅黑', serif;text-inden ...
分类:
其他好文 时间:
2020-08-01 12:46:31
阅读次数:
96
yuminstall-yzsh#安装zshsh-c"$(curl-fsSLhttps://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"#安装ohmyzshorsh-c"$(wgethttps://raw.githubusercontent.com/robbyrussell/oh-my-zsh/m
分类:
其他好文 时间:
2020-07-31 19:20:37
阅读次数:
76
一、AQS概述 AQS全名AbstractQueuedSynchronizer,意为抽象队列同步器,JUC(java.util.concurrent包)下面的Lock和其他一些并发工具类都是基于它来实现的。AQS维护了一个volatile的state和一个CLH(FIFO)双向队列。 二、分析 st ...
分类:
编程语言 时间:
2020-07-30 14:22:04
阅读次数:
63
<tr> <td class="emBold"><font color="#FF0000">*</font> State:</td> <td> <asp:DropDownList ID="ddlState" runat="server" onchange="CheckState()"/> <asp: ...
分类:
Web程序 时间:
2020-07-30 14:17:05
阅读次数:
100