c# ??wince?? ??excel csv txt ?????
???????????? ???????[ 2013/12/5 10:55:10 ] ????????
??????wince ???excel ???????????????????鷳???????excel ???????csv?????csv?????????????txt?????
??????txt??????? string.splite ???????????????д?????????
using System;
using System.Linq;
using System.Collections.Generic;
using System.Text;
using System.IO;
using System.Windows.Forms;
using System.Reflection;
namespace demo_rfcom_wince
{
class csvFile
{
private StreamReader m_StreamReader;
private string[] m_StrArry;
private int m_FileLinesCount = 0;
public csvFile(string name)
{
string cvsFileName;
cvsFileName = System.IO.Path.GetDirectoryName(Assembly.GetExecutingAssembly().ManifestModule.FullyQualifiedName)+"\"+name;
m_StreamReader = new StreamReader(cvsFileName?? Encoding.Default);
while(m_StreamReader.ReadLine()!=null)m_FileLinesCount++;
m_StrArry = new string[m_FileLinesCount+1];
//load
int i;
m_StreamReader.BaseStream.Position = 0;
for (i = 0; i < m_FileLinesCount; i++)m_StrArry[i] = m_StreamReader.ReadLine();
}
~csvFile()
{
m_StreamReader.Close();
}
public int GetLinesCount()
{
return m_FileLinesCount;
}
public string Read(int x?? int y)
{
if (y > m_FileLinesCount) return null;
string[] r = new string[128];
r = m_StrArry[y].Split('??');
return r[x];
}
}
}
|
???????????????????????漰???????????????????SPASVOС??(021-61079698-8054)?????????????????????????
??????
???????C#?е?StringC# Socket???????????????????C#?????????????????????????C#???????C#????????????Log4net??????δ????C#?????????????C#?????????????????C#???????????????C#????????????????C#7 ?е?Tuple??????C#??TypeScript - GeneratorC# ?????????細??????????C#?е???н???C#??MySQL?????????μ??Ч?????д??C#????C++??dll???C#??VS2010????е??????
![](/images/ad-banner/ad-banner.png)
???·???
??????????????????
2023/3/23 14:23:39???д?ò??????????
2023/3/22 16:17:39????????????????????Щ??
2022/6/14 16:14:27??????????????????????????
2021/10/18 15:37:44???????????????
2021/9/17 15:19:29???·???????·
2021/9/14 15:42:25?????????????
2021/5/28 17:25:47??????APP??????????
2021/5/8 17:01:11????????
?????????App Bug???????????????????????Jmeter?????????QC??????APP????????????????app?????е????????jenkins+testng+ant+webdriver??????????????JMeter????HTTP???????Selenium 2.0 WebDriver ??????