摘要: 入门 属性操作 事件 合成事件 省市联动 样式 链式语法测试 总结 阅读全文
posted @ 2017-02-23 15:41 刘冠 阅读(229) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace 对象数组排序测试 { class Program { delegate bool Sort(Passen ps1, Pa... 阅读全文
posted @ 2017-01-25 17:49 刘冠 阅读(4817) 评论(0) 推荐(0) 编辑
摘要: 单例的一种实现方式 1.构造函数私有化 2.声明一个静态字段,作为全局唯一的单例对象 3.声明一个静态函数,返回全局唯一的对象 代理 阅读全文
posted @ 2017-01-06 00:38 刘冠 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 实际中不使用这个东西,只做了解 阅读全文
posted @ 2017-01-03 22:23 刘冠 阅读(129) 评论(0) 推荐(0) 编辑
摘要: /** 特性: 单根性:一个子类只能有一个父类 传递性:爷爷类 爹类 儿子类 里氏转换 1、子类可以赋值给父类 2、如果父类装的是子类对象,则可以将这个父类转换为对应的子类 is as 关键字 -->关键字 1、is:返回bool类型,指示是否是这个类型 2、as:如果转换成功返回对象,否则返回nu 阅读全文
posted @ 2017-01-02 20:43 刘冠 阅读(212) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; using System.Threading.Tasks; namespace 基础强化 { class Program { static void... 阅读全文
posted @ 2016-12-16 01:47 刘冠 阅读(281) 评论(0) 推荐(0) 编辑
摘要: login.html 代码 login.css代码 样式随意,做做样子而已 login.js代码 ViewController.swift代码 阅读全文
posted @ 2016-11-26 17:05 刘冠 阅读(2304) 评论(0) 推荐(0) 编辑
摘要: 提示篇 原型 跑马灯测试 动态标签(与XML类似) 模仿五星好评 阅读全文
posted @ 2016-11-17 00:01 刘冠 阅读(344) 评论(0) 推荐(0) 编辑
摘要: 学前预备 选择器 文本样式 CSS块级元素 盒模型(设置块元素内外边距的) 浮动 相对定位与绝对定位 阅读全文
posted @ 2016-10-29 09:39 刘冠 阅读(234) 评论(0) 推荐(0) 编辑
摘要: HTML表格 HTML表单 补充 阅读全文
posted @ 2016-10-28 14:45 刘冠 阅读(577) 评论(0) 推荐(0) 编辑