1. 到tomcat网站下载 tomcat8http://tomcat.apache.org/download-80.cgi64-bit Windows zip(pgp,md5)2.解压到本地,将tomcat/bin/tcnative-1.dll 这个文件 放到\jdk1.7.0_45\jre\.....
分类:
系统相关 时间:
2014-09-04 14:45:49
阅读次数:
1014
一:数据库中的数据类型1.整形,int(常用,4字节), smallint(2字节), tinyint, bigint(8字节)2.浮点型: float(常用) decimal(宽度,精度)有宽度和精度,宽度包含小数点,real3.逻辑型: bit (计算机默认"0"为false,"1"为true....
分类:
数据库 时间:
2014-09-04 00:09:27
阅读次数:
308
235B - Let's Play Osu!
Let us take a deep look in how this score is calculated. for a n long 'O' block, they contribute n2 to
answer.
Let us reformat this problem a bit and consider the foll...
分类:
其他好文 时间:
2014-09-03 21:20:27
阅读次数:
369
友盟官方的例子中已经有了Cocos2d-x的Demo使用起来也是比较方便的。但在64位的版本使用时需要注意
32位SDK修改: 将Xcode中Build Settings的Architectures修改为$(ARCHS_STANDARD_32_BIT),
64位SDK修改: 将Xcode中Build Settings的Architectures修改为$(ARCHS_STANDARD_64_...
分类:
其他好文 时间:
2014-09-03 15:02:46
阅读次数:
187
A processor supports an operating mode in which the default address size is greater than 32 bits and the default operand size is 32 bits. The default ...
分类:
其他好文 时间:
2014-09-03 01:28:06
阅读次数:
395
TunnelsTime Limit: 1500msMemory Limit: 32768KBThis problem will be judged onHDU. Original ID:485664-bit integer IO format:%I64d Java class name:MainBo...
分类:
其他好文 时间:
2014-09-03 00:03:46
阅读次数:
265
Most designers on dribbble have a personal portfolio website that usually consists of a name and a bit about themselves – maybe even some work.When it...
分类:
其他好文 时间:
2014-09-02 19:24:15
阅读次数:
300
Given an array of integers, every element appears twice except
for one. Find that single one.
class Solution {
//using xor bit manipulation
public:
int singleNumber(int A[], int n) {
...
分类:
其他好文 时间:
2014-09-02 17:46:15
阅读次数:
171
背景项目中使用protobuf作为网络传输协议,最开始在项目中直接使用源代码编译,在真机上测试一直是正常的,直到某天开始在CPU是64 bit的设备上发现protobuf导致crash了,于是就开始尝试使用.a静态库看看是否能解决问题(失败了)。bug解决方案直接看最后。 开发环境OS X 10.....
分类:
其他好文 时间:
2014-09-02 14:08:24
阅读次数:
235
1.冒号(:)用法(1)表示机构内位域的定义(即该变量占几个bit空间)typedef struct _XXX{unsigned char a:4;unsigned char c;} ; XXX(2)构造函数后面的冒号起分割作用,是类给成员变量赋值的方法,初始化列表,更适用于成员变量的常量const...
分类:
编程语言 时间:
2014-09-02 14:08:06
阅读次数:
286