@theBlockClub · Post #182 · 25.04.2023 г., 01:00
#database 在 Notion 数据库中设置自动 Slack 通知,你试过了吗? 异步工作🫱🏼🫲🏾同步通信 🧱@theBlockClub, all about Notion.
Hashtags
TGINSIGHT SIMILAR POSTS
Изворен канал @pythonotes · Post #61 · 2 апр.
Ранее я уже упоминал о другой фишке из ˍˍfutureˍˍ , это оператор деления. from __future__ import division Суть проста. Раньше сложность типа данных результата поределялась типом самого сложного операнда. Например: int/int => int int/float => float В первом случае оба операнда int, значит и результат будет int. Во втором float более сложный тип, поэтому результат будет float. Если нам требуется получить дробное значение при делении двух int то приходилось форсированно один из операндов конверировать в float. 12/float(5) => float Но с новой "философией" это не требуется. В Python3 "floor division" заменили на "true division" а старый способ теперь работает через оператор "//". >>> 3/2 1.5 >>> 3//2 1 То есть теперь деление int на int даёт float если результат не целое число. В классах теперь доступны методы __floordiv__() и __truediv__() для определения поведения с этими операторами. Данный переход описан в PEP238. #pep#2to3#basic
Пребарај: #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 -----