摘要:
Fire And Motion中文版本by Joel SpolskySunday, January 06, 2002Sometimes I just can't get anything done.Sure, I come into the office, putter around, check my email every ten seconds, read the web, even do a few brainless tasks like paying the American Express bill. But getting back into the flow of w 阅读全文
posted @ 2012-09-10 19:31
simcity
阅读(183)
评论(0)
推荐(0)
摘要:
#1 样式表控制,在一定程度上可以控制页面外观1html*{2font-family:"BookmanOldStyle","BellMT",Batang!important;3background-image:none!important;4}56.section*{7font-family:"BookmanOldStyle","BellMT",Batang!important;8}910img,iframe{display:none!important;}11object,embed{display:none!i 阅读全文
posted @ 2012-09-10 12:38
simcity
阅读(317)
评论(0)
推荐(0)
摘要:
#0 本程序递归生成树,树在分叉时可能二叉,也可能三叉...,但不超过16叉,所以果断用了数组。最终完成大概600行,最初估计大半天完成,最终花了三天。最大感受:一旦数据定型,程序基本结构也定型了 | 自顶向下,化解复杂度控制很有效.#1 数据类型应用 typedef 实现灵活性1typedefintnormalInt;2typedefcharElement;#2 运用常量实现一定程度的可配置性1constnormalIntElementNumber=32;2constnormalIntindexCount=32;3constnormalIntresultIdxCount=4096;4cons 阅读全文
posted @ 2012-09-07 22:27
simcity
阅读(442)
评论(0)
推荐(0)
摘要:
1、根据Procmon提供的线索,直接删TableOfContentsFilterCache,事实表明这个不解决问题2、图中右下角的XML文件才是存储关键字的地方,找到直接删除(呃,当然不是直接删除文件,而是打开文件,搜索关键字删除之),问题解决3、想来1中的文件件内存储的应该是具体内容列表了 阅读全文
posted @ 2012-09-04 10:34
simcity
阅读(259)
评论(0)
推荐(0)
浙公网安备 33010602011771号