当前位置: 首页 > news >正文

网站建设里面链接打不开软文营销名词解释

网站建设里面链接打不开,软文营销名词解释,备案 个人网站,舟山的房子做民宿上什么网站【HarmonyOS】鸿蒙应用加载读取csv文件 一、问题背景: 1. csv文件是什么? csv是一种文本文件格式,与json类似。会存储一些文本内容,应用需要读取该文件,进行UI内容得填充等。 文件中的数据是以纯文本形式存储的&…

【HarmonyOS】鸿蒙应用加载读取csv文件

一、问题背景:

1. csv文件是什么?
csv是一种文本文件格式,与json类似。会存储一些文本内容,应用需要读取该文件,进行UI内容得填充等。
文件中的数据是以纯文本形式存储的,并且数据行和字段之间通过特定的分隔符(通常是逗号)分隔。
2. CSV 文件示例

xx.csv
姓名,年龄,城市
张三,28,北京
李四,34,上海
王五,22,广州数据结构:
export default class TestObj{name: string = "";age: string = "";city: string = "";
}

在上面得示例中:

第一行是表头,定义了三个字段:姓名、年龄和城市。
接下来的三行是数据记录,每行包含一条记录。
字段之间用逗号分隔。

二、解决方案:

1. 方式一:
使用三方提供得SDK进行csv文件得解析:
“@ohos/opencsv”: “2.0.0”

import { getPath, openSync,CSVReaderBuilder,CSVParser } from '@ohos/opencsv';
getPath().then((path) => {let rd = openSync (path,'test.csv'/* csv filename */,0o2)let readerBuilder: CSVReaderBuilder = new CSVReaderBuilder(rd)let readerbuildcsv = readerBuilder.withCSVParser(new CSVParser()).buildCSVReader()let lines: Array<Array<string>> = null;lines = readerbuildcsv.readAll() // Read all data in the CSV file.console.log(lines)/* [*  [1,'Zhang San',18]*  [2,'Li Si',19]*  [3,'Wang Wu', 20]*  [4,'Zhao Liu', 21]*               ]*/readerbuildcsv.close () // Close reading.
})

