android日历控件(Android自定义日历)

Adroid自定义优雅、性能高效的日历控件,完美支持周视图,支持标记、自定义颜色、农历等,任意控制月视图显示、任意日期拦截条件、自定义周起始等。Canvas绘制,极速性能、占用内存低,,支持简单定制即可实现任意自定义布局、自定义UI,支持收缩展开、性能非常高效,这个控件内存和效率优势相当明显,而且真正做到收缩+展开,适配多种场景,支持同时多种颜色标记日历事务,支持多点触控,你真的想不到日历还可以如…

Adroid自定义雅致、性能高效率的日历控件,极致支持周主视图,支持标识、自定义颜色、阴历等,任意操纵月主视图表明、任意日期阻拦标准、自定义周开始等。Canvas制作,急速性能、占有运行内存低,,支持简易订制就可以完成任意自定义合理布局、自定义UI,支持收拢进行、性能十分高效率, 这一控件运行内存和高效率优点十分显著,并且真真正正的做到收拢 进行,兼容多种多样情景,支持与此同时多种多样颜色标识日历事务管理,支持多点触控,你确实意想不到日历还能够如此雅致!大量参照使用方法请换步Demo,Demo完成了4个精致的自定义实际效果。

dependencies {

implementation ‘com.github.Visen123:CalendarView:V1.0’

}

搞混proguard-rules
-keepclasseswithmembers class * {
public <init>(android.content.Context);
}
或是目的性的应用搞混
-keep class your project path.MonthView {
public <init>(android.content.Context);
}
-keep class your project path.WeekBar {
public <init>(android.content.Context);
}
-keep class your project path.WeekView {
public <init>(android.content.Context);
}

尤其的,一定要注意不必拷贝这三个途径,自主更换您自身的自定义途径


app:month_view=\"com.yanyiyun.calendarviewproject.simple.SimpleCalendarCardView\"
app:week_view=\"com.yanyiyun.calendarviewproject.simple.SimpleWeekView\"
app:week_bar_view=\"com.yanyiyun.calendarviewproject.EnglishWeekBar\"
操作方法
 <com.yanyiyun.calendarview.CalendarLayout
        android:layout_width=\"match_parent\"
        android:layout_height=\"match_parent\"
        android:orientation=\"vertical\"
        app:default_status=\"shrink\"
        app:calendar_show_mode=\"only_week_view\"
        app:calendar_content_view_id=\"@ id/recyclerView\">

        <com.yanyiyun.calendarview.CalendarView
             android:id=\"@ id/calendarView\"
             android:layout_width=\"match_parent\"
             android:layout_height=\"wrap_content\"
             android:background=\"#fff\"
             app:month_view=\"com.yanyiyun.calendarviewproject.simple.SimpleCalendarCardView\"
             app:week_view=\"com.yanyiyun.calendarviewproject.simple.SimpleWeekView\"
             app:week_bar_view=\"com.yanyiyun.calendarviewproject.EnglishWeekBar\"
             app:calendar_height=\"50dp\"
             app:current_month_text_color=\"#333333\"
             app:current_month_lunar_text_color=\"#CFCFCF\"
             app:min_year=\"2004\"
             app:other_month_text_color=\"#e1e1e1\"
             app:scheme_text=\"假\"
             app:scheme_text_color=\"#333\"
             app:scheme_theme_color=\"#333\"
             app:selected_text_color=\"#fff\"
             app:selected_theme_color=\"#333\"
             app:week_start_with=\"mon\"
             app:week_background=\"#fff\"
             app:month_view_show_mode=\"mode_only_current\"
             app:week_text_color=\"#111\" />

        <android.support.v7.widget.RecyclerView
            android:id=\"@ id/recyclerView\"
            android:layout_width=\"match_parent\"
            android:layout_height=\"match_parent\"
            android:background=\"#d4d4d4\" />
    </com.yanyiyun.calendarview.CalendarLayout>
