会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
一条有梦想的海洋咸鱼
博客园
新随笔
联系
管理
2019年8月15日
岗位限制对象获取
摘要: if(jObject.containsKey(CNConsts.posteRstriction)){ if(StringUtils.isNotBlank(jObject.getString(CNConsts.posteRstriction))){ String sql = "select fid i
阅读全文
posted @ 2019-08-15 17:02 一条有梦想的海洋咸鱼
阅读(195)
评论(0)
推荐(0)
2019年8月13日
s-hr实现单点登录,看我这份笔记就够了!!!
摘要: https://pan.kingdee.com/s/MTA5ODk4NyxjNzk1来自:云之家企业云盘
阅读全文
posted @ 2019-08-13 17:07 一条有梦想的海洋咸鱼
阅读(470)
评论(0)
推荐(0)
2019年8月12日
S-HR类加载器的区别
摘要: 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 一条有梦想的海洋咸鱼
阅读(263)
评论(0)
推荐(0)
S-HR常用源码
摘要: 1.public static String getUserId(Context ctx) { UserInfo userInfo = ContextUtil.getCurrentUserInfo(ctx); String userId = (userInfo != null) ? userInfo
阅读全文
posted @ 2019-08-12 10:47 一条有梦想的海洋咸鱼
阅读(357)
评论(0)
推荐(0)
2019年8月8日
nginx安装配置参考
摘要: https://www.cnblogs.com/jackyzm/p/9600738.html
阅读全文
posted @ 2019-08-08 17:44 一条有梦想的海洋咸鱼
阅读(114)
评论(0)
推荐(0)
make && make install
摘要: /configure配置环境make是编译的意思。就是把源码包编译成二进制可执行文件make install 就是安装的意思。 make&& make install的意思是:make与makeinstall是两个命令,在你./configuration生成了Makefile之后执行编译安装;与&&
阅读全文
posted @ 2019-08-08 13:50 一条有梦想的海洋咸鱼
阅读(1979)
评论(0)
推荐(0)
Loaded plugins: fastestmirror, langpacks You need to be root to perform this command.
摘要:
阅读全文
posted @ 2019-08-08 13:07 一条有梦想的海洋咸鱼
阅读(2438)
评论(0)
推荐(0)
Centos7提示Initial setup of CentOS Linux 7 (core)
摘要: 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 一条有梦想的海洋咸鱼
阅读(300)
评论(0)
推荐(0)
2019年8月7日
eclipse调整控制台长度
摘要:
阅读全文
posted @ 2019-08-07 13:45 一条有梦想的海洋咸鱼
阅读(550)
评论(0)
推荐(0)
2019年8月6日
LinkedList的线程安全解决办法
摘要: 方法一:List<String> list = Collections.synchronizedList(new LinkedList<String>()); 方法二:将LinkedList全部换成ConcurrentLinkedQueue
阅读全文
posted @ 2019-08-06 16:49 一条有梦想的海洋咸鱼
阅读(7689)
评论(1)
推荐(0)
下一页
公告