Separation of concern is at the heart while designing an AngularJS application. Your controller must be responsible for binding model data to views us...
分类:
Web程序 时间:
2014-12-04 19:37:03
阅读次数:
173
自定义Binding A base class for custom WPF binding markup extensions BindingDecoratorBase Code: public class LookupExtension : BindingDecoratorBase
{ //A ...
在Section的Event中, Do Custom Section("sectionxxx")自定义加载下一个Section Set Selection Append Flag()继承上一个Section中的Selection(system function) Set User Select...
分类:
其他好文 时间:
2014-12-04 17:21:29
阅读次数:
395
Sub ExportCustom()'' ExportCustom 宏' 导出自定义属性到custom.txt' Dim lFileNumber As Long Dim sFilePath As String Dim current As Object Set current...
分类:
其他好文 时间:
2014-12-04 00:40:30
阅读次数:
345
在Mac OS X10.10下sudo gem install curses 返回如下错误:
apple@kissAir: ruby_src$sudo gem install curses
Password:
Fetching: curses-1.0.1.gem (100%)
Building native extensions. This could take a...
分类:
系统相关 时间:
2014-12-03 12:33:28
阅读次数:
394
1、进入网站http://www.dafont.com,选取需要的字体
2、下载字体,解压文件,找到ttf格式文件,这个是我们要导入至工程的。如thirteen_pixel_font.ttf 。
3、导入文件至工程中 点击最后
4、选取工程targets,进入info,找到Custom iOS Target Properties. 点击列表最后一行入口Bundle
versions ...
分类:
其他好文 时间:
2014-12-03 00:31:48
阅读次数:
196
打开下载的mysql安装文件mysql-5.0.27-win32.zip,双击解压缩,运行"setup.exe",出现如下界面mysql安装图文教程1mysql安装向导启动,按"Next"继续mysql图文安装教程2选择"Custom",mysql图文安装教程3在"Developer Compone...
分类:
数据库 时间:
2014-12-02 22:14:41
阅读次数:
283
在使用WCF做服务接口时,TCP模式肯定比Http效率高,Binary/MTOM格式的绑定也会Text格式的绑定高效。
两个endpoint,一个用来调试:ms-mex的binding是用来方便WCF调试工具和远程对象应用,另一个是实际工作模式配置:customBinding。
为了提高接口...
分类:
其他好文 时间:
2014-12-02 19:02:04
阅读次数:
389
1. Run-time binding v.s complile-time binding 2. Factory Method :defer instantiation to subclass,define only vitual function for creating a object in base class ? ?Abstract Factory Method ? ?B...
分类:
其他好文 时间:
2014-12-02 15:29:15
阅读次数:
185
advantage of properties:1 properties can be used in data binding, public data member can not.2 data validation can be wrote inside setter method. easy...
分类:
数据库 时间:
2014-12-01 18:55:04
阅读次数:
183