上一页 1 2 3 4 5 6 7 ··· 9 下一页
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Services;using Newtonsoft.Json;using Newtonsoft.Json.Serialization;using System.IO;using System.Text;namespace table{ /// /// $codebehindclassname$ 的摘要说明 /// // [WebService(Namespace = "http://temp 阅读全文
posted @ 2013-12-22 20:55 (二少)在南极 阅读(4522) 评论(0) 推荐(0) 编辑
摘要: 因为要做一个动态输入的表格,现在积累一下资料,在网上找了一些资料,经过总结是使用更加方便些,谁有更好的插件和封装的东西,请大家分享一下。其中HTML中的: 序号 缺省 启用 选项内容 操作 添加 ↑ ↓ 阅读全文
posted @ 2013-12-15 01:16 (二少)在南极 阅读(1023) 评论(0) 推荐(0) 编辑
摘要: (function(){ var Ploy = { Config: { ajaxUrl: "/ajax/ploy.ashx" }, ajax: function(params, callback) { var that = this; $.ajax({ type: "get", cache: false, dataType: "json", url: that.Config.ajaxUrl, data: params, success: arguments[1] || function(){}, error: arguments[2] 阅读全文
posted @ 2013-12-02 18:00 (二少)在南极 阅读(479) 评论(0) 推荐(0) 编辑
摘要: SetCookie: function (name, value)//设定Cookie值 { var expdate = new Date(); var argv = arguments; var argc = arguments.length; var expires = (argc > 2) ? argv[2] : null; var path = (argc > 3) ? argv[3] : null; var domain = (argc > 4) ? argv[4] : null; var secure = (argc > 5) ? argv[5] : fal 阅读全文
posted @ 2013-11-20 18:00 (二少)在南极 阅读(194) 评论(0) 推荐(0) 编辑
摘要: var tooAjaxData= new Object();tooAjaxData = function () { this.AjaxUrl =" ";};bookInfoClient.Data.prototype = { AjaxGet: function () { $.ajax({ type: "GET", url: arguments[3] || this.AjaxUrl, data: arguments[0] || "", dataType: "jsonp", ... 阅读全文
posted @ 2013-11-19 18:00 (二少)在南极 阅读(219) 评论(0) 推荐(0) 编辑
摘要: 用户名: 密码: 01234 清空56789确认 阅读全文
posted @ 2013-11-06 22:22 (二少)在南极 阅读(8515) 评论(0) 推荐(0) 编辑
摘要: 今天是一年一度的中秋节,最近总是感觉时间过得太快了,自己的都快已经30了,古人说三十而立,但看看自己还是一无所有。先不说这悲伤的事了,来上海已经两个年头了,想想刚到的这情景,仍记忆犹新。不过都已经过去了。已经毕业5个年头了,想想这5年来的生活发现没有可追忆的。真是过得一团槽,也许这一辈子就这样过去了,但心理总是不甘心。也许好多人和我一样。但自己有不能改变自己。我一至被挣钱束缚住了,也许争不到钱,才越想拥有更多,只是想生活过得更好。有一套子和一辆车子。也许这就是自己一辈子所追求的吗?今天的感悟先写到这吧。话说来上海是从小的梦想,因为这是一个大的都市,在这也许有自己的发展天空,其实到哪都一样,关. 阅读全文
posted @ 2013-09-19 23:16 (二少)在南极 阅读(309) 评论(1) 推荐(0) 编辑
摘要: JS时间倒计时 阅读全文
posted @ 2013-09-04 17:57 (二少)在南极 阅读(5986) 评论(0) 推荐(0) 编辑
摘要: public void GetStr() { string url = "http://kb.cnblogs.com/list/1001/"; HtmlWeb web = new HtmlWeb(); //htmlWeb.DefaultEncoding = System.Text.Encoding.GetEncoding(""); HtmlAgilityPack.HtmlDocument doc = web.Load(url); HtmlNode rootnode = doc.DocumentNode; string xpathstring = &quo 阅读全文
posted @ 2013-05-31 18:02 (二少)在南极 阅读(1357) 评论(0) 推荐(1) 编辑
摘要: publicclassLogManager{privatestaticstringlogPath=string.Empty;///<summary>///保存日志的文件夹///</summary>publicstaticstringLogPath{get{if(logPath==string.Empty){if(System.Web.HttpContext.Current==null)//WindowsForms应用logPath=AppDomain.CurrentDomain.BaseDirectory;else//Web应用logPath=AppDomain.Cur 阅读全文
posted @ 2013-05-15 14:19 (二少)在南极 阅读(247) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 9 下一页