Auth: JinDate: 20140716mysql --default-character-set utf8 -h127.0.0.1 -uroot -p SHOW PROCEDURE status; ERROR 1548 (HY000): Cannot load from mysql.pro....
分类:
数据库 时间:
2014-07-19 21:08:37
阅读次数:
327
一、登录MySQL查看用SHOWVARIABLES LIKE ‘character%’;下字符集,显示如下:+--------------------------+----------------------------+| Variable_name | Value |+-------------...
分类:
数据库 时间:
2014-07-18 21:14:30
阅读次数:
222
Reinstall MSDTCThe system reported an unexpected error condition. You can resolve this condition by uninstalling and then reinstalling the Microsoft D...
命令行提示符下,python print输出unicode字符时出现以下UnicodeEncodeError:'gbk'codec can't encode character '\u30fb不能输出 unicode 字符,程序中断。解决方法:sys.stdout=io.TextIOWrapper(...
分类:
编程语言 时间:
2014-07-16 16:01:53
阅读次数:
270
最近學到一個在VMware ESXi 下面強制關閉一個沒有反應的VM的方法, 一般正常都是使用vSphere Client 去控制VM電源, 但是有時會發生即使用裡面的Power Off 按鈕但是還是無法關閉我的VM, 而且最終會出現一串錯誤訊息「An unexpected error was re...
分类:
其他好文 时间:
2014-07-16 15:47:58
阅读次数:
434
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
How do I insert a space to a NSString.I need to add a space at index 5 into:NString * dir = @"abcdefghijklmno";To get this result:abcde fghijklmnowith...
分类:
其他好文 时间:
2014-07-14 21:12:21
阅读次数:
175
How to check if NSString begins with a certain characterHow do you check if an NSString begins with a certain character (the character *).The * is an ...
分类:
其他好文 时间:
2014-07-14 20:51:24
阅读次数:
177
最近发现POSTGRESQL的一张表(下面统称为test表)达到67G大小,不得不进行重新分区,下面记录一下步骤:前言、查看数据表结构(表结构肯定是虚构的)CREATE TABLE test( id integer NOT NULL DEFAULT , logday character vary.....
分类:
数据库 时间:
2014-07-14 19:23:11
阅读次数:
305