- 博客(212)
- 资源 (21)
- 收藏
- 关注
原创 获取流
protected void Page_Load(object sender, EventArgs e) { string queryData = string.Empty; using (StreamReader sr = new StreamReader(Request.InputStream)) { queryData = sr.ReadLine(); ...
2021-04-30 10:05:35
106
转载 js 字符串解析
转义字符串:encodeURIComponent(str)解析字符串:decodeURIComponent(str)<html><body><script type="text/javascript">var test1="http://www.w3school.com.cn/My first/"document.write(encodeURIComponent(test1)+ "<br />")document.write(dec.
2021-04-23 15:14:42
1298
原创 格式化金钱千位用逗号
function formatCurrency(num) { num = num.toString().replace(/\$|\,/g, ''); if (isNaN(num)) num = "0"; sign = (num == (num = Math.abs(num))); num = Math.floor(num * 100 + 0.50000000001); ...
2021-04-23 15:13:36
174
原创 异步加载数据
window.onload = function () { $.ajax({ type: "POST", url: "index.aspx", dataType: "text", success: function (msg) {
2017-02-08 09:57:26
515
原创 ddd
#region 页面TDK动态设置 var doc = new XDocument(); if (CacheHelper.Exist(CacheKey)) { var cache = CacheHelper.Get(CacheKey); doc = (XDocument)cache;
2017-01-12 09:45:50
307
原创 vs2013diaoyongwebservice
bendi.CustomSOAPHeader header = new bendi.CustomSOAPHeader(); 赋值 bendi.Service1SoapClient resp = new bendi.Service1SoapClient(); Response.Write(resp
2016-12-30 17:19:09
331
转载 特殊字符实现icon功能
https://www.baidufe.com/demo/glyphicon.htmlhttps://www.baidufe.com/fe/demo/static/html/glyphicon/glyphicon.css?v=98f06159例如:.glyphicon { position: relative; top: 1px; di
2016-12-14 15:40:52
2451
转载 样子扭曲的验证码
using System;using System.Collections.Generic;using System.Drawing;using System.Drawing.Imaging;using System.IO;using System.Linq;using System.Web;using System.Web.UI;using System.Web.
2016-12-05 16:23:40
481
原创 linq的使用
string arrStr =string.empty;DataTable dt = bll.GameKind(传方法参数); List lstID = (from d in dt.AsEnumerable() select d.Field("KindID")).ToList(); foreach (
2016-11-29 10:34:36
327
原创 参数加起来的和转为¥格式
public String GetSum(params Object[] args) { Int32 result = 0; foreach (var v in args) { result += Int32.Parse(v.ToString()); } r
2016-11-29 10:22:42
397
转载 xml
String xmlFilePath = Context.Server.MapPath("/xml/Config.xml"); XDocument doc = XDocument.Load(xmlFilePath); var isCheck = doc.Descendants("Root").Select(x => x.Eleme
2016-11-24 09:49:16
256
原创 data.js
$(function () { $.getJSON("data.js", function (data) { var $jsontip = $("#indexpull"); var strHtml = ""; $jsontip.empty(
2016-11-24 09:46:04
1086
转载 js文件读取到页面
$(function () { $.getJSON("data.js", function (data) { var $jsontip = $("#indexpull"); var strHtml = ""; $jsontip.empty();
2016-11-23 10:13:43
661
原创 页面的dable数据导出或按钮导出更多
$(document).ready(function () { $("#btnExport").bind("click", function () { $("#dataTable").tableExport({ type: 'excel', escape:
2016-11-18 16:19:46
663
原创 test
$.getDataSource = function () { var beginDate = $("#in_FilledStartDate").val(); var endDate = $("#in_FilledEndDate").val(); var jsonData = '';
2016-11-17 10:47:41
213
TortoiseGit 中文语言包2.11ban版本
2020-10-19
wbox
2013-11-13
Balsamiq Mockups.rar
2011-06-17
sql assistant 自动提示工具
2011-05-18
webmatrix 安装文件webmatrix 安装文件webmatrix 安装文件
2011-04-14
umbraco中文包
2011-04-14
VirtualCloneDrive5432VirtualCloneDrive5432
2011-04-01
UrlRewriter
2011-03-29
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人