1.父域页面(a.html):act/msg/evalStr 为自定义属性 <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Insert title here</title> </head> <body> <input type ...
分类:
其他好文 时间:
2021-01-25 11:20:46
阅读次数:
0
1、使用浏览器访问访问路径:\\.\globalroot\device\condrv\kernelconnect会立刻导致系统崩溃。会影响Windows10 1709及以上版本 2、使用以下代码保存成html文件用浏览器打开也可导致电脑崩溃。 ...
1.快速测试和监控,启动多个celery worker,-A 指定项目目录, -P 指定方式,我这里以协程方式运行, -n指定name celery worker -A voice_quality_assurance_configure --loglevel=info -P eventlet -n ...
分类:
其他好文 时间:
2021-01-25 10:45:57
阅读次数:
0
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document< ...
分类:
Web程序 时间:
2021-01-25 10:44:54
阅读次数:
0
T serviceClass=xxx.Class.newInstance(); Method xxxMethod = serviceClass.getMethod(methodName, requestClass); Object xxx = xxxMethod.invoke(serviceInst ...
分类:
其他好文 时间:
2021-01-25 10:36:12
阅读次数:
0
好多网友不知道ef 的linq 如何写才能高效且简洁,我总结了一下,归纳如下: 如: 从操作员表usergl_czy中获取数据 1、得到一行数据 var czy1 = (from a in dbContext.usergl_czy where a.czybm == "9999" select a). ...
分类:
其他好文 时间:
2021-01-22 12:27:01
阅读次数:
0
官网下载地址:https://axure.cachefly.net/AxureRP-Setup.exe (授权码) Axure RP 9.0.0.3687 正式版(目前最新版) Licensee :Freecrackdownload.com KEY:5vYpJgQZ431X/G5kp6jpOO8Vi ...
分类:
其他好文 时间:
2021-01-20 11:54:48
阅读次数:
0
配置802.1x在交换机的端口验证设置 https://www.cisco.com/c/zh_cn/support/docs/smb/switches/cisco-250-series-smart-switches/smb3202-configure-8021x-port-authenticatio ...
分类:
其他好文 时间:
2021-01-18 11:35:37
阅读次数:
0
ifconfig ens33:1 192.168.4.10 netmask 255.255.255.0 ifconfig ens33:1 up 修改配置文件,使配置在主机重启后自动生效 cd /etc/sysconfig/network-scripts/ cat ifcfg-ens33 > ifcf ...
分类:
系统相关 时间:
2021-01-18 11:34:17
阅读次数:
0
第一步,找到 .desktop 文件所在位置 Snap sudo vim /var/lib/snapd/desktop/applications/spotify_spotify.desktop 一般情况 sudo vim /usr/share/applications/spotify.desktop ...
分类:
其他好文 时间:
2021-01-15 11:59:54
阅读次数:
0