CalendarView attrs
<declare-styleable name=\"CalendarView\">

        <attr name=\"calendar_padding\" format=\"dimension\" /><!--日历内部结构上下padding-->

        <attr name=\"month_view\" format=\"color\" /> <!--自定义类日历月主视图途径-->
        <attr name=\"week_view\" format=\"string\" /> <!--自定义类周主视图途径-->
        <attr name=\"week_bar_height\" format=\"dimension\" /> <!--礼拜栏的相对高度-->
        <attr name=\"week_bar_view\" format=\"color\" /> <!--自定义类周栏途径,根据自定义则 week_text_color week_background xml设定失效,当仍可java api设定-->
        <attr name=\"week_line_margin\" format=\"dimension\" /><!--线框margin-->

        <attr name=\"week_line_background\" format=\"color\" /><!--线条颜色-->
        <attr name=\"week_background\" format=\"color\" /> <!--礼拜栏的环境-->
        <attr name=\"week_text_color\" format=\"color\" /> <!--礼拜栏文字颜色-->
        <attr name=\"week_text_size\" format=\"dimension\" /><!--礼拜栏文字尺寸-->

        <attr name=\"current_day_text_color\" format=\"color\" /> <!--今日的文字颜色-->
        <attr name=\"current_day_lunar_text_color\" format=\"color\" /><!--今天的农历文本颜色-->

        <attr name=\"calendar_height\" format=\"string\" /> <!--日历每项的相对高度,56dp-->
        <attr name=\"day_text_size\" format=\"string\" /> <!--日数文字尺寸-->
        <attr name=\"lunar_text_size\" format=\"string\" /> <!--阴历文字尺寸-->

        <attr name=\"scheme_text\" format=\"string\" /> <!--标识文字-->
        <attr name=\"scheme_text_color\" format=\"color\" /> <!--标识文字颜色-->
        <attr name=\"scheme_month_text_color\" format=\"color\" /> <!--标识日数文字颜色-->
        <attr name=\"scheme_lunar_text_color\" format=\"color\" /> <!--标识阴历文字颜色-->

        <attr name=\"scheme_theme_color\" format=\"color\" /> <!--标识的颜色-->

        <attr name=\"selected_theme_color\" format=\"color\" /> <!--选定颜色-->
        <attr name=\"selected_text_color\" format=\"color\" /> <!--选中文字颜色-->
        <attr name=\"selected_lunar_text_color\" format=\"color\" /> <!--选定阴历文字颜色-->

        <attr name=\"current_month_text_color\" format=\"color\" /> <!--现阶段月份的字体样式颜色-->
        <attr name=\"other_month_text_color\" format=\"color\" /> <!--其他月份的字体颜色-->

        <attr name=\"current_month_lunar_text_color\" format=\"color\" /> <!--现阶段月份阴历节假日日色调-->
        <attr name=\"other_month_lunar_text_color\" format=\"color\" /> <!--其他月份阴历节假日日色调-->

        <!-- 年主视图有关 -->
        <attr name=\"year_view_month_text_size\" format=\"dimension\" /> <!-- 年主视图月份文字大小 -->
        <attr name=\"year_view_day_text_size\" format=\"dimension\" /> <!-- 年主视图月份日期文字大小 -->
        <attr name=\"year_view_month_text_color\" format=\"color\" /> <!-- 年主视图月份字体颜色 -->
        <attr name=\"year_view_day_text_color\" format=\"color\" /> <!-- 年视图日期字体颜色 -->
        <attr name=\"year_view_scheme_color\" format=\"color\" /> <!-- 年主视图标识色调 -->

        <attr name=\"min_year\" format=\"integer\" />  <!--最少年代1900-->
        <attr name=\"max_year\" format=\"integer\" />  <!--较大年代2099-->
        <attr name=\"min_year_month\" format=\"integer\" /> <!--最少年代相匹配月份-->
        <attr name=\"max_year_month\" format=\"integer\" /> <!--较大年代相匹配月份-->

        <!--月主视图是不是可翻转-->
        <attr name=\"month_view_scrollable\" format=\"boolean\" />
        <!--周主视图是不是可翻转-->
        <attr name=\"week_view_scrollable\" format=\"boolean\" />
        <!--年主视图是不是可翻转-->
        <attr name=\"year_view_scrollable\" format=\"boolean\" />

        <!--配备你喜爱的月主视图表明方式模式-->
        <attr name=\"month_view_show_mode\">
             <enum name=\"mode_all\" value=\"0\" /> <!--所有表明-->
             <enum name=\"mode_only_current\" value=\"1\" /> <!--仅显示现阶段月份-->
             <enum name=\"mode_fix\" value=\"2\" /> <!--响应式表明,不容易空出一行,可是会填充-->
        </attr>

        <!-- 自定周开始 -->
        <attr name=\"week_start_with\">
             <enum name=\"sun\" value=\"1\" />
             <enum name=\"mon\" value=\"2\" />
             <enum name=\"sat\" value=\"7\" />
        </attr>

        <!-- 自定挑选方式 -->
        <attr name=\"select_mode\">
              <enum name=\"default_mode\" value=\"0\" />
              <enum name=\"single_mode\" value=\"1\" />
              <enum name=\"range_mode\" value=\"2\" />
        </attr>

        <!-- 当 select_mode=range_mode -->
        <attr name=\"min_select_range\" format=\"integer\" />
        <attr name=\"max_select_range\" format=\"integer\" />
