摘要:
drop sequence SEQ_sys_dictionary;create sequence SEQ_sys_dictionary INCREMENT BY 1 START WITH 1;create or replace trigger sys_dictionary_TRIGGER ... 阅读全文
摘要:
//// ViewController.m// UI4_断点下载//// Created by qianfeng on 15/8/19.// Copyright (c) 2015年 ZBC. All rights reserved.//#import "ViewController.h"@i... 阅读全文