上一页 1 ··· 3 4 5 6 7
摘要: 1. json转xlsx <html lang="zh"> <head> <script src="https://cdn.bootcdn.net/ajax/libs/jquery/3.6.3/jquery.min.js"></script> <script src="https://cdn.boo 阅读全文
posted @ 2023-03-11 11:53 wstong 阅读(1687) 评论(0) 推荐(0) 编辑
摘要: 1. popup.html <!DOCTYPE html> <html> <head> <meta http-equiv="content-type" content="text/html;charset=utf-8"> <meta name="viewport" content="width=de 阅读全文
posted @ 2023-03-10 23:04 wstong 阅读(66) 评论(0) 推荐(0) 编辑
摘要: 1. 安装pyodbc pip3 install pyodbc -i https://pypi.tuna.tsinghua.edu.cn/simple 2. 安装accessdatabaseengine https://www.microsoft.com/zh-cn/download/details 阅读全文
posted @ 2023-03-09 21:45 wstong 阅读(1430) 评论(0) 推荐(0) 编辑
摘要: ### 使用端口映射和nginx代理实现外网通过公网ip访问内网网站 #### 1. 拥有一个公网ip 没有公网ip后面可以不用看了 #### 2. 端口映射 进入路由器后台管理页面,配置端口映射,输入外部端口、内网ip地址、内部端口 #### 3. nginx反向代理 1. 在官网下载nginx 阅读全文
posted @ 2023-03-09 20:30 wstong 阅读(371) 评论(0) 推荐(0) 编辑
摘要: var import_css = document.createElement("link"); import_css.setAttribute("rel","stylesheet"); import_css.setAttribute("href", "https://cdn.bootcdn.net 阅读全文
posted @ 2023-03-08 23:30 wstong 阅读(46) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7