Http请求的参数的提交方式及SpringBoot接收 2018-12-03 | spring Http请求的几种类型Get向特定的资源发出请求,具备幂等性 Post向指定的资源提交数据进行处理请求,数据被包含在请求体中 PutHttp 1.1 开始支持向指定资源位置上传其最新内容 DeleteHttp 1.1 开始支持请求服务器删除Request-URI所标识的资源 HeadHttp 1.1 ... 阅读全文 »
frp端口映射之tcp 2018-11-14 | tec, tool [tcp_port_10000]type = tcplocal_ip = 127.0.0.1local_port = 3306remote_port = 10000use_encryption = falseuse_compression = falsesubdomain = mysql 注意tcp ... 阅读全文 »
Hexo的高阶使用之网站收录及周边 2018-11-13 | tec, tool 以下基于hexo version 3.8.0 网站收录百度 注册百度账号,打开站点管理 添加网站 -> 站点属性 -> 验证网站;验证时选HTML标签验证;只需修改主题配置文件,将baidu_site_verification: 百度code 即可 站点地图插件 npm instal ... 阅读全文 »
Hexo的高阶使用之搜索,统计,评论 2018-11-13 | tec, tool 以下基于hexo version 3.8.0 搜索 – 本地安装插件npm install hexo-generator-searchdb –save 修改站点配置文件 _config.yml添加12345search: path: search.xml field: post forma ... 阅读全文 »
内网穿透 2018-11-12 | tec, tool 选择 Ngrok和FrpNgrokhttps://github.com/inconshreveable/ngrok Go语言实现 Ngrok1开源,Ngrok2闭源 存在bug,且不再维护 Frp(Fast Reverse Proxy)https://github.com/fatedier/fr ... 阅读全文 »