√完了しました! apscheduler python 379812-Apscheduler python github

Filename, size File type Python version Upload date Hashes; Advanced Python Scheduler (APScheduler) is a Python library that lets you schedule your Python code to be executed later, either just once or periodically You can add new jobs or remove old ones on the fly as you please If you store your jobs in a database, they will also survive scheduler restarts and maintain their state Files for restapscheduler, version 014;

Apscheduler 4 0 Progress Tracking Issue 465 Agronholm Apscheduler Github

Apscheduler 4 0 Progress Tracking Issue 465 Agronholm Apscheduler Github

Apscheduler python github

Apscheduler python github-Python中定时任务的解决方案,总体来说有四种,分别是:crontab、 scheduler、 Celery、 APScheduler,其中 crontab不适合多台服务器的配置、scheduler太过于简单、 Celery依赖的软件比较多,比较耗资源。最好的解决方案就是 APScheduler。 APScheduler使用起来十分方便。 Python apscheduler 매달, 매달 특정일, 매일, 매일 특정 시간,분,초 등등 원하는 시간에 python script 를 실행하고 싶을 때 사용합니다 대표적인것으로 schedule 와 apscheduler 가 있는데 apscheduler 사용법

Python Apscheduler Clock Process Crashes Every Time Ittone

Python Apscheduler Clock Process Crashes Every Time Ittone

Python uses APScheduler for timed tasks Keywords Python Qt crontab pip APScheduler is a Python timer task framework based on QuartzTasks based on dates, fixed intervals, and crontab types are provided and can be persistedPython también es apropiado como un lenguaje para extender aplicaciones modificables Este tutorial introduce al lector informalmente a los conceptos básicos y las funcionalidades del lenguaje de programación Python y a su sistema Ayuda a tener un interprete de Python accesible para una experiencia práctica, todos los ejemplos son auto djangoapscheduler Django APScheduler for Scheduler Jobs Advanced Python Scheduler (APScheduler) is a Python library that lets you schedule your Python code to be executed later, either just once or periodically

 APScheduler There are a few Python scheduling libraries to choose from Celery is an extremely robust synchronous task queue and message system that supports scheduled tasks For this example, we're going to use APScheduler, a lightweight, inprocess task scheduler$ python setuppy install APScheduler provides many different ways to configure the scheduler You can use a configuration dictionary or you can pass in the options as keyword arguments You can also instantiate the scheduler first, add jobs and configure the scheduler afterwards APScheduler (advanceded python scheduler)是一款Python开发的定时任务工具。 BackgroundScheduler 在框架程序(如Django、Flask)中使用 AsyncIOScheduler 当你的程序使用

Python apschedulerschedulersasyncioAsyncIOScheduler() Examples The following are 12 code examples for showing how to use apschedulerschedulersasyncioAsyncIOScheduler() These examples are extracted from open source projectsIt only depends on the actual load of the machine By default, APScheduler stores all jobs inmemoryThe python package djangoapscheduler receives a total of 5,658 weekly downloads As such, djangoapscheduler popularity was classified as small Visit the popularity section on Snyk Advisor to see the full health analysis

How To Use Flask Apscheduler In Your Python 3 Flask Application To Run Multiple Tasks In Parallel From A Single Http Request Techcoil Blog

How To Use Flask Apscheduler In Your Python 3 Flask Application To Run Multiple Tasks In Parallel From A Single Http Request Techcoil Blog

Introduction To Apscheduler In Process Task Scheduler With By Ng Wai Foong Better Programming

Introduction To Apscheduler In Process Task Scheduler With By Ng Wai Foong Better Programming

 Advanced Python Scheduler (APScheduler) is a Python library that lets you schedule your Python code to be executed later, either just once or periodically You can add new jobs or remove old ones on the fly as you please If you store your jobs in a database, they will also survive scheduler restarts and maintain their state How to use FlaskAPScheduler in your Python 3 Flask application to run multiple tasks in parallel, from a single HTTP request When you build an API endpoint that serves HTTP requests to work on longrunning tasks, consider using a scheduler Instead of holding up a HTTP client until a task is completed, you can return an identifier for the client to query the task statusPython apscheduler Share Improve this question Follow edited Apr 9 ' at 1221 James asked Feb 8 '17 at 1721 James James 686 1 1 gold badge 7 7 silver badges 18 18 bronze badges 4 Maybe you're using an older version of APScheduler,

