导航

上一页 1 2 3 4 5 6 7 ··· 30 下一页

2021年1月26日

摘要: 1、新建连接 2、连接时候报错 3、解决 可以在https://www.oracle.com/database/technologies/instant-client/downloads.html 下载对应版本 OCI,或者下载最新的OCI。 这里我下载的是19.9 版本的。 下载后解压缩 inst 阅读全文

posted @ 2021-01-26 17:06 yiyishuitian 阅读(10105) 评论(0) 推荐(0)

2021年1月20日

摘要: 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 阅读全文

posted @ 2021-01-20 12:08 yiyishuitian 阅读(205) 评论(0) 推荐(0)

2020年10月30日

摘要: 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 阅读(5515) 评论(1) 推荐(1)

2020年10月28日

摘要: 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 阅读(1194) 评论(0) 推荐(0)

摘要: 如上图指的是,通过 ribbon 点击 进入自定义的url 页面时,会出来 这几个按钮.隐藏有两种方式 1 JS :通过自定义的页面中加入JS进行隐藏. 缺点:会引起其他页面topbar 异常。(不建议使用此方法) window.parent.document.getElementById("crm 阅读全文

posted @ 2020-10-28 10:49 yiyishuitian 阅读(113) 评论(0) 推荐(0)

2020年9月22日

该文被密码保护。 阅读全文

posted @ 2020-09-22 18:44 yiyishuitian 阅读(0) 评论(0) 推荐(0)

2020年9月18日

摘要: 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 阅读(1308) 评论(0) 推荐(0)

2020年9月17日

摘要: 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 阅读(292) 评论(0) 推荐(0)

2020年8月24日

摘要: 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 阅读(849) 评论(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 阅读(1191) 评论(0) 推荐(0)

上一页 1 2 3 4 5 6 7 ··· 30 下一页