会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
yangming0322
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
下一页
2019年7月24日
机器学习
该文被密码保护。
阅读全文
posted @ 2019-07-24 10:10 yangming0322
阅读(1)
评论(0)
推荐(0)
2019年7月5日
产品设计
摘要: 用户体验5要素 金字塔原理 导航页 不同的用户需求导航到不同的地方ppt 也是如此 ppt 页面设计 都是要有逻辑思考在里边。 逻辑很重要。
阅读全文
posted @ 2019-07-05 17:33 yangming0322
阅读(109)
评论(0)
推荐(0)
2019年6月26日
质量大国-学习概要
摘要: 问题场景:英国 不断重新定义度量一码历史故事:冷兵器 206年 长平之战 度量衡商鞅统一度量衡 秦国 质量 0.83毫米的箭头 秦国的统一度量衡带来的巨大收益。 1,1791 巴黎 法国科学院 科学革命要为完美的社会提供基点 创建计量体系 孔多塞 重新定义英国的度量 提出了米制 拿破仑推动的米制的落
阅读全文
posted @ 2019-06-26 23:17 yangming0322
阅读(384)
评论(0)
推荐(0)
2019年6月10日
特征评价
该文被密码保护。
阅读全文
posted @ 2019-06-10 13:16 yangming0322
阅读(2)
评论(0)
推荐(0)
统计学相关的概念
该文被密码保护。
阅读全文
posted @ 2019-06-10 07:50 yangming0322
阅读(2)
评论(0)
推荐(0)
2018年6月28日
git checkout branch
摘要: git fetch origin feature/banch1:feature/banch1 git checkout feature/banch1 git branch -u origin/feature/banch1git branch -vv
阅读全文
posted @ 2018-06-28 14:50 yangming0322
阅读(477)
评论(0)
推荐(0)
2018年6月8日
spring 事务关键类
摘要: TransactionInterceptor-> TransactionAspectSupportspring 事务的提交 AbstractPlatformTransactionManager
阅读全文
posted @ 2018-06-08 23:35 yangming0322
阅读(193)
评论(0)
推荐(0)
2018年6月6日
基于redisson的分布式锁的简单注解实现
只有注册用户登录后才能阅读该文。
阅读全文
posted @ 2018-06-06 12:05 yangming0322
阅读(2)
评论(0)
推荐(0)
2018年6月4日
jmockit mock 类的static 属性
摘要: new Expectations(XXStatic.class){ { Deencapsulation.setField(XXStatic.class,"fieldName","mockValue"); } } Deencapsulation.setField(XXStatic.class,"fie
阅读全文
posted @ 2018-06-04 17:32 yangming0322
阅读(818)
评论(0)
推荐(0)
jmockit 模拟同一个函数多次调用每次返回不同结果
摘要: new Expectations(){{ calendarService.getGeneralCalendar((Date)any); returns(null, new AbrahamResult<HolidayCalendar>() {{setSuccess(false);}}, new Abr
阅读全文
posted @ 2018-06-04 17:25 yangming0322
阅读(2970)
评论(0)
推荐(0)
上一页
1
2
3
4
5
下一页
公告