06 2014 档案

摘要:桌面新建文件夹,命名为 “回收站.{645ff040-5081-101b-9f08-00aa002f954e}”,就可以了。 阅读全文
posted @ 2014-06-30 16:56 Ellie_Auto 阅读(615) 评论(0) 推荐(0)
摘要:--1.数据类型不同。 --sql server 的数据类型:int ,smallint ,char,varchar,nchar,nvarchar,ntext,datetime,smalldatetime,money,decima, --float,bit…… --oracle ... 阅读全文
posted @ 2014-06-30 14:47 Ellie_Auto 阅读(231) 评论(0) 推荐(0)
摘要:Transact-SQL中的存储过程,非常类似于Java语言中的方法,它可以重复调用。当存储过程执行一次后,可以将语句缓存中,这样下次执行的时候直接使用缓存中的语句。这样就可以提高存储过程的性能。Ø 存储过程的概念 存储过程Procedure是一组为了完成特定功能的SQL语句集合,经编译后存储在数据... 阅读全文
posted @ 2014-06-30 13:39 Ellie_Auto 阅读(168) 评论(0) 推荐(0)
摘要:plink_path="C:/plink.exe"'plink.exe路径 username="username"'用户名 password="password"'密码 host="192.168.0.1"'Unix/Linux服务器地址 command="ls"'要执行的命令 SetoShell=... 阅读全文
posted @ 2014-06-25 09:43 Ellie_Auto 阅读(175) 评论(0) 推荐(0)
摘要:- Suppose there are some itineraries in the Itinerary page, and you want to check on all of them.Set MyDescription = Description.Create()MyDescription... 阅读全文
posted @ 2014-06-23 13:04 Ellie_Auto 阅读(184) 评论(0) 推荐(0)