Opportunity's repos on GitHub
C# · 724 人关注
E-Viewer
An UWP Client for https://e-hentai.org.
C# · 13 人关注
Ass-Loader
Ass Loader is a library based on .NET to parse, modify and serialize Advanced Substation Alpha format (*.ass file).
C# · 7 人关注
Bangumi-UWP
[WIP] UWP Client for bangumi.tv
C# · 2 人关注
Anitama-UWP
anitama 第三方 UWP 客户端
C# · 1 人关注
Aurora.Music
Aurora Music
Go · 1 人关注
go-common
哔哩哔哩 bilibili 网站后台工程 源码
C# · 1 人关注
Helpers
Helper classes
TypeScript · 1 人关注
hexo-renderer-ts
hexo renderer for typescript files.
0 人关注
bilibili-helper
哔哩哔哩 (bilibili.com) 辅助工具,可以替换播放器、去广告、推送通知并进行一些快捷操作
C++ · 0 人关注
ChakraBridge
Windows runtime library warpper for chakra engine.
0 人关注
cnpmcore
Private NPM Registry for Enterprise
0 人关注
config
Configuration module for Nest framework (node.js) 🍓
TypeScript · 0 人关注
consistent-type-imports-repro
0 人关注
consul-template
Template rendering, notifier, and supervisor for @HashiCorp Consul and Vault data.
TypeScript · 0 人关注
DefinitelyTyped
The repository for high quality TypeScript type definitions.
0 人关注
dependi
Dependi (formerly crates)
PowerShell · 0 人关注
docs
This repository contains .NET Documentation.
PowerShell · 0 人关注
docs.zh-cn
0 人关注
domain-list-community
Community managed domain list. Generate geosite.dat for V2Ray.
Java · 0 人关注
EVSimulator
An EV Simulator
0 人关注
fast-folder-size
Node CLI or module to calculate folder size
0 人关注
feeds-xiaoqingfeng
Self maintained openwrt packages
0 人关注
git-js
A light weight interface for running git commands in any node.js application.
JavaScript · 0 人关注
hexo
A fast, simple & powerful blog framework, powered by Node.js.
JavaScript · 0 人关注
hexo-renderer-markdown-it-plus
Markdown-it is a markdown parser, done right. A faster and CommonMark compliant alternative for Hexo.
JavaScript · 0 人关注
hexo-tag-youku
A hexo tag for inserting youku video in your blog.
JavaScript · 0 人关注
JsBridge
0 人关注
jsonata
JSONata query and transformation language - http://jsonata.org
0 人关注
khroma
A collection of functions for manipulating CSS colors, inspired by SASS.
Opportunity

Opportunity

V2EX 第 378092 号会员,加入于 2019-01-17 11:20:48 +08:00
根据 Opportunity 的设置,主题列表只有在你登录之后才可查看
二手交易 相关的信息,包括已关闭的交易,不会被隐藏
Opportunity 最近回复了
如果你的机器上没啥旧软件的话,可以考虑“使用 Unicode UTF-8 提供全球语言支持”
15 天前
回复了 jiuzhougege 创建的主题 GitHub git clone 怎么能快点?
我也猜一手根本没用代理

你用 http clone 的话检查一下 http_proxy https_proxy 环境变量是否设置了;
用 ssh clone 的话,除了设置环境变量,还需要在 ~/.ssh/config 配置代理:

Host github.com
User git
Port 22
HostName github.com
ProxyCommand /C/Program\ Files/Git/mingw64/bin/connect.exe ${https_proxy:+-H $https_proxy} -a none %h %p
28 天前
回复了 ahdung 创建的主题 Android 为什么刷机有风险?
不是还有 9008 嘛,问题这些工具你都拿不到啊
31 天前
回复了 hahaFck 创建的主题 TypeScript typescript 如何忽略泛型参数啊?
给工具方法再加个类型参数,然后继续写 T 呗
闲鱼买呗,反正售后都是厂家提供的
浏览器自动刷新也没啥问题吧,虽然办法有点古老,但是也很有效啊,https://www.ssllabs.com/ssltest/analyze.html 不就是这个策略
先加个 content-visibility: auto 试试
只能说 Cloudflare Pages 确实很特立独行 https://github.com/slorber/trailing-slash-guide
function ComponentsManager<T extends (new (...args: any[]) => HTMLElement)>(base: T) {
abstract class ComponentsManager extends base {

abstract renderView(): Promise<void>;

connectedCallback() {
this.renderView();
}
}
return ComponentsManager;
}

export abstract class DivComponentsManager extends ComponentsManager(HTMLDivElement) {
}

export abstract class ButtonComponentsManager extends ComponentsManager(HTMLButtonElement) {
}
你确定能这么写?
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   1837 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 14ms · UTC 00:24 · PVG 08:24 · LAX 17:24 · JFK 20:24
Developed with CodeLauncher
♥ Do have faith in what you're doing.