摘要:
MobileTokenCloudClient.java/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose To... 阅读全文
摘要:
UserPortalStatisticExportService.java/* * To change this license header, choose License Headers in Project Properties. * To change this template file,... 阅读全文
摘要:
GuestApplyService.java // private final static int PERSONAL_NAME_INDEX = 0; private final static int USER_NAME_INDEX = 1; private final stati... 阅读全文
摘要:
1.下载JDK目前最新的JDK版本是:Java SE Development Kit 8u51下载地址:http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html2.解压安装我们把JDK安装到... 阅读全文
摘要:
转自:http://hi.baidu.com/_green_hand_/item/721b7c8e5d8c63c8ee083df4欧几里德辗转相除法是最大公约数(greatest common divisor)的求法。C++代码如下: int gcd(int a, int b) { if(b == ... 阅读全文