01 2008 档案

javascript 判断
摘要:无标题文档 判断是否输入数据 判断数量 判断数量,可以为负数 判断金额 判断时间 阅读全文

posted @ 2008-01-31 17:40 online 阅读(1498) 评论(0) 推荐(0)

javaScript事件
摘要:javascript事件列表解说 事件 浏览器支持 解说 一般事件 onclick IE3、N2 鼠... 阅读全文

posted @ 2008-01-27 19:51 online 阅读(255) 评论(0) 推荐(0)

DataGread技巧
摘要:DataGrad里添加按钮 ' CommandName="座位"ImageUrl="~/Include/Images/d2.gif" OnCommand="CartItem_Command" ToolTip="察看座位" /> 绑定的ropDownList private void BindDate(DataTable table, DataTable ... 阅读全文

posted @ 2008-01-27 12:44 online 阅读(340) 评论(0) 推荐(0)

Oracle技巧
摘要:查整张表 insert into T0107_FilmImg select filmNo,filmno,filmname,'jpg',filmname,'beizhu' from T0107_Film insert into T0107_FilmImg select filmNo+30,filmno,filmname,'jpg','http://'||filmname,'beizhu' fr... 阅读全文

posted @ 2008-01-25 12:21 online 阅读(165) 评论(0) 推荐(0)

微软资料
摘要:http://www.microsoft.com/china/msdn/events/webcasts/Webcast/webcast_Sep.mspx MSDN WebCast网络广播全部下载列表 http://www.microsoft.com/china/msdn/events/webcasts/shared/webcast/downloadarchive.aspx 阅读全文

posted @ 2008-01-15 09:43 online 阅读(148) 评论(0) 推荐(0)

网页Gridview
摘要:GridView如阿生成Excel或者Word数据 http://www.etoow.com/html/2007-08/1186985974.html GridView导入Excel的两点小技巧 http://www.etoow.com/html/2007-08/1187006404.html 为GridView/DataGrid整行添加服务器事件 http://www.etoow.... 阅读全文

posted @ 2008-01-15 09:30 online 阅读(299) 评论(0) 推荐(0)

powerdesinger 使用问题
摘要:一 . 生成脚本表名,列名带引号。 选择Database->Edit current database,选择Script->Sql->Format,有一项CaseSensitivityUsingQuote,它的comment为 "Determines if the case sensitivity for identifiers is managed using double ... 阅读全文

posted @ 2008-01-14 19:19 online 阅读(509) 评论(0) 推荐(0)

通过http Post XML文件的接口 (System.Web.IHttpHandler)
摘要://httppost.cs 文件内容(放入App_code里面) public class httppost : System.Web.IHttpHandler { private string mobile;//手机号 private string amount;//交易金额 private string user;//用户 private string ord... 阅读全文

posted @ 2008-01-11 13:32 online 阅读(3265) 评论(0) 推荐(0)

HTTP Post方法
摘要:private bool Send(string postXML) { byte[] buffer = System.Text.Encoding.Unicode.GetBytes(postXML); System.Net.HttpWebRequest req = (HttpWebRequest)WebRequest.Create(SendUrl); ... 阅读全文

posted @ 2008-01-11 13:03 online 阅读(2770) 评论(1) 推荐(0)

导航