PostgreSQL支持windows10,
具體的安裝方法如下:
1、下載
32位:get.enterprisedb.com/postgresql/postgresql-10.3-1-windows-binaries.zip
64位:get.enterprisedb.com/postgresql/postgresql-10.3-1-windows-x64-binaries.zip
2、解壓到:c:\pgsql\
3、設定環境變數(cmd):
setx PGHOME c:\pgsql
setx PGHOST localhost
setx PGLIB %PGHOME%\lib
setx PGDATA %PGHOME%\data
setx Path "%Path%;%PGHOME%\bin"
重新登錄
4、初始化資料庫
initdb.exe -D c:\pgsql\data -E UTF-8 --locale=chs -U postgres -W
5、注冊為系統服務(以管理員權限打開cmd)
pg_ctl register -N PostgreSQL -D c:\pgsql\data
6、修改配置以支持遠 程連接
springboot -> fhadmin.cn
6.1 notepad c:\pgsql\data\postgresql.conf
設定:listen_addresses = '*'
6.2 notepad c:\pgsql\data\pg_hba.conf
置ipv4段
host all all 0.0.0.0/0 md5
7、啟動服務
net start PostgreSQL
8、關閉防火墻(視情況而定)
netsh firewall set opmode disable
?-----------------------------------------------------------------自定義表單
28. 定義模版:拖拽左側表單元素到右側區域,編輯表單元素,保存表單模版
29. 表單模版:編輯維護表單模版,復制表單模版,修改模版型別,預覽表單模版
30. 我的表單:選擇表單模版,編輯表單規則,是否上傳圖片、附件、開啟富文本、掛靠流程開關等
31. 表單資料:從我的表單進去可增刪改查表單資料,修改表單規則
32. 掛靠記錄:記錄表單資料和流程實體ID關聯記錄,可洗掉
轉載請註明出處,本文鏈接:https://www.uj5u.com/shujuku/459601.html
標籤:PostgreSQL
上一篇:redis服務器
