NHibernate动态扩展属性小记http://www.infoq.com/articles/hibernate-custom-fields 的NHibernate实现因为动态扩展表需要修改hbm.xml文件,所以hbm.xml文件必须放在可编辑的路径中。hibernate.cfg.xml中添加节...
分类:
系统相关 时间:
2014-07-16 23:10:53
阅读次数:
295
Mapper中的方法执行时会构造为org.apache.ibatis.binding.MapperMethod$MethodSignature对象,从该类源码中可以了解如何使用Mapper方法。【支持的特殊参数类型】RowBounds、ResultHandler、普通参数(作为sql执行时使用的变量...
分类:
移动开发 时间:
2014-07-10 12:02:19
阅读次数:
336
原文: asp.net mvc源码分析-DefaultModelBinder 自定义的普通数据类型的绑定和验证 在前面的文章中我们曾经涉及到ControllerActionInvoker类GetParameterValue方法中有这么一句代码: ModelBindingContext binding...
分类:
Web程序 时间:
2014-07-07 20:01:46
阅读次数:
167
由于LS 的数据绑定使用了 :EaselJSThe LightSwitch Data Binding Framework Using EaselJShttp://lightswitchhelpwebsite.com/Blog/tabid/61/EntryId/1211/The-LightSwitch...
分类:
编程语言 时间:
2014-07-07 17:45:55
阅读次数:
226
(推荐)基本上能解决所有从View传参到Controller问题,如:单个模型,多个模型,模型里面包含数组,模型里面包含多个对象等。
分类:
Web程序 时间:
2014-07-07 13:59:19
阅读次数:
587
SQL如下:SELECT*FROMfnd_form_custom_prop_list;--FORM内置属性
SELECT*FROMfnd_form_custom_prop_values;--内置属性值内置属性分为如下级别:BLOCKCANVASGLOBALITEMLOVPARAMETERRADIOBUTTONTABVARVIEWWINDOW
分类:
其他好文 时间:
2014-06-28 06:20:43
阅读次数:
338
如下:SELECT*FROMfnd_form_custom_rules;可以看到个性化里的各种属性。
分类:
其他好文 时间:
2014-06-28 00:06:59
阅读次数:
224
Xmanager远程管理Centos桌面1.安装gdmyum-yinstallgdm2.修改系统启动界面vim/etc/inittabid:5:initdefault:#(把3或者其他数字改为5)3.配置gdm文件vim/etc/gdm/custom.conf字段下分别添加如下内容(默认[security]和[xdmcp]没有任何内容,需要手动添加):[security]AllowRemote..
分类:
其他好文 时间:
2014-06-27 06:20:57
阅读次数:
312
1. 添加References PresentationCore PresentationFramework System.Xaml WindowsBase2. 修改AssemblyInfo.xsusing System.Windows;[assembly: System.Windows...
分类:
其他好文 时间:
2014-06-26 19:09:55
阅读次数:
139
最近有一个需求,就是控制系统的音量,我们都知道原理在mediaPlayer.framework框架下,有方法
// The current volume of playing music, in the range of 0.0 to 1.0.
// This property is deprecated -- use MPVolumeView for volume control instea...
分类:
其他好文 时间:
2014-06-26 10:44:33
阅读次数:
324