摘要: if(jObject.containsKey(CNConsts.posteRstriction)){ if(StringUtils.isNotBlank(jObject.getString(CNConsts.posteRstriction))){ String sql = "select fid i 阅读全文
posted @ 2019-08-15 17:02 一条有梦想的海洋咸鱼 阅读(182) 评论(0) 推荐(0) 编辑
摘要: https://pan.kingdee.com/s/MTA5ODk4NyxjNzk1来自:云之家企业云盘 阅读全文
posted @ 2019-08-13 17:07 一条有梦想的海洋咸鱼 阅读(432) 评论(0) 推荐(0) 编辑
摘要: S-HR的addon和sp下的jar包是由不同的类加载器来加载的; 1.如果/root/kingdee/eas/server/lib/sp的包的路径引用的是/root/kingdee/eas/server/lib/addon的包的文件的话,就只能打回去。因为有s-HR的执行脚本,所以我需要将这个类的 阅读全文
posted @ 2019-08-12 17:26 一条有梦想的海洋咸鱼 阅读(248) 评论(0) 推荐(0) 编辑
摘要: 1.public static String getUserId(Context ctx) { UserInfo userInfo = ContextUtil.getCurrentUserInfo(ctx); String userId = (userInfo != null) ? userInfo 阅读全文
posted @ 2019-08-12 10:47 一条有梦想的海洋咸鱼 阅读(326) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/jackyzm/p/9600738.html 阅读全文
posted @ 2019-08-08 17:44 一条有梦想的海洋咸鱼 阅读(107) 评论(0) 推荐(0) 编辑
摘要: /configure配置环境make是编译的意思。就是把源码包编译成二进制可执行文件make install 就是安装的意思。 make&& make install的意思是:make与makeinstall是两个命令,在你./configuration生成了Makefile之后执行编译安装;与&& 阅读全文
posted @ 2019-08-08 13:50 一条有梦想的海洋咸鱼 阅读(1881) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-08-08 13:07 一条有梦想的海洋咸鱼 阅读(2405) 评论(0) 推荐(0) 编辑
摘要: Initial setup of CentOS Linux 7 (core) 1) [x] Creat user 2) [!] License information (no user will be created) (license not accepted) Please make your 阅读全文
posted @ 2019-08-08 12:56 一条有梦想的海洋咸鱼 阅读(283) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-08-07 13:45 一条有梦想的海洋咸鱼 阅读(529) 评论(0) 推荐(0) 编辑
摘要: 方法一:List<String> list = Collections.synchronizedList(new LinkedList<String>()); 方法二:将LinkedList全部换成ConcurrentLinkedQueue 阅读全文
posted @ 2019-08-06 16:49 一条有梦想的海洋咸鱼 阅读(7585) 评论(1) 推荐(0) 编辑