对于很多应用程序来讲,为了方便用户使用,都需要保存一些信息,比如配置信息、用户数据等等。这一般有几种方式,比如说配置文件、注册表、数据库等,本质上Windows中的注册表也是一种数据库。  (图源 :[pixabay](https://pixabay.com/)) # 注册表 这几种方式我最不喜欢的就是注册表了,尽管注册表操作起来还是很简单的(`RegOpenKeyEx`、`RegQueryValueEx`、`RegSetValueEx`等),但是我总觉得,这样做应用程序就不是那么绿色环保了。 那些所谓的安全卫士等软件,很多也是靠清理垃圾注册表项才发家的,所以我觉得Windows应用越少写注册表越好,所以自己的程序也尽量避免。 # 配置文件 Windows下提供了很方便的配置文件操作API,主要有两个函数:`GetPrivateProfileString`以及`WritePrivateProfileString`。 尽管文档中说了相关API只是为了兼容和保留,推荐使用注册表: >***Note*** This function is provided only for compatibility with 16-bit versions of Windows. Applications should store initialization information in the registry. 但是Win10中,相关函数依然工作正常,我又不喜欢用注册表,那当然还是用它喽,比如我的字模程序,用着就好好的: # Python 中的配置文件 Python中简单一些配置文件,直接用普通的文件读写就搞定了(或者直接用py文件导入)。 略复杂配置的可以用[configparser](https://docs.python.org/3/library/configparser.html)来实现,用起来还是超级简单的。 这里不做过多介绍了,大家感兴趣的话看文末链接文档就好。 # 用户/应用目录等 配置文件一般可以保存在和执行程序相同的目录,但是假设有N个在不同目录中的程序可能用到相同的内容,放到执行程序所在的目录就不是那么明智了。 Windows中可以选将一些设置和数据放到用户目录,比如说`%USERPROFILE%` `%APPDATA% ` 等,这些目录可以通过环境变量获取,比如Windows如下命令: >`echo %APPDATA%` 就会返回: > 在Windows程序中,则可以通过`GetEnvironmentVariable`函数获取。 # appdirs 说了半天,这个才是重点,就是Linux环境下,Python怎么获取用户数据目录或者应用目录。 这就要用到appdirs这个模块了,其实这个模块在Windows下也能用,不过就不去探究了。 在Linux下,使用如下方式,就可以获取用户/应用对应的数据目录了: >`from appdirs import user_data_dir` `appname="cutehive"` `appauthor = "oflyhigh"` `config_dir = user_data_dir(appname, appauthor)` 上述代码得到的目录路径为: >`.local/share/cutehive` 这样,我们就可以在对应的目录中愉快地写入配置文件、数据、数据库等内容了,而不必自己关心和维护路径信息了。 这样做还有一个好处就是,支持跨平台操作(Windows、MacOS等),然而对我而言,倒是暂时不需要考虑呢。 # 相关链接 * https://docs.microsoft.com/en-us/windows/win32/api/winreg/ * https://docs.microsoft.com/en-us/windows/win32/api/winbase/ * https://docs.python.org/3/library/configparser.html * https://docs.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-getenvironmentvariable * https://github.com/ActiveState/appdirs
author | oflyhigh |
---|---|
permlink | and-appdirs |
category | hive-105017 |
json_metadata | {"tags":["hive-105017","cn","cutehive","cn-programming","study","appdirs","python"],"image":["https://images.hive.blog/DQmZK97WoSNVCupacEEB5zZh3kneM6fAocJf8nMHnEyD1Rm/image.png","https://images.hive.blog/DQmbXHTLWpxVrDqjLBELJqe9TWphqbQJ9tFGs3YKKAb7pde/image.png"],"links":["https://pixabay.com/","https://docs.python.org/3/library/configparser.html","https://docs.microsoft.com/en-us/windows/win32/api/winreg/","https://docs.microsoft.com/en-us/windows/win32/api/winbase/","https://docs.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-getenvironmentvariable","https://github.com/ActiveState/appdirs"],"app":"hiveblog/0.1","format":"markdown"} |
created | 2020-06-02 04:52:09 |
last_update | 2020-06-02 04:52:09 |
depth | 0 |
children | 3 |
last_payout | 2020-06-09 04:52:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 28.619 HBD |
curator_payout_value | 24.786 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 2,047 |
author_reputation | 6,444,691,484,718,559 |
root_title | "每天进步一点点:配置文件 & appdirs" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 97,724,018 |
net_rshares | 109,184,751,118,157 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
abit | 0 | 26,363,921,892,804 | 100% | ||
adm | 0 | 33,725,388,044,128 | 100% | ||
onealfa | 0 | 220,244,247,848 | 7.38% | ||
gerber | 0 | 245,078,246,330 | 3.5% | ||
daan | 0 | 58,067,371,778 | 8% | ||
ezzy | 0 | 276,263,845,570 | 3.5% | ||
livingfree | 0 | 145,851,559,196 | 1% | ||
fundurian | 0 | 133,150,425,028 | 94% | ||
deanliu | 0 | 2,651,696,010,562 | 100% | ||
exyle | 0 | 340,251,983,365 | 3.5% | ||
lemooljiang | 0 | 543,361,470,278 | 88% | ||
ace108 | 0 | 615,898,295,082 | 25% | ||
laoyao | 0 | 47,202,478,670 | 100% | ||
somebody | 0 | 7,641,624,528 | 100% | ||
skysunny | 0 | 114,212,947 | 88% | ||
midnightoil | 0 | 165,632,929,399 | 100% | ||
xiaohui | 0 | 937,215,206,774 | 100% | ||
oflyhigh | 0 | 4,999,959,762,390 | 100% | ||
yulan | 0 | 16,734,987,097 | 100% | ||
nextgen622 | 0 | 1,369,255,498,451 | 100% | ||
helene | 0 | 1,232,995,622,553 | 100% | ||
ffcrossculture | 0 | 319,005,544,757 | 100% | ||
ethansteem | 0 | 83,173,166,308 | 100% | ||
sweetsssj | 0 | 16,428,237,772,313 | 40% | ||
netaterra | 0 | 375,476,731,297 | 16% | ||
someguy123 | 0 | 50,260,532,350 | 3.5% | ||
created | 0 | 169,861,511,397 | 1% | ||
devilwsy | 0 | 3,478,391,324 | 100% | ||
janiceting | 0 | 3,492,973,053 | 100% | ||
timool | 0 | 640,387,832 | 88% | ||
lucknie | 0 | 16,728,834,394 | 88% | ||
dumping | 0 | 1,685,962,020 | 88% | ||
jinghua | 0 | 0 | 88% | ||
blackbunny | 0 | 74,099,030,519 | 100% | ||
lingfei | 0 | 82,548,314,021 | 100% | ||
justinashby | 0 | 18,614,001,137 | 100% | ||
yyyy | 0 | 463,859,830 | 100% | ||
dune69 | 0 | 13,534,933,682 | 3.5% | ||
exec | 0 | 249,376,085,304 | 100% | ||
eval | 0 | 858,184,907 | 100% | ||
ew-and-patterns | 0 | 253,950,438,536 | 10% | ||
livinguktaiwan | 0 | 492,860,378,805 | 40% | ||
benedict08 | 0 | 183,322,625,941 | 50% | ||
susanli3769 | 0 | 157,404,993,325 | 100% | ||
travelgirl | 0 | 92,563,390,745 | 40% | ||
shitsignals | 0 | 1,022,490,712 | 1.75% | ||
themarkymark | 0 | 2,166,829,850,357 | 10% | ||
ralph-rennoldson | 0 | 549,584,932 | 1.6% | ||
arvindkumar | 0 | 8,733,878,944 | 50.1% | ||
stevenmosoes | 0 | 2,759,133,841 | 50% | ||
aafeng | 0 | 226,586,955,132 | 100% | ||
shihabieee | 0 | 2,269,911,017 | 20% | ||
felander | 0 | 10,767,434,030 | 3.5% | ||
nadhora | 0 | 1,521,581,231 | 100% | ||
kimzwarch | 0 | 8,623,352,243 | 4% | ||
bboyady | 0 | 555,008,850 | 2% | ||
accelerator | 0 | 69,208,662,168 | 7% | ||
buildawhale | 0 | 5,266,048,331,208 | 10% | ||
yogacoach | 0 | 857,296,246 | 1.75% | ||
chinchilla | 0 | 275,120,438,174 | 100% | ||
davidke20 | 0 | 6,774,744,133 | 4% | ||
roleerob | 0 | 3,231,718,018 | 0.7% | ||
deathwing | 0 | 1,652,498,162 | 3.5% | ||
xiaoshancun | 0 | 5,572,522,787 | 100% | ||
hqy | 0 | 32,151,608,756 | 100% | ||
victory622 | 0 | 177,825,576,084 | 100% | ||
makerhacks | 0 | 11,378,461,202 | 10% | ||
metten | 0 | 8,813,732,891 | 88% | ||
namchau | 0 | 3,119,831,232 | 70% | ||
pataty69 | 0 | 1,511,186,014 | 2.62% | ||
jychbetter | 0 | 9,782,120,960 | 100% | ||
arabisouri | 0 | 70,053,914,592 | 100% | ||
caladan | 0 | 11,174,595,217 | 3.5% | ||
mrsyria | 0 | 721,958,978 | 100% | ||
blockbrothers | 0 | 2,193,094,275 | 1.75% | ||
cn-book | 0 | 984,149,609 | 88% | ||
emrebeyler | 0 | 72,705,084,753 | 3.15% | ||
halleyleow | 0 | 4,355,808,662 | 80% | ||
irynochka | 0 | 73,825,459 | 100% | ||
cn-movie | 0 | 98,553,821 | 88% | ||
itchyfeetdonica | 0 | 58,099,992,370 | 50% | ||
vivia | 0 | 2,824,804,356 | 88% | ||
nokodemion | 0 | 22,955,060,426 | 100% | ||
upmyvote | 0 | 7,972,169,575 | 10% | ||
elbrava | 0 | 1,189,182,193 | 20% | ||
stupid | 0 | 9,670,856,120 | 100% | ||
girolamomarotta | 0 | 37,152,029,346 | 50% | ||
korinkrafting | 0 | 687,598,547 | 22.5% | ||
yikloongye | 0 | 0 | 4% | ||
nealmcspadden | 0 | 86,710,982,731 | 3.5% | ||
sinochip | 0 | 14,507,875,682 | 40% | ||
mermaidvampire | 0 | 7,140,873,549 | 45% | ||
ahmedsy | 0 | 1,183,781,615 | 100% | ||
xiaoli | 0 | 261,924,432 | 88% | ||
jimcustodio | 0 | 1,795,304,719 | 50% | ||
yumisee | 0 | 3,231,862 | 4% | ||
joeliew | 0 | 93,167,117 | 4% | ||
investprosper | 0 | 690,123,432 | 0.35% | ||
hkit98 | 0 | 0 | 4% | ||
elvinmas001 | 0 | 0 | 4% | ||
watersoo | 0 | 82,263,644 | 4% | ||
vamos-amigo | 0 | 110,852,454 | 4% | ||
cadawg | 0 | 6,562,302,047 | 2.44% | ||
sweetkathy | 0 | 2,169,591,196 | 100% | ||
sudefteri | 0 | 17,810,011,982 | 100% | ||
happy-soul | 0 | 91,849,565,115 | 10% | ||
iipoh06 | 0 | 0 | 4% | ||
pkocjan | 0 | 1,653,904,658 | 2.8% | ||
annabellenoelle | 0 | 0 | 4% | ||
ipromote | 0 | 29,384,232,257 | 10% | ||
yethui | 0 | 0 | 4% | ||
andrewnoel | 0 | 0 | 4% | ||
bestboom | 0 | 25,264,097,374 | 3.5% | ||
freddio | 0 | 32,852,754,827 | 15% | ||
ryenneleow | 0 | 4,891,773,306 | 90% | ||
therising | 0 | 3,939,578,109,990 | 20% | ||
glodniwiedzy | 0 | 892,187,948 | 3.32% | ||
competeapp | 0 | 68,243,348,008 | 100% | ||
archisteem | 0 | 2,499,825,883 | 7.5% | ||
cn-malaysia | 0 | 1,781,386,759 | 4% | ||
digital.mine | 0 | 70,221,654,136 | 0.3% | ||
swisswitness | 0 | 1,525,725,435 | 3.5% | ||
kahvesizlik | 0 | 1,242,825,155 | 100% | ||
gallerani | 0 | 977,757,701 | 3.5% | ||
daath | 0 | 1,886,599,487 | 100% | ||
dlike | 0 | 43,098,057,389 | 3.5% | ||
triptolemus | 0 | 1,371,595,254 | 3.5% | ||
steemaction | 0 | 759,646,451,497 | 100% | ||
engrave | 0 | 44,030,170,361 | 3.32% | ||
bobby.madagascar | 0 | 3,437,618,173 | 2.62% | ||
sasaadrian | 0 | 9,601,257,037 | 20% | ||
florino | 0 | 808,936,767 | 15% | ||
pollygonewild | 0 | 0 | 4% | ||
foodblogresteem | 0 | 0 | 4% | ||
followjohngalt | 0 | 15,960,482,257 | 3.5% | ||
moneytron | 0 | 15,658,397,267 | 100% | ||
rasalom | 0 | 15,299,328,496 | 100% | ||
tagalong | 0 | 2,529,126,306 | 100% | ||
determine | 0 | 972,575,071 | 3.5% | ||
permaculturedude | 0 | 653,324,477 | 1.75% | ||
bobdavids | 0 | 0 | 4% | ||
chocolatelover | 0 | 3,959,992,304 | 40% | ||
cpt-sparrow | 0 | 10,525,826,312 | 100% | ||
kryptogames | 0 | 89,750,619,681 | 20% | ||
plankton.token | 0 | 37,243,043,172 | 30% | ||
milu-the-dog | 0 | 1,177,390,669 | 3.5% | ||
triplea.bot | 0 | 1,217,537,126 | 3.5% | ||
steem.leo | 0 | 25,629,018,680 | 3.46% | ||
leo.voter | 0 | 25,923,360,665 | 0.7% | ||
freddio.sport | 0 | 4,531,911,488 | 15% | ||
asteroids | 0 | 23,381,155,358 | 3.5% | ||
one.life | 0 | 839,678,484 | 3.49% | ||
maxuvd | 0 | 12,592,563,295 | 3.5% | ||
moleah | 0 | 3,311,640,056 | 100% | ||
freedomteam2019 | 0 | 2,205,543,420 | 30% | ||
therealyme | 0 | 1,135,820,302 | 16% | ||
thegambit | 0 | 2,487,360,573 | 100% | ||
blocktvnews | 0 | 1,394,942,097 | 1.73% | ||
gerbo | 0 | 0 | 3.5% | ||
unpopular | 0 | 212,803,269,567 | 100% | ||
lnakuma | 0 | 12,994,997,359 | 100% | ||
steemjiang | 0 | 0 | 88% | ||
starnote | 0 | 186,962,056 | 88% | ||
ribary | 0 | 1,105,577,490 | 1.75% | ||
moochain.net | 0 | 188,479,043 | 88% | ||
lemool | 0 | 0 | 88% | ||
moochain.com | 0 | 0 | 88% | ||
liebin | 0 | 0 | 88% | ||
bettyliu | 0 | 0 | 88% | ||
younggle | 0 | 0 | 88% | ||
dinggle | 0 | 0 | 88% | ||
steem-zh | 0 | 0 | 88% | ||
coursechain | 0 | 0 | 88% | ||
youngoole | 0 | 0 | 88% | ||
mice-k | 0 | 13,432,435,406 | 3.5% | ||
imooc | 0 | 0 | 88% | ||
steemcityrewards | 0 | 2,990,424,758 | 3.5% | ||
lovequeen | 0 | 23,168,981,828 | 100% | ||
hellohive | 0 | 1,015,081,284,020 | 100% | ||
wikicoin | 0 | 0 | 88% | ||
starchain | 0 | 0 | 88% | ||
steemzh | 0 | 0 | 88% | ||
openbazzar | 0 | 0 | 88% | ||
steemipfs | 0 | 0 | 88% | ||
hive-224466 | 0 | 0 | 88% | ||
greenforever | 0 | 4,138,214,177 | 50% | ||
softworld | 0 | 167,958,519,097 | 15% | ||
polish.hive | 0 | 8,394,538,791 | 3.5% | ||
hive.curation | 0 | 374,320,329,832 | 14.41% | ||
ptkthegreat | 0 | 0 | 100% |
Trade on all cryptocurrency exchanges from one interface! - https://kintum.io/
author | anri.rixardinh |
---|---|
permlink | qber37 |
category | hive-105017 |
json_metadata | {"links":["https://kintum.io/"],"app":"hiveblog/0.1"} |
created | 2020-06-04 15:30:45 |
last_update | 2020-06-04 15:30:45 |
depth | 1 |
children | 0 |
last_payout | 2020-06-11 15:30:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 79 |
author_reputation | -1,331,112,739,183 |
root_title | "每天进步一点点:配置文件 & appdirs" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 97,771,295 |
net_rshares | 2,487,216,310 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
anri.rixardinh | 0 | 2,487,216,310 | 100% |
來支持囖🤫
author | davidke20 | ||||||
---|---|---|---|---|---|---|---|
permlink | re-oflyhigh-202062t132434746z | ||||||
category | hive-105017 | ||||||
json_metadata | {"tags":["hive-105017","cn","cutehive","cn-programming","study","appdirs","python"],"app":"esteem/2.2.5-mobile","format":"markdown+html","community":"hive-125125"} | ||||||
created | 2020-06-02 05:24:36 | ||||||
last_update | 2020-06-02 05:24:36 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2020-06-09 05:24:36 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 5 | ||||||
author_reputation | 955,625,340,204,055 | ||||||
root_title | "每天进步一点点:配置文件 & appdirs" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 97,724,327 | ||||||
net_rshares | 0 |
來支持一下!
author | littleksroad |
---|---|
permlink | qbau32 |
category | hive-105017 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2020-06-02 12:45:03 |
last_update | 2020-06-02 12:45:03 |
depth | 1 |
children | 0 |
last_payout | 2020-06-09 12:45:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 6 |
author_reputation | 75,907,335,963,103 |
root_title | "每天进步一点点:配置文件 & appdirs" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 97,729,111 |
net_rshares | 0 |