using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace day05{ class Program { static...
分类:
其他好文 时间:
2015-03-04 09:34:00
阅读次数:
116
学习内容:ViewPager和Dialogs组件====ViewPager组件====它的作用主要是支持屏幕左右滑动切换列表元素,使用方式如下:1.首先定义ID号信息,创建res/values/ids.xml,添加如下内容: 这个ID号用于ViewPager类的setId方法,比如mViewPage...
分类:
移动开发 时间:
2015-03-03 23:33:11
阅读次数:
223
感觉自己越来越有危机感了,很多事情都要做,生怕什么都没做一年就这样过去了所以觉得有必要给自己一些鞭策,要不然,感觉一觉醒来,这一年就这样荒废了给自己定一个年度小习惯,每天晚上至少花一个小时的时间来学习,学习内容不限,但是必须做笔记,记录自己学到的东西和思考OK,今天的目标,学习到23:30然后去洗澡...
分类:
其他好文 时间:
2015-03-03 23:26:06
阅读次数:
160
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleApplication1{ class Pr...
分类:
其他好文 时间:
2015-03-03 13:12:54
阅读次数:
133
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace day03{ class Program { static...
分类:
其他好文 时间:
2015-03-02 09:23:10
阅读次数:
200
学习内容:ListFragment组件====ListFragment====ListFragment是Fragment的一个子类,用于抽象展现列表视图(ListView),不过它使用一种叫adapter的控制器来与MODEL层进行交互!adapter的作用如下:1.创建必要的视图组件(比如Text...
分类:
移动开发 时间:
2015-03-01 20:54:31
阅读次数:
155
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleApplication1{ class Pr...
分类:
其他好文 时间:
2015-02-28 10:01:13
阅读次数:
128
从上次总结到现在已经有6个月了,是该沉淀一下这段时间的学习了。
一、学习内容。
权限系统:
这半年我做了两版权限了也对权限系统有了一个深刻的认识了。对权限的核心部分也有了一定的提炼。
Spring:
这半年主要对Spring的源码、SpringIOC如何设计与实现、Spri...
分类:
其他好文 时间:
2015-02-28 08:51:34
阅读次数:
159
jQuery mobile 学习08 内容区域的列表显示 data-role="listview"...
分类:
Web程序 时间:
2015-02-27 10:13:53
阅读次数:
250
前面基本了解了指令的相关内容: 1 如何自定义指令 2 指令的复用本篇看一下指令之间如何交互。学习内容来自《慕课网 指令3》 背景介绍 这例子是视频中的例子,有一个动感超人,有三种能力,力量strength,速度speed,发光light。 这三种能力作为三种属性,定义动感超人作为一个标签...
分类:
Web程序 时间:
2015-02-13 16:28:42
阅读次数:
238