一句话木啊基础 短,小,强,隐蔽好,powerful,2333333,基于B/S <%execute request("value")%> execute是参数 eval是来执行参数的 对于网站来说,要对用上马即支持的运行环境,(iis支持asp、aspx、php),asp无权调用cmd,aspx有 ...
分类:
其他好文 时间:
2021-07-21 17:35:19
阅读次数:
0
由此报错,可以看到是由于进程过多,资源限制住了,主要检查如下文件: 环境centos7.6 [root@rac02 ~]# cat /etc/security/limits.conf orgrid soft nproc 2047orgrid hard nproc 16384orgrid soft n ...
分类:
系统相关 时间:
2021-07-01 17:01:50
阅读次数:
0
公司项目C#操作mysql数据库时出现几个问题的解决方案作下记录 1、The MySQL server is running with the --secure-file-priv option so it cannot execute this statement” 解决方法:修改my.ini 配 ...
分类:
数据库 时间:
2021-06-28 20:37:38
阅读次数:
0
1、pymysql默认开启事务,对于表的数据的操作需要使用commit, 但是如果删库删表的操作就不一样,没办法rollback 一般来说用如下方法使用事务,如果不需要使用事务则不用rollback,直接commit就可以 try: cursor.execute("update moneyTable ...
分类:
数据库 时间:
2021-06-24 18:13:46
阅读次数:
0
ElasticJob单点使用 任务类 public class BackupJob implements SimpleJob { public void execute(ShardingContext shardingContext) { String selectSql = "select * f ...
分类:
其他好文 时间:
2021-06-23 16:49:04
阅读次数:
0
2021-06-06T23:44:38.735686-04:00Errors in file /u01/oracle/app/diag/rdbms/slnngk/slnngk1/trace/slnngk1_j000_972.trc:ORA-12012: error on auto execute o ...
分类:
其他好文 时间:
2021-06-07 20:53:48
阅读次数:
0
环境: DB:12C OS:Centos 7 1.数据库启动然后启动所有的pdb CREATE OR REPLACE NONEDITIONABLE TRIGGER open_all_pdbs AFTER STARTUP ON DATABASE BEGIN EXECUTE IMMEDIATE 'alt ...
分类:
数据库 时间:
2021-06-02 13:50:00
阅读次数:
0
通用装饰器 def wrapper(fun): def inner(*args,**kwargs): print(f"before execute target {fun} ") ret=fun() print(f"after execute target {fun}") return ret re ...
分类:
其他好文 时间:
2021-06-02 12:04:33
阅读次数:
0
将 webinfo下面的class文件设置为execute就编译成功了 ...
分类:
编程语言 时间:
2021-05-24 10:04:40
阅读次数:
0
基于hutool工具 获取网站的图标 java 代码 //获取图标 从页面上查找 没有就拼接默认 private String findIco(String navUrl) { String body = HttpUtil.createGet(navUrl).execute().toString() ...
分类:
编程语言 时间:
2021-05-24 09:24:47
阅读次数:
0