码迷,mamicode.com
首页 >  
搜索关键字:custom    ( 2797个结果
如何用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
在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
apache+php+mysql最新版windows下
卸载以前的Apache1、控制面板先卸载2、删除E:\Program Files (x86)\Apache Software Foundation下的apache目录一、安装apache1、custom个性化安装→更改路径为E:\Program Files (x86)\Apache Software...
分类:数据库   时间:2014-08-20 12:21:12    阅读次数:253
How to:installshield安装包怎样才能出现选择路径的界面?
原文:How to:installshield安装包怎样才能出现选择路径的界面?这个问题新手问的很多,installshield的安装包默认设置下选择路径的界面藏在Custom安装类型下。在做完安装包后,点击执行,正常选择“下一步”“下一步”,来到Setup Type界面 选择Custom类型,点击...
分类:其他好文   时间:2014-08-19 18:44:05    阅读次数:214
ios接入外部设备失败
app需要ios设备连接第三方硬件,根据第三方硬件的SDK文档调用完全无反应。解决方案:Targets 中如下操作:1、BuildPhase --》 Link binary with libraries 添加ExternalAccessory.framework;2、Info --> Custom ...
分类:移动开发   时间:2014-08-18 15:55:12    阅读次数:224
magento自定义选项Custom Options Replicator怎么使用?
magento自定义选项Custom Options Replicator,是用于在后台产品操作中,将某一个产品的自定义选项复制到指定的产品中.? 那要怎么用呢? 选中需要被复制的产品 3.右上角选择“copy sustom options” 4.填入范本产...
分类:其他好文   时间:2014-08-17 18:42:12    阅读次数:193
弥补wxpython无背景图片缺陷
通过设置Panel的背景样式为wx.BG_STYLE_CUSTOM:
分类:编程语言   时间:2014-08-17 16:57:52    阅读次数:979
android自定义闪烁的文本
自定义闪烁文本,直接代码搞上: package custom.text.view; import java.util.Timer; import java.util.TimerTask; import android.content.Context; import android.graphics.Color; import android.os.Handl...
分类:移动开发   时间:2014-08-17 14:24:02    阅读次数:223
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!