码迷,mamicode.com
首页 >  
搜索关键字:custom permission    ( 4546个结果
部署设置问题(一)的解决
Nginx遇到的部署问题-->应该是permission deny 查看了 /etc/nginx/nginx.conf 首行 user 然后将其设置为root就好了 不知道会否有安全问题 123.127.3.37 - - [03/Aug/2014:06:07:44 +0800] "GET /static/blog/js/bootstrap.js HTTP/1.1" 403 ...
分类:其他好文   时间:2014-08-03 10:21:45    阅读次数:256
fix [Errno 13] Permission denied: '/var/log/glance/api.log'
root@node1glance]#su-s/bin/sh-c"glance-managedb_sync"glanceTraceback(mostrecentcalllast):File"/usr/bin/glance-manage",line10,in<module>sys.exit(main())File"/usr/lib/python2.6/site-packages/glance/cmd/manage.py",line253,inmainlog.setup(‘glance‘)File"/u..
分类:Windows程序   时间:2014-08-03 07:58:05    阅读次数:928
permission denied: '/var/log/nova/nova-manage.log'
novadbcreatenotice: xxxxxxxsu-s/bin/sh-c"nova-managedb_sync"novaxxxxxx correctone: su-s/bin/sh-c"nova-managedbsync"nova[root@node1/]#su-s/bin/sh-c"nova-managedbsync"novaTraceback(mostrecentcalllast):File"/usr/bin/nova-manage",line10,in<module>sys.exi..
分类:其他好文   时间:2014-08-03 07:57:25    阅读次数:300
部署中遇到的问题(一)
Nginx遇到的部署问题-->应该是permission deny 123.127.3.37 - - [03/Aug/2014:06:07:44 +0800] "GET /static/blog/js/bootstrap.js HTTP/1.1" 403 198 "http://182.92.99.8/xadmin/" "Mozilla/5.0 (Windows NT 6.1) Appl...
分类:其他好文   时间:2014-08-03 07:52:34    阅读次数:359
在Fedora20用grub引导freeBSD10
装完FreeBSD10的安装,安装完退出之后,发现启动项里面只剩下fedora的启动项,我的电脑是Fedora20+FreeBSD双系统,想用GRUB引导修复freeBSD的启动项,网上搜了一堆方法。但是都不可行。 我的FreeBSD是装在gpt5中 修改/ect/grub.d/40-custom #!/bin/sh exec tail -n +3 $0 # This file provides...
分类:其他好文   时间:2014-08-03 01:47:54    阅读次数:245
Spark教程-构建Spark集群(2)
第二步:安装每个软件安装Vmware虚拟机点击“VMware-workstation-full-9.0.2-1031769”可执行文件,如下图所示:点击“Next”进入下一步: 我们选择“Custom”进入下一步;2.选择所有的功能,如下所示: 点击”Next”进入如下图所示界面: ...
分类:其他好文   时间:2014-08-01 15:56:51    阅读次数:243
解决Sharepoint 2010 custom display form 不显示附件的问题
sharepoint 2010用designer添加自定义的 display form默认是不会显示附件的。需要添加如下代码才会显示附件:Attachment
分类:其他好文   时间:2014-08-01 13:12:41    阅读次数:156
IOS开发 - Create Push Segue Animation Without UINavigationController
APPLE提供了三种storyboard segue的方式:push,modal,custom . push segue是系统预定义的跳转方式, 为了使其能正常工作,我们还必须加载UINavigationController。 有时候,我们不想看到UINavigation bar,我们可以使用m.....
分类:移动开发   时间:2014-08-01 13:04:11    阅读次数:315
Android:自定义标题栏
现在很多的Android程序都在标题栏上都显示了一些按钮和标题,这里尝试做个实例在onCreate中添加://自定义标题requestWindowFeature(Window.FEATURE_CUSTOM_TITLE);setContentView(R.layout.main);//设置标题为某个l...
分类:移动开发   时间:2014-07-31 20:19:47    阅读次数:208
Android 访问权限清单
Android权限大全...
分类:移动开发   时间:2014-07-31 13:35:36    阅读次数:379
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!