A simple calendar with events and a customizable widget.
A simple calendar with optional CalDAV synchronization. You can easily create recurring events and setup reminders, it can also display week numbers.
Contains a monthly view and an event list widget where you can customize the color of the text, as well as the alpha and the color of the background.
Contains no ads or unnecessary permissions. It is fully opensource, provides customizable colors.
The Storage permission is needed only for exporting or importing events from .ics files.
The Contacts permission is used only at importing contact birthdays and anniversaries.
This app is just one piece of a bigger series of apps. You can find the rest of them at https://www.simplemobiletools.com
vue-mobile-calendar cnpm install vue-mobile-calendar -S import Vue from 'vue' import Calendar from 'vue-mobile-calendar' Vue.use(Calendar) <calendar v-model="calendarShow" :defaultDate="defau
SimpleDateFormat simple= new SimpleDateFormat("yyyy-MM-dd"); String firstDay, lastDay; Calendar cal = null; cal = Calendar.getInstance(); cal.add(Calendar.MONTH, 0);//当前月 cal.set(Calendar.DAY_OF_MONTH
完整代码参见github:vue-calendar-board 讲解组件封装之前,介绍时间对象Date相关的api:参见:MDN new Date()入参字符串和多个参数不同 实例:2019-03-03返回值是默认是日期的8:00:00,传入时间后按时间返回 2019,02,03返回日期是零点00:00:00,传入小时后按时间返回 //Sun Mar 03 2019 08:00:00 (中国标准时
simple-react-calendar A simple calendar component for React based applications. A component that is easy to start using, yet flexible when you need customization. Usage You can find the component's on
To install Tengine, just follow these three steps: $ ./configure $ make # make install By default, it will be installed to /usr/local/nginx. You can use the '--prefix' option to specify the root dire
插入 // 单条插入 User user=new User(); // 省略entity属性赋值... ... elasticsearchTemplate.save(user); // 批量插入 LinkedList<User> users= new LinkedList<User>(); // 省略entity属性赋值... ... elasticsearchTemplate.save(user
描述 (Description) 无需使用填充和颜色即可创建简单菜单。 .simple类包含在菜单中以创建一个简单的菜单栏。 例子 (Example) 以下示例演示了在Foundation中使用简单样式 - <!DOCTYPE html> <html> <head> <title>Foundation Template</title> <meta name = "vi
辅助 mpvue 快速开发 Page 级小程序页面的工具,所以也需要有一定的小程序开发经验。 mpvue QuickStart 只支持项目级应用开发,对 Page 级和自定义组件 Component 级小程序页面开发场景缺少支持,而 simple 刚好来填补这部分需求,用以支持 mpvue 和原生小程序(或者其他方式小程序)的混用。 工具用法 command line # install by g
simple-rpc 是一款基于 netty 的 RPC 框架,现有功能: 基本的客户端、服务端交互 提供代理实现接口 spring 集成, xml配置和Java Config配置方式 服务发布订阅 DONE 断线重连 DONE RoadMap 服务心跳检测 连接池 服务注册发布功能 服务管理、监控 服务调用日志链路跟踪 集成swagger功能,提供文档、测试、客户端生成 使用示例 // 服务接口