由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 如何实现这个“time to send out email“?
相关主题
如何实现 strtok() ?how to read a sentence into a vector of string?
这个有更好的算法吗?怎样才能用perl等东西知道c macro中的数值
一道算法题,到现在也没弄明白,谁能帮忙看看。诚心请教Perl:简单的Variable Match in Regular expression
Perl插入MySQL中双引号的问题有没有类似strtok的函数
问一个python的string split问题(char **)返回值怎么用SWIG包成Python list (of strings
help on string parse搞机械的请教如何写这么一个小程序
string /File IO processing using C这个PERL表达式干啥的?
istream_iterator问题C++中parse string的问题
相关话题的讨论汇总
话题: send话题: email话题: time话题: 送出话题: out
进入Programming版参与讨论
1 (共1页)
e*******e
发帖数: 987
1
我现在要给客户写一个小程序:
An application that would use tab delimited tab file that contains the
information to be emailed example: to, from, subject, text, attachement and
time to send out email.
我的问题是如何实现这个“time to send out email“,就是说send email的时间是不
定的,可能头十个当天上午10时送出,其他的11时送出。我的想法是spin a java
thread, and put the thread into sleep for five minitues and then wake up to
check if it's time to send the next email. 这样这个程序就要一直在客户的机子
上run着,直到最后一封邮件送出。
这是不是最好的方法?
1 (共1页)
进入Programming版参与讨论
相关主题
C++中parse string的问题问一个python的string split问题
scala 的感悟help on string parse
问一段C++ iostringstream的代码string /File IO processing using C
新手VB.net一问istream_iterator问题
如何实现 strtok() ?how to read a sentence into a vector of string?
这个有更好的算法吗?怎样才能用perl等东西知道c macro中的数值
一道算法题,到现在也没弄明白,谁能帮忙看看。诚心请教Perl:简单的Variable Match in Regular expression
Perl插入MySQL中双引号的问题有没有类似strtok的函数
相关话题的讨论汇总
话题: send话题: email话题: time话题: 送出话题: out