前言
假設 Entity Class 要提供 Dictionary 的屬性,
可以使用 Indexer Properties,例如,customer["CustomerType"]。
如果不想在原有的 Table 中新增欄位,
則可以使用 property bag entity types,例如,customerExt["CustomerType"]
以下我們來看一下做法。
Hello! 我是 RM
同事反應參考 透過 Aspose.Words 將 Word 轉出 PDF 時,自造字(EUDC) 可以顯示出來 這篇的做法轉出 PDF 內容,自造字(EUDC)有顯示出來,但其他字卻變成了黑點。
tag:
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent:
meta: false
pages: false
posts:
title: true
date: true
path: true
text: false
raw: false
content: false
slug: false
updated: false
comments: false
link: false
permalink: false
excerpt: false
categories: false
tags: true