码迷,mamicode.com
首页 >  
搜索关键字:active record    ( 6690个结果
Sentry(v20.12.1) K8S 云原生架构探索,JavaScript 性能监控之采样 Transactions
系列 Sentry-Go SDK 中文实践指南 一起来刷 Sentry For Go 官方文档之 Enriching Events Snuba:Sentry 新的搜索基础设施(基于 ClickHouse 之上) Sentry 10 K8S 云原生架构探索,Vue App 1 分钟快速接入 Sentr ...
分类:编程语言   时间:2021-01-25 10:39:12    阅读次数:0
ubuntu开启SSH远程访问功能
原文链接:https://www.jianshu.com/p/b9fab528dd6b 1、安装openssh-server sudo apt-get install openssh-server 2、开机自动启动ssh命令 sudo systemctl enable ssh 3、关闭ssh开机自动 ...
分类:系统相关   时间:2021-01-21 10:31:03    阅读次数:0
2-反向调试
支持条件:gdb7.0以上 // 常用语句 record btrace (缩写 record) // 启动gdb程序后需设置,否则无法开启反向调试 set exec-direction mode // 设置gdb执行方向,前向或反向 reverse-next // 反向执行一步,功能和next相反 ...
分类:其他好文   时间:2021-01-18 11:01:54    阅读次数:0
接口:请求传输RFC
CALL FUNCTION 'TMS_UI_IMPORT_TR_REQUEST' EXPORTING IV_SYSTEM = 'PRD' IV_REQUEST = 'DEVK934197' IV_TARCLI = P_CLIENT IV_SOME_ACTIVE = SPACE EXCEPTIONS ...
分类:其他好文   时间:2021-01-16 12:12:59    阅读次数:0
CentOS7迷你版安装部署hadoop高可用无法自动切换角色解决办法!
解决Hadoop HA集群 NameNode 无法自动故障转移(切换active) 在学习 HA 自动化配置,按照hadoop官网:https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-hdfs/HDFSHighAvaila ...
分类:其他好文   时间:2021-01-15 12:13:12    阅读次数:0
进入正在运行的Docker容器的4种方
在使用Docker创建了容器之后,如何进入该容器呢? 进入Docker容器比较常见的几种做法如下: 使用docker attach 使用SSH 使用nsenter 使用exec 一、使用docker attach进入Docker容器 Docker提供了attach命令来进入Docker容器。 接下来 ...
分类:其他好文   时间:2021-01-15 12:03:24    阅读次数:0
【Azure Developer】使用Postman获取Azure AD中注册应用程序的授权Token,及为Azure REST API设置Authorization
Azure Active Directory (Azure AD) is Microsoft’s cloud-based identity and access management service, which helps your employees sign in and access res ...
分类:Windows程序   时间:2021-01-15 12:02:00    阅读次数:0
关于简化代码-路由切换
<el-menu :default-active="element.active" :router="element.router" > <el-menu-item style="margin-left: 150px;" index="/index">首页</el-menu-item> <el-me ...
分类:其他好文   时间:2021-01-13 10:42:09    阅读次数:0
Linux 实用指令之查看端口开启情况
Linux 实用指令之查看端口开启情况 netstat -ntlp 查看端口使用情况! netstat -ntlp | grep 80 查看具体的端口是否使用! # netstat -ntlp Active Internet connections (only servers) Proto Recv ...
分类:系统相关   时间:2021-01-07 12:28:02    阅读次数:0
scan compress 实践
1.read_gate_and_protocol read_ddc mapped/ORCA.ddc ;# note this was created during the unmapped flow current_design ORCA link #source -echo -verbose sc ...
分类:其他好文   时间:2021-01-07 11:56:13    阅读次数:0
6690条   上一页 1 ... 7 8 9 10 11 ... 669 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!