会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
yuanxiaoping_21cn_com
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
13
14
15
16
17
18
19
20
21
···
37
下一页
2013年10月20日
任E行M1端口比特率特征码
摘要: 分辨率:800x480gps端口:com1比特率:4800设备特征码:01D1D008内存:128M
阅读全文
posted @ 2013-10-20 18:00 袁晓平
阅读(280)
评论(0)
推荐(0)
2013年10月17日
kendo ui grid控件在选择行时如何取得所选行的某一列数据
摘要: $("#grid").kendoGrid({ dataSource: dataSrc, columns: [ { template: '#=material_id#', width: 40, title: "物料编码" }, { field: "material_name", ...
阅读全文
posted @ 2013-10-17 14:11 袁晓平
阅读(5957)
评论(0)
推荐(0)
2013年4月28日
获取元素offset的方法
摘要: function getoffset(e) { var t = e.offsetTop; var l = e.offsetLeft; while (e = e.offsetParent) { t += e.offsetTop; l += e.offsetLeft; } var result = {}; result.offsetTop = t; result.offsetLeft = l; return result; }
阅读全文
posted @ 2013-04-28 16:25 袁晓平
阅读(229)
评论(0)
推荐(0)
2013年4月27日
C#处理缩略图的算法
摘要: private byte[] thumbnail(HttpContext context, byte[] bytes) { //System.Drawing.Image thumbnail_image = null; System.Drawing.Image original_image = null; System.Drawing.Bitmap final_image = null; System.Drawing.Graphics graphic = null; Stream s = new MemoryStream...
阅读全文
posted @ 2013-04-27 16:40 袁晓平
阅读(223)
评论(0)
推荐(0)
2013年4月15日
iframe里的页面在ie6里出现滚动条的解决办法
摘要: iframe里的页面加了:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">在IE6里显示会出现滚动条,但在IE8里不会,可以加上以下样式:<style> html,body { margin: 0px; padding: 0px; width: 98%; height: 100%; ...
阅读全文
posted @ 2013-04-15 17:33 袁晓平
阅读(134)
评论(0)
推荐(0)
2013年4月11日
codesmith entity模板for enterprise library 5
摘要: <%@ CodeTemplate Language="C#" TargetLanguage="T-SQL" Debug="true" CompilerVersion="v3.5" Description="" %> <%@ Assembly Name="SchemaExplorer" %><%@ Property Name="SourceTable" Type="SchemaExplorer.TableSchema&
阅读全文
posted @ 2013-04-11 18:20 袁晓平
阅读(228)
评论(0)
推荐(0)
codesmith dao模板for enterprise library 5
摘要: <%@ CodeTemplate Language="C#" TargetLanguage="T-SQL" Debug="true" CompilerVersion="v3.5" Description="" %> <%@ Assembly Name="SchemaExplorer" %><%@ Import Namespace="System" %><%@ Import Namespace="Syste
阅读全文
posted @ 2013-04-11 18:19 袁晓平
阅读(257)
评论(0)
推荐(0)
2013年3月20日
C#调用ExchangeWebService发送邮件、查询日程、查询用户已使用邮箱空间
摘要: using System;using System.Net;using System.Collections.Generic;using EWS;using MailClient;namespace ExchangeWs { public class ExchangeWs { private ExchangeServiceBinding esb = null; private GetExchangeSetting ExchangeSetting = new GetExchangeSetting(); public ExchangeWs(strin...
阅读全文
posted @ 2013-03-20 15:59 袁晓平
阅读(1657)
评论(0)
推荐(0)
2013年3月15日
exchange webservice访问类(日程新增和删除)
摘要: using System;using System.Collections.Generic;using System.Configuration;using System.Linq;using System.Net;using System.Text;using HPCalendarSyncToPT1.Common;using HPCalendarSyncToPT1.Exchange;namespace HPCalendarSyncToPT1{ public class ExchangeWebService { ExchangeServiceBinding esb =...
阅读全文
posted @ 2013-03-15 17:41 袁晓平
阅读(940)
评论(0)
推荐(0)
2013年3月7日
owa 2007邮件选人二次改造
摘要: 1.uglobal.js的调整,将shwAB函数改为如下代码:var arrTo = new Array();var arrCc = new Array();var arrBcc = new Array();function shwAB(sTgt,sA){ var oP=new Object(); oP.sTo=divTo.innerHTML; oP.sCc=divCc.innerHTML; oP.sBcc=divBcc.innerHTML; oP.sTgt=sTgt; oP.sVersion = '2007'; var url = '/ContactSelect...
阅读全文
posted @ 2013-03-07 19:22 袁晓平
阅读(242)
评论(0)
推荐(0)
上一页
1
···
13
14
15
16
17
18
19
20
21
···
37
下一页