![影片讀取中](/images/youtube.png)
... <看更多>
Search
#1. Linux 設定crontab 例行性工作排程教學與範例 - GT Wang
本篇介紹如何在Linux 系統上使用 crontab 工作排程,設定讓系統定時自動 ... 住,建議在編輯 crontab 時,可以將以下的註解貼在設定檔內,方便參考。
#2. crontab 使用格式說明
Linux/Unix 系統有個crontab 程式是用來讓系統各使用者自行設定在需要的時間, ... ( # 號在UNIX 下都是註解的意思) 以下檔案為( /usr/spool/cron/crontab/bbsuser 這 ...
#3. Crontab 檔範例
crontab.sample: # 要併入在root crontab 工作中的範例crontab 檔。 ... 關於crontab 檔案格式的註解: # # 每一個crontab 檔案項目都是由具有六個欄位(以空格及跳格字 ...
#4. Linux 排程工作-- Crontab - Linux 技術手札
然後crontab 會開啟文字編輯器(一般是vi 或vim), 跟其他shell script 一般, 以“#” 字符開頭的行為註解, 不用理會。 Crontab 的格式分為6 個欄位的資料 ...
包括了crontab 與at 這兩支程式啦! ... 01 * * * * root run-parts /etc/cron.hourly:在註解符號#run-parts 這一行以後的命令,我們可以發現,五個 ...
「系統循環性工作」的設定檔在/etc/cron或者是/etc/crontab;「使用者循環性工作」的 ... 井字號#之後的文字是註解,對循環性工作的設定毫無影響。
#7. cron jobs crontab 排程教學 - Puritys Blog
Linux Cron 指令 · Cron 語法介紹 · Cron 範例( Example ) · start cron · 如何讓cron job 自動SCP 備份資料 · sleep 一段時間 · 回應(Leave a comment).
通過crontab 命令,我們可以在固定的間隔時間執行指定的系統指令或shell script腳本。 ... 註解. 最好在crontab文件的每一個條目之上加入一條註釋,這樣就可以知道它的 ...
Crontab 註解,註解不可與指令同行,否則會被當做指令的一部份,註解必須在新的一行,空白行則會被忽略掉。 2. ... 注解. 最好在crontab文件的每一个条目之上加入一条...
#10. 用Cron 幫網站寫備份腳本吧 - Noob's Space
Cron 是個好用的Linux 工具,可以用來定期自動化許多工作,就像Windows 的排程管理員一樣。 ... 和大部分的設定檔一樣, # 開頭都是註解的意思。
#11. 用Cron 幫網站寫備份腳本吧
Cron 是個好用的Linux 工具,可以用來定期自動化許多工作,就像Windows 的排程管理員一樣。透過Cron,可以輕鬆幫 ... 和大部分的設定檔一樣, # 開頭都是註解的意思。
#12. 在aiForge上使用crontab排程任務
“在aiFoge上使用crontab排程任務” is published by Yanwei Liu. ... crontab -l #查看目前有在GCP排程的程式 ... 輸入crontab -e後,先刪除所有註解再進行以下步驟
#13. Linux Crontab自動化排程,執行Python/R程式 - ARON HACK ...
你可以使用#在Crontab中寫註解寫註解。為避免編碼錯誤,路徑與檔案名稱盡量避免使用中文。 存檔. 編輯完成後,按Esc退出Insert/Replace,並 ...
#14. cron(crontab) - Linux常用指令#01
cron (crontab) – Linux常用指令#01. 2017-08-21 2020-04-18 Andy Wang 1 Comment CentOS, cron, Linux. 想要讓Linux定期幫你自動執行處理例行公事?
#15. Can you have a multi-line comment a crontab - Server Fault
Lines whose first non-space character is a pound-sign (#) are comments, and are ignored. Note that comments are not allowed on the same line as cron commands, ...
#16. [Mac/Linux] 到crontab guru 網站驗證crontab 寫法 - EPH 的 ...
[Mac/Linux] 到crontab guru 網站驗證crontab 寫法. 2021-03-02 ephrain Comments 0 Comment · Facebook Twitter Email Line ...
#17. Syntax of crontab File Entries
Use a comment mark (#) at the beginning of a line to indicate a comment or a blank line. For example, the following crontab command entry displays a reminder in ...
#18. linux 注释crontab文件_yuan882696yan的专栏 - CSDN博客
原来,在Linux下写了很多crontab,来定时执行某些任务,今天有个需求,是要注释某些c.
#19. Ubuntu 排程設定:Crontab 排程使用教學 - JQnets 甲寬網路科技
在linux系統中,如ubuntu,cron 排程的資料是存在/etc/crontab 中,我們可以直接輸入sudo nano /etc/crontab 進行編輯。 1. Linux Cron 指令.
#20. remove cron jobs along with their comment, environment ...
You would be well advised to use Puppet to remove the crontab entries that were created by Puppet. If you have to do it via a manual-ish ...
#21. Python CronTab.find_comment方法代碼示例- 純淨天空
如果您正苦於以下問題:Python CronTab.find_comment方法的具體用法? ... job = cron.new(command=command, comment=comment) job.every_reboot() cron.write() if ...
#22. 定時任務Quartz @Scheduled注解中的cron運算式詳解示例
定時任務Quartz @Scheduled注解中的cron運算式詳解示例. ... Cron運算式對特殊字符的大小寫不敏感,對代表星期的縮寫英文大小寫也不敏感, ...
#23. 章11. 設定與調校
在某些情況更適合使用cron(8) 來啟動系統服務,由於cron(8) 會使用crontab(5) 的 ... 註解不可與指令同行,否則會被當做指令的一部份,註解必須在新的一行,空白行則 ...
#24. 在Linux中用指令新增排程/ How to Create a Cron Job via Shell ...
如果指令沒有在crontab中,那才加入指令。 做法如下: bash LIST=`crontab -l` SOURCE="/root/backup-zentyal.sh"
#25. [Freebsd] 使用者的定時排程crontab @新精讚
# 這行是註解,在crontab 中的註用用'#' 放在每一行的開頭。 1 0 * * * /bin/sh ~/cron/daily.sh
#26. Hyperf/Crontab 元件原始碼解析 - IT人
在入口檔案hyperf.php 框架會例項化一個Hyperf\Framework\ApplicationFactory 例項,同時會掃描一遍所有帶@Command 註解或者定義了commands 配置的 ...
#27. Can I add comments to each entries in crontab after a crontab ...
We have bunch of crontab entries in crontab file. some of them are commented out temporarily. Is it possible to add a comment at the entry as the reason for ...
#28. Anacron (排程工具) — Gandi Documentation 說明文件
為什麼使用anacron 而非cron? ... Gandi Simple Hosting 沒有支援原生的Unix/Linux 排程工具Cron。 ... 使用# 開頭的行將被視為註解,多寫註解是好事!
#29. linux crontab spring註解@Scheduled - 台部落
linux crontab 轉自:https://www.cnblogs.com/juandx/archive/2015/11/24/4992465.html 基本格式: *****command 分時日月周命令第.
#30. 你能对crontab进行多行注释吗 - QA Stack
[Solution found!] crontab文件中唯一允许的注释字符是#。因此,您需要执行以下操作: # This is line 1 # This is line 2 0 0 * * *…
#31. linux中crontab的用法,shell實現定時任務- IT閱讀
corntab -i:刪除使用者的crontab檔案,不提示。crontab -ri:是刪除使用者的Crontab ... spring boot 通過spring 中的@Scheduled註解實現定時任務 ...
#32. Spring 註解@Scheduled(cron = "0 0/10 * * * ? ") 任務排程動態 ...
標籤:config running conf rar spring enables 需要 ota 任務排程. 不需要重啟應用就可以動態的改變Cron表示式的值 import java.util.Date; import org.slf4j.
#33. 深入淺出Crontab 格式
深入淺出Crontab 格式###### tags: `crontab`, `cronjob` ## Case study * Case one https://crontab.gu.
#34. 有定時的地方(crontab,quartz)就有cron表達式 - 每日頭條
介紹cron表達式用到的地方非常多,比如:linux的crontab,quartz,以及分布式調度 ... 首先通過配置類註解@EnableScheduling來開啟對計劃任務的支持。
#35. cygwin 安裝crontab 步驟 - 拉不拉多的夢幻世界
註解 $ 為指令# 是註解基本上是兩個步驟:1. 安裝cron service, 2. 設定crontab 1 安裝開一個cygwin shell $ cron-config 2 設定 c.
#36. Spring定時任務之@Scheduled註解(cron表示式詳解)
本文轉自點選開啟連結一個cron表示式有至少6個(也可能7個)有空格分隔的時間元素。 按順序依次為1 秒(0~59) 2 分鐘(0~59) 3 小時(0~23) 4 ...
#37. Re: [問題] crontab 裡面的某些設定沒加到註解? - 看板PttBug - 批踢踢 ...
標題Re: [問題] crontab 裡面的某些設定沒加到註解? 時間Mon May 22 08:34:49 2017. 另外每天5:30 砍除ALLPOST 板上文章的排程# 每日砍除ALLPOST #30 5 * * * /bin/rm ...
#38. Spring中定时任务@Schedule注解的使用- SegmentFault 思否
注意需要配合@EnableScheduling使用,配置@Scheduled主要有三种配置执行时间的方式,cron,fixedRate,fixedDelay。它的配置一共有8个参数。
#39. crontab - camel 's blog
在ubuntu 中,我們若需要建立定時的排程工作時(如:定時備份),可以使用crontab 加入例行性排程,系統將會會定時執行相對應的工作。
#40. xk-time 0.0.7 發布,Java 時間工具包,新增Cron 表達式工具
Cron 表達式工具CronExpressionUtil ,讓編寫和驗證cron 表達式更加 ... 在Spring Boot 框架中cron 表達式主要配合@Scheduled 註解在應用程式中使用。
#41. Qu'est-ce que Cron et comment fonctionne-t-il - SMA ...
To understand Cron Jobs, we must first understand the crontab. The operating system uses the crontab to schedule all sorts of tasks. It lives in ...
#42. 11.6 設定cron
Because of the system crontab, there is usually no need to create a user crontab for root. Let us take a look at the /etc/crontab file (the system crontab):
#43. spring注解@Scheduled中fixedDelay、fixedRate和cron表达式 ...
spring注解@Scheduled中fixedDelay、fixedRate和cron表达式的区别,添加task定时任务的xml文件,配置在spring文件中@Scheduled注解可以控制方法定时 ...
#44. @Scheduled注解的cron表达式的值从yml读取 - 360doc个人 ...
在@Scheduled注解中引用: @Scheduled(cron = "${blog.sche.cron}"). 可以直接读取yml文件中的值,不需要配置config类 ...
#45. [QUESTION] crontab配置文件不生效,只有注解生效? #3202
容器使用最新的hyperf版本定时任务文件crontab.php return [ 'enable' => true, (new Crontab())->setName('Test')->setRule('*/5 ...
#46. spring schedule 設定多工動態cron 【增刪啟停】 - tw511教學網
Spring Task:Spring提供的一個任務排程工具,支援註解和組態檔形式,支援Cron表示式,使用簡單但功能強大。 Quartz:一款功能強大的任務排程器,可以實現 ...
#47. Dyskusja:Cron with Unix or Linux – MoodleDocs
Since wget is being used to run the cron.php script anyway, you can really run this ANYWHERE. Brought this comment from 2.0 Cron comment page.
#48. spring注解@Scheduled(cron = "0 0 1 * * *")实现定时的执行任务
Scheduled(cron = "0 0 1 * * *") 在使用该注解以前请做好以下准备工作,配置好相.
#49. 关于Spring的定时注解@Schedule的使用及Cron表达式_正儿八 ...
2.1、直接在定时器类上添加@Configuration、@EnableScheduling注解,标注这个类是配置文件,并开启定时开关 2.2、给要定时执行方法上添加@Scheduled(cron = "0 0 0 ...
#50. SpringBoot 定时器注解版的使用@Scheduled(cron = “0 0 0 * * * “)
SpringBoot 定时器注解版的使用@Scheduled(cron = “0 0 0 * * * “),灰信网,软件开发博客聚合,程序员专属的优秀博客文章阅读平台。
#51. spring定时任务(@Scheduled注解)cron表达式详解
转载自:https://www.cnblogs.com/rinack/p/6768032.html cron表达式详解:一个cron表达式有至少6个(也可能7个)有空格分隔的时...,CodeAntenna技术文章技术问题代码 ...
#52. php – Laradock – 使用crontab 自動執行會出現exec: composer
如果是還沒Build 專案. 首先Laradock 的專案資料夾會看到workspace/crontab/laradock,已經寫好了每分鐘執行php artisan,把它註解 ...
#53. K57232402: Example cron job to write date stamp to the F5 to ...
Once testing is complete, delete the newly added cron job task comment the line by adding ' #' in front of the line to avoid filling up the ...
#54. [問題]請問crontab排程備份的問題 - 酷!學園
掛載上來的samba share 就不行。可以改用smbclient. 或是不要用samba, 改用普通的ext2/ext3 filesystem 就可以。 ... 中有pam_limits.so 中的那一行註解掉。
#55. ansible.builtin.cron – Manage cron.d and crontab entries
When environment variables are managed, no comment line is added, but, when the module needs to find/check the state, it uses the “name” parameter to find the ...
#56. How do you comment a cron job in UNIX? - OS Today
How do I comment multiple lines in crontab? · First, press ESC. · Go to the line from which you want to start commenting. … · use the down arrow to select multiple ...
#57. cron [Wiki ubuntu-fr]
Comment fonctionne Cron ? Les tâches planifiées cron sont définies au niveau du système dans le fichier /etc/crontab et dans le dossier /etc/cron.d/
#58. Crontab 設定環境變數 - 老洪的IT 學習系統
常常遇到一種狀況,設定crontab 時,手動測試都正常,但是擺到cron 就有問題. 大多數是出在環境變數,特別是PATH 的問題. 其實只要簡單的在最前面加上以下語法即可.
#59. Crontab 無法為指定的工作階段製作/移除項目
Ubuntu 18.04的Docker上發生的問題,Crontab無法運作且在/var/log/syslog會[…] ... session required pam_env.so // <====這一行註解起來
#60. 定时任务- 《Hyperf v2.0 开发文档》 - 书栈网
通过 @Crontab 注解可以快速完成对一个任务的定义,以下的定义示例与配置文件定义所达到的目的都是一样的。定义一个名为 Foo 每分钟执行一次 ...
#61. Comment utiliser Cron pour automatiser les tâches sur Ubuntu ...
Comprendre comment Cron fonctionne. Les Cron jobs sont enregistrés et gérés dans un fichier spécial appelé crontab . Chaque profil d'utilisateur ...
#62. comment out a cron job as part of a script - The UNIX and ...
If the job exists, I need to comment it out. I know I will need to copy off the crontab then read it back in, but I am struggling on commenting the job out ...
#63. Comment écrire une tâche cron et les gérer côté serveur chez ...
Chaque site de Kinsta fonctionne dans un conteneur privé avec sa propre crontab. Nous permettons aux utilisateurs d'ajouter des tâches cron ...
#64. The Format of the crontab File - Burleson Consulting
It is also possible to document crontab entries with comments. Anything on a line after a pound sign (#) is considered a comment and will be ignored. Placing a ...
#65. 使用CronJob 运行自动化任务
旧的Kubernetes 版本不支持 batch/v1 CronJob API。 你可以利用CronJobs 执行基于时间调度的任务。这些自动化任务和Linux 或者Unix 系统的Cron 任务类似。 CronJobs 在创建 ...
#66. python crontab remove_all(comment="Minute*")
Does anyone know if there's a way to remove a cronjob based on a comment with a wildcard in it? I'm using python-crontab.
#67. Linux tips for using cron to schedule tasks | Opensource.com
The cron system itself monitors crontabs and ensures that any job listed in a crontab is executed at its specified time. Edit cron settings. You ...
#68. crontab - npm
crontab. TypeScript icon, indicating that this package has built-in type declarations. 1.4.2 • Public • Published 3 months ago.
#69. [轉] 設定Crontab 指定收件人或不自動寄信
由於今天遇到freebsd內的排程一直在丟出訊息 由於主要負責人請休假,當下是先將該排程註解掉 等負責人回來後再討論要怎麼處理這隻程式造成的問題
#70. Crontab comment - Code Helper
Answers for "Crontab comment" ... Crontab sudo command ... put into roots crontab will be run with elevated priviliges sudo crontab -e //Note: You shouldn't ...
#71. 處理程序- 運籌帷握
使用者的名稱有在檔案/usr/sbin/cron.d/at.allow 中出現者才可使用at 指令。 ... 為命令的標準輸入,若檔案file 內有'#' 符號出現在行的最前端,則表示此行為註解行。
#72. How to remove or delete single cron job using linux command?
Replace the number 2 by the line number of your choice, or remove it altogether to comment out all the jobs. It can be programmatically called via a cron job ...
#73. comment out crontab Code Example
Shell/Bash queries related to “comment out crontab”. how to comment crontab in linux · cron job comment · crontab comment out ...
#74. How to Stop a Currently Running Cron Job? | Comment a ...
Let us learn how to comment out and stop a currently runnning cron job in linux in this short tutorial. Comment a Cron Job in Crontab:
#75. Cron - Wikipédia
cron est un programme qui permet aux utilisateurs des systèmes Unix d'exécuter automatiquement des scripts, des commandes ou des logiciels à une date et une ...
#76. How to Comment out a line in a Crontab on Linux
crontab -e. Now to get to the point of this article, how would you temporarily disable a line/command without deleting the line?
#77. Crontab comments on same line as job seem to cause issues
Can you put a comment on the same line as a cron job? ... I tried it on a working crontab on an Ubuntu system and it stopped processing crobjobs. Nothing in /var/ ...
#78. Help – need to comment out crontab entry from shell script
Anyone have a solution to altering crontab from within a Korn shell script (or other scripting language). Any help would be appreciated.
#79. FREEBSD Crontab not work. | 蝸牛總是想落跑
An additional technique to help with debugging and running cron jobs: Take whatever program you run, and wrap it in a shell script.
#80. Cron Job : Un guide complet pour les débutants 2021
Comment écrire correctement la syntaxe cron. Comme mentionné précédemment, un fichier crontab comporte cinq champs – chaque champ est représenté ...
#81. @Schedule注解中的Cron表达式读取properties的方法 - BBSMAX
datasync.cron=0 */10 * * * ? 2、定时任务类增加PropertySource注解:. @PropertySource("classpath:/xxxx ...
#82. Scheduled注解的cron表达式的值从yml读取 - 代码先锋网
在yml文件中配置cron表达式的值:. blog: sche: cron: 0 0/1 * * * ? 在@Scheduled注解中引用: @Scheduled(cron = "${blog.sche.cron}"). 可以直接读取yml文件中的 ...
#83. 20个有用的crontab实例Crontab in Linux with 20 Useful ...
20 Useful Crontab Examples: 1. Schedule a cron to execute at 2am daily. This will be useful for scheduling database backup on daily basis.
#84. salt.states.cron - SaltStack
Then the existing cron will be updated, but if the cron command is changed, then a new cron job will be added to the user's crontab. The current behavior is ...
#85. Resource Type: cron - Puppet
While the name of the cron job is not part of the actual job, the name is stored in a comment beginning with # Puppet Name: . These comments are used to match ...
#86. Linux : comment modifier la crontab d'un autre utilisateur - IT ...
Dans ce tutoriel, nous allons voir comment modifier la crontab d'un autre utilisateur sous Linux, une astuce très simple mais bien pratique ...
#87. Cron Explained - Visual Studio Marketplace
Show code lens action to make inserting explanation as comment easier. code-lens. Save as comment. Command allowing you add an inline comment ...
#88. crontab comment example | Newbedev
Example: crontab comment # This is a comment 0 0 * * * /usr/bin/magiccronjob.
#89. Scheduling Jobs with python-crontab - Stack Abuse
Here, my command defines the task to be executed via the command line. We can also add a comment to our task. The syntax is as follows: cron.new ...
#90. How to comment cron job? - Web Hosting Talk
How to comment cron job? - How do I comment a cron task? I want to keep the command but do not want to remove them.
#91. How to pass arguments to shell script in crontab
Article Tags : Picked · Shell Script · Linux-Unix. Improve Article. Report Issue. Writing code in comment?
#92. Working with Crontab Files - Virtual-DBA
Retrieved January 4, 2019, from https://linux.die.net/man/5/crontab. Submit a Comment Cancel reply. Your email address will not be published.
#93. Running a Command on a Schedule - Onion Omega2 ...
On the Omega, cron runs as a daemon and monitors the crontab , a file that lists commands ... Make sure you have this comment at the end of your crontab.
#94. Comment créer un CronTab soit une tâche programmée sur ...
#95. Bad minute crontab error | Cronitor
Other than blank lines and environment variables, every line must be a comment (beginning with # ) or begin with a valid cron job schedule expression. The first ...
#96. 任务组件 - Swoft
声明需要运行的方法,如果没有使用此注解,则该方法不会被运行。 参数. value 任务的 Crontab 表达式,支持到秒. 使用示例: @Cron("* * * * * *") 、 @Cron(value="* ...
#97. Cumulated Index Medicus
Cronk QC see Möller M Cromwick AM see Ashby RD Gastroenterology 1998 Jun ; 114 ( 6 ) : 1339-41 Cronkey EA see Coll JM Cron C see Cron JP Cronin C see Singer ...
#98. automatisez les tâches de votre Linux/macOS grâce au cron
Le cron, par la pratique ... Attrapez un terminal (Ctrl+Alt+T sous Ubuntu, ou cherchez-le dans vos applications) et faites crontab -e pour ...
crontab註解 在 Re: [問題] crontab 裡面的某些設定沒加到註解? - 看板PttBug - 批踢踢 ... 的必吃
另外 每天 5:30 砍除 ALLPOST 板上文章的 排程
# 每日砍除 ALLPOST
#30 5 * * * /bin/rm boards/A/ALLPOST boards/A/ALLHIDPOST
好像也不小心被打開了
因為剛剛去看 ALLPOST 板最早的文章只到今天早上 5:30 ...
※ 引述《holishing ()》之銘言:
: 原本好像不work (或來源地資料已經變更所以程式找不到)
: 的 bin/weather.sh 和 bin/weather.perl ...等程式,
: 好像又被排程執行了@@
還麻煩協助檢查確認,感謝!
【徵求中】 跨板式LOCAL新文章 看板《ALLPOST》
[←]離開 [→]閱讀 [Ctrl-P]發表文章 [d]刪除 [z]精華區 [i]看板資訊/設定 [h]說明
編號 日 期 作 者 文 章 標 題 人氣:22
> 1 + 5/22 bagle02 □ [徵求] 6/17 左營-台北 上午 (THSRshare)
2 + 5/22 pigbillyoyo □ 5/22早起團簽到處-pigbillyoyo (t-management)
3 + 5/22 cutelayin □ [問安] 早安 (Wanted)
4 + 5/22 y2k500077 R: [問卦] 為什麼台灣不全面改用簡體字(Gossiping)
5 + 5/22 assassinASHE R: [問卦] 林強有多強 (Gossiping)
6 + 5/22 a43164910 □ [閒聊] 比賽現場吹三小喇叭 (LoL)
7 + 5/22 sali921 □ [問卦] 肥宅台中住哪裡好??? (Gossiping)
8 + 5/22 harry901 R: [新聞] 台女在日本當奧客 翻譯出…(Gossiping)
9 + 5/22 Ender5566 □ [問題] 求劇情起伏 戲劇張力大的漫畫 (C_Chat)
10 + 5/22 akingeta1945 □ [閒聊] 垃圾 (Marginalman)
11 + 5/22 vupublay □ [台中/一般] (NT150)一中附近地攤…(part-time)
12 + 5/22 cobras638 □ [情報] 球員異動(3/28-5/6) (Future-Star)
13 + 5/22 Cherevous □ [法國] Bensimon代購 (HelpBuy)
14 + 5/22 A6 R: [新聞] 白化症夫妻生子挨罵 醫師…(Gossiping)
15 + 5/22 iamteye □ [閒聊] 凡恩變強了 (RealmOfValor)
16 + 5/22 nahiyul □ [難過] 如何安慰朋友 (WomenTalk)
17 + 5/22 q8657777 □ [問題] 美國運通刷訂房網手續費… (creditcard)
18 + 5/22 Cupman □ [問題] 請問診所噴喉嚨的藥是什麼? (Pharmacy)
19 + 5/22 haloha1234 □ [閒聊] 韓援對上韓國隊是不是都會雙腿一軟(LoL)
20 + 5/22 oftisa □ [分享] Hummer不是停賣了,怎麼還有廣告?(car)
--
▄▅◣ ◢▆▄ ┼───
◢████◣ ◢▄▅▄◣ ◢████◣ ┼ 敲敲hh,呼叫小天使。
◢█╱ " █◣▌ ▌◢██" █╲█◣ │
◢ ∕/ █◤ ◥▄▅▄◤ ◥█ \﹨ ██◣│ 雖然不是無時無刻都在, │
◢█/ ██◤ ψ阿鬼 ◥██\ █◣ ┼
◤ ◥ 但祂會盡力地服務您。─┼
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 140.116.101.29
※ 文章網址: https://www.ptt.cc/bbs/PttBug/M.1495413295.A.715.html
... <看更多>