storyboard截图: ViewController代码: // // ViewController.swift // TestAddChildViewController // // Created by Fran on 16/2/18. // Copyright © 2016年 kimree
分类:
移动开发 时间:
2016-02-18 13:23:50
阅读次数:
199
题目链接:space=1&num=1725" target="_blank">http://acm.timus.ru/problem.aspx?space=1&num=1725Every fall, all movies are shown to a full house at one of the...
分类:
其他好文 时间:
2016-01-13 15:51:20
阅读次数:
147
//// KMCacheTool.swift// StopSmokingPrograms//// Created by Fran on 15/10/15.// Copyright © 2015年 kimree. All rights reserved.//import UIKitclass ...
分类:
编程语言 时间:
2015-12-22 16:08:52
阅读次数:
444
git - 简明指南助你入门 git 的简明指南,木有高深内容 ;)作者:罗杰·杜德勒感谢:@tfnico,@fhd和Namics其他语言english,deutsch,español,français,indonesian,italiano,nederlands,polski,português,...
分类:
其他好文 时间:
2015-09-22 14:29:18
阅读次数:
131
#ifndef SALESITEM_H#define SALESITEM_H#include #include class Sales_item{public: Sales_item(const std::string &book):isbn(book),units_sold(0),revenue(...
分类:
编程语言 时间:
2015-09-21 19:14:51
阅读次数:
187
Last week, I got Autel MaxiFlashPro J2534 and MaxiSys MS908 shipped from China. A little expensive, and it will be better if it can be sold as a combi...
分类:
其他好文 时间:
2015-08-28 09:33:53
阅读次数:
163
DescriptionA supermarket has a set Prod of products on sale. It earns a profit px for each product x∈Prod sold by a deadline dx that is measured as an...
分类:
其他好文 时间:
2015-07-28 20:15:11
阅读次数:
80
根据尚学堂录的教程做的。:配置文件 db.propertiesdriver=com.mysql.jdbc.Driverurl=jdbc\:mysql\://127.0.0.1\:3306/sormuser=rootpassword=123usingDB=mysqlsrcPath=/home/fran...
分类:
其他好文 时间:
2015-06-20 11:52:26
阅读次数:
167
构造函数是特殊的成员函数, 只要创建类类型的新对象, 都要执行构造函数. 构造函数的工作是保证每个对象的数据成员具有合适的初始值. 构造函数的名字与类名相同, 并且不能指定返回类型. 像其他任何函数一样, 它们可以没有形参, 也可以定义多个形参. 用一个例子来具体介绍.
class Sales_item
{
public:
Sales_item() : units_sold(...
分类:
编程语言 时间:
2015-06-02 09:34:39
阅读次数:
165
update TaskServer.dbo.TaoBaoItemInfoes set TradeCount30 =(select SOLD_QUANTITY_30 from openrowset( 'SQLOLEDB ', '192.168.1.3'; 'root'; 'jeqee1!',TAOBA...
分类:
数据库 时间:
2015-05-25 16:09:44
阅读次数:
182