女教师辞职信走红方法二: 女教师辞职信走红方法三:a,a:hover{outline:none;blur:expression(this.onFocus=this.blur());}
分类:
其他好文 时间:
2015-04-23 13:09:57
阅读次数:
151
Here is a brief outline of the steps needed to install GeoIP Legacy City on Linux/Unix. The installation on Windows is similar, just replace the tar c...
分类:
数据库 时间:
2015-04-23 12:42:52
阅读次数:
260
今天早晨遇到一个css 问题1. 按tab键 到button的时候出不来 有个边框的效果。一查css 是 focus:{outline:0;} 按tab键到button这个元素的时候虽然focus了,但是outline 是0 什么效果都没有 然后加了一个新的css.btn focus:{outlin...
分类:
Web程序 时间:
2015-04-23 12:21:30
阅读次数:
149
1几个最重要的快捷键代码助手:Ctrl+Space(简体中文操作系统是Alt+/)快速修正:Ctrl+1单词补全:Alt+/打开外部Java文档:Shift+F2显示搜索对话框:Ctrl+H快速Outline:Ctrl+O打开资源:Ctrl+Shift+R打开类型:Ctrl+Shift+T显示重构菜...
分类:
系统相关 时间:
2015-04-20 22:13:45
阅读次数:
201
1、creat info record method a、manual b、quotation c、purhasing no d、outline agreement2、報價時更新信息記錄 在維護報價的時候可以自動更新信息記錄,他是根據信息記錄是否啟用在工廠級別有關聯的 SPRO->Materials...
分类:
其他好文 时间:
2015-04-17 15:13:48
阅读次数:
131
原文转自:http://forumsarchive.laravel.io/viewtopic.php?id=10653,有空的时候再翻译一下~This post will try to outline how to use the Redirect::intended and Redirect::g...
分类:
其他好文 时间:
2015-04-16 17:27:09
阅读次数:
8270
原文:CSS设计指南之理解盒子模型一.理解盒模型 每一个元素都会在页面上生成一个盒子。因此,HTML页面实际上是由一堆盒子组成的。默认情况下,每个盒子的边框不可见,背景也是透明的,所以我们不能直接看到页面中盒子的结构。使用WebDeveloper工具条中的"OutLine"->"OutLine Le...
分类:
Web程序 时间:
2015-04-07 09:34:18
阅读次数:
118
一.理解盒模型每一个元素都会在页面上生成一个盒子。因此,HTML页面实际上是由一堆盒子组成的。默认情况下,每个盒子的边框不可见,背景也是透明的,所以我们不能直接看到页面中盒子的结构。使用WebDeveloper工具条中的"OutLine"->"OutLine Level Element"菜单项,可以...
分类:
Web程序 时间:
2015-04-06 12:47:29
阅读次数:
158
a {
position: relative;
display: inline-block;
outline: none;
text-decoration: none;
color: #000;
font-size: 32px;
padding: 5px 10px;
cursor:hand;
}
a:hover::before, a:hover::after { ...
分类:
Web程序 时间:
2015-04-05 23:34:34
阅读次数:
245