Giter VIP home page Giter VIP logo

node-date78's Introduction

node-date78

  • 十八年ERP开发经验 十年云开发经验 十五年股票期货投资经验 十年投资分析平台开发经验
  • 技术不高 了解业务 擅长解决生产经营实际问题
  • 逐步把多年开发优化 并且在一直稳定运行中的项目开源
  • 合作 商务 问题 讨论 欢迎联系email:[email protected] qq群:323397913
  • 完整框架 开源改造中 未完成...

框架特色

  • 稳定:运行数年 二台单核1G机器搞定数千并发
  • 开发快:几行代码搞定增删查改 线程池
  • 效率高:有完善的低代码前后端框架 在框架下开发 1后端可轻松配合4前端以上
  • 易扩展:业务表与数据表对应 一个目录就是一套小功能 一个文件就是一个数据表
  • 适应强:同时运行在阿里云和腾迅云
  • 易调试:可设置追踪某几个用户或某表或某目录的所有调用
  • 易学习:十行代码搞定 想装不会都难
  • 易运维:有完善的api调用计数和耗时统计 还有出错微信报警机制
  • 更新快:主要运营中的项目 如有bug或新功能 必然及时更新
  • 易重构:一个目录一个小系统 一个版本一个路径 新旧api可长期共存 边开车边换胎

安装 install

npm i node-date78

使用

日期格式化

new Date().format("yyyy-MM-dd");//2021-07-07
new Date().format();//2021-07-07 09:26:33

日期加减

new Date().addMins(1).format();//2021-07-07 09:27:33
new Date().addMins(-1).format();//2021-07-07 09:25:33
new Date().addHours(1);//2021-07-07 10:26:33
new Date().addDays(1);//2021-07-08 9:26:33
new Date().addMonths(1);//2021-08-07 9:26:33

框架简要说明

后端服务 后端代码示例 前端代码示例

node-date78's People

Contributors

www778878net avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.