码迷,mamicode.com
首页 >  
搜索关键字:Fix    ( 2474个结果
CSS设计指南笔记
1.border中,solid为实线,dashed为虚线 2.clear为清楚浮动 3.position有四种值: static。正常文档流 relative。相对上下左右的位置 absolute。绝对定位,针对body或父级元素定位 fix:固定定位,不随滚动条滚动 4.display:是否显示,不显示的时候不占据空间 visibility:是否可见,不可见的时候占据空间 5....
分类:Web程序   时间:2015-04-15 19:42:37    阅读次数:145
UIAlertView点击按钮不会销毁自身View
子类化UIAlertView,复写方法 - (void)dismissWithClickedButtonIndex:(NSInteger)buttonIndex animated:(BOOL)animated; /// UIAlertView subclass which can't be dismissed when buttons clicked. @interface Fix...
分类:其他好文   时间:2015-04-15 11:22:38    阅读次数:146
让IE支持placeholder属性
/* * jQuery placeholder, fix for IE6,7,8,9 * @author JENA * @since 20131115.1504 * @website ishere.cn */var JPlaceHolder = { //检测 _check : funct...
分类:其他好文   时间:2015-04-13 16:35:38    阅读次数:150
Fix git 提交代码错误
今天用git clone下代码,修改,push提交,发现以下错误[root@localhost gocache]# git push origin mastererror: The requested URL returned error: 403 Forbidden while accessing...
分类:其他好文   时间:2015-04-10 23:51:20    阅读次数:188
Fix Visual Studio 2013 Razor CSHTML Intellisense in Class Library or Console Application
https://mhusseini.wordpress.com/2015/02/05/fix-visual-studio-2013-razor-cshtml-intellisense-in-class-library-or-console-application/I tried to use a ....
分类:移动开发   时间:2015-04-10 22:26:03    阅读次数:163
D2007在win7下bordbk105N.dll 莫名其妙的问题。
已经装过一次win7下d2007.再装一次就出现许多莫名其妙的问题。其中之一:Windows 7 64bit Delphi Debugger Fix / Workaround 2013-08-28 20:23 118人阅读 评论(0) 收藏 举报 I found a thread about ho....
分类:数据库   时间:2015-04-10 11:09:36    阅读次数:248
jquery事件模型
大多数工具类都会提供标准入口和快捷方式,jquery事件模型也不例外jquery1.0标准入口属于jquery工具方法,通过$.event可查看一个标准的事件大致就会经历这样的流程如果对事件的传播进一步进行代理就还需要一个fix,重新制作代理以及取消默认行为jquery1.0快捷入口通过初始化方.....
分类:Web程序   时间:2015-04-06 21:44:23    阅读次数:138
zepto学习之路--数组去重和原生reduce
好吧开始读zepto的源代码,最前面给处理trim和reduce的原生实现,感觉写的很紧凑,其中reduce写的有点晦涩,个人感觉还不错。主要zepto的作者是无分号党,看起了有点不习惯。 3 if (String.prototype.trim === undefined) // fix f...
分类:编程语言   时间:2015-04-06 18:38:52    阅读次数:137
How to fix “X: user not authorized to run the X server, aborting.”? -摘自网络
This is just a simple tips to solve a error message when you start your X session with “startx” command as normal user. The error message may be like ...
分类:其他好文   时间:2015-04-06 14:06:48    阅读次数:196
Warning. Log sequence in archive filename wrapped to fix length as indicated by %S in LOG_ARCHIVE_F
最近在做数据库检查的时候发现有下面警告信息:Thu Apr 02 10:34:39 2015 Current log# 1 seq# 235103 mem# 0: D:\ORADATA\ORCL\REDO01.LOG Thu Apr 02 10:34:40 2015 ARC1: Evaluating archive log 3 thread 1 sequence 235102 Thu Apr...
分类:移动开发   时间:2015-04-04 09:09:28    阅读次数:232
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!