felixonmars / ydcv

YouDao Console Version - Simple wrapper for Youdao online translate (Chinese <-> English) service API, as an alternative to the StarDict Console Version(sdcv).
GNU General Public License v3.0
506 stars 91 forks source link

添加查询历史功能 #35

Open haishenming opened 7 years ago

haishenming commented 7 years ago

添加保存历史和查询历史功能 -H (num or date) -H 参数后加数字或者日期,数字表示查询多少条历史,正整数表示升序,负整数表示逆序。日期格式为“2017-09-29”, 可查询年份(“2017-”),月份(2017-09-),天(2017-09-29)

haishenming commented 7 years ago

isdigit不能判断负数,改用try判断。。 补充:使用sqlite3本地存储历史数据

haishenming commented 7 years ago

debug

haishenming commented 7 years ago

咦,好像弄错了,负数是升序,正数是降序,嘿嘿嘿

felixonmars commented 6 years ago

我还是希望用纯文本history,比较简单方便。如果需要有频率信息,可以参考 z 的处理 :)