1. 定义变量名和函数名或关键字重名: typeerror 在网上随便copy了一个处理csv文件的源码,运行中总是在input时出错,差错没注意变量声明,导致浪费不少时间在红色剪头处,input的输出用input变量名存放,当再次调用input函数时,就会提示:TypeError: str obj...
分类:
编程语言 时间:
2014-06-27 21:40:21
阅读次数:
353
android 系统定制的小技巧(网络收集)1开机图片:android-logo-mask.pngandroid-logo-shine.png这两个图片一个在上一个在下./out/target/common/obj/JAVA_LIBRARIES/android_stubs_current_inter...
分类:
移动开发 时间:
2014-06-27 21:35:42
阅读次数:
299
#include "common.h"#include "pool.h"#include static inline void *objmem_to_obj(void *objmem){return objmem + sizeof(pool_obj_head_t);}static inline vo...
分类:
其他好文 时间:
2014-06-27 21:24:59
阅读次数:
292
vc编译时出现Linking... officeView.obj:errorLNK2001:unresolvedexternalsymbol__imp__PathFileExistsA@4 Debug/office.exe:fatalerrorLNK1120:1unresolvedexternals...
分类:
其他好文 时间:
2014-06-27 20:15:56
阅读次数:
261
1>cvblob.lib(cvblob.obj) : error LNK2038: 检測到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(the_first.obj 中)1>cvblob.lib(cvtrack.obj) : error LNK2038: 检測到“...
分类:
其他好文 时间:
2014-06-26 16:55:32
阅读次数:
132
配置的时候出现这个:1>正在链接...1>test.obj:errorLNK2019:无法解析的外部符号_cvDestroyWindow,该符号在函数_main中被引用1>test.obj:errorLNK2019:无法解析的外部符号_cvReleaseImage,该符号在函数_main中被引用1>...
prepare("show tables;");//准备预处理sql语句 $obj->execute();//执行预处理语句 $obj->fetchALL(PDO::FETCH_ASSOC);//获取结果集 #.插入 $obj = null; $sql = ...
分类:
数据库 时间:
2014-06-25 09:23:42
阅读次数:
244
prepare("select * from level_class where id = ?"); $id = 28; $obj->bindParam(1,$id,PDO::PARAM_INT); $obj->execute(); $result = $obj->f...
分类:
数据库 时间:
2014-06-25 09:16:27
阅读次数:
377
注:本文转载于网络Linux的man很强大,该手册分成很多section,使用man时可以指定不同的section来浏览,各个section意义如下: 1 - commands2 - system calls3 - library calls4 - special files5 - file for...
分类:
系统相关 时间:
2014-06-24 14:23:15
阅读次数:
249
3.3 概述
Table 3.1. The bean definition
Property
Explained in...
class
Section 3.3.2, “Instantiating beans”
name
Section 3.3.1, “Naming beans”
scope...
分类:
编程语言 时间:
2014-06-22 07:48:05
阅读次数:
276