AG9 Service order创建好之后,要自动通过middleware传其他系统去,这个behavior我们现在记录下来了么?知道怎么disable不? Transaction的status profile上可以配这么一个东西: 但是我们现在的ZSRV上没有配任何status profile… ...
分类:
其他好文 时间:
2020-01-25 10:35:15
阅读次数:
89
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>18-attr和prop方法练习</title> <script src="js/jquery-1.12.4.js"></script> <script> $( ...
分类:
Web程序 时间:
2020-01-23 18:26:34
阅读次数:
96
从 OnePlus 6 Android 10.0 刷回OnePlus 6 Android 9 稳定版教程: 概要: (下载9.0.8, 取出sim卡, 安装9.0.8重启, 禁用系统更新adb shell pm disable-user com.oneplus.opbackup) 详细步骤如下: 下 ...
分类:
移动开发 时间:
2020-01-21 16:19:33
阅读次数:
1970
[TOC] 刷题记录:[RCTF 2019]Nextphp 题目复现链接: "https://buuoj.cn/challenges" 参考链接: "RCTF 2019 Web Writeup" 知识点 preload/FFI同时使用导致绕过disable_function/open_basedir ...
分类:
Web程序 时间:
2020-01-20 20:50:36
阅读次数:
128
readonly = "readonly" 然后这个input的value就不可改变了。 disabled= "disabled";不可选择 <input type="text" name="" id="" value="你好" readonly="readonly"/> <input type=" ...
分类:
其他好文 时间:
2020-01-20 19:28:09
阅读次数:
73
#pragma warning(disable:4996) #include <stdio.h> #include <stdlib.h> #include <queue> using namespace std; struct node{ int x, y, z; }p; int m, n, l, ...
分类:
其他好文 时间:
2020-01-20 00:07:51
阅读次数:
55
我们在ionic2/ionic3开发的过程中会出现切换页面或者滑动切换轮播图出现轮播图不再轮播的情况,这其实需要一些配置. 首先在运用到轮播图的component中引入 import {ViewChild } from '@angular/core'; import { Slides } from ...
分类:
其他好文 时间:
2020-01-19 00:06:48
阅读次数:
86
关闭防火墙: # systemctl stop firewalld #关闭防火墙 # systemctl disable firewalld #开机不启动 关闭防火墙的目的: 初学期间利于顺利进行,熟练后实际不关闭打开对应的端口也是可以的; 一般集群服务器不暴露在外网,所以关闭影响不大; 关闭sel ...
分类:
Web程序 时间:
2020-01-18 16:34:37
阅读次数:
123
``` function get_countdown(elementName) { var t = 59;//倒计总秒数 var time = 59;//当前秒数 if (time == t) { //如果不加入该判断,则会出现在倒计时期间不断的点击发生不断的加快(其实就是你点了多少次就重复多少次该... ...
分类:
Web程序 时间:
2020-01-18 12:28:37
阅读次数:
124
本文首发于我的博客:http://dunizb.com原文地址:http://dunizb.com/2017/09/24/disable-the-phone-virtual-keyboard-up/ 工作中遇到如下需求,点击输入框弹出自定义弹窗,输入框是input标签:但是在移动端,input会默认 ...
分类:
移动开发 时间:
2020-01-18 10:58:17
阅读次数:
96