摘要:
--载入图片到数据库declare alob blob; afile bfile; amount int; src_offset int := 1; dest_offset int := 1;begin select photo into alob from photo_tab for update; afile :... 阅读全文
posted @ 2012-07-27 18:05 紫冰龙 阅读(169) 评论(0) 推荐(0)
|
摘要:
--载入图片到数据库declare alob blob; afile bfile; amount int; src_offset int := 1; dest_offset int := 1;begin select photo into alob from photo_tab for update; afile :... 阅读全文
posted @ 2012-07-27 18:05 紫冰龙 阅读(169) 评论(0) 推荐(0)
摘要:
--载入图片到数据库declare alob blob; afile bfile; amount int; src_offset int := 1; dest_offset int := 1;begin select photo into alob from photo_tab for update; afile :... 阅读全文
posted @ 2012-07-27 17:17 紫冰龙 阅读(159) 评论(0) 推荐(0)
摘要:
可以把所选内容中的硬回车替换为软回车 Sub 替换手动换行符成回车符()With Selection.Find.Text = "^p";.Replacement.Text = "^l";.Forward = False.Wrap = wdFindStop.Format = True.MatchCase = False.MatchWholeWord = False.MatchByte = False... 阅读全文
posted @ 2012-07-27 15:53 紫冰龙 阅读(535) 评论(0) 推荐(0) |
||