• 博客园logo
  • 会员
  • 周边
  • 新闻
  • 博问
  • 闪存
  • 众包
  • 赞助商
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






hhythink

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

07 2011 档案

 
css在不同浏览器中如何清除浮动和样式写法
摘要:*height:{} 对IE的样式* html height{} 对IE6的样式html>/**/ body 针对非IE如何清除浮动//IE中有时清除浮动.abcd {display: inline-block;}.abcd {display: block;}//firefox中有时清除浮动.abcd:after {content: ".";display: blcok;visibility: hidden;clear: both;height: 0;overflow: hidden;}//firefox 的另一种清除浮动的方法.abcd:after{content: 阅读全文
posted @ 2011-07-14 14:56 hhythink 阅读(516) 评论(0) 推荐(0)
导入csv,并对csv文件里面的数据操作
摘要:导入://Determine the Conditions that may cause some problems in importing file data into table string path = PortalSettings.HomeDirectoryMapPath; string fileName = fileup_Import.FileName; fileup_Import.SaveAs(path + fileName); StreamReader reader = new StreamReader(path + fileName); string strFileName 阅读全文
posted @ 2011-07-14 14:55 hhythink 阅读(435) 评论(0) 推荐(0)
dnn 报错问题
摘要:一般站出现这种问题,是因为皮肤中没有contentpane(这个是必须有和一个pane),添加一个contentpane即可解决问题 阅读全文
posted @ 2011-07-14 14:54 hhythink 阅读(107) 评论(0) 推荐(0)
dnn站的一些问题解决方法
摘要:在DNN中遇到这些问题,解决方法如下:在表PortalAlias表中将HTTPAlias改对,再看下是不是站中的一些模块导致了站的崩溃,删除一些.dll只保留最基本的.dll再把站升级一下,升级到最近一个版本的站看是否可以 阅读全文
posted @ 2011-07-14 14:54 hhythink 阅读(113) 评论(0) 推荐(0)
dnn,延时报错
摘要:可能原因是存储过程不存在,导致模块加载时间过长而报错 阅读全文
posted @ 2011-07-14 14:53 hhythink 阅读(73) 评论(0) 推荐(0)
DNN站报错,关于皮肤问题
摘要:报上面的错,当删除portal下面的skins时也直接报上面的错时,看下_default\Skins\MinimalExtropy是不是空的,找一个相同版本的站复制进去看下问题就有可能解决了.有时对着相同版本的站找问题一点点找 阅读全文
posted @ 2011-07-14 14:51 hhythink 阅读(68) 评论(0) 推荐(0)