Sendya's repos on GitHub
Vue 113 人关注
preview-pro Use pro-layout in vitejs. preview https://sendya.github.io/preview-pro/index.html
TypeScript 27 人关注
vue3-tsx antd-vue use vue2(vue/composition-api) api (CompositionAPI) demo
Java 5 人关注
kayosan Kayo robot - a simple Telegram bot
4 人关注
ant-design-vue An enterprise-class UI components based on Ant Design and Vue.
Javascript 4 人关注
Mock A simulation data generator
Go 3 人关注
gin-example Do you need a tutorial in go, see here
Javascript 3 人关注
ieaseMusic 这应该是最好的网易云音乐播放器了,没有之一,如果有请打醒 :metal:
Go 2 人关注
gateway A high-performance API Gateway with middlewares, supporting HTTP and gRPC protocols.
Java 2 人关注
HeavenMS An improved version of MapleSolaxia (v83 MapleStory private server)
2 人关注
kuboard-press Kuboard 是基于 Kubernetes 的微服务管理界面。同时提供 Kubernetes 免费中文教程,入门教程,最新版本的 Kubernetes v1.18 安装手册,(k8s install) 在线答疑,持续更新。
Vue 1 人关注
antdv-vite vite environment used antd-vue
PHP 1 人关注
CoreManager CoreManager is a Web Front End for ArcEmu, MaNGOS, and Trinity Core WotLK servers. Providing useful tools and information to Players and Administrators.
Javascript 1 人关注
h5ai HTTP web server index for Apache httpd, lighttpd, nginx and Cherokee.
Java 1 人关注
httpClient restful httpClient connect manager
Java 1 人关注
konachan konachan pictures multidown
PHP 1 人关注
PocketMine-MP PocketMine-MP is a server software for Minecraft: Pocket Edition. It has a Plugin API that enables a developer to extend it and add new features, or change default ones
Javascript 0 人关注
about-page A simple about-me template. site: https://i.loacg.com
Javascript 0 人关注
all-contributors-bot A GitHub bot to automate acknowledging contributors to your open source projects
0 人关注
bruno Opensource IDE For Exploring and Testing API's (lightweight alternative to Postman/Insomnia)
0 人关注
changelog A tool help generate CHANGELOG.md from git.
Javascript 0 人关注
DPlayer :lollipop: Wow, such a lovely HTML5 danmaku video player
0 人关注
embedding-knowledge-base 使用golang 基于 OpenAI Embedding + qdrant 实现k8s本地知识库|Built a local smart search knowledge repository using Golang, OpenAI Embedding, and the qdrant vector database
Go 0 人关注
go-truenas A Go client for the TrueNAS Scale Websocket API
0 人关注
goproxy A minimalist Go module proxy handler.
Go 0 人关注
kratos Your ultimate Go microservices framework for the cloud-native era.
CSS 0 人关注
lightgallery.js Full featured Javascript image & video gallery. No dependencies
Go 0 人关注
lumberjack lumberjack is a log rolling package for Go
PHP 0 人关注
mcSkin Minecraft Skin Panel | MC皮肤管理
PHP 0 人关注
strong>
MDLWP Material Design Lite WordPress Theme
Java 0 人关注
newwork spring boot 练习项目
Javascript 0 人关注
parse-server Parse-compatible API server module for Node/Express
Javascript 0 人关注
scaffold-market scaffold market for single page application
0 人关注
shadowsocks A fast tunnel proxy that helps you bypass firewalls
Python 0 人关注
shadowsocks-rm A fast tunnel proxy that helps you bypass firewalls
PHP 0 人关注
Sparkling WordPress Bootstrap 3 theme with doeznes of options powered by Options Framework
PHP 0 人关注
ss-panel A simple front end of Shadowsocks
Java 0 人关注
TelegramBots Java library to create bots using Telegram Bots API
Javascript 0 人关注
tools Tools For Vue Component
CSS 0 人关注
uno Uno - a minimal, responsive theme for Ghost
 | | Sendya V2EX 第 68490 号会员,加入于 2014-07-20 22:39:47 +08:00今日活跃度排名 25295 |
Don’t forget.
Always, somewhere, someone is fighting for you.
As long as you remember her, you are not alone.
 | 根据 Sendya 的设置,主题列表只有在你登录之后才可查看 |
二手交易 相关的信息,包括已关闭的交易,不会被隐藏
Sendya 最近回复了
同被标题骗进来的,虽然已经见多了无所谓,本来想直接关掉,看到下面评论及回复也还是忍不住看完了
过于离谱,不知如何回答,水一个回复,就当给你铜币了

我是过敏性鼻炎,比较严重那种,已经变成了过敏性哮喘。
之前去医院检查医生就认为是过敏性,让我查过敏原。然后粉尘螨过敏 230 多倍

我现在每天滴那个滴剂,要连着滴满 3 年。前面 3 个月用药的时候给我开了 布地奈德粉雾剂,糠酸莫米松鼻喷雾剂 等辅助降低过敏的药。距今已经半年了,已经不会有哮喘的状态了,但时不时还是会鼻子痒 应该是出于过敏状态。
也是要经常打扫卫生,勤洗床单啥的
@
deplives #96
我来帮你往简单了算,每个请求按 2~5KB 头,1B 的 Body ( 只响应个 "1" ),大概每秒传输 20M ;头大小计算方式

这个计算方式是行业里比较标准的流量计费方式,这里面我就不帮忙考虑重传了,一般就算网络质量非常好,也会考虑 1~3%的重传比消耗;
在我看来,很多小公司开个 4M,5M 上行带宽的机子 嚷嚷要万级 qps 其实就挺好笑
@
michael2016 #65 这个我不认可,虚拟机在宿主机故障时可以动态飘到其他宿主机上,一般在 500ms 以内就能完成硬件故障漂移,而且漂移过程会把流量也拷贝过去,我们生产经过很久的验证。如果是物理机硬件故障你怎么能够做到这些容灾?
我们这除了大型集群提供了公司级独立的 MySQL 实例可用,部门内部的偏小项目一般都是容器直接拉一个,在当下这个追求效率的年代,哪有那么多规矩
MySQL 放 docker 里也没网上传的那么玄乎的问题,甚至需要的话放 docker 里的 MySQL 照样做主从,双主