摘要:
无法进行if判断 使用Enums.getifPresent(testEnum.class,enumType).orNull(); 阅读全文
摘要:
平台上实现在modal框中选中商品id 赋值到商品编码栏展示,并通过选中的商品id发起请求获得商品数据 尝试了各种监听无效,终于找到一个可行的方法 在给id input框赋值的时候: parent.$('#productCode').focus(); parent.$('#productCode') 阅读全文
摘要:
var floatObj = function () { /* * 判断obj是否为一个整数 */ function isInteger(obj) { return Math.floor(obj) obj } /* * 将一个浮点数转成整数,返回整数和倍数。如 3.14 >> 314,倍数是 100 阅读全文
摘要:
https://www.cnblogs.com/tufujie/p/9413852.html https://zhuanlan.zhihu.com/p/154708478 阅读全文
摘要:
private void setFinalStatic(Field field, Object val) throws NoSuchFieldException, SecurityException, IllegalArgumentException, IllegalAccessException 阅读全文
摘要:
//@Test LinkedBlockingQueue<String> queue2 = new LinkedBlockingQueue<String>(list); MemberModifier.field(SyncCebBillJyServiceImpl.class, "queue").set( 阅读全文
摘要:
报错 mybatis update 时间 判空 阅读全文
摘要:
要不是我自己到处查,我可能要一口老血吐死 阅读全文
摘要:
eclipse commit提交代码把不需要提交的代码commit了; commit提交到本地仓库但未push到服务器; 这时候要撤销错误的commit操作; 在eclipse中选中错误操作的project-->右键team-->Reset-->remote tracing文件夹选中自己的分支,点右 阅读全文
摘要:
##超话积分任务 ##功能一:自动签到(签固定超话); ##功能二:自动打捞帖子(可配置数量); ##功能三:自动发帖(); ####1.需要电脑网页谷歌浏览器 chorme; ####2.先在网页中登录微博; //第一次先配好插件,以后执行就好! 好,开始! step1:下载魂签插件,扩展到chr 阅读全文