V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  Charkey  ›  全部回复第 12 页 / 共 28 页
回复总数  547
1 ... 8  9  10  11  12  13  14  15  16  17 ... 28  
@feibilanceon 哈哈哈,可以自己发行一个
2018-01-17 17:20:41 +08:00
回复了 n0w4ve5 创建的主题 职场话题 咨询一个特别奇葩的劳动纠纷事件。。。
@n0w4ve5 我觉得炸出来比较有意思
2018-01-15 17:20:55 +08:00
回复了 javahih 创建的主题 Java 基于 Spring Data JPA 框架的文章归档实现
@letitbesqzr 我是写惯了 mybatis
2018-01-14 21:23:48 +08:00
回复了 xzpjerry731 创建的主题 生活 合租公寓,室友度假一个月,回来电费怎么分担?
一千的电费,牛逼。
2018-01-11 14:22:33 +08:00
回复了 wisonic 创建的主题 生活 抢到票后我给 12306 发了一封邮件
这个挺正常的。挺快的回复速度让我觉得服务还行 233
2018-01-10 16:01:45 +08:00
回复了 sundayhk 创建的主题 问与答 年会着装要求盛装出席
不要穿成售楼处的就行
public class BaseServiceImpl {
private BaseRepository<E, K> baseRepository;
public BaseServiceImpl(BaseRepository<? super E, ? super K> baseRepository) {
this.baseRepository =(BaseRepository<E, K>)baseRepository;
}
}

public class CustOrderServiceImpl {
CustOrderRepository custOrderRepository;
@Autowired
public CustOrderServiceImpl(CustOrderRepository custOrderRepository) {
super(custOrderRepository);
this.custOrderRepository = custOrderRepository;
}
}

粗略的代码,大概这样?
2018-01-05 15:43:09 +08:00
回复了 Applenice 创建的主题 程序员 想知道大家的工作强度有多大
@justfindu 一眼看中你的回答。写完一段代码我也过来闲逛几分钟。
2018-01-03 10:02:52 +08:00
回复了 1ku 创建的主题 问与答 我 2017 年云村的关键词是“世界”,来看看你们的是什么。。。
永远+1
2018-01-02 15:49:23 +08:00
回复了 rozbo 创建的主题 全球工单系统 aws 的 bug?太坑爹了
收到 aws 的邮件了,correcting recent free tier limit email alert
2018-01-02 15:19:02 +08:00
回复了 rozbo 创建的主题 全球工单系统 aws 的 bug?太坑爹了
@IntelDan 我已经停了好久的 aws
2018-01-02 14:09:48 +08:00
回复了 rozbo 创建的主题 全球工单系统 aws 的 bug?太坑爹了
我也收到了。。。
2017-12-29 16:53:35 +08:00
回复了 nswbmw 创建的主题 分享创造 Everblog ——使用 Evernote 写博客
印象笔记老用户前排支持
1 ... 8  9  10  11  12  13  14  15  16  17 ... 28  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2633 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 35ms · UTC 15:15 · PVG 23:15 · LAX 07:15 · JFK 10:15
Developed with CodeLauncher
♥ Do have faith in what you're doing.