
yuxi
@yuxiDeveloper
Resource Credits
Available
Used
How to use HTML5 clipboard API to paste and upload image and some thoughts about Steemit images. 如何使用HTML5粘贴并上传图片以及对Steemit图片的想法
One of the highlights of Steemit UI is the image upload feature which makes users’ life much easier. I did some experiments to implement a similar function by using HTML5 clipboard API. In the end of this
Download steemit images and update markdown automatically / 说说Steemit文章的备份:如何自动下载保存文章中的图片并自动更新markdown文本
Sometimes we want to backup our steemit posts into our own blog/website. It is easy to backup the post text. However, it is a hard work to download all images from steemit to your web server and update
How to run a temporary http server without installing Nginx / Apache in Ubuntu 在Ubuntu中运行简易的Web服务器
Sometimes we only want to run HTTP server temporarily, here is how: 有些时候我们可能并不想安装Nginx或者Apache之类的软件,而是需要一个临时的Web服务器。比如处于性能和安 全的考虑,羽西对于自己的开发服务器配置实行的就是极简主义,不需要的绝对不安装。但有些时候可能临时需要一个Web服务器来测试,下面给大家介绍一个简单的方法。
