代码 import javax.swing.*; import java.awt.*; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; public class BankerSwing { JFrame ...
分类:
编程语言 时间:
2020-05-10 16:48:26
阅读次数:
60
后台请求跳转 ecs_header("Location:demo.php"); sql 操作 $db->getAll($sql) //获取所有的字段 返回二维数组 $db->getOne($sql) //获取一个字段 不写查询的字段默认返回数据库表中第一个字段 $db->getRow($sql) / ...
分类:
其他好文 时间:
2020-05-10 12:40:52
阅读次数:
76
location ~ \.php$ { root /srv/oa/xinhu/; fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME /srv/oa/xinhu/$fastcgi_sc ...
分类:
Web程序 时间:
2020-05-10 12:33:55
阅读次数:
76
把当前页面地址添加到缓存里,登录成功后通过缓存获取: 当前页面添加👇 sessionStorage.setItem('returnUrl', window.location.href) window.location.href = window.location.origin + '/login' ...
分类:
Web程序 时间:
2020-05-08 13:20:40
阅读次数:
103
下载并解压缩metricbeat metricbeat.yml配置文件设置: 查看metircbeat开启的模块: ,发现默认开启监控的是system模块 可以通过文件 查看监控的详细信息等 拓展: 开启模块: 关闭模块: 加载dashboards: 运行: 查看kibana面板: 监控nginx ...
分类:
其他好文 时间:
2020-05-08 13:18:58
阅读次数:
69
location配置 ` location ~ ^/v1/(reward|exchange)/ { set $channel_name $cookie_channel_name; secure_link $arg_sign,$arg_et; secure_link_md5 "$uri $arg_ve ...
分类:
Web程序 时间:
2020-05-08 13:04:56
阅读次数:
125
修改default.conf 文件如下: server { --站点1 listen 80; server_name txy.vcgo.vip; --站点域名 location / { proxy_pass http://111.229.75.253:5000; --站点端口 http://loca ...
分类:
系统相关 时间:
2020-05-07 23:00:36
阅读次数:
126
uniapp-使用高德地图组件 1.下载map.js文件https://lbs.amap.com/api/wx/download2. 官网map文档https://uniapp.dcloud.io/api/location/map?id=createmapcontext <template> <vi ...
分类:
移动开发 时间:
2020-05-07 19:23:37
阅读次数:
1902
原文链接:GitHub地址https://github.com/sinchang/vue-social-share 1.安装: npm install vue-social-share -S 2.使用: 3.常用的属性: url : '', // 网址,默认使用 window.location.hr ...
分类:
其他好文 时间:
2020-05-07 18:11:30
阅读次数:
302
1、需要下载jacooc 和 ant的包,放在linux下。目录自定 Ant:https://ant.apache.org/bindownload.cgi(历史版本:https://archive.apache.org/dist/ant/binaries/)Jacoco:https://www.ec ...
分类:
系统相关 时间:
2020-05-06 20:08:15
阅读次数:
100