Merge branch 'main' of http://10.10.14.176:3000/huanghai/YunNanDsBase
commit
3b00f6e054
@ -0,0 +1,58 @@
|
||||
# 查看DataEase宿主机配置
|
||||
ulimit -n
|
||||
输出:1014
|
||||
|
||||
# 临时修改大
|
||||
ulimit -n 10000
|
||||
|
||||
#永久修改
|
||||
vi /etc/security/limits.conf
|
||||
在最底部加上
|
||||
* soft nofile 65535
|
||||
* hard nofile 65535
|
||||
|
||||
# 查看mysql的配置信息
|
||||
vi /opt/dataease2.0/conf/my.cnf
|
||||
|
||||
|
||||
# 以下是修改后的内容
|
||||
[mysqld]
|
||||
datadir=/var/lib/mysql
|
||||
|
||||
default-storage-engine=INNODB
|
||||
character_set_server=utf8
|
||||
#lower_case_table_names=1
|
||||
table_open_cache=128
|
||||
max_connections=2000
|
||||
max_connect_errors=6000
|
||||
innodb_file_per_table=1
|
||||
#innodb_buffer_pool_size=1G
|
||||
max_allowed_packet=64M
|
||||
transaction_isolation=READ-COMMITTED
|
||||
innodb_flush_method=O_DIRECT
|
||||
innodb_lock_wait_timeout=1800
|
||||
innodb_flush_log_at_trx_commit=0
|
||||
sync_binlog=0
|
||||
|
||||
sql_mode=STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION
|
||||
|
||||
skip-name-resolve
|
||||
|
||||
#下面是黄海增加的优化配置信息
|
||||
innodb_buffer_pool_size = 8192MB
|
||||
innodb_buffer_pool_instances = 8
|
||||
max_allowed_packet = 8M
|
||||
back_log = 1000
|
||||
|
||||
|
||||
[mysql]
|
||||
default-character-set=utf8
|
||||
|
||||
[mysql.server]
|
||||
default-character-set=utf8
|
||||
|
||||
# 重新启动下Mysql
|
||||
docker restart 349ec45f2c98
|
||||
|
||||
# 在线升级dataease
|
||||
dectl upgrade
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,16 @@
|
||||
磨憨-磨丁合作区
|
||||
http://10.10.14.203:8100/#/de-link/OxwyzDTr?attachParams=eyJhcmVhX25hbWUiOiLno6jmhqgt56Oo5LiB5ZCI5L2c5Yy6In0=
|
||||
|
||||
经开区
|
||||
http://10.10.14.203:8100/#/de-link/OxwyzDTr?attachParams=eyJhcmVhX25hbWUiOiLnu4/lvIDljLoifQ==
|
||||
|
||||
阳宗海区
|
||||
http://10.10.14.203:8100/#/de-link/OxwyzDTr?attachParams=eyJhcmVhX25hbWUiOiLpmLPlrpfmtbfljLoifQ==
|
||||
|
||||
|
||||
|
||||
工具页面:
|
||||
https://www.toolhelper.cn/EncodeDecode/Base64
|
||||
|
||||
加码示例:
|
||||
{"area_name":"阳宗海区"}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,19 @@
|
||||
#省管理员
|
||||
sys1
|
||||
12345678
|
||||
|
||||
大屏数据维护
|
||||
大屏数据省代录市数据
|
||||
大屏数据省代录区数据
|
||||
|
||||
#市州管理员
|
||||
shi1
|
||||
200187
|
||||
大屏数据维护
|
||||
大屏数据市级代录
|
||||
|
||||
|
||||
#县区管理员
|
||||
qu1
|
||||
358526
|
||||
大屏数据维护
|
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue