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






问题123

记录自己学习生活中的点点滴滴
 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理
上一页 1 ··· 3 4 5 6 7

2011年4月12日

Delphi 获取文件路径
摘要: Delphi可以从文件中提取出目录信息。例如:从TApplication.ExeName属性中可以得到当 前进程的完整路径和文件名。以C:\Delphi\Bin\Project.exe为例, 将TApplication.ExeName属性传递给不同函数的返回值。 关于文件/目录信息的函数 函数 结果 ExtractFileDir() c:\Delphi\Bin ExtractFileDrive() c : ExtractFileExt() .exe ExtractFileName () Project1.exe ExtractFilePath () c:\Delphi\Bi 阅读全文
posted @ 2011-04-12 22:38 问题123 阅读(1260) 评论(0) 推荐(0)
 

2011年4月11日

SQL Server ADOConnectionString 怎么写
摘要: 编辑器加载中...连SQL2000: Provider=SQLOLEDB.1;Password=sa;Persist Security Info=True;User ID=sa;Initial Catalog=数据库名;Data Source=192.168.1.106 连SQL2005: Provider=SQLNCLI.1;Password=sa;Persist Security Info=True;User ID=sa;Initial Catalog=数据库名;Data Source=192.168.1.106 用了很多年,肯定不会有问题 阅读全文
posted @ 2011-04-11 20:01 问题123 阅读(267) 评论(0) 推荐(0)
 

2011年4月9日

Provider=SQLNCLI10.1;Integrated Security="";Persist Security Info=False;User ID=sa;Initial Catalog=Depot;Data Source=192
摘要: 123 阅读全文
posted @ 2011-04-09 23:45 问题123 阅读(1076) 评论(0) 推荐(0)
 
ip地址查询方法
摘要: 命令行中输入即可ipconfig /ALL 阅读全文
posted @ 2011-04-09 15:39 问题123 阅读(390) 评论(0) 推荐(0)
 
上一页 1 ··· 3 4 5 6 7