自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(14)
  • 收藏
  • 关注

原创 泛型五大约束

//////////////////////////////////////////////////泛型类型约束////////////////////////////////// using System; using System.Collections.Generic; using System.Linq; using System.Text; using Sy

2016-09-05 11:10:10 5080

原创 多线程练习1

using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; namespace 线程练习 {

2016-09-05 10:59:01 365

原创 多态练习

using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace 多态练习 {     class Program     {         static void Mai

2016-09-05 10:57:29 337

原创 泛型练习1

using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; namespace 练习 {     clas

2016-09-05 10:56:18 287

原创 多态练习1

using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace 多态练习 {     class Program     {         static void Mai

2016-09-05 10:51:27 403

原创 代理之匿名函数

using System; using System.Collections.Generic; namespace 匿名函数 {     public delegate void MyDel();     public delegate double MyDel2(double a);     class MainClass     {         public s

2016-09-05 10:46:57 238

原创 抽象类联系1

using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace 抽象类练习 {     class Program     {         static void Ma

2016-09-05 10:38:18 237

原创 mysql操作

mysql> select *from seller; +-----+--------+ | id  | name   | +-----+--------+ |   1 | haha   | | 100 | babbaa | +-----+--------+ 2 rows in set (0.00 sec) mysql> show tables     -> ; +--

2016-09-05 10:36:56 401

原创 C#从数据库mysql读取数据

using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks;

2016-09-05 10:33:43 3941

原创 base关键字

C# base关键字

2016-09-05 10:23:32 618

转载 ios网络编程

iOS ***各种网络编程面试总结**** ######################################################### 进程与线程 进程和线程都是由操作系统分配和调度的程序运行的基本单元,系统利用该基本单元实现系统对应用的并发性。 进程是一块包含了某些资源的内存区域。操作系统利用进程把它的工作划分为一些功能单元。进程中所包含的一个或多个执

2016-03-16 01:37:56 288

转载 ios面试题2(未整理)

1. 什么是arc?(arc是为了解决什么问题诞生的?) 2. 请解释以下keywords的区别: assign vs weak, __block vs __weak 3. __block在arc和非arc下含义一样吗? 4. 使用atomic一定是线程安全的吗? 5. 描述一个你遇到过的retain cycle例子。(别撒谎,你肯定遇到过) 6. +(void)load; +(void

2016-03-16 01:02:17 621

转载 ios面试试题总结(未整理)

史上最全的iOS面试题及答案     iOS面试小贴士 ———————————————回答好下面的足够了------------------------------------- 多线程、特别是NSOperation 和 GCD 的内部原理。 运行时机制的原理和运用场景。 SDWebImage的原理。实现机制。如何解决TableView卡的问题。 b

2016-03-16 01:00:56 783

转载 豪杰自来也

拉不回出走的挚友, 最不到喜欢的妹子, 没守住心爱的徒弟, 没赶上诀别的老师。 坐在暗黄色的石壁前面, 写着永远未完待续的小说, 因常在微笑背后的悲伤, 引导着语言之子的豪杰自来也, 不觉疲惫,不觉凋零!!!

2016-03-12 15:17:59 386

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除