码迷,mamicode.com
首页 >  
搜索关键字:custom state    ( 10586个结果
cs108 03 ( 调试, java通用性)
DebugerGreat questionsThese questions will solve most bugs:what method shows the symptom ? what lines of code produces that symptom ?what is the state...
分类:编程语言   时间:2014-07-16 23:13:29    阅读次数:367
NHibernate动态扩展表
NHibernate动态扩展属性小记http://www.infoq.com/articles/hibernate-custom-fields 的NHibernate实现因为动态扩展表需要修改hbm.xml文件,所以hbm.xml文件必须放在可编辑的路径中。hibernate.cfg.xml中添加节...
分类:系统相关   时间:2014-07-16 23:10:53    阅读次数:295
web-project 故障查看功能 检测是否启动fmd服务
def check_fmd_service(): try: output = subprocess.check_output('svcs -H -o state fmd',shell=True) state = output.decode('UTF-8').stri...
分类:Web程序   时间:2014-07-10 13:30:04    阅读次数:246
Fun with Asp.net MVC 3 Custom Json Model Binder
(推荐)基本上能解决所有从View传参到Controller问题,如:单个模型,多个模型,模型里面包含数组,模型里面包含多个对象等。
分类:Web程序   时间:2014-07-07 13:59:19    阅读次数:587
OPatch failed with error code 73
前几天给一套LINUX下的RAC数据库打补丁升级,有一台机器更新失败了,相关的异常内容如下: Restoring "/u01/app/oracle/11.2.0/db_1" to the state prior to running NApply... Checking if OPatch ne.....
分类:其他好文   时间:2014-06-30 23:44:20    阅读次数:617
Operation is not valid due to the current state of the object.
昨天客户突然要求将某个角色的所有权限都不分页的放在一个页面修改,本地测试OK,通过;但发布后,点击该页面提交后一直报下面的错误:异常信息: Operation is not valid due to the current state of the object.错误源:System.Web堆栈信息...
分类:其他好文   时间:2014-06-30 22:55:35    阅读次数:407
拼接sql ()
SELECT ID,FORMNAME,NODENAME,SEQUENCE, NAME, STATE, NOWTIMES, WORK.FQREALNAME||'('||FQDEPT.FULLNAME||')' AS FQREALNAME, NVL2(WORK.BHREALNAME,WORK.BHR.....
分类:数据库   时间:2014-06-30 20:45:24    阅读次数:247
EBS FORM内置属性代码及ID
SQL如下:SELECT*FROMfnd_form_custom_prop_list;--FORM内置属性 SELECT*FROMfnd_form_custom_prop_values;--内置属性值内置属性分为如下级别:BLOCKCANVASGLOBALITEMLOVPARAMETERRADIOBUTTONTABVARVIEWWINDOW
分类:其他好文   时间:2014-06-28 06:20:43    阅读次数:338
EBS FORM个性化后台表
如下:SELECT*FROMfnd_form_custom_rules;可以看到个性化里的各种属性。
分类:其他好文   时间:2014-06-28 00:06:59    阅读次数:224
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!