</declare-styleable>
CalendarView api
public void setRange(int minYear, int minYearMonth, int minYearDay,
                     int maxYear, int maxYearMonth, int maxYearDay) ;//置日期范畴

public int getCurDay(); //今日
public int getCurMonth(); //现阶段的月份
public int getCurYear(); //2022年

public boolean isYearSelectLayoutVisible();//年月份挑选主视图是不是开启
public void closeYearSelectLayout();//关掉年月主视图挑选合理布局
public void showYearSelectLayout(final int year); //迅速弹出来年代挑选月份

public void setOnMonthChangeListener(OnMonthChangeListener listener);//月份更改事情

public void setOnYearChangeListener(OnYearChangeListener listener);//年代转换事情

public void setOnCalendarSelectListener(OnCalendarSelectListener listener)//日期挑选事情

public void setOnCalendarLongClickListener(OnCalendarLongClickListener listener);//日时间长按事情

public void setOnCalendarLongClickListener(OnCalendarLongClickListener listener, boolean preventLongPressedSelect);//日时间长按事情

public void setOnCalendarInterceptListener(OnCalendarInterceptListener listener);//日期阻拦和日期实效性制作

public void setSchemeDate(Map<String, Calendar> mSchemeDates);//标识日期

public void update();//动态更新

public Calendar getSelectedCalendar(); //获得挑选的日期

/**
 * 尤其的,假如你必须自定或是应用其他选择符,可以用下列方式 开展和日历连动
 */
public void scrollToCurrent();//翻转到现阶段日期

public void scrollToCurrent(boolean smoothScroll);//翻转到现阶段日期

public void scrollToYear(int year);//翻转到某一年

public void scrollToPre();//滚动到上一个月

public void scrollToNext();//翻转到下一个月

public void scrollToCalendar(int year, int month, int day);//滚动到特定日期

public Calendar getMinRangeCalendar();//得到最少范畴日期

public Calendar getMaxRangeCalendar();//得到较大范畴日期

/**
  * 设定背景颜色
  *
  * @param monthLayoutBackground 月份信用卡的背景颜色
  * @param weekBackground        礼拜栏背景颜色
  * @param lineBg                线的色调
 */
public void setBackground(int monthLayoutBackground, int weekBackground, int lineBg)

/**
  * 设定文字色调
  *
  * @param curMonthTextColor 现阶段月份字体颜色
  * @param otherMonthColor   其他月份字体颜色
  * @param lunarTextColor    阴历字体颜色
 */
public void setTextColor(int curMonthTextColor,int otherMonthColor,int lunarTextColor)

/**
  * 设定挑选的实际效果
  *
  * @param style              选定的style CalendarCardView.STYLE_FILL or CalendarCardView.STYLE_STROKE
  * @param selectedThemeColor 选中的标识色调
  * @param selectedTextColor  选定的字体颜色
 */
