码迷,mamicode.com
首页 >  
搜索关键字:custom permission    ( 4546个结果
河流Shader
原地址:http://www.unity蛮牛.com/blog-2321-336.htmlShader "Custom/TextureEffect" { Properties { _MainTint("Diffuse Tint",Color) = (1,1,1,1) ...
分类:其他好文   时间:2014-05-05 22:04:24    阅读次数:571
Custom Database Integration Guide
IntroductionThis document provides instructions for integrating Openfire authentication, users, and groups with your custom database tables. This is u...
分类:数据库   时间:2014-05-05 12:46:39    阅读次数:672
【AutoMapper官方文档】DTO与Domin Model相互转换(中)
写在前面 AutoMapper目录:【AutoMapper官方文档】DTO与Domin Model相互转换(上)【AutoMapper官方文档】DTO与Domin Model相互转换(中)持续更新中。。。 本篇目录:Custom Type Converters-自定义类型转换器Custom Va.....
分类:移动开发   时间:2014-05-05 12:01:17    阅读次数:694
Xampp 配置出现403无法访问
找到\xampp\apache\conf\httpd.conf配置文件Access forbidden!You don’t have permission to access the requested directory. There is either no index document or ...
分类:其他好文   时间:2014-05-04 11:12:23    阅读次数:336
CKEditor学习笔记2(CKEditor基本配置修改)
第二篇,围绕这5个问题进行基本配置: 1、自定义ToolbarSet,去掉一些功能 2、加上几种常用的字体 3、修改“回车”和“Shift+回车”的换行行为 4、修改编辑区样式文件 5、更换表情图片 这些信息的配置,可以通过config.js文件进行,当然也可以创建自己的配置文件。 可以参考我的步骤: 1、首先创建一个目录custom,接着在该目录内新建一个myConfig.j...
分类:其他好文   时间:2014-05-01 18:27:08    阅读次数:385
Android WebView开发常见问题
1、添加权限:AndroidManifest.xml中必须使用许可”android.permission.INTERNET”,否则会出Web page not available错误。        2、在要Activity中生成一个WebView组件:WebView webView = new WebView(this);        3、设置WebView基本信息:...
分类:移动开发   时间:2014-05-01 18:19:58    阅读次数:480
openfire build(2)
InterceptorManager PluginManageropenfire 插件的中servlet 在web-custom.xml 中的配置 url 一定要小写,访问时不区别大写小 否则404如: Sample1Servlet com.myyule.openfire.plugin.S...
分类:其他好文   时间:2014-05-01 08:42:11    阅读次数:305
安卓全屏的设置
有时安卓软件的开发需要设置全屏,首先介绍一个重要方法那就是requestWindowFeature(featrueId),它的功能是设置窗体标题的有无与样式。参数是Window类中定义的常量。其中FEATURE_CUSTOM_TITLE:自定义标题。当需要自定义标题时必须指定。如:标题是一个按钮时t...
分类:移动开发   时间:2014-05-01 04:20:29    阅读次数:479
STL 之 map 源码剖析
/* * * Copyright (c) 1994 * Hewlett-Packard Company * * Permission to use, copy, modify, distribute and sell this software * and its documentation for any purpose is hereby granted without fee, ...
分类:其他好文   时间:2014-04-29 13:28:21    阅读次数:398
STL 之 multimap 源码剖析
/* * * Copyright (c) 1994 * Hewlett-Packard Company * * Permission to use, copy, modify, distribute and sell this software * and its documentation for any purpose is hereby granted without fee, ...
分类:其他好文   时间:2014-04-29 13:13:21    阅读次数:309
4546条   上一页 1 ... 452 453 454 455 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!