码迷,mamicode.com
首页 >  
搜索关键字:custom permission    ( 4546个结果
[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
在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
用root帐号切换其他帐号提示 su: warning: cannot change directory to /home/oracle: Permission denied
用root帐号切换其他帐号提示:出错原因:基本上是根目录或者是/home/oracle目录权限的问题解决办法:更改根目录权限为755,并保证对应用户主目录的所属用户和所属组一致和用户名一致。示例:--本篇文章转自http://blog.csdn.net/jack161641/article/deta...
分类:数据库   时间:2014-08-21 11:04:13    阅读次数:239
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
SharePoint Templates & Definitions
1. 元素的SecurityBits属性OptionalText. Defines the item-level permissions in the list for users with sufficient permission to read or edit list items. TheS...
分类:其他好文   时间:2014-08-18 18:21:42    阅读次数:202
ios接入外部设备失败
app需要ios设备连接第三方硬件,根据第三方硬件的SDK文档调用完全无反应。解决方案:Targets 中如下操作:1、BuildPhase --》 Link binary with libraries 添加ExternalAccessory.framework;2、Info --> Custom ...
分类:移动开发   时间:2014-08-18 15:55:12    阅读次数:224
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!