2018年10月16日

摘要: <%@ WebHandler Language="C#" Class="receive_coupon" %> using System;using System.Web;using System.Text;using System.Net;using System.IO;using Newtonso 阅读全文
posted @ 2018-10-16 11:17 linglin 阅读(193) 评论(0) 推荐(0) 编辑

2018年10月8日

摘要: 阅读全文
posted @ 2018-10-08 14:23 linglin 阅读(178) 评论(0) 推荐(0) 编辑
 
摘要: 阅读全文
posted @ 2018-10-08 14:22 linglin 阅读(205) 评论(0) 推荐(0) 编辑
 
摘要: #region 获得客户端IP /// <summary> /// 获得客户端IP /// </summary> /// <returns></returns> public string GetClientIp() { var ip = "127.0.0.1"; //穿过代理服务器取远程用户真实I 阅读全文
posted @ 2018-10-08 14:21 linglin 阅读(215) 评论(0) 推荐(0) 编辑

2016年10月8日

摘要: 相关资料的查看地址: 各种demo的在线编辑查看地址http://lbs.amap.com/api/javascript-api/example/location/browser-location/?demo 高德自己做的: 打开即有相应的定位信息http://ditu.amap.com/ 需要自己 阅读全文
posted @ 2016-10-08 13:33 linglin 阅读(2194) 评论(0) 推荐(0) 编辑

2016年8月3日

摘要: web config 配置 <connectionStrings> <add name="SQLConnString" connectionString="Data Source=数据库账号;Initial Catalog=数据库;User Id=用户名;password=密码" providerN 阅读全文
posted @ 2016-08-03 14:39 linglin 阅读(5200) 评论(0) 推荐(1) 编辑

2016年5月18日

摘要: //排队中 protected void rptOrdersList_ItemDataBound(object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e) { if (e.Item.ItemType == ListItemType.Item || e.Item.ItemType == Lis... 阅读全文
posted @ 2016-05-18 16:32 linglin 阅读(248) 评论(0) 推荐(0) 编辑

2016年5月10日

摘要: <div title="欢迎使用" style="padding: 20px; overflow: hidden;" id="home"> </div> <script type="text/javascript" src="http://api.map.baidu.com/api?key=&v=1 阅读全文
posted @ 2016-05-10 14:12 linglin 阅读(3185) 评论(0) 推荐(0) 编辑

2016年5月6日

摘要: <link href="CSS/Untitled-3.css" rel="stylesheet" /> <link href="CSS/Untitled-4.css" rel="stylesheet" /> html 阅读全文
posted @ 2016-05-06 11:45 linglin 阅读(546) 评论(0) 推荐(0) 编辑

2016年4月26日

摘要: js判断选中 cs文件后台绑定 赋值初值,选中的 阅读全文
posted @ 2016-04-26 17:48 linglin 阅读(340) 评论(0) 推荐(0) 编辑