public void setSelectedColor(int style, int selectedThemeColor, int selectedTextColor)

/**
  * 设定标识的色
  *
  * @param style           标记的style CalendarCardView.STYLE_FILL or CalendarCardView.STYLE_STROKE
  * @param schemeColor     标识背景颜色
  * @param schemeTextColor 标识字体颜色
 */
public void setSchemeColor(int style, int schemeColor, int schemeTextColor)

/**
  * 设置礼拜栏的背景和字体颜色
  *
  * @param weekBackground 背景色
  * @param weekTextColor  字体颜色
 */
public void setWeeColor(int weekBackground, int weekTextColor)
CalendarLayout api
public void expand(); //展开

public void shrink(); //收缩

public boolean isExpand();//是不是展开了
CalendarLayout attrs
<!-- 日历表明方式 -->
<attr name=\"calendar_show_mode\">
      <enum name=\"both_month_week_view\" value=\"0\" /><!-- 默认设置都是有 -->
      <enum name=\"only_week_view\" value=\"1\" /><!-- 仅周主视图 -->
      <enum name=\"only_month_view\" value=\"2\" /><!-- 仅月视图 -->
</attr>

<attr name=\"default_status\">
      <enum name=\"expand\" value=\"0\" /> <!--默认设置展开-->
      <enum name=\"shrink\" value=\"1\" /><!--默认检索-->
</attr>

<attr name=\"calendar_content_view_id\" format=\"integer\" />

<新项目详细地址:https://github.com/Visen123/CalendarView>

Android自定义优雅、性能高效的日历控件

勤奋向前走,理想离你非常近


app:month_view=\"com.yanyiyun.calendarviewproject.simple.SimpleCalendarCardView\"
app:week_view=\"com.yanyiyun.calendarviewproject.simple.SimpleWeekView\"
app:week_bar_view=\"com.yanyiyun.calendarviewproject.EnglishWeekBar\"
操作方法
 <com.yanyiyun.calendarview.CalendarLayout
        android:layout_width=\"match_parent\"
        android:layout_height=\"match_parent\"
        android:orientation=\"vertical\"
        app:default_status=\"shrink\"
        app:calendar_show_mode=\"only_week_view\"
        app:calendar_content_view_id=\"@ id/recyclerView\">

        <com.yanyiyun.calendarview.CalendarView
             android:id=\"@ id/calendarView\"
             android:layout_width=\"match_parent\"
             android:layout_height=\"wrap_content\"
             android:background=\"#fff\"
             app:month_view=\"com.yanyiyun.calendarviewproject.simple.SimpleCalendarCardView\"
             app:week_view=\"com.yanyiyun.calendarviewproject.simple.SimpleWeekView\"
             app:week_bar_view=\"com.yanyiyun.calendarviewproject.EnglishWeekBar\"
             app:calendar_height=\"50dp\"
             app:current_month_text_color=\"#333333\"
             app:current_month_lunar_text_color=\"#CFCFCF\"
             app:min_year=\"2004\"
             app:other_month_text_color=\"#e1e1e1\"
             app:scheme_text=\"假\"
             app:scheme_text_color=\"#333\"
             app:scheme_theme_color=\"#333\"
             app:selected_text_color=\"#fff\"
             app:selected_theme_color=\"#333\"
             app:week_start_with=\"mon\"
             app:week_background=\"#fff\"
             app:month_view_show_mode=\"mode_only_current\"
             app:week_text_color=\"#111\" />

        <android.support.v7.widget.RecyclerView
            android:id=\"@ id/recyclerView\"
            android:layout_width=\"match_parent\"
            android:layout_height=\"match_parent\"
            android:background=\"#d4d4d4\" />
    </com.yanyiyun.calendarview.CalendarLayout>
