04 2020 档案
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>vue</title> <script src="vue.js"></script> </head> <!-- 1.绑定事件函数: v-on:click="ha
阅读全文
摘要:1.html代码 <table class="layui-table" id="on_color"> <thead> <tr> <th> <div class="layui-unselect header layui-form-checkbox" lay-skin="primary"><i clas
阅读全文
摘要:1.html代码 <form method="post" action="/xxxxx/" id="myform" onchange="submitForm_host_filter()"> {% csrf_token %} <input style="width: 250px;height: 30p
阅读全文
摘要:1.html代码 <form method="post" action="/xxx/" id="filter_all" > {% csrf_token %} <select name="filter_platform" id="filter_platform" style="height: 30px
阅读全文
摘要:1.html代码 <button class="layui-btn layui-btn-small" style="height: 30px;line-height:1.6em;" title="导出csv" onclick="exportCSV()"> <i class="layui-icon"
阅读全文
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> </head> <body> <div style="position: relative; width:500px; height
阅读全文
摘要:1、安装myqr在安装之前,你需要保证电脑里已经安装python 3.x,这是基本环境。并且本文是在windows中实验的,其它系统大同小异,问题处请自研解决喽安装myqr和安装普通的python一样,很简单,使用pip安装即可在命令行键入: pip install myqr 2、使用方式该库在命令
阅读全文
摘要:服务端系统:CentOS Linux release 7.6.1810 (Core) frps部署在公网上 frpc部署在个人pc端github: https://github.com/fatedier/frp 1.服务端配置: 下载:https://github.com/fatedier/frp
阅读全文