03 2011 档案

摘要: <style type="text/css"> <!-- * {margin:0;padding:0} div { width:500px; height:500px; border:1px solid #666; overflow:hidden; position:relative; display:table-cell; text-align:center; vertical-...阅读全文
posted @ 2011-03-20 21:55 乌卡卡 阅读(26) | 评论 (0) 编辑
摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>鼠标经过图片半透明效果,支持Firefox/IE</titl...阅读全文
posted @ 2011-03-20 20:27 乌卡卡 阅读(9) | 评论 (0) 编辑
摘要: Sub AttachToCalc() Try Dim dbg2 As EnvDTE80.Debugger2 = DTE.Debugger Dim trans As EnvDTE80.Transport = dbg2.Transports.Item("Default") Dim dbgeng(1) As EnvDTE80.Engine dbgeng(0) = trans.Engines.Item(...阅读全文
posted @ 2011-03-19 22:02 乌卡卡 阅读(15) | 评论 (0) 编辑