码迷,mamicode.com
首页 >  
搜索关键字:Fix    ( 2474个结果
The project was not built due to "Could not delete ...".Fix the problem, then try refreshing this project and building it since it may be inconsistent.
问题:The project was not built due to "Could not delete ...".Fix the problem, then try refreshing this project and building it since it may be inconsist ...
分类:其他好文   时间:2016-07-04 11:37:57    阅读次数:151
UI design principles
Master's conclusion: 1. fix a color pattern 2. fix the frames the UI will use 3. fix the subject that you want to present 4. fix the content that you ...
分类:其他好文   时间:2016-06-30 14:26:06    阅读次数:147
matlab取模与取余
mod函数采用floor,rem函数采用fix函数。那么什么是floor和fix? fix(x):截尾取整。如: >> fix([3.4 , -3.4]) ans = 3 -3 floor(x):高斯取整(不超过x的最大整数)。如: >> floor([3.4 , -3.4]) ans = 3 -4 ...
分类:其他好文   时间:2016-06-29 23:27:51    阅读次数:1270
iOS 真机测试的一些报错
1.连了手机热点 fix Issue后出现提示框:No Devices Registered:Creating a provisioning profile requires one or more devices to be registered with your team. Connect a ...
分类:移动开发   时间:2016-06-28 10:53:47    阅读次数:1748
How to fix Cannot change version of project facet Dynamic Web Module to 3.0 Error in Eclipse---转载
How to fix Cannot change version of project facet Dynamic Web Module to 3.0 Error in Eclipse 原文:http://crunchify.com/how-to-fix-cannot-change-version- ...
分类:Web程序   时间:2016-06-25 22:56:11    阅读次数:379
源代码
. 如何看到这个文件和之前版本的差异? 如何看到代码修改和工作项 (work item),缺陷修复 (bug fix) 的关系。 场景: 程序员果冻看到某个文件被修改了,他怎么看到这个文件在最近的修改究竟改了哪些地方? 场景: 程序员果冻看到某个文件在最新版本被改动了100 多行, 那么和这100多 ...
分类:其他好文   时间:2016-06-16 16:24:20    阅读次数:96
css 通用属性(部分)
/*消除浏览器自带内外边距*/*{margin: 0;padding: 0;}/*清除浮动,加在要清除浮动元素的父元素的选择器上*/ .fix{*zoom:1; } .fix:after,.fix:before{ display:block; content:"clear"; height:0; c ...
分类:Web程序   时间:2016-06-11 17:23:49    阅读次数:275
scale.fix.js
无意间在一个网站上看到的,本来是对另一个效果感兴趣的,结果看到这个放开来的js就读了一下。 这个js只做了一件事,如果设备是iphone的话,就把缩放设置为1.0,而一旦发生手势事件的时候就把缩放设置为0.25-1.6。 这种动态获取meta标签寻找viewport的方法还蛮独特的,以前没见过,记录 ...
分类:Web程序   时间:2016-06-10 23:06:03    阅读次数:590
20160607 html5学习代码
index.html 部分 <!--footer部分--> <footer> <div class="bottom"> <div class="wp fix"> <div class="box-bottom1 fix"> <div class="messages fix"> <div class=" ...
分类:Web程序   时间:2016-06-07 22:27:23    阅读次数:180
关于ie6 不支持position:fixed的问题
css中有position: fixed;可以直接用。IE6确不支持,解决办法: * html,* html body{background-image:url(about:blank);background-attachment:fixed;} .top-nav-wrap-fix{position ...
分类:其他好文   时间:2016-06-04 16:24:00    阅读次数:163
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!