04 2014 档案

摘要:对比发现 int bigint smallint 和 tinyint 类型,如果创建新表时没有指定 int(M) 中的M时,默认分别是 :int ------- int(11)bigint ------- bigint(20)smallint ------- smal... 阅读全文
posted @ 2014-04-27 12:50 lifeinearth 阅读(1668) 评论(0) 推荐(0)
摘要:在Magento中上传产品图片时,有时会提示:SSL Error: Invalid or self-signed certificate,解决此种问题,可以参考以下方法:方法一- Login to the admin- System >> Configuration- Click on “Web” on the left under “General”- Under “Secure”, change the bottom two drop-downs to say “No”- Under “Unsecure”, change the Base URL to http instead 阅读全文
posted @ 2014-04-11 17:55 lifeinearth 阅读(939) 评论(0) 推荐(0)