• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
翩翩
业精于勤,荒于嬉,行成于思,毁于随
博客园    首页    新随笔    联系   管理    订阅  订阅
2013年8月29日
C#.web 打开PDF
摘要: 转自:http://blog.163.com/red_guitar@126/blog/static/11720612820112483221665/string fileName = "201096218686"; string p = "201096198974.pdf";//定义文件名 string filePath = Server.MapPath("DataFile/" + p);//转换为物理路径 Response.ClearContent();//清空缓冲区内容 Response.ClearHeaders();//清空缓冲 阅读全文
posted @ 2013-08-29 13:44 翩翩 阅读(3480) 评论(0) 推荐(1)
SQL临时表备忘
摘要: Dear All,I see a lot of use of temp table to say output a range of a records in database, but you don't need it at all. You can do:say, you want list a table:select * from ccon_order_header_ediand you want row 10 to 20:SELECT * FROM(select row_number() over (order by orderid) rownum , * from cco 阅读全文
posted @ 2013-08-29 09:05 翩翩 阅读(141) 评论(0) 推荐(0)
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3