码迷,mamicode.com
首页 >  
搜索关键字:custom cell    ( 7916个结果
[Enterprise Library for .NET Framework 2.0]Custom Trace Listener例子演示
1.打开配置文件 2.移除不需要的Block,并添加Log Block 3.添加“Custom Trace Listener” 4.定义Attributes 5.添加定义类库“CustomTraceListenerExtensions” 6.编写代码,如下: using System; using ...
分类:Web程序   时间:2014-08-22 12:24:26    阅读次数:349
共享库方案解决WAS中JAR包冲突
(一)证书导入解决方案 1.登录管理控制台。 2. 展开“安全性”并单击“SSL 证书和密钥管理”。在“配置设置”下面,单击“管理端点安全配置”。 3. 为 (cell):server5Cell01 管理作用域选择适当的出站配置。 4. 在“相关项目”下面,单击“密钥库和证书”,然后单击 CellDefaultTrustStore 密钥库。 5.  在“其他属性”下面...
分类:其他好文   时间:2014-08-22 00:24:15    阅读次数:1694
Quartz 各种绘制图形用法---实现画图片、写文字、画线、椭圆、矩形、棱形等
// Only override drawRect: if you perform custom drawing.// An empty implementation adversely affects performance during animation.- (void)drawRect:(C...
分类:其他好文   时间:2014-08-21 22:36:55    阅读次数:316
ALV的颜色分为行的颜色、列的颜色和CELL的颜色
ALV的颜色分为行的颜色、列的颜色和CELL的颜色。任务要求,将一定的Tabellenfeld 用黄色填充,也就是说CELL的颜色DATA:ls_cellcolorTYPElvc_s_scol,coltabTYPElvc_t_scol,colorTYPElvc_s_colo.DATA: BEGIN ...
分类:其他好文   时间:2014-08-21 18:52:27    阅读次数:232
[Enterprise Library for .NET Framework 2.0]自定义日志路径或日志文件名称
有时候,日志输出的时候会根据时间来分类,譬如“20140821\trace.log”,在Enterprise Library中通过工具配置,只能定义日志文件名称,可以通过代码修改FlatFileTraceListenerData实现或Custom Trace Listener方式, 通过代码修改Fl...
分类:Web程序   时间:2014-08-21 18:48:24    阅读次数:376
如何用xmanager远程连接centos6.0的桌面
在centos6.0系统上设置修改custom.conf文件vim/etc/gdm/custom.conf在[security]下面添加AllowRemoteRoot=true在[xdmcp]下面添加Port=177Enable=1修改完后效果如下:[daemon][security]AllowRemoteRoot=true[xdmcp]Port=177Enable=1[greeter][chooser][debug]保存退出2.修改ini..
分类:其他好文   时间:2014-08-21 15:12:34    阅读次数:211
jQuery判断iframe中元素是否存在的方法
jQuery判断iframe中元素是否存在的方法,需要的朋友可以参考一下 .代码 if($(window.frames["iframepage"].document).find('.l-grid-row-cell').length > 0){   alert(1); }else{   alert(2); } 判断id为iframepage的iframe中css为1-grid-row-cell的元素是否存在。...
分类:Web程序   时间:2014-08-21 15:05:24    阅读次数:219
在Windows Server 2008 R2上部署ASP.NET MVC应用
OS: Windows Server 2008 R2 .NET: 4.0 (1) 安装IIS 打开管理工具 > 服务器管理, 选择角色 > 添加角色 勾选Web服务器选项 选择除FTP外的角色服务(可选) (2) 安装Web Deployment 安装方式选择Custom 选中全部模块(...
分类:Windows程序   时间:2014-08-21 13:30:25    阅读次数:280
Create Custom Modification Form In VS 2012-Part2
1.SPWorkflowModification ContextData is XMLSerialized as String.2.Get SPWorkflowModification ContextData in modification page protected void GetConte....
分类:其他好文   时间:2014-08-20 16:18:32    阅读次数:194
Create Custom Modification Form In VS 2012-Part1
Step1.Add EventHandlingScope ActivityUnder OnWorkflowActivatedStep2.Add SequenceActivity In EventHandlingScope ActivityStep3.Add EnableWorkflowModific...
分类:其他好文   时间:2014-08-20 16:05:02    阅读次数:237
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!