在使用pt-online-schema-change会遇到如下的错误导致表修改失败:Copying rows caused a MySQL error 1364,Message: Field 'XXX' doesn't have a default value例子1:#修改的SQL:ALTER TA...
分类:
其他好文 时间:
2014-07-07 09:24:57
阅读次数:
442
本来用superobject来解析JSON已经够用了,可惜这个东东不能在移动段使用,于是找到QJSON来处理。这是一个国内高手写开源免费的东西,赞一个。加入数据如下:{"message":"ok","status":"1","state":"3","data":[{"time":"2012-07-0...
分类:
Web程序 时间:
2014-07-03 21:32:16
阅读次数:
340
ICMP协议1、ICMP简介ICMP全名为(INTERNET CONTROL MESSAGE PROTOCOL)网络控制消息协议。 ICMP的协议号为1。ICMP报文就像是IP报文的小弟,总顶着IP报文的名头出来混。因为ICMP报文是在IP报文内部的,如图:图:IP数据报2、ICMP类型 ICMP报...
分类:
其他好文 时间:
2014-07-03 20:40:47
阅读次数:
332
#import #import "T20140628025702NSNumber+Message.h"#import "T20140628025702NSString+URLEncoding.h"@interface T20140628025702ViewController : UITableVi...
分类:
移动开发 时间:
2014-07-03 20:32:10
阅读次数:
219
函数page_get_cache代码:function page_get_cache($status_only = FALSE) { static $status = FALSE; global $user, $base_root; if ($status_only) { return ...
分类:
其他好文 时间:
2014-07-03 20:04:26
阅读次数:
210
1 #include 2 #include "resource.h" 3 4 LRESULT CALLBACK MyWndProc( HWND hwnd, // handle to window 5 UINT uMsg, // message identifier 6...
#import #import "T20140628025249NSNumber+Message.h"#import "T20140628025249NSString+URLEncoding.h"#import "MKNetworkEngine.h"#import "MKNetworkOperati...
分类:
移动开发 时间:
2014-07-02 17:26:27
阅读次数:
277
import java.util.Properties;import javax.mail.BodyPart;import javax.mail.Message;import javax.mail.Multipart;import javax.mail.Session;import javax.ma...
分类:
编程语言 时间:
2014-07-02 17:21:26
阅读次数:
206
Key words: IE的默认语言若不为简体中文,则会导致此问题发生 刚在某内网服务器(英文 Win2003Server Standard 64Bit)搭建了一套应用(WebLogic11G+Oracle11G),结果我本地访问时报“missing message for key”,第一反应是语言...
分类:
其他好文 时间:
2014-07-02 17:18:45
阅读次数:
180
1 #include 2 #include "resource.h" 3 4 LRESULT CALLBACK MyWndProc( HWND hwnd, // handle to window 5 UINT uMsg, // message identifier 6...