V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
wubaiqing
V2EX  ›  分享发现

[前端] 每日时报-2019.06.27

  •  
  •   wubaiqing · 2019-06-27 15:16:47 +08:00 · 389 次点击
    这是一个创建于 1765 天前的主题,其中的信息可能已经有所发展或是发生改变。

    [前端] 每日时报-2019.06.27

    [文章] 《把一生过成两辈子:颠覆你时间观的两个概念》,了解到了纯时间和暗时间:https://mp.weixin.qq.com/s/CvrbpDE55upLgjjujI7KMA

    [文章] 《 Webpack 高级配置技巧》,如果你还不清楚怎么能搭建一套符合线上环境的 Webpack 配置,不防看看它:https://www.robinwieruch.de/webpack-advanced-setup-tutorial/

    [类库] 让你的命令行,支持语法高亮:https://github.com/felixfbecker/cli-highlight

    [类库] ESLint 支持 GraphQL 语法检查了:https://github.com/apollographql/eslint-plugin-graphql

    [类库] PHP 的中国农历(阴历)与阳历(公历)转换与查询工具:https://github.com/overtrue/chinese-calendar

    配图 - 让你的命令行,支持语法高亮

    配图 - ESLint 支持 GraphQL 语法检查

    示例 - PHP 的中国农历(阴历)与阳历(公历)转换与查询工具

    use Overtrue\ChineseCalendar\Calendar;
    
    $calendar = new Calendar();
    
    $result = $calendar->solar(2017, 5, 5); // 阳历
    $result = $calendar->lunar(2017, 4, 10); // 阴历
    $result = $calendar->solar(2017, 5, 5, 23) // 阳历,带 $hour 参数
    

    今日图 - 原型 VS 演示 Demo

    查看更多: https://wubaiqing.github.io/zaobao/2019/06/27.html
    GitHub: https://github.com/wubaiqing/zaobao

    目前尚无回复
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   976 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 26ms · UTC 20:13 · PVG 04:13 · LAX 13:13 · JFK 16:13
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.