上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 31 下一页
摘要: 把php下面的libmySQL.dll放到C:\WINDOWS\system32下面,反正这类的问题好像的版本的不兼容的问题每个版本的libmySQL.dll不一样,必须保证和PHP版本一直才能解决这个问题 阅读全文
posted @ 2010-04-08 14:36 天涯海客 阅读(125) 评论(0) 推荐(0) 编辑
摘要: asp使用数组时我们经常会碰到数组中出现重复的值,为了去掉这些重复的值可以用如下函数: 阅读全文
posted @ 2009-10-25 18:44 天涯海客 阅读(357) 评论(0) 推荐(0) 编辑
摘要: .net中SQL防注入代码 收藏在网站里新建Global.asax,添加void Application_BeginRequest(object source, EventArgs e) {COMP.ProcessRequest pr = new COMP.ProcessRequest();pr.StartProcessRequest();}comp里面... 阅读全文
posted @ 2009-06-19 20:24 天涯海客 阅读(178) 评论(0) 推荐(0) 编辑
摘要: //作者:king2003 QQ:41347614using System;using System.IO;using System.Text;using System.Web;using System.Web.UI;public class clViewStateMng{ private LosFormatter_formatter = null; private byte_VIEW... 阅读全文
posted @ 2009-06-19 19:41 天涯海客 阅读(160) 评论(0) 推荐(0) 编辑
摘要: #region 身份证格式验证,以及15.18位互转方法 /// ///验证18位身份证格式 /// /// ///返回字符串,出错信息 publicstring CheckCidInfo18(string cid) {string[] aCity = new string[] { null, null, null, null, null, ... 阅读全文
posted @ 2009-06-05 19:17 天涯海客 阅读(3381) 评论(0) 推荐(1) 编辑
摘要: 因为自然科学的讨论经常要用到数学,但用文本方式只能表达 L!t d5w x r ^ |$s Y左右结构的数学公式,上下结构、根式、指数等都很难表达。为了[0q I p/~ B1L便于广大网友在讨论中有一种统一的相互能共通的用文本方式表达*z;|(TH ^ p a1F数学公式的方法,汇总诸位热心数学网友的意见后,在本版提出以` J Rz'@/X下的用文本方式表达(原非文本结构的)数学公式的... 阅读全文
posted @ 2009-03-25 17:28 天涯海客 阅读(2540) 评论(0) 推荐(0) 编辑
摘要: 动态HTML事件(Event)小结事件事件触发条件(下列句末省略“触发”二字)onabort用户终止下载图像时onafterprint与对象相关的文档打印后立即在对象上onafterupdate在数据源对象中成功更新相关数据后在数据绑定对象上onbeforecopy选择内容复制到系统剪贴板上之前在原对象上onbeforecut从文档中删除选择内容之前在源对象上onbeforeeditfocus在... 阅读全文
posted @ 2009-03-25 14:51 天涯海客 阅读(461) 评论(0) 推荐(0) 编辑
摘要: 1.位图上绘制点和线System.Drawing.Image MyImage=new System.Drawing.Bitmap(w,h);//申请位图对象System.Drawing.Graphicsg=System.Drawing.Graphics.FromImage(MyImage); //申请画图对象//用白色C清出除Color C=Color.FromArgb(255,255,255);... 阅读全文
posted @ 2009-03-20 13:39 天涯海客 阅读(309) 评论(0) 推荐(0) 编辑
摘要: System.Drawing.Color.Red.ToString()的值是"Color[Red]",那么,我如何才能将字符串"Color[Red]"转移成System.Drawing.Color类型的值呢如下System.Drawing.ColorConverter cc = newColorConverter();string colorString = cc.ConvertToS... 阅读全文
posted @ 2009-03-13 17:52 天涯海客 阅读(173) 评论(0) 推荐(0) 编辑
摘要: 前台页面ceshi.htm后台update.asp 阅读全文
posted @ 2009-03-12 11:59 天涯海客 阅读(109) 评论(0) 推荐(0) 编辑
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 31 下一页