Windows系统

chevereto图床添加外部存储

chevereto图床添加外部存储

前几天用chevereto做一个专门存储图片的网站,但是考虑到主服务器的硬盘和流量都不多,以后可能会支持不了太多的图片使用,就在后台找到原来chevereto提供了添加外部存储的选项,ftp的一直报错,今天主机笔记就先教大家给图床添加sftp协议的外部存储。 准备:除了搭建好的che

技术牛 技术牛 2026-05-26
0 0 0
安装cloudready把老电脑变成一台chromebook

安装cloudready把老电脑变成一台chromebook

Chromebook是Google推出的网络笔记本,整个系统相当于一个独立的chrome浏览器,可以实现大部分的功能,只有chrome浏览器也节省了很多不必要的资源,适合一些对配置要求不高的工作,今天就利用cloudready安装chrome系统把老电脑变成一台chromebook。

技术牛 技术牛 2026-05-26
0 0 0
安装chevereto程序搭建自己的图片分享站点

安装chevereto程序搭建自己的图片分享站点

几台服务器闲置着,一直想着自建一个图床,趁着这次chevereto黑五50%优惠买了付费版,今天就在服务器上安装chevereto这个图床系统 chevereto有多种安装方式,包括自动安装、手动安装、请求官方免费安装、cpanel面板安装等,为了熟悉程序和后期方便迁移,我用的是手工

技术牛 技术牛 2026-05-26
0 0 0
基于HAProxy的高性能缓存服务器nuster

基于HAProxy的高性能缓存服务器nuster

Nuster是一个基于HAProxy的高性能缓存服务器 https://github.com/jiangwenyuan/nuster 介绍 ==== Nuster是一个基于HAProxy的高性能缓存服务器。Nuster完全兼容HAPro

技术牛 技术牛 2026-05-26
0 0 0
Yet Another Intro to Event Loop

Yet Another Intro to Event Loop

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

技术牛 技术牛 2026-05-26
0 0 0
Source Code Reading for Vue 3: How does `hasChanged` work?

Source Code Reading for Vue 3: How does `hasChanged` work?

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

技术牛 技术牛 2026-05-26
0 0 0
Yet Another Intro for Symbol

Yet Another Intro for Symbol

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

技术牛 技术牛 2026-05-26
0 0 0
TypeScript Crash Course: Property Access Modifiers

TypeScript Crash Course: Property Access Modifiers

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

技术牛 技术牛 2026-05-26
0 0 0
Another Intro for Cookies

Another Intro for Cookies

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

技术牛 技术牛 2026-05-26
0 0 0
petite-vue源码剖析-为什么要读源码?

petite-vue源码剖析-为什么要读源码?

什么是petite-vue? 根据官方解释,petite-vue是专门为非前后端分离的历史项目提供和Vue相近的响应式开发模式。 与完整的Vue相比最大的特点是,面对数据的变化petite-vue采取直接操作DOM的方式重新渲染。 具体的使用方式请参考GitHub,在

技术牛 技术牛 2026-05-26
0 0 0
1 2 3 587