一、登录MySQL查看用SHOWVARIABLES LIKE ‘character%’;下字符集,显示如下:+--------------------------+----------------------------+| Variable_name | Value |+-------------...
分类:
数据库 时间:
2014-07-18 21:14:30
阅读次数:
222
众所周知,eclipse的project bulid path中可以引用第三方类库(如图1),
图1
但是这种方式有个缺点:对类库的引用是通过绝对路径。如果有两台电脑(办公室1台、家1台),很可能造成因为类库的路径不同导致eclipse报错。
但事实上,两台电脑中只是libraries目录的绝对路径不同,从libraries开始的子目录完全同步。
只要满足这个条件,...
分类:
系统相关 时间:
2014-07-17 20:34:34
阅读次数:
243
问题:No JVM installation found. Please install a 64-bit JDK. If you already have a JDK installed, define a JAVA_HOME variable in Computer > System Prope...
分类:
移动开发 时间:
2014-07-16 21:39:23
阅读次数:
261
/*使用UIImagePickerController和UIPopverController,先在头文件中设置要遵循的协议:*/@implementation PickerVC{ /*UIPopoverController must use the global variable*/ UIPop.....
分类:
其他好文 时间:
2014-07-16 20:40:53
阅读次数:
134
Node.js configure error: No acceptable C compiler found!
Please make sure you have a C compiler installed on your system and/or
consider adjusting the CC environment variable if you ...
分类:
Web程序 时间:
2014-07-16 17:32:10
阅读次数:
952
When you assign an object to a variable, Python copies the reference to the object. In this case a and b refer to the same list.If you want ...
分类:
其他好文 时间:
2014-07-15 23:18:08
阅读次数:
278
常变量在定义变量时,如果加上关键字const,则变量的值在程序运行期间不能改变,这种变量称为常变量(constant variable)。例如,const int a=3; //用const来声明这种变量的值不能改变,指定其值始终为3在定义常变量时必须同时对它初始化(即指定其值),...
分类:
其他好文 时间:
2014-07-15 08:58:55
阅读次数:
203
op2.zv; variable_ptr_ptr = _get_zval_ptr_ptr_cv_BP_VAR_W(EX_CVs(), opline->op1.var TSRMLS_CC); if (IS_CV == IS_VAR && UNEXPECTED(variable_ptr_pt...
分类:
Web程序 时间:
2014-07-15 00:22:58
阅读次数:
555
op2.var TSRMLS_CC); variable_ptr_ptr = _get_zval_ptr_ptr_cv_BP_VAR_W(EX_CVs(), opline->op1.var TSRMLS_CC); if (IS_CV == IS_VAR && UNEXPECTED(var...
分类:
Web程序 时间:
2014-07-14 08:10:19
阅读次数:
315
一、问题
在安装opencms是会出现如下错误:
MySQL system variable 'max_allowed_packet' is set to 1048576 Byte (1MB).
Please note that it will not be possible for OpenCms to handle files bigger than this value in ...
分类:
其他好文 时间:
2014-07-12 22:58:44
阅读次数:
353