@theBlockClub · Post #182 · 25.04.2023 г., 01:00
#database 在 Notion 数据库中设置自动 Slack 通知,你试过了吗? 异步工作🫱🏼🫲🏾同步通信 🧱@theBlockClub, all about Notion.
Hashtags
TGINSIGHT SIMILAR POSTS
Изворен канал @pythonotes · Post #303 · 27 дек.
Наверняка вы замечали, что в Python есть удобная функция для получения переменной окружения os.getenv(NAME) И её "сестра" для создания или изменения переменных окружения os.putenv(NAME, VALUE) Но почему-то putenv() не работает как должно. Энвайромент не обновляется! os.putenv('MYVAR', '1') print(os.getenv('MYVAR')) ... и ничего 😴 Почему так? На самом деле энвайромент обновляется, но это значение не добавляется в словарь os.environ. Откройте исходник функции os.getenv(). Это просто шорткат для os.environ.get() В то время как putenv() это built-in С-функция. Словарь os.environ (или точней класс из MutableMapping) создаётся из энвайромента в момент инициализации. Функция putenv() самостоятельно его не изменяет. В тоже время, когда вы создаёте или изменяете ключ в os.environ, автоматически вызывается putenv() в методе __setitem__(). То есть, технически putenv() всё делает верно, но в os.environ это не отражается. Можно проверить так: >>> os.putenv('MYVAR', '123') >>> os.system('python -c "import os;print(os.getenv(\'MYVAR\'))"') 123 Я объявил переменную в текущем процессе и вызвал дочерний процесс, который её унаследовал и получил в составе os.environ. Аналогично при удалении переменной вызывается еще одна built-in функция unsetenv(), удаляющая переменную из системы. Итого ▫️ Удобней всего явно обновлять переменные через os.environ ▫️ Есть способ неявно создать/удалить переменную через putenv/unsetenv, что не повлияет на os.environ но изменит энвайромент и передаст изменения сабпроцессам. Но так лучше не делать! ▫️os.environ это просто обертка для built-in функций putenv() и unsetenv(). #basic
Hashtags
Пребарај: #database
@theBlockClub · Post #182 · 25.04.2023 г., 01:00
#database 在 Notion 数据库中设置自动 Slack 通知,你试过了吗? 异步工作🫱🏼🫲🏾同步通信 🧱@theBlockClub, all about Notion.
Hashtags
@theBlockClub · Post #181 · 23.04.2023 г., 00:49
#database 数据库批量编辑迎来微调: ① 属性显示增至6个,并取消了标题 ② 批量编辑菜单现在可以自适应窗口宽度,并可触发“仅图标”模式 🧱@theBlockClub, all about Notion.
Hashtags
@thedevs · Post #1966 · 06.01.2022 г., 13:03
A terrible schema from a clueless programmer. #article#database @thedevs https://kutt.it/3UFrLx
@thedevs · Post #1898 · 06.04.2021 г., 14:15
SQLite is not a toy database. #article#database @thedevs https://kutt.it/8TzDKe
@thedevs · Post #1818 · 03.10.2020 г., 12:45
Old, good database design. #article#database @thedevs https://kutt.it/bn9E1F
@thedevs · Post #1747 · 18.05.2020 г., 17:47
Things I wished more developers knew about databases. #article#database @thedevs https://kutt.it/1NBZAk
@theBlockClub · Post #144 · 30.06.2022 г., 00:45
#news#database 📰Notion 块讯 - 2022年6月30日 1⃣️ 同步数据库进入测试阶段。支持了Jira 和 GitHub 后,Google 日历还会远吗😜 (什么是 同步数据库 ?) 2⃣️ Notion 发布2.17 版本,敬请期待中译版更新日志(原文) 🧱@theBlockClub, all about Notion.
@thedevs · Post #1808 · 10.09.2020 г., 13:50
7 database paradigms. #video#database @thedevs https://kutt.it/2QDf0j
@repo_science · Post #4054 · 07.03.2024 г., 02:01
#database#sql 🙏 SQL and PostgreSQL: The Complete Developer's Guide ----- Main channel: @repo_science Coupons: @freecoupons_reposcience -----
@repo_science · Post #3982 · 16.01.2024 г., 03:02
#database#SQL 💾 The Advanced SQL Server Masterclass For Data Analysis Take your SQL skills - and your career - to the next level ----- Main channel: @repo_science Coupons: @freecoupons_reposcience -----
@repo_science · Post #3611 · 22.09.2023 г., 00:06
#database#SQL 😎 Hands-On Introduction: SQL Get the tools, techniques, and know-how to write SQL queries through hands-on lessons where youll code along with the instructor. 🗣 Deepa Maddala 📆 2022-11-09 ⏳ 1h 23m ----- Main channel: @repo_science Coupons: @freecoupons_reposcience -----
@repo_science · Post #3605 · 18.09.2023 г., 23:00
#database#SQL 📚 Grokking the SQL Interview (2023) ----- Main channel: @repo_science Coupons: @freecoupons_reposcience -----