摘要:
//// FileInfo.m// MemoryManage//// Created by macos on 14-8-10.// Copyright (c) 2014年 macos. All rights reserved.//#import "FileDemo.h"@implementa... 阅读全文
摘要:
restart apache: /etc/init.d/apache2 restartrestart mysql: /etc/init.d/mysql restargrant all privileges on mytest.* to 'username'@'%' identified by 'pa... 阅读全文
摘要:
INSERT INTO tablename [(columns...)] SELECT 4,4 from dual WHERE not exists (select * from tablename where ...);(columns...)要插入数据的列集合 省略时按表结构顺序匹配根据条件插入... 阅读全文