前几天用chevereto做一个专门存储图片的网站,但是考虑到主服务器的硬盘和流量都不多,以后可能会支持不了太多的图片使用,就在后台找到原来chevereto提供了添加外部存储的选项,ftp的一直报错,今天主机笔记就先教大家给图床添加sftp协议的外部存储。 准备:除了搭建好的che
Chromebook是Google推出的网络笔记本,整个系统相当于一个独立的chrome浏览器,可以实现大部分的功能,只有chrome浏览器也节省了很多不必要的资源,适合一些对配置要求不高的工作,今天就利用cloudready安装chrome系统把老电脑变成一台chromebook。
几台服务器闲置着,一直想着自建一个图床,趁着这次chevereto黑五50%优惠买了付费版,今天就在服务器上安装chevereto这个图床系统 chevereto有多种安装方式,包括自动安装、手动安装、请求官方免费安装、cpanel面板安装等,为了熟悉程序和后期方便迁移,我用的是手工
Nuster是一个基于HAProxy的高性能缓存服务器 https://github.com/jiangwenyuan/nuster 介绍 ==== Nuster是一个基于HAProxy的高性能缓存服务器。Nuster完全兼容HAPro
As we tell, therere tons of posts talking about event loop, the basic of the basic knowledge of JavaScript running mechanism. Long long ago, e
Hey, guys! The next generation of Vue has released already. There are not only the brand new composition API, much more powerful and flexible reactivi
First of all, symbol is a built-in primitive type. And its guaranteed to be unique. Symbols are often used to add unique property keys to an object wo
There is no other great moment to head into the world of TypeScript instead of right now. Angular is in TypeScript, React is in TypeScript, and even V
Cookies are strings of data that are stored directly in the browser. They are a part of HTTP protocol, defined by RFC 6265 specification. Cook
什么是petite-vue? 根据官方解释,petite-vue是专门为非前后端分离的历史项目提供和Vue相近的响应式开发模式。 与完整的Vue相比最大的特点是,面对数据的变化petite-vue采取直接操作DOM的方式重新渲染。 具体的使用方式请参考GitHub,在