上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 37 下一页
摘要: 分辨率:800x480gps端口:com1比特率:4800设备特征码:01D1D008内存:128M 阅读全文
posted @ 2013-10-20 18:00 袁晓平 阅读(280) 评论(0) 推荐(0)
摘要: $("#grid").kendoGrid({ dataSource: dataSrc, columns: [ { template: '#=material_id#', width: 40, title: "物料编码" }, { field: "material_name", ... 阅读全文
posted @ 2013-10-17 14:11 袁晓平 阅读(5957) 评论(0) 推荐(0)
摘要: 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)
摘要: 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)
摘要: 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)
摘要: <%@ 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)
摘要: <%@ 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)
摘要: 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)
摘要: 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)
摘要: 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 下一页