Odoo.conf configuration explanation
Conf file or Configuration file is used to set the parameters and the initial settings to run the Odoo instance in the system. Parameters: addons_path: Specifies the addons_path folders and they…
RFID, Software Development and Physical Security
Conf file or Configuration file is used to set the parameters and the initial settings to run the Odoo instance in the system. Parameters: addons_path: Specifies the addons_path folders and they…
Source: PostgreSQL Background Processes: A Simple Guide – DEV Community
Source: Linux OOM (Out-of-memory) Killer. let me first explain what is OOM | by Raza | Medium
** 通过手机的NFC功能是否能够读取RFID标签 ** 可以读取部分标签 RFID标签有多种类型:依据频率的不同可分为低频(LF)、高频(HF)、超高频(UHF)、微波(MW)电子标签。 1、高频卡典型工作频率为:13.56MHz ,是现在国内应用最成熟广泛的卡片,卡片的种类也非常多。 2、低频卡频率一般在135K赫兹以下,比较典型的125赫兹的ID卡应用非常广泛。这种卡片只有一个固化序列号可以被设备读出 3、超高频和微波标签其典型工作频率为:433MHz,900MHz,2.45GHz,5.8GHz,读卡距离最大可达10m以上。 此类标签典型应用包括:物流和供应管理、生产制造和装配、航空行李处理、邮件、快运包裹处理、文档追踪、门禁控制、电子门票、道路自动收费等等。此类标签技术是现在物联网不可缺少的部分。 其中,像校园卡这种高频13.56MHz的校园卡可以被手机的NFC功能读取。(但不只是13.56MHz,实测还有其他频段也有可以的) 接下来我们来剖析如何利用安卓的NFC功能和高频卡片交互吧! 最好不要尝试乱写自己的校园卡!!!读一下就算了! 安卓代码 实验环境 Android Studio开发工具 项目文件夹 代码 首先在 AndroidManifest.xml 文件中申请我们需要的权限 <!–NFC基本权限–> <uses-permission android:name=”android.permission.NFC” /> …
Source: Secure QR codes for anti-counterfeiting, with examples
Source: Top 8 benefits of a cloud-based POS system
Source: An Overview of Odoo 16 Development with GitHub Copilot
The code sandwiched between the opening and closing tags here will only affect Microsoft Outlook 9 or later clients. Note that because it says mso rather than IE, it does not affect Internet…
Source: 如何解决 Odoo 的 psycopg2.pool.PoolError: The Connection Pool Is Full 错误:增加 PostgreSQL 最大连接数_李国营的技术博客_51CTO博客