V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  qinxs  ›  全部回复第 1 页 / 共 2 页
回复总数  31
1  2  
134 天前
回复了 panlatent 创建的主题 分享创造 来推荐推荐自己的开源项目和经验吧
[Ease-Bookmarks ]( https://github.com/qinxs/Ease-Bookmarks)

简 单 易 用 的 书 签 管 理 器
可以替代浏览器原有书签栏的扩展

经验:项目前期为了极致效率,有非常多的耦合,后期功能增多,维护就困难了
最后还是得解耦,做到「高内聚、低耦合」
还这么多吹 Sourcetree 的 😂😂😂

smartgit 是最好用的
跨平台、功能完善
但价格也感人…
161 天前
回复了 zwnozhuce 创建的主题 Chrome Chrome 书签管理
可以用我写的扩展

支持搜索 支持从上次目录(或者上次搜索结果)启动

开源地址
https://github.com/qinxs/Ease-Bookmarks
谷歌:《不作恶》《为了安全》。。。
180 天前
回复了 waiaan 创建的主题 JavaScript 这段 if...else 有优雅的写法吗?
如果 135 246 是固定的值

function onSortChange({ order, prop }) {
let sortType = 0
const sortMap = {
thisYearIncome: 1,
lastYearIncome: 3,
rate: 5,
}

sortType = sortMap[prop] || sortType
if (order !== 'descending' && sortMap.hasOwnProperty(prop)) {
sortType++
}
console.log(sortType)
// this.fetchData(sortType)
}
191 天前
回复了 smlcgx 创建的主题 Firefox 为何 bitwarden 能耗这么高?
因为 bitwarden 的 firefox 扩展 后台一直在报错

几年前就提了 issue 了,至今未处理,而且开发团队的答复是优先级不够
https://github.com/bitwarden/clients/issues/2182 (以前我自己提过的 issue 和 Stackoverflow 上的解决办法)
https://github.com/bitwarden/clients/issues/1208 (别人更早就反馈了这个问题)

他们说欢迎自己去提 PR ,但 bitwarden 仓库极其混乱,他们的 readme 原话( This repository houses all Bitwarden client applications except the Mobile application ),clone 下来几百兆,无语
而且这个仓库有 534 个 Branches 。。。
1  2  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   3997 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 27ms · UTC 05:27 · PVG 13:27 · LAX 22:27 · JFK 01:27
Developed with CodeLauncher
♥ Do have faith in what you're doing.