码迷,mamicode.com
首页 >  
搜索关键字:i got it    ( 1592个结果
CodeForces 277A Learning Languages 并查集
The “BerCorp” company has got n employees. These employees can use m approved official languages for the formal correspondence. The languages are numbered with integers from 1 to m. For each employee w...
分类:其他好文   时间:2015-03-13 23:51:13    阅读次数:447
[sql]在case语句中不同情况下then的数据的数据类型不一致ORA-00932: inconsistent datatypes: expected NUMBER got CHAR
ORA-00932: inconsistent datatypes: expected NUMBER got CHAR00932. 00000 - "inconsistent datatypes: expected %s got %s"1 CASE XXXXX.FILE_TYPE 2 ...
分类:数据库   时间:2015-03-12 16:45:08    阅读次数:4813
cocos2dx 3.3将坐标由父空间转化到局部空间
设在node的父空间内有一点p,要求其转化到node局部空间后的坐标p_local,代码如下:node->getNodeToParentTransform();//in order node->parentToNodeTransform() got right result, we must cal...
分类:其他好文   时间:2015-03-11 19:36:19    阅读次数:545
node.js [superAgent] 请求
post请求:? ?request.post(‘/api/pet‘) ???.end(function(resp,err){ ?????if?(resp.body.status===200)?{ ???????alert(‘yay?got?‘?+?JSON.stringify(res.body)); ?????}?else?{...
分类:Web程序   时间:2015-03-11 17:32:58    阅读次数:225
数据导入报错:Got a packet bigger than‘max_allowed_packet’bytes的问题
数据导入报错:Got a packet bigger than‘max_allowed_packet’bytes的问题这个问题可以有2个解决方法:1.临时修改:mysql>set global max_allowed_packet=524288000;修改 #512M2.修改my.cnf : ref...
分类:其他好文   时间:2015-03-11 14:34:39    阅读次数:135
听力默写-1
Allegedlybrag aboutYou got nothing tying me to that nigger friend of yoursmake it stickbadgessheriffcharmbeat the rentcrapairstreamalways room for imp...
分类:其他好文   时间:2015-03-09 16:07:00    阅读次数:157
听力默写-1
Allegedlybrag aboutYou got nothing tying me to that nigger friend of yoursmake it stickbadgessheriffcharmbeat the rentcrapairstreamalways room for imp...
分类:其他好文   时间:2015-03-09 15:41:52    阅读次数:167
Don't let self-built concept imprison yourself
If Self-inferiority is disease, but self-confidence is hazard.Leo moon personalities can be extremely stubborn.Please read text below You got a new...
分类:其他好文   时间:2015-03-08 12:55:06    阅读次数:152
动态内存分配一题
下面代码片断的输出是什么,为什么?char *ptr;if ((ptr = (char *)malloc(0)) == NULL) { puts("Got a null pointer.");}else{ puts("Got a valid pointer.");}析:通过查看 ...
分类:其他好文   时间:2015-03-05 18:52:24    阅读次数:167
【转】Cannot find -ltinfo when compiling android 4.0.3
原文网址:http://stackoverflow.com/questions/9055005/cannot-find-ltinfo-when-compiling-android-4-0-3up vote0down votefavoriteHi I have got a problem that I...
分类:移动开发   时间:2015-03-05 00:03:47    阅读次数:440
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!