肖恩D++
Not Equal C && !=C && 不等于西-
Set “height” property in CSS of a link
Posted on June 25th, 2013 Add commentsBy default, the tag <a> is an inline element, there is no way to set custom height for it. It only changes along with the text size. But you can change it to be block in order to set a custom height like below:
1234a.bigLink {display: block;height: 100px;}
7 views
-
解决″Windows安装程序无法将Windows配置为在此计算机的硬件上运行”
Posted on May 30th, 2013 Add comments在安装Windows 7时,如果出现“Windows安装程序无法将Windows配置为在此计算机的硬件上运行”错误,往往是因为一些预装Windows 8的电脑在降级到Windows 7的时候缺少AHCI驱动,而Windows 8已经内置了这个驱动。
解决这个问题,首先要下载AHCI的Win7驱动:把解压缩后的文件拷贝到U盘中待用,然后正常安装Windows 7,在选择分区的界面,选择“加载驱动程序”,然后找到U盘中的文件所在地,系统会自动检测到驱动程序,按照提示再继续安装Windows。
460 views
-
两周年
Posted on April 29th, 2013 Add comments结婚两周年纪念日,突然发现也是苗哥满八个月的日子。
4 views
-
苗苗剃头记
Posted on March 29th, 2013 Add comments
17 views
-
Change Visual Studio Workspaces for Team Foundation After Client Name Changed
Posted on February 2nd, 2013 Add commentsAs part of source control in visual studio team foundation, ever user has their own workspace tie to the computer name of client and username on Team Foundation Server. If any one needs to change the computer name on client computer or the username, should use “tf.exe” command from the visual studio like following:
- Make sure Team Explorer has been installed. (most likely it’s there if VS2010 installed)
- Open a command line window and go to folder “C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE” (or “C:\Program Files(x86)\Microsoft Visual Studio 10.0\Common7\IDE” if on Windows 7)
- Run the command
1tf workspaces /updateComputerName:Old_Computer_Name /s:http://Tfs_server_URL
37 views
Recent Comments