CalendarView attrs
<declare-styleable name=\"CalendarView\">

        <attr name=\"calendar_padding\" format=\"dimension\" /><!--日历内部结构上下padding-->

        <attr name=\"month_view\" format=\"color\" /> <!--自定类日历月主视图途径-->
        <attr name=\"week_view\" format=\"string\" /> <!--自定类周主视图途径-->
        <attr name=\"week_bar_height\" format=\"dimension\" /> <!--礼拜栏的相对高度-->
        <attr name=\"week_bar_view\" format=\"color\" /> <!--自定类周栏途径,根据自定则 week_text_color week_background xml设置失效,当仍可java api设置-->
        <attr name=\"week_line_margin\" format=\"dimension\" /><!--线框margin-->

        <attr name=\"week_line_background\" format=\"color\" /><!--线条色调-->
        <attr name=\"week_background\" format=\"color\" /> <!--礼拜栏的背景-->
        <attr name=\"week_text_color\" format=\"color\" /> <!--星期栏文字色调-->
        <attr name=\"week_text_size\" format=\"dimension\" /><!--礼拜栏文字尺寸-->

        <attr name=\"current_day_text_color\" format=\"color\" /> <!--今日的文字色调-->
        <attr name=\"current_day_lunar_text_color\" format=\"color\" /><!--今天的农历文字色调-->

        <attr name=\"calendar_height\" format=\"string\" /> <!--日历每项的相对高度,56dp-->
        <attr name=\"day_text_size\" format=\"string\" /> <!--日数文字尺寸-->
        <attr name=\"lunar_text_size\" format=\"string\" /> <!--阴历文字尺寸-->

        <attr name=\"scheme_text\" format=\"string\" /> <!--标识文字-->
        <attr name=\"scheme_text_color\" format=\"color\" /> <!--标识文字色调-->
        <attr name=\"scheme_month_text_color\" format=\"color\" /> <!--标识日数文字色调-->
        <attr name=\"scheme_lunar_text_color\" format=\"color\" /> <!--标识阴历文字色调-->

        <attr name=\"scheme_theme_color\" format=\"color\" /> <!--标识的色调-->

        <attr name=\"selected_theme_color\" format=\"color\" /> <!--选定色调-->
        <attr name=\"selected_text_color\" format=\"color\" /> <!--选定文字色调-->
        <attr name=\"selected_lunar_text_color\" format=\"color\" /> <!--选定阴历文字色调-->

        <attr name=\"current_month_text_color\" format=\"color\" /> <!--现阶段月份的字体颜色-->
        <attr name=\"other_month_text_color\" format=\"color\" /> <!--其他月份的字体颜色-->

        <attr name=\"current_month_lunar_text_color\" format=\"color\" /> <!--现阶段月份阴历节假日日色调-->
        <attr name=\"other_month_lunar_text_color\" format=\"color\" /> <!--其他月份阴历节假日日色调-->

        <!-- 年主视图有关 -->
        <attr name=\"year_view_month_text_size\" format=\"dimension\" /> <!-- 年主视图月份文字大小 -->
        <attr name=\"year_view_day_text_size\" format=\"dimension\" /> <!-- 年主视图月份日期文字大小 -->
        <attr name=\"year_view_month_text_color\" format=\"color\" /> <!-- 年主视图月份字体颜色 -->
        <attr name=\"year_view_day_text_color\" format=\"color\" /> <!-- 年视图日期字体颜色 -->
        <attr name=\"year_view_scheme_color\" format=\"color\" /> <!-- 年主视图标识色调 -->

        <attr name=\"min_year\" format=\"integer\" />  <!--最少年代1900-->
        <attr name=\"max_year\" format=\"integer\" />  <!--较大年代2099-->
        <attr name=\"min_year_month\" format=\"integer\" /> <!--最少年代相匹配月份-->
        <attr name=\"max_year_month\" format=\"integer\" /> <!--较大年代相匹配月份-->

        <!--月主视图是不是可翻转-->
        <attr name=\"month_view_scrollable\" format=\"boolean\" />
        <!--周主视图是不是可翻转-->
        <attr name=\"week_view_scrollable\" format=\"boolean\" />
        <!--年主视图是不是可翻转-->
        <attr name=\"year_view_scrollable\" format=\"boolean\" />

        <!--配备你喜爱的月主视图表明方式模式-->
        <attr name=\"month_view_show_mode\">
             <enum name=\"mode_all\" value=\"0\" /> <!--所有表明-->
             <enum name=\"mode_only_current\" value=\"1\" /> <!--仅显示现阶段月份-->
             <enum name=\"mode_fix\" value=\"2\" /> <!--响应式表明,不容易空出一行,可是会填充-->
        </attr>

        <!-- 自定周开始 -->
        <attr name=\"week_start_with\">
             <enum name=\"sun\" value=\"1\" />
             <enum name=\"mon\" value=\"2\" />
             <enum name=\"sat\" value=\"7\" />
        </attr>

        <!-- 自定挑选方式 -->
        <attr name=\"select_mode\">
              <enum name=\"default_mode\" value=\"0\" />
              <enum name=\"single_mode\" value=\"1\" />
              <enum name=\"range_mode\" value=\"2\" />
        </attr>

        <!-- 当 select_mode=range_mode -->
        <attr name=\"min_select_range\" format=\"integer\" />
        <attr name=\"max_select_range\" format=\"integer\" />