Introduction To Apscheduler In Process Task Scheduler With By Ng Wai Foong Better Programming

Introduction To Apscheduler In Process Task Scheduler With By Ng Wai Foong Better Programming

1

1

 FlaskAPScheduler FlaskAPScheduler is a Flask extension which adds support for the APScheduler Features Loads scheduler configuration from Flask configuration Loads job definitions from Flask configuration Allows to specify the hostname which the scheduler will run on Provides a REST API to manage the scheduled jobs Advanced Python Scheduler (APScheduler) is a Python library that lets you schedule your Python code to be executed later, either just once or periodically You can add new jobs or remove old ones on the fly as you please If you store your jobs in a database, they will also survive scheduler restarts and maintain their state When the scheduler is restarted, it will then run allAdvanced Python Scheduler ¶ Advanced Python Scheduler Advanced Python Scheduler (APScheduler) is a Python library that lets you schedule your Python code to be executed later, either just once or periodically You can add new jobs or remove old ones on the fly as you please

Django Apscheduler Pypi

Django Apscheduler Pypi

Detailed Explanation Of Python Timing Framework Apscheduler Principle And Installation Process Develop Paper

Detailed Explanation Of Python Timing Framework Apscheduler Principle And Installation Process Develop Paper

API¶ Trigger alias for add_job() cron class apschedulertriggerscronCronTrigger (year = None, month = None, day = None, week = None, day_of_week = None, hour = None, minute = None, second = None, start_date = None, end_date = None, timezone = None, jitter = None) ¶ Bases apschedulertriggersbaseBaseTrigger Triggers when current time matches all specified timeAPScheduler alternatives and similar packages Based on the "Job Scheduler" category The collection of libraries and resources is based on the Awesome Python List and direct contributions here To add a new package, please, check the contribute section Site Python version py2py3 Upload date Hashes View Filename, size apschedulerui001targz (7491 kB) File type Source Python version None Upload date Hashes View Close Hashes for

Python Programming Apscheduler Youtube

Python Programming Apscheduler Youtube

Detailed Explanation Of Python Timing Framework Apscheduler Principle And Installation Process Develop Paper

Detailed Explanation Of Python Timing Framework Apscheduler Principle And Installation Process Develop Paper

 APSchedulerを使ってみたのでそのメモ。 pythonのAPSchedulerを使うとプログラムを指定した日時に実行したり、一時間おきに実行することが可能になります。 本記事ではAPSchedulerの使い方についてまとめてみます。 関連サイト APSchedulerを使ってみる 1 have issue with conbination latest apscheduler python 35 latest pyinstaller code fragment from apschedulerschedulersbackground import BackgroundScheduler from apschedulertriggersinterval import IntervalTriggerscheduler= BackgrouAPScheduler(Python化的Cron)使用总结 简介 APScheduler全程为Advanced Python Scheduler,是一款轻量级的Python任务调度框架。它允许你像Cr

Python Python Implements Timing Tasks Using The Apscheduler

Python Python Implements Timing Tasks Using The Apscheduler

Apscheduler Alternatives Python Job Scheduler Libhunt

Apscheduler Alternatives Python Job Scheduler Libhunt

 Django APScheduler APScheduler for Django This is a Django app that adds a lightweight wrapper around APScheduler It enables storing persistent jobs in the database using Django's ORM djangoapscheduler is a great choice for quickly and easily adding basic scheduling features to your Django applications with minimal dependencies and veryPython apschedulerschedulersbackgroundBackgroundScheduler() Examples The following are 30 code examples for showing how to use apschedulerschedulersbackgroundBackgroundScheduler() These examples are extracted from open source projects1 APScheduler简介APscheduler全称Advanced Python Scheduler 作用为在指定的时间规则执行指定的作业。 指定时间规则的方式可以是间隔多久执行,可以是指定日期时间的执行,也可以类似Linux系统中Crontab中的方式

Apscheduler 4 0 Progress Tracking Issue 465 Agronholm Apscheduler Github

Apscheduler 4 0 Progress Tracking Issue 465 Agronholm Apscheduler Github

Schedule Icreativesystems Medium

