Menci 最近的时间轴更新
Menci's repos on GitHub
JavaScript · 114 人关注
electron-titlebar
Cool titlebar for electron apps for every system
40 人关注
acme
Issue free SSL certs on GitHub Actions with acme.sh.
Dockerfile · 24 人关注
docker-archlinuxarm
Docker image for Arch Linux (multiarch ARM64 + AMD64, daily updated with GitHub Actions)
C++ · 17 人关注
docker-sandbox
Run unsafe program in docker sandbox
JavaScript · 11 人关注
deploy-certificate-to-aliyun
GitHub Action to Deploy SSL certificate to Aliyun Certificates Service (and use in CDN).
Assembly · 9 人关注
bootloader
操作系统课作业:MBR 引导加载器
TypeScript · 8 人关注
aur.men.ci
Menci's prebuilt AUR repo for Archlinux and Manjaro
C++ · 8 人关注
chroot-sandbox
Run unsafe program in chroot sandbox
C · 8 人关注
double
The task of Advanced Programming class on 2018/10/10. Implementation of IEEE 754 floating point number. Like `double` in C.
Shell · 7 人关注
build-archlinux-package
GitHub Action to build Archlinux / Manjaro package with Docker, for AMD64 or ARM64
C · 5 人关注
avl-tree
The task of Advanced Programming class on 2018/12/05. Implementation of AVL tree and heap memory leak check in C.
TypeScript · 5 人关注
Blog
My new blog
TypeScript · 4 人关注
deploy-certificate-to-upyun
GitHub Action to Deploy SSL certificate to Upyun CDN or OSS.
C · 3 人关注
avl-tree-zip
The task of Advanced Programming class on 2018/12/26. Compress and decompress an avl-tree with (1 `double` + 1 `char`) for each node, or its insert sequence.
C++ · 3 人关注
CompilationPrinciples
编译原理作业:基于 flex 和 bison 的 Pascal 到 Intel x86_64 Assembly 编译器
Dockerfile · 3 人关注
docker-polyfill-service
Dockerized polyfill-service (https://github.com/Financial-Times/polyfill-service, aka. https://polyfill.io)
TypeScript · 2 人关注
arcaea-builder
Build your own Arcaea game client to play self-made or modified official charts!
C++ · 2 人关注
big-integer
The task of Advanced Programming class on 2019/04/04. C++ BigInteger class.
TypeScript · 2 人关注
cf-pages-await
Wait for your Cloudflare Pages builds to finish!
CSS · 1 人关注
bluearchive-logo
1 人关注
deploy-certificate-to-azure-web-app
GitHub Action to deploy SSL certificate to Azure Web App (including Function App)
0 人关注
azure-storage-cpplite
Lite version of C++ Client Library for Microsoft Azure Storage
CMake · 0 人关注
BoostDemo
Boost with CMake submodule
C++ · 0 人关注
brpc
brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC".
Go · 0 人关注
Cloudreve
🌩支持多家云存储的云盘系统 (Self-hosted file management and sharing system, supports multiple storage providers)
Jupyter Notebook · 0 人关注
DataScience
《数据科学导论》作业
C++ · 0 人关注
DataStructureAndAlgorithms
《数据结构与算法》课程作业
C · 0 人关注
DES
C implementation of the DES (Data Encryption Standard) crypto algorithm
0 人关注
docs
📚 Prisma Documentation
0 人关注
edk2-platforms
EDK II sample platform branches and tags
Menci

Menci

Everyone has its own world.
🏢  Microsoft / Software Engineer
V2EX 第 99401 号会员,加入于 2015-02-22 21:37:08 +08:00
OI / C++ / Linux
配置 KVM 显卡直通,无法读取 vBIOS ROM
Linux  •  Menci  •  2019-09-22 13:28:57 PM  •  最后回复来自 okudayukiko0
5
有哪些到教育网 IPv6 延迟较低的 VPS
VPS  •  Menci  •  2018-10-24 10:31:44 AM
用家宽不带域名开 HTTP 服务器合法吗
宽带症候群  •  Menci  •  349 天前  •  最后回复来自 stabc
57
国内 Ping 和 HTTP(S) 能通, SSH 接受指纹后卡住,怎么回事
宽带症候群  •  Menci  •  2018-05-26 01:54:09 AM  •  最后回复来自 LGA1150
8
阿里云香港和新加坡 HTTPS 极其不稳定
  •  1   
    云计算  •  Menci  •  2018-11-03 11:56:54 AM  •  最后回复来自 Tink
    52
    Moeditor v0.2.0,简洁的跨平台 Markdown 编辑器
  •  9   
    Markdown  •  Menci  •  2017-05-21 13:17:43 PM  •  最后回复来自 Doragd
    41
    Moeditor v0.0.1,简洁的跨平台 Markdown 编辑器
  •  6   
    Markdown  •  Menci  •  2016-08-14 17:36:47 PM  •  最后回复来自 xcc3641
    80
    Menci 最近回复了
    2022-06-12 22:56:33 +08:00
    回复了 dfgxcvbcv 创建的主题 云计算 有什么 NAS 自建网盘的程序能做到端对端加密?
    我印象里新版 Nextcloud 的端到端加密功能叫 per-user encryption
    2021-01-26 19:36:58 +08:00
    回复了 ukipoi 创建的主题 Java 请教下 Java 中, instanceof 在判断 Map 的时候怎么做?
    没有很好的办法来判断,因为 Java 的编译是泛型擦除的,也就是说你写的所有泛型参数都只做编译器类型检查用,编译出来的程序,它的类型信息只是个 HashMap,并没有限制这个 HashMap 能存什么。所有的泛型变量编译出来都是 Object,你的 value 放进 Map 里就是以 Object 放进去的。

    如果真的要检查,就只能检查 HashMap 的每个成员的 key 是不是 String,当然这应该不是你想要的,你直接像上面说的那样忽略警告就好。
    @zdaodao 你的 nginx 如果还要 proxy_pass 其他服务(特别是本机的服务)的话就会出问题,所以我这么套娃
    我之前反代 Codeforces.com 被 ban 了,用了一个比较曲线救国的方案:

    1. 用 proxychains 启动 sniproxy,监听一个大端口号,把被 ban 的域名加进去
    2. nginx 里 proxy_pass 本地 sniproxy 的端口号
    @Buges Windows 的 container 隔离机制难道不是禁止 UWP App 访问 localhost 吗
    不是很懂楼主用的这个软件。Azure 的 CPU 和内存性能应该是没的说的。另外 Azure 的网络质量也很高。
    但是!
    Azure 最烂的地方就是硬盘。我 B1S 实例在 Linux 下用 hdparm 测 64 G 的 SSD (高级磁盘),测出来过 10 MB/s。限制 IOPS,根本跑不起来 MySQL。
    (作为对比,本地 Surface Book with Performance Base 的 SSD 在 1000 MB/s 以上,阿里云的 SSD 云盘在 100 MB/s 左右)
    2018-06-18 17:21:46 +08:00
    回复了 mishini 创建的主题 Android v 版的 pixel 有办法 unlock bootloader 吗?
    @mishini 越狱不了的话就只能解锁了 ……
    2018-06-18 17:18:20 +08:00
    回复了 xzpjerry731 创建的主题 问与答 现在哪家的音乐订阅服务会提供未 DRM 保护的原文件?
    音乐的话不能播放然后录制吗 ……
    理论上能播放就一定能得到文件的
    2018-06-16 15:09:55 +08:00
    回复了 mishini 创建的主题 Android v 版的 pixel 有办法 unlock bootloader 吗?
    @mishini KingRoot 利用 Linux 内核的漏洞来越狱获得 root 权限。这就好像你黑了别人服务器然后提权一样,是利用软件漏洞。特定的漏洞只在特定版本的软件中存在,所以 KingRoot 不一定能成功。
    2018-06-16 09:59:54 +08:00
    回复了 musclepanda 创建的主题 信息安全 公共 wifi 的情况下,如何保证自身安全
    用阿里云做 VPN 没问题吧,阿里云的内网是隔离的,别人的机器和你都不在一个内网。
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   3477 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 23ms · UTC 11:19 · PVG 19:19 · LAX 04:19 · JFK 07:19
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.