@theBlockClub · Post #182 · 25.04.2023 г., 01:00
#database 在 Notion 数据库中设置自动 Slack 通知,你试过了吗? 异步工作🫱🏼🫲🏾同步通信 🧱@theBlockClub, all about Notion.
Hashtags
TGINSIGHT SIMILAR POSTS
Изворен канал @pythonotes · Post #76 · 27 апр.
Ранее я делал серию постов про битовые операторы. Вот вам ещё один наглядный пример как это используется в Python в модуле re. Чтобы указать флаг для компилятора нам надо указать его после передаваемой строки. Например, добавляем флаг для игнорирования переноса строки. pattern = re.compile(r"(\w+)+") words = pattern.search(text, re.DOTALL) А как указать несколько флагов? Ведь явно будут ситуации когда нам потребуется больше одного. Кто читал посты по битовые операторы уже понял как. pattern.search(text, re.DOTALL | re.VERBOSE) А теперь смотрим исходники, что находится в этих атрибутах? Не удивительно, степени двойки. Почему? Потому что каждое следующее значение это сдвиг единицы влево. >>> for n in [1, 2, 4, 8, 16, 32, 64, 128, 256]: >>> print(bin(n)) 0b1 0b10 0b100 0b1000 0b10000 0b100000 0b1000000 0b10000000 0b100000000 Чтобы было понятней, давайте напишем тоже самое но иначе, добавим ведущие нули: 000000001 000000010 000000100 000001000 000010000 000100000 001000000 010000000 100000000 Не понятно что тут происходит? Читай три поста про битовые операторы начиная с этого ➡️https://t.me/pythonotes/45 В общем, это пример применения побитовых операций в самом Python. Теперь вы знаете Python еще немного лучше) #tricks#regex#libs
Пребарај: #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 -----