posted @ 2021-01-20 12:08 yiyishuitian 阅读(183) 评论(0) 推荐(0) 编辑
摘要:
1 查看现有安装模块 /usr/local/nginx/sbin/nginx -V nginx version: nginx/1.10.3 built by gcc 4.8.5 20150623 (Red Hat 4.8.5-16) (GCC) built with OpenSSL 1.0.2k-f 阅读全文
摘要:
1 下载Windows 文件 pdi-ce-9.1.0.0-324.zip https://sourceforge.net/projects/pentaho/files/Data%20Integration/ 2 打开 “windows 找不到文件‘javaw.exe’。请确定文件名是否正确后,再试 阅读全文
posted @ 2020-10-30 17:28 yiyishuitian 阅读(4901) 评论(1) 推荐(1) 编辑
摘要:
int pageSize = 500; int total = pageSize; DataTable _dt = new DataTable(); //循环调用 webservice 直至取完所有数据. for (int i = 1; i <= Math.Ceiling((double)(tota 阅读全文
posted @ 2020-10-28 21:15 yiyishuitian 阅读(1171) 评论(0) 推荐(0) 编辑
摘要:
如上图指的是,通过 ribbon 点击 进入自定义的url 页面时,会出来 这几个按钮.隐藏有两种方式 1 JS :通过自定义的页面中加入JS进行隐藏. 缺点:会引起其他页面topbar 异常。(不建议使用此方法) window.parent.document.getElementById("crm 阅读全文
posted @ 2020-10-28 10:49 yiyishuitian 阅读(92) 评论(0) 推荐(0) 编辑
摘要:
1 --查看当前的存放位置 select database_id,name,physical_name AS CurrentLocation,state_desc,size from sys.master_files where database_id=db_id(N'数据库名'); 2 --修改文 阅读全文
posted @ 2020-09-18 10:45 yiyishuitian 阅读(1280) 评论(0) 推荐(0) 编辑
摘要:
https://www.sqlservercentral.com/blogs/alwayson-move-database-without-breaking-hadr This post is going to show the database movement from one drive to 阅读全文
posted @ 2020-09-17 08:38 yiyishuitian 阅读(258) 评论(0) 推荐(0) 编辑
摘要:
Problems starting spoon Q: When I start Spoon.bat in a Windows environment nothing happens. How can I analyze the problem? A: Use the SpoonDebug.bat f 阅读全文
posted @ 2020-08-24 19:07 yiyishuitian 阅读(815) 评论(0) 推荐(0) 编辑
摘要:
表示: MaxPermSize=128m 属性 8.0 版本 已经取消。 所以 Compatibility Guide for JDK 8 says that in Java 8 the command line flag MaxPermSize has been removed. The reas 阅读全文
posted @ 2020-08-24 19:04 yiyishuitian 阅读(1131) 评论(0) 推荐(0) 编辑