摘要:
//调用方法 using System.Drawing; using System.Drawing.Drawing2D; using System.Drawing.Imaging; using System.IO; using CLJIMG; System.Drawing.Image image = System.Drawing.Image.FromStream(FileUp.PostedF... 阅读全文
摘要:
private string search_about(string keywords, string fileds) { string[] words ={ }; string sql_temp = "", sql = ""; if (keywords != "") { words = keyword... 阅读全文
摘要:
sql=" 1=1" if instr(key," ")0 then str = split(key," ") for i=0 to ubound(str) sql = sql&" and title like'%"&str(i)&"%'" next strSQL="select * from gb where status='5' and "&sql&" order by pubda... 阅读全文
摘要:
X2Blog开发平台(.NET)(http://www.x2blog.cn) 阅读全文
摘要:
欢迎大家贡献《问答式验证码源码》ASP、ASP.NET、PHP、JSP的均可。。 阅读全文
摘要:
PBDigg(php+mysql)(http://www.pbdigg.com)可以和康盛创想的系列产品对接。 阅读全文
摘要:
一 什么是uniqueidentifier? Uniqqueidentifier 是全局唯一的标识 二 UniqueIdentifier 数据类型的列如何赋值? 1 使用 NewID()函数 来实现(在默认值或绑定处添加《(NewID())》) 2 直接将字符串的常量转化成这样的格式 xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx ... 阅读全文