</declare-styleable>
CalendarView api
public void setRange(int minYear, int minYearMonth, int minYearDay,
                     int maxYear, int maxYearMonth, int maxYearDay) ;//置日期范畴

public int getCurDay(); //今日
public int getCurMonth(); //现阶段的月份
public int getCurYear(); //2022年

public boolean isYearSelectLayoutVisible();//年月份挑选主视图是不是开启
public void closeYearSelectLayout();//关掉年月主视图挑选合理布局
public void showYearSelectLayout(final int year); //迅速弹出来年代挑选月份

public void setOnMonthChangeListener(OnMonthChangeListener listener);//月份更改事情

public void setOnYearChangeListener(OnYearChangeListener listener);//年代转换事情

public void setOnCalendarSelectListener(OnCalendarSelectListener listener)//日期挑选事情

public void setOnCalendarLongClickListener(OnCalendarLongClickListener listener);//日时间长按事情

public void setOnCalendarLongClickListener(OnCalendarLongClickListener listener, boolean preventLongPressedSelect);//日时间长按事情

public void setOnCalendarInterceptListener(OnCalendarInterceptListener listener);//日期阻拦和日期实效性制作

public void setSchemeDate(Map<String, Calendar> mSchemeDates);//标识日期

public void update();//动态更新

public Calendar getSelectedCalendar(); //获得挑选的日期

/**
 * 尤其的,假如你必须自定或是应用其他选择符,可以用下列方式 开展和日历连动
 */
public void scrollToCurrent();//翻转到现阶段日期

public void scrollToCurrent(boolean smoothScroll);//翻转到现阶段日期

public void scrollToYear(int year);//翻转到某一年

public void scrollToPre();//滚动到上一个月

public void scrollToNext();//翻转到下一个月

public void scrollToCalendar(int year, int month, int day);//滚动到特定日期

public Calendar getMinRangeCalendar();//得到最少范畴日期

public Calendar getMaxRangeCalendar();//得到较大范畴日期

/**
  * 设定背景颜色
  *
  * @param monthLayoutBackground 月份信用卡的背景颜色
  * @param weekBackground        礼拜栏背景颜色
  * @param lineBg                线的色调
 */
public void setBackground(int monthLayoutBackground, int weekBackground, int lineBg)

/**
  * 设定文字色调
  *
  * @param curMonthTextColor 现阶段月份字体颜色
  * @param otherMonthColor   其他月份字体颜色
  * @param lunarTextColor    阴历字体颜色
 */
public void setTextColor(int curMonthTextColor,int otherMonthColor,int lunarTextColor)

/**
  * 设定挑选的实际效果
  *
  * @param style              选定的style CalendarCardView.STYLE_FILL or CalendarCardView.STYLE_STROKE
  * @param selectedThemeColor 选中的标识色调
  * @param selectedTextColor  选定的字体颜色
 */
public void setSelectedColor(int style, int selectedThemeColor, int selectedTextColor)

