`
jh108020
  • 浏览: 111323 次
  • 性别: Icon_minigender_1
  • 来自: 珠海
社区版块
存档分类
最新评论
文章列表
<property name="tomcat.home" value="E:/tomcat6018" /> <target name="exec"> <exec dir="${tomcat.home}" executable="cmd.exe" > <arg line="/c ${tomcat.home}/bin/startup.bat" /> <arg line ...
题目: 写一个方法,要求参数int类型,如:传入一个12345,返回结果54321。 面试的时候遇到这个题,还有个要求,是方法体内的代码不能超过8行,而且还要用递归。 public static void main(String[] args) { System.out.println(f(12345, 0)); ...
Global site tag (gtag.js) - Google Analytics