`
dreamer_0924
  • 浏览: 177766 次
  • 性别: Icon_minigender_1
  • 来自: 济南
社区版块
存档分类
最新评论
文章列表
10/3=3.3333333333333333.............. public static void main(String[] args) { BigDecimal a = new BigDecimal("10"); BigDecimal o = new BigDecimal("3"); System.out.print(a.divide(o).setScale(2, BigDecimal.ROUND_DOWN).doubleValue()); } Exception in thread "mai ...
调用代码: String[] tmpIds = ids.split(","); rt = Arrays.asList(tmpIds); rt.add(String.valueOf(userId)); Arrays.asList(tmpIds)返回固定大小的list /** * Returns a fixed-size list backed by the specified array. (Changes to * the returned list "write through" to the array.) ...

dangan

办理档案转递 (2009-07-04 10:32:47) 转载 标签: 杂谈 分类:档案托管 ※ 办理档案转递     档案是记录一个人成长过程的原始资料和证明,由其工作学习的单位进行补充,根据本人的工作变化在单位之间转递。学生应当在办理报到、落户和派遣后及时办理档案转递手续。 ☆ 毕业时已派单位的档案转递     ①凡毕业时报道证已派往接收单位的毕业生,其档案由学校直接发往接收单位(或人事代理单位),如需在我处查询请直接登录“青岛市毕业生就业信息网”(http://qds.sdbys.cn)首页的“档案查询”,也可拨打1607002查询档案是否在我处,不在我处的应及时向毕业生所在学校查 ...
MySQL的表属性有:MyISAM 和 InnoDB 2种存储方式: MyISAM 不支持事务回滚 InnoDB 支持事务回滚 试试呢 非常感谢, 问题解决了, 就是表属性引起的,之前是MyISAM, 现在改成InnoDB后就好了
In Java, children classes share a common base type that is determined by their parent bean. This means that there’s no way in Java for children classes to extend a common type to inherit properties and/or methods but not to inherit the common parent. In Spring, however, sub-beans do not have to share ...
On the surface, an ApplicationContext is much the same as a BeanFactory. Both load bean definitions, wire beans together, and dispense beans upon request. But an ApplicationContext offers much more: ■ Application contexts provide a means for resolving text messages, including support for internationa ...
• private— The member is accessible only inside the top-level class where it is declared. • package-private— The member is accessible from any class in the package where it is declared. Technically known as default access, this is the access level you get if no access modifier is specified. • protect ...

spring aop

The only restriction, in Spring AOP at least, is that you can't advise final classes, because they cannot be overridden and therefore cannot be proxied.
Firefox 3 beta 4 now available for download Please note: We do not recommend that anyone other than developers and testers download the Firefox 3 Beta 4 milestone release. It is intended for testing purposes only. Firefox 3 Beta 4 is now available for download. This is the twelfth developer milesto ...

bu ban?

各位前辈:我2005.7大学毕业,和一家私营高校签定了就业协议,至今工作快一年,适用期后没有签定劳动合同,我于2006.5.9递交了书面辞职报告,履行了提前30天告知义务,但单位态度强硬,不给办离职手 续,另外我被另一家单 ...

离职手续

很多人并不清楚如何正确办理退工手续,甚至连一些企业的人事部门由于缺乏经验,也常有一些“自选”动作,一旦遇见招工比较认真的单位,往往发现被录用的人员,缺这少那,造成今后无法及时地办理录用手续。 《上海市 ...

He Tong

不少劳动者和用人单位对合同解除时,应该办理些什么样的手续,并不能非常清楚,以至于在现实工作中,劳资双方往往因此产生许多争端。现就劳资双方解除劳动合同时应履行的手续作一总结: 对于劳动者来说,解除劳动合同时应办理如下手续: 1、按劳动法规定的时间与要求,提前给用人单位发出书面解约通知。如正常情况下,劳动者提前解除劳动合同,应提前三十天书面通知用人单位。 2、进行工作、业务交接。 3、清理债权债务关系。 对于用人单位来说,除提前解约也需提前三十天通知外,还要注意办理如下手续: 1、及时结算工资、经济补偿金。 2、工作、业务的交接。 3、员工档案和社会保险关系的转移。 4、清理债权债 ...

js删除一行

    博客分类:
  • js
  <script type="text/javascript">   function deleteFirst() {       var x = document.getElementById("first");       x.parentNode.removeChild(x);              }   </script>   <table>       <tr id="first">   ...
ClassLoader一个经常出现又让很多人望而却步的词,本文将试图以最浅显易懂的方式来讲解 ClassLoader,希望能对不了解该机制的朋友起到一点点作用。 要深入了解ClassLoader,首先就要知道ClassLoader是用来干什么的,顾名思义,它就 ...
改变人生的五句话 第一句话是:优秀是一种习惯。 这句话是古希腊哲学家亚里士多德说的。如果说优秀是一种习惯,那么懒惰也是一种习惯。人出生的时候,除了脾气会因为天性而有所不同,其他的东西基 本都是后天形成的 ...
Global site tag (gtag.js) - Google Analytics