码迷,mamicode.com
首页 >  
搜索关键字:mvvm light    ( 2776个结果
matplotlib font and font weight
weight = ['light', 'normal', 'medium', 'semibold', 'bold', 'heavy', 'black']style = ['normal', 'italic', 'oblique']size = ['xx-small', 'x-small', 's.....
分类:其他好文   时间:2014-07-30 20:21:14    阅读次数:272
HDU - 2276 Kiki & Little Kiki 2
Description There are n lights in a circle numbered from 1 to n. The left of light 1 is light n, and the left of light k (1< k<= n) is the light k-1.At time of 0, some of them turn on, and others t...
分类:其他好文   时间:2014-07-30 12:23:23    阅读次数:199
MVVM模式学习随笔
ICommand接口所属命名空间为System.Windows.Input,在.NET Framework 4中位于程序集PresentationCore(在 PresentationCore.dll 中)中。
分类:其他好文   时间:2014-07-29 20:48:52    阅读次数:165
C#最良心脚本语言C#Light/Evil,Xamarin\WP8\Unity热更新最良心方案,再次进化.
C#Light的定位是嵌入式脚本语言,一段C#Light脚本是一个函数 C#Evil定位为书写项目的脚本语言,多脚本文件合作,可以完全用脚本承载项目。 C#Light/Evil 使用完全C#一致性语法 目前 C#Light已经是正式版,且经商业项目检验 C#Evil是Alpha版,欢迎试用反馈。 C...
分类:其他好文   时间:2014-07-29 16:49:42    阅读次数:316
【HackerRank】Service Lane
Calvin is driving his favorite vehicle on the 101 freeway. He notices that the check engine light of his vehicle is on, and he wants to service it imm...
分类:其他好文   时间:2014-07-29 12:37:16    阅读次数:250
windows 下nginx 虚拟主机搭建
需要在 nginx.conf里面引入刚才配置的那个文件第一步 加东西http的节点里面加上一定要注意的是:必须以 ;结尾include D:/phpen/nginx-1.3.6/conf/vhost/www.light.com.conf;或者include D:/phpen/nginx-1.3.6/...
分类:Windows程序   时间:2014-07-28 23:36:44    阅读次数:383
构建兼容浏览器的Angularjs web应用
背景 随着mvvm逐渐成熟,现在使用jQuery构建web应用已经显得过时了,而且使用jQuery需要编写更多的代码去控制dom的取值、赋值、绑定事件等,而mvv从底层实现了对以上操作的支持,让程序员可以从原始的复杂、重复的编码中解放出来,让程序员可以将更多的重心放在业务的实现、数据的交互上去,而....
分类:Web程序   时间:2014-07-28 14:55:25    阅读次数:282
自定义View--day1
public class MyVolumnView extends View { int count_dark = 7; final int MAX_COUNT = 15; Paint paint; Bitmap dark; Bitmap light; final...
分类:其他好文   时间:2014-07-27 23:20:29    阅读次数:261
(WPF) MVVM: DataGrid Binding
Binding到DataGrid的时候,需要用到ObservableCollection. public ObservableCollection Customers { get { return ...
分类:其他好文   时间:2014-07-27 23:01:19    阅读次数:222
(WPF) MVVM: ComboBox Binding
基本思路还是在View的Xmal里面绑定ViewModel的属性,虽然在View的后台代码中也可以实现binding,但是还是在Xmal里面相对的代码量要少一些。此例子要实现的效果就是将一个List 绑定到一个ComboBox,并将选择后的Customer的Age显示在一个TextBlock中。1....
分类:其他好文   时间:2014-07-27 22:58:19    阅读次数:238
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!