• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
学习资料
博客园 首页 新随笔 联系 订阅 订阅 管理

2010年3月24日

SQL判断数据库、表、存储过程、视图、函数是否存在
摘要: sql下用了判断各种资源是否存在的代码,很实用。需要的朋友可以参考下。sql判断是否存在--判断数据库是否存在if exists(select * from master..sysdatabases where name=N'库名')print 'exists'elseprint 'not exists'----------------- 判断要创建的表名是否存在if exists (select... 阅读全文
posted @ 2010-03-24 17:05 小昊 阅读(564) 评论(0) 推荐(0)
 
在Web页中使用Media Player
摘要: http://blog.csdn.net/leida1983/archive/2005/03/28/332715.aspxhttp://blog.csdn.net/shaily/archive/2007/04/24/1583178.aspxhttp://www.mioplanet.com/rsc/embed_mediaplayer.htmhttp://www.blueidea.com/tech/w... 阅读全文
posted @ 2010-03-24 17:02 小昊 阅读(215) 评论(0) 推荐(0)
 
xml-rpc
摘要: http://files.cnblogs.com/reommmm/aspxmlrpc.zip 阅读全文
posted @ 2010-03-24 16:49 小昊 阅读(147) 评论(0) 推荐(0)
 
md5
摘要: public string EncryptStr(string PWD, int Format) { string str = ""; switch (Format) { case 0: str = FormsAuthentication.HashPasswordForStoringInConfigFile(PWD, "SHA1"); break; case 1: str = FormsAuthe... 阅读全文
posted @ 2010-03-24 16:42 小昊 阅读(239) 评论(0) 推荐(0)
 
 

公告


博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3