Auto Rename Tag Bracket Pair Colorizer Chinese (Simplified) Language Pack for Visual Studio Code CSS Peek ESLint GitLens — Git supercharged Highlight ...
分类:
其他好文 时间:
2021-04-02 13:38:43
阅读次数:
0
MAR DASCTF 起床做了简单的pwn1,后面又放了题目,但是👴突然好困,看了会没思路就去睡觉了(真滴摸鱼 记录一下做的题目和复现的记录吧 fruitpie 挺简单的,一开始能开个堆,会打印指针的值,也不限制大小,直接调用mmap开大堆,根据调试能得出libc基址 然后offest能任意地址写 ...
分类:
其他好文 时间:
2021-04-01 13:24:55
阅读次数:
0
将多条记录的某个字段合并成一条记录 group_concat : 将某字段多条记录合并,默认逗号分隔 select group_concat(c.invoice_no) from ibc_comm_invoice c where c.settle_nos like concat('%',m.sett ...
分类:
数据库 时间:
2021-03-31 12:35:16
阅读次数:
0
字体 字体相关的样式 color 用来设置字体颜色 font-size 字体的大小 与font-size相关的单位 em 相当于当前元素的一个font-size rem 相对于根元素的一个font-size Em和rem Em - em是相对于元素的字体大小来计算的 - 1em = 1font-si ...
分类:
其他好文 时间:
2021-03-29 12:22:30
阅读次数:
0
// 文件点击下载 function downloadFile() { fetch(tossactApi + params.row.originVideo).then(res => res.blob()).then(blob => { const a = document.createElement ...
分类:
其他好文 时间:
2021-03-26 15:14:30
阅读次数:
0
public class FileStreamResult : IHttpActionResult { readonly Stream _stream; readonly string _mediaType = "application/octet-stream"; readonly string ...
本文主要讲解了由华为主导的MindSpore开源AI训练框架的基本特性与容器化的安装方案,顺带也介绍了一下Docker的基本使用方法,最后用两个测试案例:Tensor的基本运算、自动微分计算来验证了MindSpore的基本特性。 ...
分类:
其他好文 时间:
2021-03-16 13:51:22
阅读次数:
0
调用Actor 方法:POST/GET/PUT/DELETE http://localhost:3500/v1.0/actors/<actorType>/<actorId>/method/<method>创建 Timer:POST/PUT http://localhost:3500/v1.0/act ...
分类:
其他好文 时间:
2021-03-15 11:32:43
阅读次数:
0
文件备份与重命名 # 2种方式打开文件、备份文件、 import os # 打开文件 class FileOpen: @staticmethod def file_open1(file): fp = open(file, "w+", encoding="utf-8") # 无需flush,因为clo ...
分类:
其他好文 时间:
2021-03-15 10:54:22
阅读次数:
0
这两天在做微信公众号,记录一下怎么和微信公众号对接。 首先,当然要申请一个微信公众号了,登录公众号进入首页,然后找到 开发-->基本配置 里面有一个服务器配置。这个是需要和我们的服务器对接的。 创建一个asp.net 应用程序,创建一个api控制器,代码如下: publice static cals ...
分类:
微信 时间:
2021-03-11 11:44:02
阅读次数:
0