erwanjun / weixin_tuisong

基于猪咪不是猪老哥制作的微信公众号推送教程
GNU General Public License v3.0
261 stars 153 forks source link

今天是我们恋爱第X天,存在问题,X应该加1,应该怎么加 #2

Open Z01666 opened 2 years ago

Z01666 commented 2 years ago

今天是我们恋爱第X天,存在问题,X应该+1,应该在代码哪个位置加

erwanjun commented 2 years ago

直接在main.py里找到对应计算日期的函数,然后+1

二万君 @.***

 

------------------ 原始邮件 ------------------ 发件人: "erwanjun/weixin_tuisong" @.>; 发送时间: 2022年8月19日(星期五) 晚上7:05 @.>; @.***>; 主题: [erwanjun/weixin_tuisong] 今天是我们恋爱第X天,存在问题,X应该加1,应该怎么加 (Issue #2)

今天是我们恋爱第X天,存在问题,X应该+1,应该在代码哪个位置加

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

Z01666 commented 2 years ago

SpadeKing @.***

我把 love_days = str(today.sub(love_date)).split(" ")[0]改成了 love_days = str(today.sub(love_date)).split(" ")[0]+1,然后运行出来还是原来的数字

 

------------------ 原始邮件 ------------------ 发件人: "erwanjun/weixin_tuisong" @.>; 发送时间: 2022年8月19日(星期五) 晚上7:07 @.>; @.**@.>; 主题: Re: [erwanjun/weixin_tuisong] 今天是我们恋爱第X天,存在问题,X应该加1,应该怎么加 (Issue #2)

直接在main.py里找到对应计算日期的函数,然后+1

二万君 @.***

 

------------------ 原始邮件 ------------------ 发件人: "erwanjun/weixin_tuisong" @.>; 发送时间: 2022年8月19日(星期五) 晚上7:05 @.>; @.***>; 主题: [erwanjun/weixin_tuisong] 今天是我们恋爱第X天,存在问题,X应该加1,应该怎么加 (Issue #2)

今天是我们恋爱第X天,存在问题,X应该+1,应该在代码哪个位置加

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.> — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.>

erwanjun commented 2 years ago

建议today.sub(love_date)+1

cufflinks @.***

 

------------------ 原始邮件 ------------------ 发件人: "erwanjun/weixin_tuisong" @.>; 发送时间: 2022年8月19日(星期五) 晚上7:09 @.>; @.**@.>; 主题: Re: [erwanjun/weixin_tuisong] 今天是我们恋爱第X天,存在问题,X应该加1,应该怎么加 (Issue #2)

SpadeKing @.***

我把 love_days = str(today.sub(love_date)).split(" ")[0]改成了 love_days = str(today.sub(love_date)).split(" ")[0]+1,然后运行出来还是原来的数字

 

------------------ 原始邮件 ------------------ 发件人: "erwanjun/weixin_tuisong" @.>; 发送时间: 2022年8月19日(星期五) 晚上7:07 @.>; @.**@.>; 主题: Re: [erwanjun/weixin_tuisong] 今天是我们恋爱第X天,存在问题,X应该加1,应该怎么加 (Issue #2)

直接在main.py里找到对应计算日期的函数,然后+1

二万君
@.***

 

------------------ 原始邮件 ------------------
发件人: "erwanjun/weixin_tuisong" @.>;
发送时间: 2022年8月19日(星期五) 晚上7:05
@.>;
@.***>;
主题: [erwanjun/weixin_tuisong] 今天是我们恋爱第X天,存在问题,X应该加1,应该怎么加 (Issue #2)

今天是我们恋爱第X天,存在问题,X应该+1,应该在代码哪个位置加


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: @.>
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID:
@.> — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

Z01666 commented 2 years ago

它是string格式的 

SpadeKing @.***

 

------------------ 原始邮件 ------------------ 发件人: "erwanjun/weixin_tuisong" @.>; 发送时间: 2022年8月19日(星期五) 晚上7:10 @.>; @.**@.>; 主题: Re: [erwanjun/weixin_tuisong] 今天是我们恋爱第X天,存在问题,X应该加1,应该怎么加 (Issue #2)

建议today.sub(love_date)+1

cufflinks @.***

 

------------------ 原始邮件 ------------------ 发件人: "erwanjun/weixin_tuisong" @.>; 发送时间: 2022年8月19日(星期五) 晚上7:09 @.>; @.**@.>; 主题: Re: [erwanjun/weixin_tuisong] 今天是我们恋爱第X天,存在问题,X应该加1,应该怎么加 (Issue #2)

SpadeKing
@.***

我把 love_days = str(today.sub(love_date)).split(" ")[0]改成了 love_days = str(today.sub(love_date)).split(" ")[0]+1,然后运行出来还是原来的数字

 

------------------ 原始邮件 ------------------
发件人: "erwanjun/weixin_tuisong" @.>;
发送时间: 2022年8月19日(星期五) 晚上7:07
@.>;
@.**@.>;
主题: Re: [erwanjun/weixin_tuisong] 今天是我们恋爱第X天,存在问题,X应该加1,应该怎么加 (Issue #2)

直接在main.py里找到对应计算日期的函数,然后+1

二万君
@.***

 

------------------ 原始邮件 ------------------
发件人: "erwanjun/weixin_tuisong" @.>;
发送时间: 2022年8月19日(星期五) 晚上7:05
@.>;
@.***>;
主题: [erwanjun/weixin_tuisong] 今天是我们恋爱第X天,存在问题,X应该加1,应该怎么加 (Issue #2)

今天是我们恋爱第X天,存在问题,X应该+1,应该在代码哪个位置加


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: @.>

Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID:
@.>
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.> — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.>

erwanjun commented 2 years ago

那么你可以尝试先转换成int

发自我的iPhone

------------------ 原始邮件 ------------------ 发件人: Z01 @.> 发送时间: 2022年8月19日 19:30 收件人: erwanjun/weixin_tuisong @.> 抄送: erwanjun @.>, Comment @.> 主题: 回复:[erwanjun/weixin_tuisong] 今天是我们恋爱第X天,存在问题,X应该加1,应该怎么加 (Issue #2)

它是string格式的 

SpadeKing @.***

 

------------------ 原始邮件 ------------------ 发件人: "erwanjun/weixin_tuisong" @.>; 发送时间: 2022年8月19日(星期五) 晚上7:10 @.>; @.**@.>; 主题: Re: [erwanjun/weixin_tuisong] 今天是我们恋爱第X天,存在问题,X应该加1,应该怎么加 (Issue #2)

建议today.sub(love_date)+1

cufflinks
@.***

 

------------------ 原始邮件 ------------------
发件人: "erwanjun/weixin_tuisong" @.>;
发送时间: 2022年8月19日(星期五) 晚上7:09
@.>;
@.**@.>;
主题: Re: [erwanjun/weixin_tuisong] 今天是我们恋爱第X天,存在问题,X应该加1,应该怎么加 (Issue #2)

SpadeKing
@.***

我把 love_days = str(today.sub(love_date)).split(" ")[0]改成了 love_days = str(today.sub(love_date)).split(" ")[0]+1,然后运行出来还是原来的数字

 

------------------ 原始邮件 ------------------
发件人: "erwanjun/weixin_tuisong" @.>;
发送时间: 2022年8月19日(星期五) 晚上7:07
@.>;
@.**@.>;
主题: Re: [erwanjun/weixin_tuisong] 今天是我们恋爱第X天,存在问题,X应该加1,应该怎么加 (Issue #2)

直接在main.py里找到对应计算日期的函数,然后+1    

二万君    
***@***.***    

     

------------------ 原始邮件 ------------------    
发件人:                                                                                                                        "erwanjun/weixin_tuisong"                                                                                    ***@***.***>;    
发送时间: 2022年8月19日(星期五) 晚上7:05    
***@***.***>;    
***@***.***>;    
主题: [erwanjun/weixin_tuisong] 今天是我们恋爱第X天,存在问题,X应该加1,应该怎么加 (Issue #2)    

今天是我们恋爱第X天,存在问题,X应该+1,应该在代码哪个位置加    

—    
Reply to this email directly, view it on GitHub, or unsubscribe.    
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>    


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: @.>

Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID:
@.>
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.> — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.>

Z01666 commented 2 years ago

多谢大佬致指点 我之前转换不了int 检查发现days少打了个“s”,现在全部做好了 谢谢

SpadeKing @.***

 

------------------ 原始邮件 ------------------ 发件人: "erwanjun/weixin_tuisong" @.>; 发送时间: 2022年8月19日(星期五) 晚上7:41 @.>; @.**@.>; 主题: Re: [erwanjun/weixin_tuisong] 今天是我们恋爱第X天,存在问题,X应该加1,应该怎么加 (Issue #2)

那么你可以尝试先转换成int

发自我的iPhone

------------------ 原始邮件 ------------------ 发件人: Z01 @.> 发送时间: 2022年8月19日 19:30 收件人: erwanjun/weixin_tuisong @.> 抄送: erwanjun @.>, Comment @.> 主题: 回复:[erwanjun/weixin_tuisong] 今天是我们恋爱第X天,存在问题,X应该加1,应该怎么加 (Issue #2)

它是string格式的 

SpadeKing
@.***

 

------------------ 原始邮件 ------------------
发件人: "erwanjun/weixin_tuisong" @.>;
发送时间: 2022年8月19日(星期五) 晚上7:10
@.>;
@.**@.>;
主题: Re: [erwanjun/weixin_tuisong] 今天是我们恋爱第X天,存在问题,X应该加1,应该怎么加 (Issue #2)

建议today.sub(love_date)+1

cufflinks
@.***

 

------------------ 原始邮件 ------------------
发件人: "erwanjun/weixin_tuisong" @.>;
发送时间: 2022年8月19日(星期五) 晚上7:09
@.>;
@.**@.>;
主题: Re: [erwanjun/weixin_tuisong] 今天是我们恋爱第X天,存在问题,X应该加1,应该怎么加 (Issue #2)

SpadeKing    
***@***.***    

我把 love_days = str(today.__sub__(love_date)).split(" ")[0]改成了 love_days = str(today.__sub__(love_date)).split(" ")[0]+1,然后运行出来还是原来的数字    

     

------------------ 原始邮件 ------------------    
发件人:                                                                                                                        "erwanjun/weixin_tuisong"                                                                                    ***@***.***>;    
发送时间: 2022年8月19日(星期五) 晚上7:07    
***@***.***>;    
***@***.******@***.***>;    
主题: Re: [erwanjun/weixin_tuisong] 今天是我们恋爱第X天,存在问题,X应该加1,应该怎么加 (Issue #2)    

 直接在main.py里找到对应计算日期的函数,然后+1     

 二万君     
 ***@***.***     

       

 ------------------ 原始邮件 ------------------     
 发件人:                                                                                                                        "erwanjun/weixin_tuisong"                                                                                    ***@***.***>;     
 发送时间: 2022年8月19日(星期五) 晚上7:05     
 ***@***.***>;     
 ***@***.***>;     
 主题: [erwanjun/weixin_tuisong] 今天是我们恋爱第X天,存在问题,X应该加1,应该怎么加 (Issue #2)     

 今天是我们恋爱第X天,存在问题,X应该+1,应该在代码哪个位置加     

 —     
 Reply to this email directly, view it on GitHub, or unsubscribe.     
 You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>     
—    
Reply to this email directly, view it on GitHub, or unsubscribe.    
You are receiving this because you authored the thread.Message ID: ***@***.***>    


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: @.>

Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID:
@.>
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.> — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.>

Z01666 commented 2 years ago

 unsupported operand type(s) for +: 'datetime.date' and 'int',直接加1不行啊

SpadeKing @.***

 

------------------ 原始邮件 ------------------ 发件人: "erwanjun/weixin_tuisong" @.>; 发送时间: 2022年8月19日(星期五) 晚上7:10 @.>; @.**@.>; 主题: Re: [erwanjun/weixin_tuisong] 今天是我们恋爱第X天,存在问题,X应该加1,应该怎么加 (Issue #2)

建议today.sub(love_date)+1

cufflinks @.***

 

------------------ 原始邮件 ------------------ 发件人: "erwanjun/weixin_tuisong" @.>; 发送时间: 2022年8月19日(星期五) 晚上7:09 @.>; @.**@.>; 主题: Re: [erwanjun/weixin_tuisong] 今天是我们恋爱第X天,存在问题,X应该加1,应该怎么加 (Issue #2)

SpadeKing
@.***

我把 love_days = str(today.sub(love_date)).split(" ")[0]改成了 love_days = str(today.sub(love_date)).split(" ")[0]+1,然后运行出来还是原来的数字

 

------------------ 原始邮件 ------------------
发件人: "erwanjun/weixin_tuisong" @.>;
发送时间: 2022年8月19日(星期五) 晚上7:07
@.>;
@.**@.>;
主题: Re: [erwanjun/weixin_tuisong] 今天是我们恋爱第X天,存在问题,X应该加1,应该怎么加 (Issue #2)

直接在main.py里找到对应计算日期的函数,然后+1

二万君
@.***

 

------------------ 原始邮件 ------------------
发件人: "erwanjun/weixin_tuisong" @.>;
发送时间: 2022年8月19日(星期五) 晚上7:05
@.>;
@.***>;
主题: [erwanjun/weixin_tuisong] 今天是我们恋爱第X天,存在问题,X应该加1,应该怎么加 (Issue #2)

今天是我们恋爱第X天,存在问题,X应该+1,应该在代码哪个位置加


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: @.>

Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID:
@.>
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.> — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.>