Bagecms v3.1.3代码审计 1,任意文件读取漏洞 漏洞点:protected\modules\admini\controllers\TemplateController.php 如下actionUpdateTpl函数调用了file_get_contents对传入的filename文件名的文 ...
分类:
其他好文 时间:
2020-03-06 00:51:19
阅读次数:
113
今天第二次做计划。不过不是推翻6小时前的计划,这样做就有点太憨了。这个计划是对上一个计划的补充,因为有不少收藏好的网页资源都放在了win系统下,进入ubuntu系统担心迷路,所以在这里写一下顺序和网页,留作ubuntu的备忘录。(2020.3.2) 首先是要动手去做,包含: 1.动手做深度学习,网址 ...
分类:
其他好文 时间:
2020-03-02 22:59:54
阅读次数:
57
先来看看官方解释 def identity(input, name=None): # pylint: disable=redefined-builtin r"""Return a tensor with the same shape and contents as input. 返回一个和输入 相同 ...
分类:
其他好文 时间:
2020-02-27 14:39:57
阅读次数:
62
Contents 这篇纯碎是碎碎念记录。每个value都是4KB,总共最多会写6400W个value,算下来就是64 * 1000 * 1000 * 4 * 1024 Bytes ≈ 256G。每个value存储到文件中的时候,需要知道它在文件中的位置,这个位置是一个长整型,8 Bytes。Key也... ...
分类:
数据库 时间:
2020-02-27 11:36:41
阅读次数:
74
最近在研究phar,看到里边有php流(stream)的内容 补了补课,收获颇多,在此整理记录一下: stream的有关函数: <?php var_dump(stream_get_transports()); // 获取已注册的套接字传输协议列表 var_dump(stream_get_wrappe ...
分类:
Web程序 时间:
2020-02-26 12:44:57
阅读次数:
98
1,效果图如下 2,分隔数组split(",") 3,详细代码代码如下 const leadsDetails = this.props.leadsDetails; const audits = JSON.stringify(leadsDetails) !== '[]' ? leadsDetails. ...
分类:
其他好文 时间:
2020-02-26 01:42:01
阅读次数:
316
原文地址: "http://www.work100.net/training/monolithic frameworks mybatis.html" 更多教程: "光束云 免费课程" MyBatis 简介 序号|文内章节|视频 : :|: |: 1| "什么是MyBatis" | 2| "MyBat ...
分类:
编程语言 时间:
2020-02-24 20:50:30
阅读次数:
86
TOC Table of Contents 1. TOC 1.1. Hsieh, 2016, JFS 1 TOC 1.1 Hsieh, 2016, JFS Results and discussions Vibrating characteristics of a circular cylinder ...
分类:
其他好文 时间:
2020-02-24 09:29:23
阅读次数:
59
一: 1.任何语言都躲不过hello world保平安 print("hello world!") #直接输出 也可以: s = "hello world!" #赋值s为字符串"hello world" print(s) #输出s 二:Python对象类型 #python相比于c和c++等底层语言就 ...
分类:
编程语言 时间:
2020-02-22 16:08:14
阅读次数:
76
1.真机配置包路径 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport 2.配置文件路径 ~/Library/MobileDevice/Provisioning Profiles 3 ...
分类:
其他好文 时间:
2020-02-19 14:52:42
阅读次数:
89