Code Monkey home page Code Monkey logo

persevering's Introduction

锲而舍之,朽木不折;锲而不舍,金石可镂。

创建此工程的缘由

每过一段时间、由于种种因素,计划都或多或少需要调整修改, 不想每次都打开Excel重新编辑制定,所以想写个能根据自己的需求设置自动生成计划表的工具。

总体理念

  • 简单
  • 方便
  • 合理

大概思路

  • 可随地运行项目,不受环境影响(方便)
  • 输入计划项跟权重(简单)
  • 根据算法生成导出计划表(合理)

功能

输入要做的事,导出计划表

大概开发设计

  • 设计数据结构
  • 编写页面
    • 简易
    • 挑选UI美化下界面
  • 后端代码
    • 数据处理
    • Excel操作
    • 导出Excel

数据结构

* 计划表
    * 类型可自定义:如周计划表,月计划表等。
    * 计划项集合
    * 选择的算法
    
* 计划项
    * 计划的名字
    * 计划项类型
    
* 计划项类型
    * 需要记忆
    * 需要思考
    * 等等

* 时间
    * 时间划分
    
* 生成算法需要考虑的因素
    * 可执行计划时间段的长短
    * 人每个时间段最适合处理什么类型的事
    * 等等
    
    
    
    年-》月
    月-》日
    日-》小时

persevering's People

Contributors

natsuki-kining 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.