02 2012 档案
Sql Server2005恢复备份数据库问题-Error:3154
摘要:解决办法:1.新建一个同名数据库2.执行下面的sql语句:restore database数据库名称 from disk = 'C:\数据库备份文件(.bak或.trn)' with replace;例如:新建数据库 OA ,然后新建查询:use mastergorestore database OA from disk = 'e:\OA_back_2010-01-09.trn' with replaceRESTORE DATABASE EasyHRO_Nivea FROM DISK = 'D:/EasyHRO_Nivea_backup_2012_02_ 阅读全文
posted @ 2012-02-22 16:43 black263 阅读(289) 评论(0) 推荐(0)
Slice a PSD
摘要:Okay, so you’ve gained a solid grasp of HTML, CSS, and Photoshop. The next step is to convert your first PSD into a working website. Don’t worry; it’s not as tough as you might think. I can’t think of a better way to put your skills to the test. If you need assistance, review these in depth video tu 阅读全文
posted @ 2012-02-17 17:49 black263 阅读(191) 评论(0) 推荐(0)
Use a CSS Reset
摘要:This is another area that’s been debated to death. CSS resets: to use or not to use; that is the question. If I were to offer my own personal advice, I’d 100% recommend that you create your own reset file. Begin by downloading a popular one, likeEric Meyer’s, and then slowly, as you learn more, begi 阅读全文
posted @ 2012-02-17 17:47 black263 阅读(190) 评论(0) 推荐(0)
Learn Photoshop
摘要:http://www.mydamnchannel.com/You_Suck_at_Photoshop/Season_1/1DistortWarpandLayerEffects_1373.aspx 阅读全文
posted @ 2012-02-17 17:45 black263 阅读(125) 评论(0) 推荐(0)
Google Code University
摘要:http://code.google.com/intl/zh-CN/edu/courses.html 阅读全文
posted @ 2012-02-17 17:40 black263 阅读(135) 评论(0) 推荐(0)
Debug Javascript With Firebug – video tutorial
摘要:http://www.digitalmediaminute.com/screencast/firebug-js/ 阅读全文
posted @ 2012-02-17 17:39 black263 阅读(135) 评论(0) 推荐(0)
CSS Compressor
摘要:http://www.cssdrive.com/index.php/main/csscompressor/ 阅读全文
posted @ 2012-02-17 17:38 black263 阅读(125) 评论(0) 推荐(0)
clean css
摘要:http://www.cleancss.com/ 阅读全文
posted @ 2012-02-17 17:38 black263 阅读(98) 评论(0) 推荐(0)
css Optimiser
摘要:http://www.cssoptimiser.com/ 阅读全文
posted @ 2012-02-17 17:37 black263 阅读(143) 评论(0) 推荐(0)
CSS-Frameworks
摘要:http://960.gs/ 阅读全文
posted @ 2012-02-13 14:30 black263 阅读(105) 评论(0) 推荐(0)
normalize.css
摘要:necolas.github.com/normalize.css/ normalize.css A modern, HTML5-ready, alternative to CSS resets Normalize.css is a customisable CSS file that makes browsers render all elements more consistently and in line with modern standards. We resear... 阅读全文
posted @ 2012-02-11 21:56 black263 阅读(359) 评论(0) 推荐(0)
google free web fonts
摘要:http://www.google.com/webfonts# 阅读全文
posted @ 2012-02-11 20:34 black263 阅读(96) 评论(0) 推荐(0)