PostgreSQL 正規法用於條件
在Project Value 中 符合 數字 – 數字的條件 2222-1111 or 2222-11111
在Project Value 中 符合 數字 – 數字的條件 2222-1111 or 2222-11111
-- FUNCTION: adempiere.get_subbom_id(numeric) -- DROP FUNCTION adempiere.get_subbom_id(numeric); CREATE OR REPLACE FUNCTION adempiere.get_subbom_id( id numeric) RETURNS TABLE(m_product_id numeric) LANGUAGE 'plpgsql' COST 100 VOLATILE PARALLEL UNSAFE ROWS 1000 AS $BODY$ BEGIN RETURN…
修改pom.xml 插入 <parent> </parent>標籤 MyProcessFactory.java
Add new Font in Jasper studio setting.Window -> Preferences -> Jaspersoft Studio -> Fonts Family Name: Arial Unicode MS True Type (.ttf) /home/ray/JaspersoftWorkspace/font/ARIALUNI.TTF PDF Encoding: identity-H (Unicode with horizontal writing)
雖然已經有 Apple M1 MacBook 可用的ARM64 Java,但是,目前Eclipse 針對Apple macOS ARM64版本,尚未正式發布。安裝時,還是只能以macOS x64安裝方式。 1. Install Java #Option 1 x86 Javacurl -C – https://download.java.net/java/ga/jdk11/openjdk-11_osx-x64_bin.tar.gztar xf openjdk-11_osx-x64_bin.tar.gzsudo mv jdk-11.jdk /Library/Java/JavaVirtualMachines/ #Option 2 Azul 64bit Java…