编辑strings.xml的时候,提示 %编译不通过。
http://aa.cc.com/dd?g=%rasdf
或者
这里是积分 %1s 积分,占比%2s %
提示下面的错误
Multiple annotations found at this line:
- error: Multiple substitutions specified in no...
分类:
移动开发 时间:
2015-02-04 18:46:48
阅读次数:
341
为了让类的对象间可以排序,通常有两种方法——Comparable 与 Comparator。
Comparable泛型接口
int java.lang.Comparable.compareTo(T o)
本对象与参数进行对比。返回为负表示小于,零表示相等,正数表示大于。
Compares this object with the specified object for order. Re...
分类:
其他好文 时间:
2015-02-03 19:26:02
阅读次数:
143
注意 这里不是php-fpm ? 在php.ini 中找到如下信息 搜索php_error ; Log errors to specified file. PHP‘s default behavior is to leave this value ; empty. ; http://php.net/error-log ; Example: ;error_l...
分类:
Web程序 时间:
2015-02-03 15:26:51
阅读次数:
192
1010. Discrete FunctionTime limit: 1.0 secondMemory limit: 64 MBThere is a discrete function. It is specified for integer arguments from 1 toN(2 ≤N≤ 1...
分类:
其他好文 时间:
2015-02-02 14:08:20
阅读次数:
131
发现问题:IIS网站全部消失了。原因不明。报错:The Path specified cannot be used at this time解决步骤:为IIS添加localhost,报错:The Path specified cannot be used at this time查找原因:得出需要重...
分类:
Web程序 时间:
2015-02-02 12:24:16
阅读次数:
172
Discrete Function
Time Limit:1000MS Memory Limit:65536KB 64bit IO Format:%I64d
& %I64u
Submit Status
Description
There is a discrete function. It is specified for integer arg...
分类:
其他好文 时间:
2015-02-01 13:32:42
阅读次数:
136
今天将ArcGIS系列的软件从ArcGIS9.3.1升级到ArcGIS10,然后就使用VS创建一个简单的AE应用程序,然后拖放一个toolbar、LicenseControl以及MapControl控件。接着编译应用程序,编译成功。然后单击F5运行程序,这个时候程序报错,出现下面所示的错误:ArcG...
分类:
其他好文 时间:
2015-01-31 23:07:54
阅读次数:
221
在使用注解进行Hibernate开发时、报了一个如下的错误Exception in thread "main" org.hibernate.AnnotationException: No identifier specified for entity: com.eyang.hibernate.mod...
分类:
Web程序 时间:
2015-01-30 17:16:08
阅读次数:
182
昨天实验CDC,在数据库中执行以下语句的时候出错。EXEC sys.sp_cdc_enable_table @source_schema = N'stg', @source_name = N'CDCSalesOrderHeader', @role_name = N'cdc_role', @s...
分类:
数据库 时间:
2015-01-30 10:36:52
阅读次数:
326
Problem Description
The highest building in our city has only one elevator. A request list is made up with N positive numbers. The numbers denote at which floors the elevator will stop, in specified ...
分类:
其他好文 时间:
2015-01-28 09:55:48
阅读次数:
148