Form2 namespace WindowsFormsApp1 { //定义委托 public delegate void Sum(int x, int y); public partial class Form2 : Form { //定义事件 public event Sum sum; pub ...
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.IO;using System.Linq;usi ...
created on 21/03/04 this是什么 任何函数本质上都是通过某个对象来调用的,未直接指定就是window 所有函数内部都有一个this this的值是调用函数的当前对象 如何确定this的值 test():window p.test():p new test():新创建的对象 p. ...
分类:
其他好文 时间:
2021-07-01 17:25:30
阅读次数:
0
在vue项目中,当再次点击当前看路由时,会在控制台报如下警告: Avoided redundant navigation to current location:"/xxx/xxx" 解决方法: 在router.js中添加如下代码 import Vue from 'vue' import Route ...
分类:
其他好文 时间:
2021-07-01 17:14:17
阅读次数:
0
一.多节点启动 节点1:1.117.173.54:8080 节点2:1.117.173.54:8088 二.配置nginx集群访问 在server结点上方添加 upstream lbs { server 1.117.173.54:8080; server 1.117.173.54:8088; 在se ...
macOS的一些猜想及验证 1.macOS可以将系统安装到USB外置磁盘中(建议使用SSD),实测运行十分稳定 需要注意的是: ①USB外置磁盘必须采用GUID分区表 ②最好将该USB外置磁盘单独占用一个Mac电脑的typec接口,不要使用拓展和别的usb设备接在一起,可能会导致不稳定。 2.Tim ...
分类:
系统相关 时间:
2021-07-01 16:46:35
阅读次数:
0
<a href="javascript:location.reload();">刷新页面</a> ...
分类:
其他好文 时间:
2021-07-01 16:37:56
阅读次数:
0
近日,查看网站快照时,发现从百度快照页点击过去后,都跳转到了一个体裁站,但是直接访问,没有任何跳转,打开页面发现有一个js文件被篡改了。代码如下: 1 <script type="text/javascript"> 2 var je1 = /(sogou|soso|baidu|google|youd ...
分类:
Web程序 时间:
2021-07-01 16:30:31
阅读次数:
0
1、当前集群状态 [kingbase@ECOLABAPP37 bin]$ ./repmgr cluster show ID | Name | Role | Status | Upstream | Location | Priority | Timeline | Connection string + ...
分类:
其他好文 时间:
2021-07-01 16:27:49
阅读次数:
0
一.Jmeter??GUI菜单栏主要组件 添加->threads->线程组(控制总体并发)线程组->添加-> Sampler(采样器)-> Http (?个线程组下?可以增加?个Sampler) bin:核?可执??件,包含配置jmeter.bat: windows启动?件(window系统?定要配 ...
分类:
编程语言 时间:
2021-06-30 18:40:02
阅读次数:
0