kindle manager
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# Kindle Manager
|
||||
---
|
||||
|
||||
> ### 找不到趁手的APP,本意自写自用兼练手,零星写了几天觉得得心应手,也许可以做的更好吧
|
||||
> ### 找不到好用的APP,本意自写自用兼练手,零星写了几天觉得还趁手
|
||||
<font color=green size=15>后端 python, 前端GUI PySide2 </font>
|
||||
<br>
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
1. 所有code系本人码出,如有借用,会在注释中以refrence说明
|
||||
1. 其他问题,望告知, [gavin's mail address](douboer@gmail.com)
|
||||
|
||||
1. 所有内容解析都采用正则实现,没有使用xpath,beautifulsoap,据说regexp更快, 当然对我来说生产效率的原因,有兴趣可以看代码
|
||||
1. 所有内容解析都采用正则实现,没有使用xpath,beautifulsoap。据说regexp更快, 当然对我来说生产效率的原因,有兴趣可以看代码
|
||||
1. 不得不说python的数据结构比perl难用一些,不过defaultdict用趁手了,也还可以
|
||||
|
||||
## 使用说明
|
||||
@@ -172,7 +172,7 @@ book =
|
||||
```
|
||||
|
||||
```
|
||||
words datastructure achieved from database sqlite2
|
||||
words datastructure achieved from database **sqlite2**
|
||||
/Volumes/Kindle/system/vocabulary/vocab.db
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user