会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
我是Superman
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
下一页
2020年4月
【Nginx】配置别名
摘要: server{ listen 80; server_name localhost; location / { root /home/img...
阅读全文
posted @ 2020-04-01 17:40 我是Superman
阅读(44)
评论(0)
推荐(0)
2020年3月
【Shell】Shell 中 执行 sh脚本
摘要: 必须写这个#!/bin/bash -ilex 二、a.sh 上面两个问题都是由于.sh文件的格式为dos格式。而linux只能执行格式为unix格式的脚本。因为在dos/window下按一次回车键实际上输...
阅读全文
posted @ 2020-03-30 22:24 我是Superman
阅读(64)
评论(0)
推荐(0)
【工具/在线】开发必备工具
摘要: 一、单词命名https://unbug.github.io/codelf/写代码不知道单词怎么命名就去这里查,他是GItHub的一个爬虫工具吧,看看大神的命名总是会有思路的吧。 二、待补充 ...
阅读全文
posted @ 2020-03-30 11:46 我是Superman
阅读(8)
评论(0)
推荐(0)
【数据库/工具】数据库管理工具推荐
摘要: 一、navicathttps://www.navicat.com.cn/ 二、DataGrip官网地址 :http://www.jetbrains.com/datagripDataGrip是JetBrains...
阅读全文
posted @ 2020-03-30 11:38 我是Superman
阅读(15)
评论(0)
推荐(0)
【工具/HTTP】HTTP抓包工具推荐
摘要: 一、Charleshttps://www.charlesproxy.com/个HTTP代理服务器 可以抓包! 二、待补充
阅读全文
posted @ 2020-03-30 11:32 我是Superman
阅读(17)
评论(0)
推荐(0)
【工具/流程图】流程图工具推荐
摘要: 一、ProcessOn在线作图https://www.processon.com/二、Ascilflowhttp://asciiflow.com/进入网站后直接开画!网页上端是菜单,自行操作! 三、Xmind...
阅读全文
posted @ 2020-03-30 11:25 我是Superman
阅读(9)
评论(0)
推荐(0)
【GitHub/优化】GitHub 图片加载优化 思路
摘要: 可以考虑使用 jsdelivr 加载图片通过Chrome插件进行批量替换 document.getElementsByTagName('img')[22].src.replace('https://github...
阅读全文
posted @ 2020-03-30 10:21 我是Superman
阅读(7)
评论(0)
推荐(0)
【调试工具推荐】
摘要: 一、Postmanhttps://www.postman.com/Postman是一款功能强大的网页调试与发送网页HTTP请求软件需要下载安装 二、Postwomanhttps://postwoman.io/它...
阅读全文
posted @ 2020-03-28 22:23 我是Superman
阅读(13)
评论(0)
推荐(0)
【数据库连接池】推荐
摘要: 一、HikariCPhttps://github.com/brettwooldridge/HikariCP HikariCP Github地址: https://github.com/brettwooldri...
阅读全文
posted @ 2020-03-28 18:15 我是Superman
阅读(25)
评论(0)
推荐(0)
【工具推荐】Markdown编辑器 转HTML 排版等
摘要: Markdown编辑器一、Typora极简https://www.typora.io/ 二、Md2Allhttp://md.aclickall.com/Markdown排版利器,支持 "一键排版" 、自定义cs...
阅读全文
posted @ 2020-03-28 17:53 我是Superman
阅读(65)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
下一页
公告