//注解方法配置 1)一对多 private List<TNoticeaffix> ffi; @OneToMany(cascade =CascadeType.ALL,mappedBy="T_NOTICE",targetEntity=TNoticeaffix.class) public List<TN ...
分类:
Web程序 时间:
2016-11-30 22:28:57
阅读次数:
228
VS低版本打开高版本常会出现的错: The build tools for v140 (Platform Toolset = 'v140') cannot be found. To build using the v140 build tools, please install v140 build ...
分类:
其他好文 时间:
2016-11-30 04:06:04
阅读次数:
423
历时两个月的比赛终于结束了,最终以第32名的成绩告终,在此和大家分享下解决问题的思路。
从初赛到复赛,有走过弯路,也有突然灵光一现的时刻。一路走来,对数据各种把玩,分析了各种可能的情况,尽可...
分类:
其他好文 时间:
2016-11-29 23:20:48
阅读次数:
274
Table of Contents Introduction Key concepts Collect topology configuration data Generate a runbook from the topology Install a deployable package Back ...
分类:
其他好文 时间:
2016-11-29 14:28:37
阅读次数:
412
1、什么是类加载器,类加载器父子结构。BootStrap-->ExtClassLoader-->AppClassLoader,级别依次降低 2、类加载器之间的父子关系和管辖范围 3、类加载器的委托机制。当前加载器加载类,先通过上级加载器加载,若上级无法加载,只能当前加载器加载,不能由下级加载器加载 ...
分类:
编程语言 时间:
2016-11-29 14:00:16
阅读次数:
230
HTTP Status 404 - There is no Action mapped for namespace / and action name first. type Status report message There is no Action mapped for namespace ...
分类:
移动开发 时间:
2016-11-29 13:59:10
阅读次数:
236
原文:https://www.zhihu.com/question/27455963 作者:玟清链接:https://www.zhihu.com/question/27455963/answer/36722992来源:知乎著作权归作者所有,转载请联系作者获得授权。 1. make 是用来执行Make ...
分类:
其他好文 时间:
2016-11-28 23:44:41
阅读次数:
147
在分答上,最近有很多人问我职业转型的问题,都担心会从零开始,成本太高,然而事实是,70%的积累都可以跟着你迁移。
分类:
其他好文 时间:
2016-11-28 21:00:08
阅读次数:
265
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 ...
分类:
Web程序 时间:
2016-11-28 14:47:11
阅读次数:
199