郝文标的博客

  博客园 :: 首页 :: 联系 :: 订阅 订阅 :: 管理
  26 Posts :: 0 Stories :: 7 Comments :: 0 Trackbacks

公告

08 2008 档案

摘要: Back_InZipFormat.zipIntroductionThis is SQL Server Backup and restore tool, the system will store the backup files in standard Zip format, the user-friendly screen let you backup and restore SQL Serve...阅读全文
posted @ 2008-08-19 11:01 恭喜发财 阅读(181) | 评论 (0) 编辑

摘要: sample:WorkingWithBLOBs.zipIntroduction:You can define a BLOB as a large photo, document, audio etc. saved in binary formats that you want to save in a database.Saving and retrieving BLOBs in a databa...阅读全文
posted @ 2008-08-19 10:31 恭喜发财 阅读(108) | 评论 (0) 编辑

摘要: static void Main(string[] args){// Retrieve the enumerator instance and then the data.SqlDataSourceEnumerator instance =SqlDataSourceEnumerator.Instance;System.Data.DataTable table = instance.GetDataS...阅读全文
posted @ 2008-08-15 19:57 恭喜发财 阅读(146) | 评论 (0) 编辑

摘要: 一.走进UDP协议:  UDP(UserDatagramProtocol)协议就是“用户数据报协议”,它是一种无连接的协议,无连接主要是和TCP协议相比较的。我们知道当利用TCP协议传送数据的时候,首先必须先建立连接(也就是所谓的握手)才可以传输数据。而当计算机利用UDP协议进行数据传输的时候,发送方只需要知道对方的IP地址和端口号就可以发送数据,而并不需要进行连接。当然如...阅读全文
posted @ 2008-08-15 19:08 恭喜发财 阅读(2046) | 评论 (2) 编辑

摘要: 背景资料赵 霖 教授 解放军总医院营养科 古人云食药一体,膳药同功,食物是最好的药物。看似简单的买菜做饭,其实蕴含着养生的奥妙。历代名医先贤对天然食物都有哪些精辟论述。食疗的功效到底是什么,健康教育首席专家赵霖教授激情论述凡膳皆药,寓医于食。 在古代吕氏春秋本味篇里边,有这么两句话,叫阳朴之姜,招摇之桂,姜指的什么,生姜,桂是指的什么啊,桂皮,我们在几千年以前,生姜和桂皮就已经是咱们的调料,而生姜...阅读全文
posted @ 2008-08-06 11:07 恭喜发财 阅读(622) | 评论 (0) 编辑