10 2014 档案

iScroll.js 用法参考
摘要:概要iScroll 4 这个版本完全重写了iScroll这个框架的原始代码。这个项目的产生完全是因为移动版webkit浏览器(诸如iPhone,iPad,Android 这些系统上广泛使用)提供了一种本地化的方式来对一个限定了高度和宽度的元素的内容进行滑动。很不幸的是,这种情况下所有的web应用的页... 阅读全文

posted @ 2014-10-31 11:51 itjeff 阅读(315) 评论(0) 推荐(0) 编辑

C#二维码生成
摘要:C#二维码生成,这里使用开源的ThoughtWorks.QRCode.dll库。1、下载ThoughtWorks.QRCode.dll库文件,并引用到项目中。2、创建QRCodeHandler.cs二维码处理类using System;using System.Collections.Generic... 阅读全文

posted @ 2014-10-27 16:38 itjeff 阅读(4469) 评论(0) 推荐(0) 编辑

form表单target的用法,实现无刷新提交页面
摘要:form表单的target,当将iframe设置为隐藏时,可以实现当前页表单提交而不进行跳转刷新。代码如下,首页在页面里准备一个form表单和一个iframe。Java代码 ..........................................提交到action后,action返回一串... 阅读全文

posted @ 2014-10-24 17:23 itjeff 阅读(1075) 评论(0) 推荐(0) 编辑

C#文件和文件夹操作
摘要://1.文件夹创建、移动、删除---------//创建文件夹Directory.CreateDirectory(Server.MapPath("a"));Directory.CreateDirectory(Server.MapPath("b"));Directory.CreateDirectory... 阅读全文

posted @ 2014-10-22 16:15 itjeff 阅读(243) 评论(0) 推荐(0) 编辑

JS,Jquery获取各种屏幕的宽度和高度
摘要:Javascript和JQuery获取浏览器窗口各种尺寸 原生JS 窗口尺寸: console.log('window.innerWidth = ' + window.innerWidth + ' window.innerHeight = ' + window.innerHeight)console 阅读全文

posted @ 2014-10-22 16:02 itjeff 阅读(1124) 评论(0) 推荐(0) 编辑

正在加载 效果的实现代码
摘要:页面加载中... 阅读全文

posted @ 2014-10-22 13:56 itjeff 阅读(401) 评论(0) 推荐(0) 编辑

C#模拟http 发送post或get请求
摘要:C#模拟http 发送post或get请求 ?123456789101112131415161718192021222324252627282930313233343536373839private string HttpPost(string Url, string postDataStr){Ht... 阅读全文

posted @ 2014-10-13 14:45 itjeff 阅读(15794) 评论(0) 推荐(1) 编辑

多层次的Json字符串转化为对象
摘要:using Arvato.CRM.DataTrans.ConsoleHost.Model;using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Runtime.Seri... 阅读全文

posted @ 2014-10-10 17:31 itjeff 阅读(1651) 评论(0) 推荐(0) 编辑

导航

< 2025年2月 >
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 1
2 3 4 5 6 7 8
点击右上角即可分享
微信分享提示