qinxs 最近的时间轴更新
qinxs

qinxs

V2EX 第 130692 号会员,加入于 2015-08-04 20:10:42 +08:00
今日活跃度排名 10805
请教一个分散均匀布局的问题
  •  1   
    前端开发  •  qinxs  •  2023-02-03 01:49:01 AM  •  最后回复来自 kwrush
    5
    疑惑: 二次验证的状态是如何保存的?
    程序员  •  qinxs  •  2021-09-09 19:50:14 PM  •  最后回复来自 qinxs
    7
    qinxs 最近回复了
    128 天前
    回复了 panlatent 创建的主题 分享创造 来推荐推荐自己的开源项目和经验吧
    [Ease-Bookmarks ]( https://github.com/qinxs/Ease-Bookmarks)

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

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

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

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

    开源地址
    https://github.com/qinxs/Ease-Bookmarks
    谷歌:《不作恶》《为了安全》。。。
    174 天前
    回复了 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)
    }
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   977 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 17ms · UTC 21:19 · PVG 05:19 · LAX 14:19 · JFK 17:19
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.