07 2012 档案

摘要:闲来无事,把最近使用Ajax无刷新开发的一些知识整理一下,一边回顾:项目一:修改密码 HTML代码: <input id="txtOriginalPass" type="text" /> <input id="txtNewPass" type="text" /> <input id="txtConfirmPass" type="text" /> <input id="btnSubmit" type="bu 阅读全文
posted @ 2012-07-31 17:41 jsping68 阅读(15704) 评论(2) 推荐(2) 编辑
摘要:功能图如下: 功能说明:仿照百度搜索的自动完成搜索功能,完整版。 /**************技术:.NET******************/ /*******第一次编辑时间:2012年07月16日*********/ /*********修改时间:2012年08月88日**********/ /**********修改说明:本实例存在缺陷**********/ /*************Author:jsping**************/ /*************QQ:759963787************/今天有空,在原来我写的文... 阅读全文
posted @ 2012-07-26 12:44 jsping68 阅读(1083) 评论(0) 推荐(1) 编辑
摘要:public static string MoneyToUpper(string strAmount) { string functionReturnValue =null; bool IsNegative =false; // 是否是负数 if (strAmount.Trim().Substring(0, 1) =="-") { // 是负数则先转为正数 strAmount = strAmount.Trim().Remove(0, 1); IsNegative =true; } string strLower =null; string strUpart =null; s 阅读全文
posted @ 2012-07-25 10:33 jsping68 阅读(4842) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示