Schedule Icreativesystems Medium

 APScheduler python apscheduler 每两小时执行一次 python apscheduler 每分钟执行 posted @ 07 ThreePointFive 阅读( 6859 ) 评论( 0 ) 编辑 收藏 举报 刷新评论 刷BlockingScheduler is the simplest possible scheduler It runs in the foreground, so when you call start (), the call never returns BlockingScheduler can be useful if you want to use APScheduler as a standalone scheduler (eg to build a daemon) Default executor APScheduler (Python)/ Quartz (Java) help you create timed repetitive execution of programs, These define 'jobs', Have functions to create, read, update, delete those jobs just like a REST CRUD operations on a DB What you need is write a python app that either assumes jobs are present in jobstore

The Architecture Of Apscheduler Enqueue Zero

The Architecture Of Apscheduler Enqueue Zero

1

1

Filename, size rest_apscheduler014targz (61 kB) File type Source Python version None Upload date Hashes View 题目描述 python APScheduler interval 不是立刻执行 题目来源及自己的思路 想用APScheduler做一个间隔时间就执行的爬虫,所以用"interval"方法来控制,运行没问题,但是为什么是先等待间隔的时间再执行,而不是先执行一次再等待间隔的时间Bases apschedulerschedulersblockingBlockingScheduler A scheduler that runs in the background using a separate thread ( start () will return immediately) Extra options daemon Set the daemon option in the background thread (defaults to

Integrating Apscheduler And Django Apscheduler Into A Real Life Django Project By Grant Anderson Medium

Integrating Apscheduler And Django Apscheduler Into A Real Life Django Project By Grant Anderson Medium

Python任务调度模块apscheduler实现定时任务 每日要闻

Python任务调度模块apscheduler实现定时任务 每日要闻

 Pythonと機械学習 Pythonも機械学習も初心者ですが、頑張ってこのブログで勉強してこうと思います。 トップ > Python > APSchedulerFind the best opensource package for your project with Snyk Open Source Advisor Explore over 1 million open source packages python apscheduler Share Follow edited Sep 3 '17 at 1446 dm76 3,9 7 7 gold badges 33 33 silver badges 45 45 bronze badges asked Mar 24 '15 at 101 Troy Troy 195k gold badges 69 69 silver badges 97 97 bronze badges 0 Add a comment 5 Answers Active Oldest Votes 6

Python Timer Apscheduler Programmer Sought

Python Timer Apscheduler Programmer Sought

Detailed Explanation Of Python Timing Framework Apscheduler Principle And Installation Process Develop Paper

Detailed Explanation Of Python Timing Framework Apscheduler Principle And Installation Process Develop Paper

 前言 大家應該都知道在程式語言中,定時任務是常用的一種排程形式,在Python中也湧現了非常多的排程模組,本文將簡要介紹APScheduler的基本使用方法。 一、APScheduler介紹 APScheduler是基於Quartz的一個python定時任務框架,實現了Quartz的所有功能,使用起來十分方便。 > python apscheduler_callbackpy in the worker method def callback_job(*args, **kwargs) # do stuff this way the issue can be cater well and we don't need to communicate from apscheduler and webapp manually using pipe as it needs a lot of implementation Copy linkAPScheduler的全称是Advanced Python Scheduler。它是一个轻量级的 Python 定时任务调度框架。APScheduler 支持三种调度任务:固定时间间隔,固定时间点(日期),Linux 下的 Crontab 命令。同时,它还支持异步执行、后台执行调度任务。 2 安装

Running Python Background Jobs With Heroku Big Ish Data

Running Python Background Jobs With Heroku Big Ish Data

We Don T Run Cron Jobs At Nextdoor By Wenbin Fang Nextdoor Engineering

We Don T Run Cron Jobs At Nextdoor By Wenbin Fang Nextdoor Engineering

 A typical APScheduler instance houses tens of jobs, which execute regular Python functions There is no limit on the number of jobs an APScheduler instance can schedule;

How To Get A Cron Like Scheduler In Python Finxter

How To Get A Cron Like Scheduler In Python Finxter

How To Install Python3 Apscheduler On Ubuntu 16 10 Yakkety Yak

How To Install Python3 Apscheduler On Ubuntu 16 10 Yakkety Yak

Apscheduler Opens More Threads Stack Overflow

Apscheduler Opens More Threads Stack Overflow

Python Apscheduler Clock Process Crashes Every Time Ittone

Python Apscheduler Clock Process Crashes Every Time Ittone

Take 10 Minutes To Thoroughly Learn The Python Timed Task Framework Apscheduler Programmer Sought

Take 10 Minutes To Thoroughly Learn The Python Timed Task Framework Apscheduler Programmer Sought

Neelabalan Using Apscheduler For Scheduling Periodic Tasks

Neelabalan Using Apscheduler For Scheduling Periodic Tasks

Introduction To Apscheduler In Process Task Scheduler With By Ng Wai Foong Better Programming

Introduction To Apscheduler In Process Task Scheduler With By Ng Wai Foong Better Programming

Hashing Apscheduler Jobs Enqueue Zero

Hashing Apscheduler Jobs Enqueue Zero

Feature Allow Manual Selection Of Apscheduler Scheduler Backend E G For Better Twisted Compatibility Issue 2304 Python Telegram Bot Python Telegram Bot Github

Feature Allow Manual Selection Of Apscheduler Scheduler Backend E G For Better Twisted Compatibility Issue 2304 Python Telegram Bot Python Telegram Bot Github

Python Learning Tutorial The Principle And Usage Of The Timing Library Apscheduler Programmer Sought

Python Learning Tutorial The Principle And Usage Of The Timing Library Apscheduler Programmer Sought

Apscheduler In Python Python User Guide Guide

Apscheduler In Python Python User Guide Guide

Python Timing Task Framework Apscheduler Source Code Analysis 3 Programmer Sought

Python Timing Task Framework Apscheduler Source Code Analysis 3 Programmer Sought

Introduction To Apscheduler In Process Task Scheduler With By Ng Wai Foong Better Programming

Introduction To Apscheduler In Process Task Scheduler With By Ng Wai Foong Better Programming

Apscheduler Githubmemory

Apscheduler Githubmemory

Apscheduler

Apscheduler

Github Agronholm Apscheduler Task Scheduling Library For Python

Github Agronholm Apscheduler Task Scheduling Library For Python

Python Timer Apscheduler Programmer Sought

Python Timer Apscheduler Programmer Sought

Scheduling Tasks Using Apscheduler In Django Dev Community

Scheduling Tasks Using Apscheduler In Django Dev Community

How To Repeatedly Run A Python Script From Another Python Script Stack Overflow

How To Repeatedly Run A Python Script From Another Python Script Stack Overflow

Opensuse Software

Opensuse Software

Python Learning Tutorial The Principle And Usage Of The Timing Library Apscheduler Programmer Sought

Python Learning Tutorial The Principle And Usage Of The Timing Library Apscheduler Programmer Sought

Apscheduler Case Sharing For The Python Timed Task Framework

Apscheduler Case Sharing For The Python Timed Task Framework

Apscheduler Flask Apscheduler Tutorial

Apscheduler Flask Apscheduler Tutorial

Python Programming Apscheduler Youtube

Python Programming Apscheduler Youtube

Project Curacao Software System Part 6 Switchdoc Labs Blog

Project Curacao Software System Part 6 Switchdoc Labs Blog

How To Use Flask Apscheduler In Your Python 3 Flask Application To Run Multiple Tasks In Parallel From A Single Http Request Techcoil Blog

How To Use Flask Apscheduler In Your Python 3 Flask Application To Run Multiple Tasks In Parallel From A Single Http Request Techcoil Blog

Python任务调度利器之apscheduler详解 Python 脚本中心 编程客栈

Python任务调度利器之apscheduler详解 Python 脚本中心 编程客栈

Integrating Flask Apscheduler With Flask Migrate And Flask Script Stack Overflow

Integrating Flask Apscheduler With Flask Migrate And Flask Script Stack Overflow

We Don T Run Cron Jobs At Nextdoor By Wenbin Fang Nextdoor Engineering

We Don T Run Cron Jobs At Nextdoor By Wenbin Fang Nextdoor Engineering

Python Timing Task Framework Source Code Analysis Of Apscheduler 2 Develop Paper

Python Timing Task Framework Source Code Analysis Of Apscheduler 2 Develop Paper

Detailed Explanation Of Python Timing Framework Apscheduler Principle And Installation Process Develop Paper

Detailed Explanation Of Python Timing Framework Apscheduler Principle And Installation Process Develop Paper

Advanced Python Scheduler Apscheduler Python Schedule

Advanced Python Scheduler Apscheduler Python Schedule

Python 定时任务apscheduler 凌的博客

Python 定时任务apscheduler 凌的博客

Apscheduler Documentation Pdf Free Download

Apscheduler Documentation Pdf Free Download

Apscheduler Documentation Read The Docs Documentation Release 3 5 0 Post9 Advanced Python Scheduler This Call Will Return Immediately And You Can Continue The Initialization

Apscheduler Documentation Read The Docs Documentation Release 3 5 0 Post9 Advanced Python Scheduler This Call Will Return Immediately And You Can Continue The Initialization

Adds Apscheduler Support To Flask

Adds Apscheduler Support To Flask

Introduction To Apscheduler In Process Task Scheduler With By Ng Wai Foong Better Programming

Introduction To Apscheduler In Process Task Scheduler With By Ng Wai Foong Better Programming

Q Tbn And9gcrwhsjinbpa9kska9nj9va S5klk5zbprwnbwvi7f Bxhtgwo3r Usqp Cau

Q Tbn And9gcrwhsjinbpa9kska9nj9va S5klk5zbprwnbwvi7f Bxhtgwo3r Usqp Cau

Apscheduler In Django Rest Framework Mindbowser

Apscheduler In Django Rest Framework Mindbowser

How To Solve The Problem That Apscheduler S Scheduled Tasks Restart Automatically Resulting In The Fixed Point Execution Tasks Not Being Completed Ddcode

How To Solve The Problem That Apscheduler S Scheduled Tasks Restart Automatically Resulting In The Fixed Point Execution Tasks Not Being Completed Ddcode

Incorrect Run Date Timezone For Apscheduler Stack Overflow

Incorrect Run Date Timezone For Apscheduler Stack Overflow

Build A Data Collection App On The Cloud For Your Next Time Series Data Science Project By Kevin C Lee Towards Data Science

Build A Data Collection App On The Cloud For Your Next Time Series Data Science Project By Kevin C Lee Towards Data Science

Python Tips Apscheduler Peakd

Python Tips Apscheduler Peakd

Django Apscheduler Job Hang Up Without Error Stack Overflow

Django Apscheduler Job Hang Up Without Error Stack Overflow

Scheduler App Maestro Server Cloud Inventory 0 1 Documentation

Scheduler App Maestro Server Cloud Inventory 0 1 Documentation

Advanced Python Scheduler Apscheduler 3 3 1 Post1 Documentation Apscheduler Readthedocs Io

Advanced Python Scheduler Apscheduler 3 3 1 Post1 Documentation Apscheduler Readthedocs Io

Detailed Explanation Of Python Timing Framework Apscheduler Principle And Installation Process Develop Paper

Detailed Explanation Of Python Timing Framework Apscheduler Principle And Installation Process Develop Paper

Apscheduler Ui By Cynthia Sanchez On Dribbble

Apscheduler Ui By Cynthia Sanchez On Dribbble

Django Apscheduler Pypi

Django Apscheduler Pypi

Python实用模块之apscheduler How To Use Apscheduler Youtube

Python实用模块之apscheduler How To Use Apscheduler Youtube

Django Apscheduler Pypi

Django Apscheduler Pypi

Introduction To Apscheduler In Process Task Scheduler With By Ng Wai Foong Better Programming

Introduction To Apscheduler In Process Task Scheduler With By Ng Wai Foong Better Programming

1

1

Python 库apscheduler 中时区的问题 Naonao Blog

Python 库apscheduler 中时区的问题 Naonao Blog

Python Programming Apscheduler Youtube

Python Programming Apscheduler Youtube

Python Programming Apscheduler Youtube

Python Programming Apscheduler Youtube

Use Of Apscheduler In Python Timing Framework

Use Of Apscheduler In Python Timing Framework

How To Use Flask Apscheduler In Your Python 3 Flask Application To Run Multiple Tasks In Parallel From A Single Http Request Techcoil Blog

How To Use Flask Apscheduler In Your Python 3 Flask Application To Run Multiple Tasks In Parallel From A Single Http Request Techcoil Blog

Github Rashkur Rms Remote Task Scheduler Executor Written In Python

Github Rashkur Rms Remote Task Scheduler Executor Written In Python

Apscheduler Documentation Pdf Free Download

Apscheduler Documentation Pdf Free Download

Python Programming Apscheduler Youtube

Python Programming Apscheduler Youtube

Github Devchandansh Django Apscheduler Django Apscheduler For Scheduler Jobs Advanced Python Scheduler Apscheduler Is A Python Library That Lets You Schedule Your Python Code To Be Executed Later Either Just Once Or Periodically

Github Devchandansh Django Apscheduler Django Apscheduler For Scheduler Jobs Advanced Python Scheduler Apscheduler Is A Python Library That Lets You Schedule Your Python Code To Be Executed Later Either Just Once Or Periodically

Epagsqytnztc0m

Epagsqytnztc0m

Feature Apscheduler Should Be Optional Dependency Issue 2257 Python Telegram Bot Python Telegram Bot Github

Feature Apscheduler Should Be Optional Dependency Issue 2257 Python Telegram Bot Python Telegram Bot Github

Github Agronholm Apscheduler Task Scheduling Library For Python

Github Agronholm Apscheduler Task Scheduling Library For Python

No Trigger By The Name Interval Was Found Issue 124 Viniciuschiele Flask Apscheduler Github

No Trigger By The Name Interval Was Found Issue 124 Viniciuschiele Flask Apscheduler Github

Pin By Narasimha On Python Incoming Call Incoming Call Screenshot

Pin By Narasimha On Python Incoming Call Incoming Call Screenshot

Apscheduler Backgroundscheduler Apscheduler Decorator

Apscheduler Backgroundscheduler Apscheduler Decorator

Django Apscheduler Githubmemory

Django Apscheduler Githubmemory

Python Create Scheduled Jobs On Django By Oswald Rijo Medium

Python Create Scheduled Jobs On Django By Oswald Rijo Medium

Detailed Explanation Of Python Timing Framework Apscheduler Principle And Installation Process Develop Paper

Detailed Explanation Of Python Timing Framework Apscheduler Principle And Installation Process Develop Paper

Detailed Explanation Of Python Timing Framework Apscheduler Principle And Installation Process Develop Paper

Detailed Explanation Of Python Timing Framework Apscheduler Principle And Installation Process Develop Paper

Using Apscheduler In A Distributed Scenario Programmer Sought

Using Apscheduler In A Distributed Scenario Programmer Sought

Apscheduler Documentation Pdf Free Download

Apscheduler Documentation Pdf Free Download

Introduction To Apscheduler In Process Task Scheduler With By Ng Wai Foong Better Programming

Introduction To Apscheduler In Process Task Scheduler With By Ng Wai Foong Better Programming

Apscheduler 사용기

Apscheduler 사용기

Apscheduler Advanced Python Scheduler Apscheduler Biblioteka W Pythonie

Apscheduler Advanced Python Scheduler Apscheduler Biblioteka W Pythonie

Deploying Flask App Deploying Flask App For Telegram Bot On Heroku Coding Blocks Discussion Forum

Deploying Flask App Deploying Flask App For Telegram Bot On Heroku Coding Blocks Discussion Forum

Apscheduler Case Sharing For The Python Timed Task Framework

Apscheduler Case Sharing For The Python Timed Task Framework

Blog Olirowan

Blog Olirowan

Writing A Simple Scheduling Service With Apscheduler By Chetan Mishra Medium

Writing A Simple Scheduling Service With Apscheduler By Chetan Mishra Medium

Django Apscheduler Angularjs Freelancer

Django Apscheduler Angularjs Freelancer

Hang Caused By Basic Flask Application Layout When Using A Jobstore Flask Apscheduler

Hang Caused By Basic Flask Application Layout When Using A Jobstore Flask Apscheduler

Why Apscheduler Does Not Work For My Flask Application Hosted On Azure Taking Into Account That When It Runs On My Localhost Everything Runs Smoothly Azure

Why Apscheduler Does Not Work For My Flask Application Hosted On Azure Taking Into Account That When It Runs On My Localhost Everything Runs Smoothly Azure

Incoming Term: apscheduler python, apscheduler python example, apscheduler python cron, apscheduler python interval, apscheduler python install, apscheduler python tutorial, apscheduler python github, apscheduler python 2.7, apscheduler python flask, apscheduler python not running,

0 件のコメント:

コメントを投稿

close