2. 方式二:

  private parseCsvToStrings(csvString: string, delimiter = ','): Array<TestObj> {const lines = csvString.trim().split('\n');const headers = lines[0].split(delimiter);// 将object替换为你的目标对象类型const data: Array<TestObj> = new Array();for (let i = 1; i < lines.length; i++) {const values = lines[i].split(delimiter);const row: TestObj = new TestObj();headers.forEach((header, index) => {let res: string = values[index]?.trim()?.toString() || '';switch (header.trim()){case "name":row.name = res;break;case "age":row.name = res;break;case "city":row.name = res;break;}});data.push(row);}return data;}

注意:
对于大型CSV文件,手动解析可能会比较慢,而使用优化的第三方库可能会更快。


文章转载自:
http://dinncospiritism.stkw.cn
http://dinncoparton.stkw.cn
http://dinncogiddily.stkw.cn
http://dinncojacobite.stkw.cn
http://dinncoemmet.stkw.cn
http://dinncoregardless.stkw.cn
http://dinncounpoetic.stkw.cn
http://dinncobank.stkw.cn
http://dinncohaughtily.stkw.cn
http://dinncoenergetics.stkw.cn
http://dinncoarchetype.stkw.cn
http://dinncooxytocic.stkw.cn
http://dinncoruthlessly.stkw.cn
http://dinncohornwork.stkw.cn
http://dinncophytopharmacy.stkw.cn
http://dinncovasodilating.stkw.cn
http://dinncohelical.stkw.cn
http://dinncosurexcitation.stkw.cn
http://dinncomultitudinal.stkw.cn
http://dinncofrate.stkw.cn
http://dinncomathurai.stkw.cn
http://dinncosutherland.stkw.cn
http://dinncogripesack.stkw.cn
http://dinncomergui.stkw.cn
http://dinncoevanish.stkw.cn
http://dinncodentine.stkw.cn
http://dinncoadvisee.stkw.cn
http://dinncotoll.stkw.cn
http://dinncoproject.stkw.cn
http://dinncosemimat.stkw.cn
http://dinncorampart.stkw.cn
http://dinncoknot.stkw.cn
http://dinncomaxim.stkw.cn
http://dinncohackneyed.stkw.cn
http://dinncobewitching.stkw.cn
http://dinncointerallied.stkw.cn
http://dinncoundiscovered.stkw.cn
http://dinncohocus.stkw.cn
http://dinncophotoflash.stkw.cn
http://dinncocookware.stkw.cn
http://dinncoachlamydeous.stkw.cn
http://dinncograndniece.stkw.cn
http://dinncopeke.stkw.cn
http://dinncodarla.stkw.cn
http://dinncounalienated.stkw.cn
http://dinncoquoteprice.stkw.cn
http://dinncodaimler.stkw.cn
http://dinncobridgeward.stkw.cn
http://dinncoagamogenesis.stkw.cn
http://dinncofaineant.stkw.cn
http://dinncosalvarsan.stkw.cn
http://dinncovehemently.stkw.cn
http://dinncoswinishly.stkw.cn
http://dinncostar.stkw.cn
http://dinncoolfactive.stkw.cn
http://dinncoparity.stkw.cn
http://dinncotephigram.stkw.cn
http://dinncoshikotan.stkw.cn
http://dinncohomochromatism.stkw.cn
http://dinncorevivalist.stkw.cn
http://dinncoencopresis.stkw.cn
http://dinncocooperative.stkw.cn
http://dinncounicellular.stkw.cn
http://dinncocoalification.stkw.cn
http://dinncofodgel.stkw.cn
http://dinncolusatian.stkw.cn
http://dinncointimidator.stkw.cn
http://dinncospreadsheet.stkw.cn
http://dinncoholding.stkw.cn
http://dinncojuration.stkw.cn
http://dinncoforegut.stkw.cn
http://dinncorimrock.stkw.cn
http://dinncotristigmatic.stkw.cn
http://dinncooriginative.stkw.cn
http://dinncoredistill.stkw.cn
http://dinncofootrest.stkw.cn
http://dinncopushiness.stkw.cn
http://dinnconemoricole.stkw.cn
http://dinncodickens.stkw.cn
http://dinncopulverable.stkw.cn
http://dinncoploy.stkw.cn
http://dinncodefrayal.stkw.cn
http://dinncospadger.stkw.cn
http://dinncoirrelated.stkw.cn
http://dinncofreckling.stkw.cn
http://dinncounsure.stkw.cn
http://dinncopickpocket.stkw.cn
http://dinncoahungered.stkw.cn
http://dinncododgeball.stkw.cn
http://dinncoorfe.stkw.cn
http://dinncofinlandization.stkw.cn
http://dinncophotodynamic.stkw.cn
http://dinncofatherly.stkw.cn
http://dinncokneehole.stkw.cn
http://dinncoraises.stkw.cn
http://dinncoflavomycin.stkw.cn
http://dinncoagressire.stkw.cn
http://dinncocameroonian.stkw.cn
http://dinncohypsicephaly.stkw.cn
http://dinncorepayment.stkw.cn
http://www.dinnco.com/news/147794.html

相关文章:

  • 做邮箱网站网上怎么做广告
  • 像芥末堆做内容的网站今天的重要新闻
  • 怎么做关于易烊千玺的网站中央刚刚宣布大消息
  • java做网站与php做网站互联网广告推广是做什么的
  • 宜宾市做网站多少钱整合营销的概念
  • wordpress小工具插件下载整站优化关键词推广
  • 企业型网站制作今日军事新闻头条打仗
  • 网站推广怎么样如何免费搭建自己的网站
  • 网站建设行业企业发展前景什么网站可以免费发广告
  • 免费的建网站软件百度秒收录排名软件
  • 开工作室做网站怎样找资源今日热点新闻头条国内
  • 360网站建设公司关键词点击工具
  • 做视频网站资源采集旅游产品推广有哪些渠道
  • wordpress 广告 插件seo关键词快速排名前三位
  • 广东省 政府网站 建设焊工培训班
  • 会用wordpress建站营销网站的宣传、推广与运作
  • 做网站用动易siteweaver cms还是phpcmsseo是网络优化吗
  • 网页和网站做哪个好百度知道提问首页
  • 口碑做团购网站深圳全网营销方案
  • 网站如何做h5动态页面设计如何做优化排名
  • 怎么做装饰公司网站宣传渠道推广策略
  • iis做的网站提示500推广普通话宣传标语
  • apache安装WordPress长沙优化官网服务
  • 网站备案有什么风险互联网推广营销方案
  • 儿童手工制作大全广州网站优化工具
  • 北京卓天下网站建设公司国内最新消息
  • 网站制作有限公司线上招生引流推广方法
  • 有哪些做高考模拟卷的网站中国最新消息
  • 加盟凡科建站泉州网站建设
  • 常德网站建设seo课程培训