/**
  * 设置标记的色
  *
  * @param style           标记的style CalendarCardView.STYLE_FILL or CalendarCardView.STYLE_STROKE
  * @param schemeColor     标记背景色
  * @param schemeTextColor 标记字体颜色
 */
public void setSchemeColor(int style, int schemeColor, int schemeTextColor)

/**
  * 设置礼拜栏的情况和字体颜色
  *
  * @param weekBackground 背景色
  * @param weekTextColor  字体颜色
 */
public void setWeeColor(int weekBackground, int weekTextColor)
CalendarLayout api
public void expand(); //展开

public void shrink(); //收缩

public boolean isExpand();//是不是展开了
CalendarLayout attrs
<!-- 日历表明方式 -->
<attr name=\"calendar_show_mode\">
      <enum name=\"both_month_week_view\" value=\"0\" /><!-- 默认设置都是有 -->
      <enum name=\"only_week_view\" value=\"1\" /><!-- 仅周主视图 -->
      <enum name=\"only_month_view\" value=\"2\" /><!-- 仅月视图 -->
</attr>

<attr name=\"default_status\">
      <enum name=\"expand\" value=\"0\" /> <!--默认设置展开-->
      <enum name=\"shrink\" value=\"1\" /><!--默认检索-->
</attr>

<attr name=\"calendar_content_view_id\" format=\"integer\" />

<新项目详细地址:https://github.com/Visen123/Calenda

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件至 举报,一经查实,本站将立刻删除。

(1)
上一篇 2022年5月7日 上午10:33
下一篇 2022年5月7日 上午10:35

