摘要:
0、备份测试环境数据库BPMDB、BPMDATA和安装目录文件1、将服务器下面目录的文件复制到新的环境对应的目录覆盖BPM\AttachmentsBPM\FormServiceBPM\ProcessBPM\ReportsBPM\WEB\YZSoft\Forms\XForm BPM\ExtServer 阅读全文
摘要:
http://developer.flowportal.com/ 阅读全文
摘要:
摘自:https://blog.csdn.net/u013058618/article/details/50265961 如何完美卸载SQL Server 2008 R2。 一、卸载SQL Server 2008 (R2) 1、找到控制面板,win8及win7都可以直接点解“开始”按钮找到。 (Tip:win10系统的小盆友可以在“开始”菜单下点击“所有应用”,找到windows系统,点击打开... 阅读全文
摘要:
sc create nginx binPath= "D:\nginx-1.14.0\nginx.exe" 阅读全文
摘要:
查找端口占用。 netstat -ano | findstr ":80 " tasklist /fi "PID eq 4" 80端口被System占用了。 一般sqlserver report会占用80端口 阅读全文
摘要:
一、表空间建立: create tablespace nnc_data01 datafile 'D:\data\nnc_data01.dbf' size 1024M autoextend on next 100M extent management local uniform size 256K; 阅读全文
摘要:
管理员权限cmd:执行 regsvr32 "D:\Program Files\Oracle\VirtualBox\VBoxC.dll" 阅读全文
摘要:
转载http://blog.csdn.net/Gy__My/article/details/68944009 阅读全文