伪类: :first-child :link :hover :active :visited :focus :lang伪元素: :first-line :first-letter :before :after注意:CSS3中伪元素前是两个冒号,如 ::first-lin...
分类:
其他好文 时间:
2014-08-18 09:14:33
阅读次数:
240
启动了AVD却说找不到AVD
错误提示:
No active compatible AVD's or devices found. Relaunch this configuration after connecting a device o
查看你的project版本是运行在哪个版本的(AndroidManifest.xml中android:targetSdkVersion属性...
分类:
其他好文 时间:
2014-08-18 00:20:43
阅读次数:
253
Description
UVa Panel Discussion
The UVa online judge team is arranging a panel discussion for the next ACM-ICPC World Finals event in Orlando, Florida. They want that three...
分类:
其他好文 时间:
2014-08-16 16:31:00
阅读次数:
204
一、伪类CSS伪类用于向某些选择器添加特殊的效果,在W3C规范中,CSS伪类有如下几个::active:向被激活的元素添加样式(激活是指点击鼠标那一下):focus:向拥有键盘输入焦点的元素增加样式 :hover:当鼠标悬浮在元素上方时,向元素增加样式:link:向未被访问的链接增加样式:visit...
分类:
Web程序 时间:
2014-08-15 22:23:39
阅读次数:
380
xcrun: error: active developer path ("/Applications/Xcode.app/Contents/Developer") does not exist, use xcode-select to change执行 sudo xcode-select -swi...
分类:
其他好文 时间:
2014-08-15 19:32:09
阅读次数:
216
Play on WordsSome of the secret doors contain avery interesting word puzzle. The team of archaeologists has to solve it to open that doors. Because th...
分类:
其他好文 时间:
2014-08-15 14:34:48
阅读次数:
216
网上多半都是命令行下的解决方案,我用的是EGit,所以要在eclipse里(我的版本是kepler)把下面这句话添加到配置文件中.Window->Preference->Team->Git->Configuration->Repository Settings->选择你的repository,然后点...
分类:
其他好文 时间:
2014-08-15 12:15:58
阅读次数:
209
准备工作(假设名称为bigcloud.local)#更改主机名称
#vi/etc/sysconfig/network
#Createdbyanaconda
NETWORKING=yes
HOSTNAME=bigcloud.local
#修改文件/etc/hosts,内容如下:
127.0.0.1localhostlocalhost.localdomainlocalhost4localhost4.localdomain4
::1localhostlocalho..
分类:
其他好文 时间:
2014-08-15 10:50:29
阅读次数:
370
用centos7创建lvm镜像的方法与步骤1、创建磁盘分区首先将sdb和sdc分区,并创建四个pv(sdb1、sdb2、sdc1、sdc2,然后创建vg0并将sd1、sdc1加入其中。依次执行命令为:fdisk/dev/sdb–创建三个扩展分区/dev/sdb1、/dev/sdb2partprobe-重新读取分区表pvcreate/dev/sdb1pvcreate/..
分类:
其他好文 时间:
2014-08-15 02:47:28
阅读次数:
239