相关推荐

  • 外卖app有哪些,十大外卖平台排名

    对于宅男,宅女和办公室的加班族来说!外卖真的是拯救我们的一大利器,外卖的诞生,让我们有了各种宅下去的理由。不管何时,不管何地,只要你饿了,打开外卖APP就会有送餐小哥把可口的外卖送到你的门前,这种体验真正的感受到了用户就是上帝这句话为什么存在了~同时外卖的诞生,对于上班族来说,每天吃什么也变得多样性起来,想吃什么吃什么,选择性变多了,也更加的适合快节奏的生活。 说起定外卖,也比以前容易的多,以前是…

    2022年6月21日
    880
  • 一键恢复电脑系统软件(一键恢复大师下载)

    当我们遇到一些棘手的电脑问题时,重装系统是干净利落的解决方法之一。不过重装系统涉及繁杂的操作,因此很多人不到万不得已的时候是不会选择它的。其实我们可以像很多品牌电脑一样,在安装好系统后立即进行备份,从而在需要的时候进行快速恢复。以前这样的操作一般都是利用Ghost软件来完成,不过现在我们有了更加方便快捷的选择。 打造一个干净的系统 笔者为了打造一个干净的系统备份,准备首先重装一个全新的Window…

    2022年5月13日
    740
  • 消灭白蚁简单有效方法,找出家里突然出现白蚁的原因

    消灭白蚁简单有效地方法 不管是益虫还是害虫,人类对虫子总有敌对心理。像白蚁这种会破坏人类房屋的虫子,更是招人讨厌。我们人类对付白蚁的办法可是很多的,现在给大家介绍几个靠谱的灭白蚁办法,帮助大家早日摆脱白蚁带来的困扰。 首先,我们要做的就是找到白蚁窝。白蚁的窝一般在阴暗潮湿的角落,例如木头堆、杂货堆等,白蚁的老巢不是那么好找的,知道大概位置是没有用的。夜深人静的时候,在白蚁可能出现的地方仔细听,顺着…

    2022年10月3日
    1190
  • 微信怎么找回删除文件,记住这三个方法立马找回删除文件

    现在有很多小伙伴都会在手机利用微信来帮我们传输一些文件,里面不乏一些重要的文件,要是我们不小心将这些重要的微信文件删除的话,那就不好了。别担心,今天小编将分享几个找回微信中误删文件的小方法,帮大家解决这样的麻烦~ 一、手机找回 1.文件管理器 如果我们想要微信中误删的重要文件,我们其实可以在手机的【文件管理器】中,来找回微信文件。 2.具体操作 我们可以先在手机中打开【文件管理器】,点击【所有文件…

    2022年7月27日
    1220
  • 保健食品许可证办理需要什么手续,保健食品注册申报流程

    北京保健食品经营许可证办理流程: 1、北京市保健‌‌食品卫生许可证申请书一份 2、工商部门名字事先预定的核准通知书或者营业执照以及法人的资格证明 3、经营场所得使用证明(房屋的租凭协议和土地的产权证明)、经营场所的平面图一份 4、企业的卫生管理制度质量证明和人员场地卫生管理制度 5、申请的材料、公章 6、从业人员健康检查证明复印件 7、从业人员保健食品卫生知识培训资料1份 8、药品监督局提供的材料…

    2022年6月21日
    880
  • 企业资质包括哪些内容,企业资质证书审批流程

    一、建筑企业资质的申请,延期的方法及注意事项 1.建筑企业资质的申请 建筑企业资质应当向企业工商注册所在地省、自治区、直辖市人民政府住房城乡建设主管部门提出申请。其中,国务院国有资产管理部门直接监管的建筑企业及其下属一层级的企业,可以由国务院国有资产管理部门直接监管的建筑企业向国务院住房城乡建设主管部门提出申请。国务院住房城乡建设主管部门应当自省、自治区、直辖市人民政府住房城乡建设主管部门受理申请…

    2022年8月30日
    530
  • 家用料理机推荐(分享四款多功能家用料理机)

    自从过了6.1儿童节以后,距离6.18电商购物节越来越近了。面对天猫、京东、苏宁易购和拼多多等电商渠道的疯狂促销,你准备好了没。如果还没准备好,不妨看看6.18“大惠战”预购还是0点抢?四大电商玩法大盘点,让你在电商6.18购物节抢购料理机等产品时更加省时省力省钱。 现如今已到夏天,人体内水分流失较快,容易感觉干渴,此时各种酸甜可口的果汁又成了人们的心头爱。可是,市售果汁的添加剂也是不得不面对的问…

    2022年10月22日
    770
  • 运动耳机哪个牌子好,十大跑步运动耳机品牌推荐

    音乐潮牌酷狗今季新推出的一款运动耳机,拥有着30小时续航、亲肤柔性颈挂,智能磁吸开关、语音点歌和出色音质表现,显然这是为运动人士量身打造的一款产品。而且上市之初即被国际马拉松系列赛事指定为官方推荐耳机,续航能力号称能连续跑完5次马拉松,堪称2019年十佳跑步耳机必选,这就是接下来要给大家介绍的酷狗能量圈长续航耳机。 出色的产品亮点让不少运动爱好者都为之心动,从天猫和京东上首批入手这款耳机的用户评价…

    2022年7月4日
    640
  • 活动方案怎么做吸引人,产品促销活动方案范文

    活动是一个快速拉升特定目标的手段。 一个好的的活动策划,应该得明确目标,找准姿势,创意包装,落实执行,复盘总结。 一、策划一个撩人的活动姿势 一个完整的活动策划方案,它包括活动目的、时间、形式、创意、宣传计划、投入产出、风险控制等等,尽可能的细化。 这次主要给大家分享的是活动目的、活动时间、活动形式、活动创意,把握好这四块,大体的方案就没问题了。 1.活动目的 (1)明确性。活动目的要明确。 (2…

    2022年7月2日
    540
  • 开培训学校需要什么手续营业执照,开培训学校的条件以及具体流程介绍

    办理培训学校办学许可证需要什么手续,首先博艺企业管理来和你了解下那些类型的培训机构需要办理办学许可证。 据《广东省营利性民办学校监督管理实施细则》(教规【2018】4号)规定:面向中小学生开展培训,实施与学校文化教育课程相关或者与升学、考试相关的补习辅导等其他文化教育活动的机构,首先预核机构名称,接着申领办学许可证,最后进行法人登记;面向成年人或艺术、体育、科技、研学类培训机构,无需办学许可证,直…

    2022年5月23日
    940

发表回复

登录后才能评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信