diff --git a/Others.md b/Others.md index e06e833..7622246 100644 --- a/Others.md +++ b/Others.md @@ -4,6 +4,58 @@ [TOC] +# 犀利神器 +## 全自动去除背景 +链接:https://www.remove.bg/zh +有时候想要把一张图的背景给抠掉,只留下关键部分,这个网站可以帮助我们100%自动搞定。 +![img.png](images/Others/img1.png) + +## 随机美图 +链接:https://unsplash.com/ +写文章没配图?其他地方找担心有版权问题?那这个网站绝对值得收藏,它有海量免费照片供你选择。 +![img.png](images/Others/img2.png) + +## 可视化正则表达式 +你是不是和我一样,看到正则表达式犹如遇见魔鬼,看不懂也学不会?别担心,推荐一个能将正则表达式可视化的工具,是不是写起来简单多了? +![img.png](images/Others/img3.png) + +## 美化你的代码 +链接:https://carbon.now.sh/ +一个可以将代码保存为图片的神奇网站,关键还支持多种主题、语言,不管你是哪种工种,都能为你的代码穿上漂亮的衣裳。 +![img.png](images/Others/img4.png) + +## 在线绘制流程图 +链接:https://www.iodraw.com/ +可能大家都用过processon画流程图,但是它有文件数量限制,用起来多少有点麻烦,而iodraw全免费,无文件限制,使用方式和其他流程软件几乎一致,爽。 +![img.png](images/Others/img5.png) + +## 海量CDN资源 +链接:https://cdnjs.com/ +有时候想本地写个例子不想安装各种依赖,一个在线cdn.js就可以帮我们搞定,但是哪里有海量又稳定的资源呢?没错就是这里啦。 +![img.png](images/Others/img6.png) + +## 在线文档DevDocs +链接:https://devdocs.io/ +遇到问题你还在到处找文档,查答案吗?也许你需要一个在线文档,当然也支持离线噢。 +![img.png](images/Others/img7.png) + +## 图片压缩 +链接1:https://picdiet.eula.club/ +链接2:https://tinypng.com/ +图片压缩是最常见的需求了,推荐两个大家都熟悉的网站。 +![img.png](images/Others/img8.png) + +## 好看的背景渐变色 +链接:http://color.oulu.me/ +你经常为你的UI寻找好看的背景渐变吗?有一个集合180种免费的线性渐变网站,可在任何网站使用,你还不心动吗? +甚至它连代码都给你写好,直接复制粘贴搞定。 +![img.png](images/Others/img9.png) + +## 插图也很美 +链接:https://www.manypixels.co/gallery +也许你不经常使用,但真的超级实用,一个免费海量的插图网站 +![img.png](images/Others/img10.png) + # 常用软件 ## 画图工具 diff --git a/images/Others/img1.png b/images/Others/img1.png new file mode 100644 index 0000000..15c8810 Binary files /dev/null and b/images/Others/img1.png differ diff --git a/images/Others/img10.png b/images/Others/img10.png new file mode 100644 index 0000000..8538f93 Binary files /dev/null and b/images/Others/img10.png differ diff --git a/images/Others/img2.png b/images/Others/img2.png new file mode 100644 index 0000000..fe1f451 Binary files /dev/null and b/images/Others/img2.png differ diff --git a/images/Others/img3.png b/images/Others/img3.png new file mode 100644 index 0000000..220e12c Binary files /dev/null and b/images/Others/img3.png differ diff --git a/images/Others/img4.png b/images/Others/img4.png new file mode 100644 index 0000000..d2a3308 Binary files /dev/null and b/images/Others/img4.png differ diff --git a/images/Others/img5.png b/images/Others/img5.png new file mode 100644 index 0000000..92192e1 Binary files /dev/null and b/images/Others/img5.png differ diff --git a/images/Others/img6.png b/images/Others/img6.png new file mode 100644 index 0000000..496ca84 Binary files /dev/null and b/images/Others/img6.png differ diff --git a/images/Others/img7.png b/images/Others/img7.png new file mode 100644 index 0000000..d6a66b6 Binary files /dev/null and b/images/Others/img7.png differ diff --git a/images/Others/img8.png b/images/Others/img8.png new file mode 100644 index 0000000..e994c57 Binary files /dev/null and b/images/Others/img8.png differ diff --git a/images/Others/img9.png b/images/Others/img9.png new file mode 100644 index 0000000..e67ef2f Binary files /dev/null and b/images/Others/img9.png differ