摘要:
Fast Colored TextBox is text editor component for .NET. Allows you to create custom text editor with syntax highlighting. It works well with small, me... 阅读全文
posted @ 2014-12-11 22:53
FrankHu
阅读(1469)
评论(0)
推荐(0)
摘要:
1,判断表是否存在:SELECT name, sql FROM sqlite_master WHERE type="table" AND name = "Dom" 结果如下:2.判断视图是否存在:SELECT count(*) FROM sqlite_master WHERE type = "vie... 阅读全文
posted @ 2014-12-11 14:31
FrankHu
阅读(3846)
评论(0)
推荐(0)