摘要:
if(jObject.containsKey(CNConsts.posteRstriction)){ if(StringUtils.isNotBlank(jObject.getString(CNConsts.posteRstriction))){ String sql = "select fid i 阅读全文
摘要:
https://pan.kingdee.com/s/MTA5ODk4NyxjNzk1来自:云之家企业云盘 阅读全文
摘要:
S-HR的addon和sp下的jar包是由不同的类加载器来加载的; 1.如果/root/kingdee/eas/server/lib/sp的包的路径引用的是/root/kingdee/eas/server/lib/addon的包的文件的话,就只能打回去。因为有s-HR的执行脚本,所以我需要将这个类的 阅读全文
摘要:
1.public static String getUserId(Context ctx) { UserInfo userInfo = ContextUtil.getCurrentUserInfo(ctx); String userId = (userInfo != null) ? userInfo 阅读全文
摘要:
https://www.cnblogs.com/jackyzm/p/9600738.html 阅读全文
摘要:
/configure配置环境make是编译的意思。就是把源码包编译成二进制可执行文件make install 就是安装的意思。 make&& make install的意思是:make与makeinstall是两个命令,在你./configuration生成了Makefile之后执行编译安装;与&& 阅读全文
摘要:
阅读全文
摘要:
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 阅读全文
摘要:
方法一:List<String> list = Collections.synchronizedList(new LinkedList<String>()); 方法二:将LinkedList全部换成ConcurrentLinkedQueue 阅读全文