by1455的自留地

  博客园 :: 首页 :: 联系 :: 订阅 订阅 :: 管理
  146 Posts :: 0 Stories :: 96 Comments :: 2 Trackbacks

公告

昵称:by1455
园龄:4年8个月
粉丝:2
关注:0

搜索

 
 

常用链接

我的标签

最新评论

阅读排行榜

评论排行榜

推荐排行榜

09 2011 档案

摘要: 输出bcp "SELECT * FROM 库名.表名" queryout 表名.dat -c -S服务器名 -T输入bcp 库名.表名 in 表名.dat-T -c阅读全文
posted @ 2011-09-29 12:01 by1455 阅读(15) | 评论 (0) 编辑

摘要: 在主程序中用以下javascriptfunction calcIFrameHeight(id) { //find the height of the internal page var theHeight= document.getElementById(id).contentWindow. document.body.scrollHeight; //change the height of the iframe document.getElementById(id).height = theHeight + 50; }在iframe中用if (this.frameElement != nu.阅读全文
posted @ 2011-09-22 10:26 by1455 阅读(11) | 评论 (0) 编辑