码迷,mamicode.com
首页 >  
搜索关键字:custom    ( 2797个结果
【iOS】UIDynamic
UIDynamic是从iOS 7开始引入的一种新技术,属于UIKit框架。可以认为是一种物理引擎,能模拟和仿真现实生活中的物理现象:如重力、弹性碰撞等现象。 一、UIDynamic中的一些概念 三个重要的类: UIDynamicItem Protocol:(要执行仿真动画的对象) To make a custom object eligible to participate in UI...
分类:移动开发   时间:2014-07-31 00:03:25    阅读次数:345
扯扯MySQL 5.6.19 Administrative Roles and Global Privileges
Role:1.DBA2.MaintenanceAdmin3.ProcessAdmin4.UserAdmin5.SecurityAdmin6.MonitorAdmin7.DBManager8.ReplicationAdmin9.BackupAdmin10.Custom,这个其实不算系统role吧,自定...
分类:数据库   时间:2014-07-30 20:16:54    阅读次数:286
jQuery Custom Selector JQuery自定义选择器
什么是JQuery的选择器呢,详见JQuery中的Selector: http://docs.jquery.com/Selectors比如 $("div:contains('John')").css("text-decoration", "underline");的contains选择器等等JQue...
分类:Web程序   时间:2014-07-30 14:42:53    阅读次数:325
apache 2.2安装
下载apache2.2 http server,安装next,见到set type,选择custom类型安装,change改变安装路径,next到finsh安装完成,默认80端口,打开浏览器http://localhost,show view "it works !"成功安装。 配置环境变量...
分类:其他好文   时间:2014-07-29 11:23:36    阅读次数:244
低版本系统兼容的ActionBar(三)自定义Item视图+进度条的实现+下拉导航+透明ActionBar
一、自定义MenuItem的视图custom_view.xml (就是一个单选按钮) MainActivity.java//Inflate the custom view View customNav = LayoutInflater....
分类:其他好文   时间:2014-07-29 10:34:46    阅读次数:492
creating normals from alpha/heightmap inside a shader
http://www.polycount.com/forum/showthread.php?t=117185I am making some custom terrain shaders with strumpy's editor and I want to be able to create no...
分类:Web程序   时间:2014-07-25 16:46:32    阅读次数:379
struts登录案例和自定义拦截器
struts登录案例: struts.xml <struts> ?<constant name="struts.devMode" value="true" /> ?<constant name="struts.custom.i18n.resources" value="messages"></constant> ?<package name="basic" extends="...
分类:其他好文   时间:2014-07-25 00:09:34    阅读次数:336
mirantis fuel puppet执行顺序 和 对整个项目代码的执行流程理解
stage执行顺序stage {'zero': } ->stage {'first': } ->stage {'openstack-custom-repo': } ->stage {'netconfig': } ->stage {'corosync_setup': } ->stage {'opens...
分类:其他好文   时间:2014-07-24 22:21:42    阅读次数:366
Handle URL anchor change event in js 监控地址栏里面的#后面
Google Custom Search Engines use a timer to check the hash against a previous value, whilst the child iframe on a seperate domain updates the parent‘s location hash to contain the size of the ifram...
分类:Web程序   时间:2014-07-24 12:31:35    阅读次数:289
Custom & Eclipse shortcuts key bindings for Sublime Text 2
[{ "keys": ["f12"], "command": "htmlprettify"},{ "keys": ["f1"], "command": "fold" },{ "keys": ["f2"], "command": "unfold" },{ "keys": ["ctrl+l"], "co...
分类:系统相关   时间:2014-07-22 22:43:14    阅读次数:526
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!