在进行native开发的时候,难免会遇到C文件包含C++头文件而调用C++函数,若没做什么处理,直接include进行编译的话,会遇到以下错误:
error: unknown type name 'class'
error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
那么怎么解决呢?
首先,找下报...
分类:
编程语言 时间:
2015-03-30 11:18:06
阅读次数:
225
Find Minimum in Rotated Sorted Array
Suppose a sorted array is rotated at some pivot unknown to you beforehand.
(i.e., 0 1 2 4 5 6 7 might become 4
5 6 7 0 1 2).
Find the minimum element....
分类:
其他好文 时间:
2015-03-29 12:19:27
阅读次数:
160
springMVC问题XXX is not mapped [from XX]或者Unknown entity: com.spring.main.pojo.Person
这个问题搞了一天到凌晨才发现一个地方没有配置
期初以为是 hql语句写错,但是发现没有,网上搜来搜去都是说pojo的类名写成表名 ,这样低级错误可能会有,审视了n遍,发现不是,可是为什么还是会报同样的错误呢 当我改用ge...
分类:
移动开发 时间:
2015-03-29 09:29:13
阅读次数:
154
一台服务器,普通/dev/sda1/2(硬盘一) 同步数据到 lvm_member(硬盘二)rsync两硬盘数据同步:From: http://hi.baidu.com/williwill/item/7a36fdd92340b2ee55347f13系统启动到request_module: runaw...
分类:
其他好文 时间:
2015-03-28 17:03:10
阅读次数:
597
UVA - 439
Knight Moves
Time Limit: 3000MS
Memory Limit: Unknown
64bit IO Format: %lld & %llu
Submit Status
Description
A friend of you is doing research on t...
分类:
其他好文 时间:
2015-03-28 08:51:36
阅读次数:
146
点击打开链接
Grouping
Time Limit: 2 Seconds Memory Limit: 65536 KB
Suppose there are N people in ZJU, whose ages are unknown. We have some messages about them. The i-th message shows that th...
分类:
其他好文 时间:
2015-03-21 18:41:36
阅读次数:
154
UVA - 10474
Where is the Marble?
Time Limit: 3000MS
Memory Limit: Unknown
64bit IO Format: %lld & %llu
Submit Status
Description
Raju and Meena love to play ...
分类:
编程语言 时间:
2015-03-21 09:53:59
阅读次数:
198
UVA - 10714
Ants
Time Limit: 3000MS
Memory Limit: Unknown
64bit IO Format: %lld & %llu
Submit Status
Description
Problem B: Ants
An army of ants walk on a...
分类:
其他好文 时间:
2015-03-21 09:49:52
阅读次数:
140
Suppose a sorted array is rotated at some pivot unknown to you beforehand.(i.e.,0 1 2 4 5 6 7might become4 5 6 7 0 1 2).You are given a target value t...
分类:
其他好文 时间:
2015-03-20 18:12:38
阅读次数:
149
UVA - 146
ID Codes
Time Limit: 3000MS
Memory Limit: Unknown
64bit IO Format: %lld & %llu
Submit Status
Description
It is 2084 and the year of Big Brother has...
分类:
其他好文 时间:
2015-03-20 09:24:34
阅读次数:
132