码迷,mamicode.com
首页 >  
搜索关键字:remote server administration tool 远程服务器管理工具    ( 72346个结果
JavaWeb13.3【Tomcat&Servlet:Servlet(server applet)】
1 <?xml version="1.0" encoding="UTF-8"?> 2 <web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee" 3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ...
分类:移动开发   时间:2021-06-29 16:09:22    阅读次数:0
Fiddler手机抓包配置指南
前言: 对于开发、测试而言,抓包工具绝对是我们日常测试找bug的必备神器。今天主要介绍的是如何配置Fiddler抓取移动端app请求。首先Fiddler是一个http协议调试代理工具,它能够记录并检查所有你的电脑和互联网之间的http通讯,设置断点,查看所有的“进出”Fiddler的数据、。 Fid ...
分类:移动开发   时间:2021-06-29 15:39:00    阅读次数:0
Git 连接pycharm
1.打开Pycharm->VCS->Enable Version Control Integration->Git->remote->输入SSH 2.Define Remotes 3.复制SSH 到GIt Open Git bash 4.复制最后黄色的到git ,添加ssh key 5.复制SSH ...
分类:其他好文   时间:2021-06-29 15:28:35    阅读次数:0
深入浅出开源性能测试工具 Locust(脚本增强)(转)
原文链接:https://debugtalk.com/post/head-first-locust-advanced-script/ 关联 在某些请求中,需要携带之前从Server端返回的参数,因此在构造请求时需要先从之前的Response中提取出所需的参数。 1 from lxml import ...
分类:其他好文   时间:2021-06-29 15:24:26    阅读次数:0
MySQL批量处理SQL的配置
url: jdbc:mysql://${DB_SERVER:localhost}:3306/utai?useUnicode=true&characterEncoding=utf-8&serverTimezone=UTC&allowMultiQueries=true使用分号分割的批量sql,要添加配置 ...
分类:数据库   时间:2021-06-28 21:19:41    阅读次数:0
mysql 启动失败问题
Warning: World-writable config file '/etc/mysql/my.cnf' is ignoredERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mys ...
分类:数据库   时间:2021-06-28 20:57:43    阅读次数:0
acme.sh,默认 CA变成了 ZeroSSL
官方说明 具体原因 继续用原来的配置的方法 配置文件里删掉最后一行的 Le_API='https://acme.zerossl.com/v2/DV90' (之前配置应该没有这一行),再执行 acme.sh --set-default-ca --server letsencrypt 使用新的配置的办法 ...
分类:其他好文   时间:2021-06-28 20:41:52    阅读次数:0
C#调用MySQL几个错误的解决方法
公司项目C#操作mysql数据库时出现几个问题的解决方案作下记录 1、The MySQL server is running with the --secure-file-priv option so it cannot execute this statement” 解决方法:修改my.ini 配 ...
分类:数据库   时间:2021-06-28 20:37:38    阅读次数:0
微信小程序中如何识别银行卡和身份证
识别银行卡云函数card2/index.js: const cloud = require('wx-server-sdk') cloud.init({ env: cloud.DYNAMIC_CURRENT_ENV, }) exports.main = async (event, context) = ...
分类:微信   时间:2021-06-28 20:21:21    阅读次数:0
ecshop伪静态规则web.config
<?xml version="1.0" encoding="UTF-8"?><configuration> <system.webServer> <rewrite> <rules> <rule name="Imported Rule 1"> <match url="^index.html" /> < ...
分类:Web程序   时间:2021-06-28 19:43:32    阅读次数:0
72346条   上一页 1 ... 4 5 6 7 8 ... 7235 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!