IT
摘要: 最近在wince做项目,用到webservice ,但是第一次访问时速度慢,网上找了下解决方案。 但是wince里面不支持 [System.Xml.Serialization.XmlSerializerAssemblyAttribute(CodeBase = "ClientAllianceInfo.XmlSerializers.dll")] ,不知道有没有别的解决方案 "我的webservice第... 阅读全文
posted @ 2010-08-12 15:16 liufei 阅读(1700) 评论(1) 推荐(0) 编辑
摘要: 拍照时经常报内存溢出的错误,没有找到原因 using System;using System.Collections.Generic;using System.Text;using System.Runtime.InteropServices;using System.Drawing;using System.Drawing.Imaging;using System.Windows.Forms;u... 阅读全文
posted @ 2010-08-12 15:10 liufei 阅读(1005) 评论(1) 推荐(0) 编辑
摘要: private void button1_Click(object sender, EventArgs e) { string filename = ""; string strFile = ""; int index = 0; do { int fileId = index++; filename = string.Format("{0}.dat", Convert.ToString(file... 阅读全文
posted @ 2010-08-12 11:25 liufei 阅读(359) 评论(0) 推荐(0) 编辑