freeMark模板导出word

有时候我们会遇到将一些内容导出到word文档中方便查看,下面就来介绍下怎么采用freeMark模板导出为word。

一 . 工具准备

(1)这里我们需要用到notepad++这个工具,(下载链接https://notepad-plus-plus.org/download/v7.5.6.html),还有安装插件xmlTools插件(我的百度与下载地址https://pan.baidu.com/s/16e-fCyeVFS0IDHNSCMqZeQ)

(2)安装完notePad++ 后关闭界面,解压xmlTools

(3)将解压后的文件下的XMLTools.xml 文件拷贝至Notepad++的plugins子文件夹

e296499804097329b3a802cadec860d5f47.jpg 82f65ce609e4d85148e86ffe4db3c12a44e.jpg

(4)将解压后的文件下的dependencies文件夹下的所有文件拷贝到notepad++的安装目录下(与notepad++.exe位于同级目录)

2447e182f6af0495b5d376097859af83d8f.jpg096a43534c9a0d383d308d9bb419faff0a4.jpg

(5)使用notepad打开将要格式化的xml,通过选择插件菜单选择Xml Toos,这样就很方便看xml格式的文档了

 

8adfb5fddf86f283e672b3f7ac2f1eb1b59.jpg

二 . 将word模板转换成ftl格式的文档

 (1)首先将文档另存为xml格式,然后将保存后的xml文件格式改为ftl 

49d7af5c440ca94607a2782a094679c2aa8.jpg

(2) 使用notepad++ 打开ftl文档,使用xmlToos插件格式换,这样就很方便了

三 .导出word处理

 注意点: 涉及图片的处理,要转换为base64

import org.apache.commons.codec.binary.Base64;

b8733595ecd79e2d7c12a72db7461c308f2.jpg

在模板中

b8a7362e397b0e2732140bdeaf23f32fe7d.jpg

604c0874290838dc5562086b30efcf29e10.jpg

b2c1be27f942863cd20cae746efd7f3917a.jpg

其余的都是 freeMark的处理格式了,需要单独学习freeMark的编码,下面的coding中涉及到了常规的处理方式(判断处理,集合处理,替换处理,显示处理等)基本能满足需求

 

 

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?mso-application progid="Word.Document"?>
<pkg:package xmlns:pkg="http://schemas.microsoft.com/office/2006/xmlPackage">
	<pkg:part pkg:name="/_rels/.rels" pkg:contentType="application/vnd.openxmlformats-package.relationships+xml" pkg:padding="512">
		<pkg:xmlData>
			<Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">
				<Relationship Id="rId3" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties" Target="docProps/app.xml"/>
				<Relationship Id="rId2" Type="http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties" Target="docProps/core.xml"/>
				<Relationship Id="rId1" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="word/document.xml"/>
			</Relationships>
		</pkg:xmlData>
	</pkg:part>
	<pkg:part pkg:name="/word/_rels/document.xml.rels" pkg:contentType="application/vnd.openxmlformats-package.relationships+xml" pkg:padding="256">
		<pkg:xmlData>
			<Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">
				<Relationship Id="rId8" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/image" Target="media/image2man.png"/>
				<Relationship Id="rId3" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/settings" Target="settings.xml"/>
				<Relationship Id="rId7" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/image" Target="media/image1.png"/>
				<Relationship Id="rId2" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles" Target="styles.xml"/>
				<Relationship Id="rId1" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/customXml" Target="../customXml/item1.xml"/>
				<Relationship Id="rId6" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/endnotes" Target="endnotes.xml"/>
				<Relationship Id="rId5" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/footnotes" Target="footnotes.xml"/>
				<Relationship Id="rId10" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/theme" Target="theme/theme1.xml"/>
				<Relationship Id="rId4" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/webSettings" Target="webSettings.xml"/>
				<Relationship Id="rId9" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/fontTable" Target="fontTable.xml"/>
			</Relationships>
		</pkg:xmlData>
	</pkg:part>
	<pkg:part pkg:name="/word/document.xml" pkg:contentType="application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml">
		<pkg:xmlData>
			<w:document xmlns:ve="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:wp="http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing" xmlns:w10="urn:schemas-microsoft-com:office:word" xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" xmlns:wne="http://schemas.microsoft.com/office/word/2006/wordml">
				<w:body>
					<w:p w:rsidR="00E83714" w:rsidRDefault="00323BB8" w:rsidP="00E83714">
						<w:pPr>
							<w:spacing w:after="0" w:line="40" w:lineRule="atLeast"/>
							<w:ind w:leftChars="50" w:left="105" w:firstLineChars="2500" w:firstLine="5250"/>
						</w:pPr>
						<w:r w:rsidRPr="00323BB8">
							<w:rPr>
								<w:noProof/>
							</w:rPr>
							<w:drawing>
								<wp:anchor distT="0" distB="0" distL="114300" distR="114300" simplePos="0" relativeHeight="251652096" behindDoc="0" locked="0" layoutInCell="1" allowOverlap="1">
									<wp:simplePos x="0" y="0"/>
									<wp:positionH relativeFrom="column">
										<wp:posOffset>1905</wp:posOffset>
									</wp:positionH>
									<wp:positionV relativeFrom="paragraph">
										<wp:posOffset>54610</wp:posOffset>
									</wp:positionV>
									<wp:extent cx="1900800" cy="676800"/>
									<wp:effectExtent l="0" t="0" r="0" b="0"/>
									<wp:wrapNone/>
									<wp:docPr id="8" name="图片 8" />
									<wp:cNvGraphicFramePr>
										<a:graphicFrameLocks noChangeAspect="1" xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main"/>
									</wp:cNvGraphicFramePr>
									<a:graphic xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main">
										<a:graphicData uri="http://schemas.openxmlformats.org/drawingml/2006/picture">
											<pic:pic xmlns:pic="http://schemas.openxmlformats.org/drawingml/2006/picture">
												<pic:nvPicPr>
													<pic:cNvPr id="0" name="Picture 4"/>
													<pic:cNvPicPr>
														<a:picLocks noChangeAspect="1" noChangeArrowheads="1"/>
													</pic:cNvPicPr>
												</pic:nvPicPr>
												<pic:blipFill>
													<a:blip r:embed="rId7">
														<a:extLst>
															<a:ext uri="{28A0092B-C50C-407E-A947-70E740481C1C}">
																<a14:useLocalDpi val="0" xmlns:a14="http://schemas.microsoft.com/office/drawing/2010/main" xmlns:wps="http://schemas.microsoft.com/office/word/2010/wordprocessingShape" xmlns:wpi="http://schemas.microsoft.com/office/word/2010/wordprocessingInk" xmlns:wpg="http://schemas.microsoft.com/office/word/2010/wordprocessingGroup" xmlns:w15="http://schemas.microsoft.com/office/word/2012/wordml" xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml" xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" xmlns:w10="urn:schemas-microsoft-com:office:word" xmlns:wp14="http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:wpc="http://schemas.microsoft.com/office/word/2010/wordprocessingCanvas" xmlns=""/>
															</a:ext>
														</a:extLst>
													</a:blip>
													<a:srcRect/>
													<a:stretch>
														<a:fillRect/>
													</a:stretch>
												</pic:blipFill>
												<pic:spPr bwMode="auto">
													<a:xfrm>
														<a:off x="0" y="0"/>
														<a:ext cx="1900800" cy="676800"/>
													</a:xfrm>
													<a:prstGeom prst="rect">
														<a:avLst/>
													</a:prstGeom>
													<a:noFill/>
													<a:ln>
														<a:noFill/>
													</a:ln>
												</pic:spPr>
											</pic:pic>
										</a:graphicData>
									</a:graphic>
								</wp:anchor>
							</w:drawing>
						</w:r>
						<w:r w:rsidR="00B83098">
							<w:rPr>
								<w:rFonts w:hint="eastAsia"/>
							</w:rPr>
							<w:t>推荐</w:t>
						</w:r>
						<w:r w:rsidR="00E83714">
							<w:rPr>
								<w:rFonts w:hint="eastAsia"/>
							</w:rPr>
							<w:t>职位</w:t>
						</w:r>
						<w:r w:rsidR="00B83098">
							<w:t>:</w:t>
						</w:r>
						<w:r w:rsidR="00E83714">
							<w:rPr>
								<w:rFonts w:hint="eastAsia"/>
							</w:rPr>
							<w:t>${jobName!''}</w:t>
						</w:r>
					</w:p> 
					<w:p w:rsidR="00E83714" w:rsidRDefault="00E83714" w:rsidP="00E83714">
						<w:pPr>
							<w:spacing w:after="0" w:line="40" w:lineRule="atLeast"/>
							<w:ind w:leftChars="50" w:left="105" w:firstLineChars="3000" w:firstLine="6300"/>
						</w:pPr>
					</w:p>
					
					<w:tbl>
						<w:tblPr>
							<w:tblStyle w:val="a3"/>
							<w:tblW w:w="0" w:type="auto"/>
							<w:tblBorders>
								<w:top w:val="none" w:sz="0" w:space="0" w:color="auto"/>
								<w:left w:val="none" w:sz="0" w:space="0" w:color="auto"/>
								<w:bottom w:val="none" w:sz="0" w:space="0" w:color="auto"/>
								<w:right w:val="none" w:sz="0" w:space="0" w:color="auto"/>
								<w:insideH w:val="none" w:sz="0" w:space="0" w:color="auto"/>
								<w:insideV w:val="none" w:sz="0" w:space="0" w:color="auto"/>
							</w:tblBorders>
							<w:tblLook w:val="04A0"/>
						</w:tblPr>
						<w:tblGrid>
							<w:gridCol w:w="4984"/>
							<w:gridCol w:w="4984"/>
						</w:tblGrid>
						<w:tr w:rsidR="00B00886" w:rsidTr="00960BEA">
							<w:tc>
								<w:tcPr>
									<w:tcW w:w="4984" w:type="dxa"/>
								</w:tcPr>
								<w:p w:rsidR="00AC7CF9" w:rsidRPr="00960BEA" w:rsidRDefault="00AC7CF9" w:rsidP="00AC7CF9">
									<w:pPr>
										<w:rPr>
											<w:sz w:val="48"/>
											<w:szCs w:val="48"/>
										</w:rPr>
									</w:pPr>
									<w:r>
										<w:rPr>
											<w:rFonts w:hint="eastAsia"/>
											<w:sz w:val="48"/>
											<w:szCs w:val="48"/>
										</w:rPr>
										<w:t><#if infoView??>${infoView.name!''}</#if></w:t>
									</w:r>
								</w:p>
							<#if show?? && show == 1>
								<w:p w:rsidR="00AC7CF9" w:rsidRDefault="00AC7CF9" w:rsidP="00AC7CF9">
									<w:r>
										<w:rPr>
											<w:rFonts w:hint="eastAsia"/>
										</w:rPr>
										<w:t>手机</w:t>
									</w:r>
									<w:r>
										<w:t>:</w:t>
									</w:r>
									<w:r>
										<w:rPr>
											<w:rFonts w:hint="eastAsia"/>
										</w:rPr>
										<w:t>${infoView.phone!''}</w:t>
									</w:r>
								</w:p>
								<#if infoView.email?? && infoView.email !=''> 
									<w:p w:rsidR="00BE4E86" w:rsidRDefault="00AC7CF9">
									<w:r>
										<w:rPr>
											<w:rFonts w:hint="eastAsia"/>
										</w:rPr>
										<w:t>邮箱</w:t>
									</w:r>
									<w:r>
										<w:t>:</w:t>
									</w:r>
									<w:r>
										<w:rPr>
											<w:rFonts w:hint="eastAsia"/>
										</w:rPr>
										<w:t>${infoView.email!''}</w:t>
									</w:r>
								   </w:p>
							     </#if>
							   <#elseif show?? && show == 0>
								<w:p w:rsidR="00BE4E86" w:rsidRDefault="00AC7CF9">
									<w:r>
										<w:rPr>
											<w:t> </w:t>
										</w:rPr>
										<w:t> 
											 手机和邮箱面试确认后可见 
										</w:t>
									</w:r>
								</w:p>
							</#if>
							</w:tc>
							<w:tc>
								<w:tcPr>
									<w:tcW w:w="4984" w:type="dxa"/>
								</w:tcPr>
								<w:p w:rsidR="000931FC" w:rsidRDefault="00E86EB3" w:rsidP="00150FFD">
									<w:pPr>
										<w:ind w:firstLineChars="1350" w:firstLine="2835"/>
										<w:rPr>
											<w:color w:val="A6A6A6" w:themeColor="background1" w:themeShade="A6"/>
										</w:rPr>
									</w:pPr>
									<w:r w:rsidRPr="00E86EB3">
										<w:rPr>
											<w:noProof/>
											<w:color w:val="A6A6A6" w:themeColor="background1" w:themeShade="A6"/>
										</w:rPr>
										<w:drawing>
											<wp:inline distT="0" distB="0" distL="0" distR="0">
												<wp:extent cx="1058400" cy="1058400"/>
												<wp:effectExtent l="0" t="0" r="0" b="0"/>
												<wp:docPr id="5" name="图片 5" descr="C:\Users\Think\Documents\Tencent Files\1752414664\FileRecv\男.png"/>
												<wp:cNvGraphicFramePr>
													<a:graphicFrameLocks noChangeAspect="1" xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main"/>
												</wp:cNvGraphicFramePr>
												<a:graphic xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main">
													<a:graphicData uri="http://schemas.openxmlformats.org/drawingml/2006/picture">
														<pic:pic xmlns:pic="http://schemas.openxmlformats.org/drawingml/2006/picture">
															<pic:nvPicPr>
																<pic:cNvPr id="0" name="Picture 2" descr="C:\Users\Think\Documents\Tencent Files\1752414664\FileRecv\男.png"/>
																<pic:cNvPicPr>
																	<a:picLocks noChangeAspect="1" noChangeArrowheads="1"/>
																</pic:cNvPicPr>
															</pic:nvPicPr>
															<pic:blipFill>
																<a:blip r:embed="rId8">
																	<a:extLst>
																		<a:ext uri="{28A0092B-C50C-407E-A947-70E740481C1C}">
																			<a14:useLocalDpi val="0" xmlns:a14="http://schemas.microsoft.com/office/drawing/2010/main" xmlns:wps="http://schemas.microsoft.com/office/word/2010/wordprocessingShape" xmlns:wpi="http://schemas.microsoft.com/office/word/2010/wordprocessingInk" xmlns:wpg="http://schemas.microsoft.com/office/word/2010/wordprocessingGroup" xmlns:w15="http://schemas.microsoft.com/office/word/2012/wordml" xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml" xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" xmlns:w10="urn:schemas-microsoft-com:office:word" xmlns:wp14="http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:wpc="http://schemas.microsoft.com/office/word/2010/wordprocessingCanvas" xmlns=""/>
																		</a:ext>
																	</a:extLst>
																</a:blip>
																<a:srcRect/>
																<a:stretch>
																	<a:fillRect/>
																</a:stretch>
															</pic:blipFill>
															<pic:spPr bwMode="auto">
																<a:xfrm>
																	<a:off x="0" y="0"/>
																	<a:ext cx="1058400" cy="1058400"/>
																</a:xfrm>
																<a:prstGeom prst="rect">
																	<a:avLst/>
																</a:prstGeom>
																<a:noFill/>
																<a:ln>
																	<a:noFill/>
																</a:ln>
															</pic:spPr>
														</pic:pic>
													</a:graphicData>
												</a:graphic>
											</wp:inline>
										</w:drawing>
									</w:r>
								</w:p>
								<w:p w:rsidR="00AC7CF9" w:rsidRPr="00AC7CF9" w:rsidRDefault="00AC7CF9" w:rsidP="00E86EB3">
									<w:pPr>
										<w:ind w:firstLineChars="150" w:firstLine="270"/>
										<w:rPr>
											<w:color w:val="A6A6A6" w:themeColor="background1" w:themeShade="A6"/>
										</w:rPr>
									</w:pPr>
									<w:r w:rsidRPr="00DF22BF">
										<w:rPr>
											<w:rFonts w:hint="eastAsia"/>
											<w:color w:val="A6A6A6" w:themeColor="background1" w:themeShade="A6"/>
											<w:sz w:val="18"/>
											<w:szCs w:val="18"/>
										</w:rPr>
										<w:t>【友情提示】若WPS不能正常显示,请用word打开</w:t>
									</w:r>
								</w:p>
							</w:tc>
						</w:tr>
					</w:tbl>
					<w:p>
						<w:pPr>
							<w:pBdr>
								<w:bottom w:val="single" w:color="2E75B5" w:themeColor="accent1" w:themeShade="BF" w:sz="12" w:space="1"/>
							</w:pBdr>
							<w:shd w:val="clear" w:color="auto" w:fill="FFFFFF" w:themeFill="background1"/>
							<w:spacing w:after="156" w:afterLines="50" w:line="240" w:lineRule="atLeast"/>
							<w:ind w:left="-210" w:leftChars="-100"/>
							<w:rPr>
								<w:b/>
								<w:color w:val="2E75B5" w:themeColor="accent1" w:themeShade="BF"/>
								<w:sz w:val="32"/>
								<w:szCs w:val="32"/>
							</w:rPr>
						</w:pPr>
						<w:r>
							<w:rPr>
								<w:rFonts w:hint="eastAsia"/>
								<w:b/>
								<w:color w:val="2E75B5" w:themeColor="accent1" w:themeShade="BF"/>
								<w:sz w:val="32"/>
								<w:szCs w:val="32"/>
							</w:rPr>
							<w:t>基本信息</w:t>
						</w:r>
					</w:p>
					<w:tbl>
						<w:tblPr>
							<w:tblStyle w:val="8"/>
							<w:tblW w:w="9860" w:type="dxa"/>
							<w:tblInd w:w="-113" w:type="dxa"/>
							<w:tblBorders>
								<w:top w:val="none" w:color="auto" w:sz="0" w:space="0"/>
								<w:left w:val="none" w:color="auto" w:sz="0" w:space="0"/>
								<w:bottom w:val="none" w:color="auto" w:sz="0" w:space="0"/>
								<w:right w:val="none" w:color="auto" w:sz="0" w:space="0"/>
								<w:insideH w:val="none" w:color="auto" w:sz="0" w:space="0"/>
								<w:insideV w:val="none" w:color="auto" w:sz="0" w:space="0"/>
							</w:tblBorders>
							<w:tblLayout w:type="fixed"/>
							<w:tblCellMar>
								<w:top w:w="0" w:type="dxa"/>
								<w:left w:w="108" w:type="dxa"/>
								<w:bottom w:w="0" w:type="dxa"/>
								<w:right w:w="108" w:type="dxa"/>
							</w:tblCellMar>
						</w:tblPr>
						<w:tblGrid>
							<w:gridCol w:w="1559"/>
							<w:gridCol w:w="2693"/>
							<w:gridCol w:w="1559"/>
							<w:gridCol w:w="3970"/>
							<w:gridCol w:w="79"/>
						</w:tblGrid>
						<w:tr>
							<w:tblPrEx>
								<w:tblBorders>
									<w:top w:val="none" w:color="auto" w:sz="0" w:space="0"/>
									<w:left w:val="none" w:color="auto" w:sz="0" w:space="0"/>
									<w:bottom w:val="none" w:color="auto" w:sz="0" w:space="0"/>
									<w:right w:val="none" w:color="auto" w:sz="0" w:space="0"/>
									<w:insideH w:val="none" w:color="auto" w:sz="0" w:space="0"/>
									<w:insideV w:val="none" w:color="auto" w:sz="0" w:space="0"/>
								</w:tblBorders>
								<w:tblLayout w:type="fixed"/>
								<w:tblCellMar>
									<w:top w:w="0" w:type="dxa"/>
									<w:left w:w="108" w:type="dxa"/>
									<w:bottom w:w="0" w:type="dxa"/>
									<w:right w:w="108" w:type="dxa"/>
								</w:tblCellMar>
							</w:tblPrEx>
							<w:trPr>
								<w:gridAfter w:val="1"/>
								<w:wAfter w:w="79" w:type="dxa"/>
								<w:trHeight w:val="80" w:hRule="atLeast"/>
							</w:trPr>
							<w:tc>
								<w:tcPr>
									<w:tcW w:w="1559" w:type="dxa"/>
								</w:tcPr>
								<w:p>
									<w:pPr>
										<w:spacing w:after="0" w:line="0" w:lineRule="atLeast"/>
										<w:rPr>
											<w:sz w:val="20"/>
											<w:szCs w:val="20"/>
										</w:rPr>
									</w:pPr>
									<w:r>
										<w:rPr>
											<w:rFonts w:hint="eastAsia"/>
											<w:color w:val="7E7E7E" w:themeColor="text1" w:themeTint="80"/>
											<w:sz w:val="20"/>
											<w:szCs w:val="20"/>
										</w:rPr>
										<w:t>性    别</w:t>
									</w:r>
									<w:r>
										<w:rPr>
											<w:b/>
											<w:color w:val="2E75B5" w:themeColor="accent1" w:themeShade="BF"/>
											<w:sz w:val="20"/>
											<w:szCs w:val="20"/>
										</w:rPr>
										<w:t>//</w:t>
									</w:r>
								</w:p>
							</w:tc>
							<w:tc>
								<w:tcPr>
									<w:tcW w:w="2693" w:type="dxa"/>
								</w:tcPr>
								<w:p>
									<w:pPr>
										<w:spacing w:after="0" w:line="0" w:lineRule="atLeast"/>
										<w:rPr>
											<w:sz w:val="20"/>
											<w:szCs w:val="20"/>
										</w:rPr>
									</w:pPr>
									<w:r>
										<w:rPr>
											<w:rFonts w:hint="eastAsia"/>
											<w:sz w:val="20"/>
											<w:szCs w:val="20"/>
										</w:rPr>
										<w:t> <#if infoView.gender?? && infoView.gender == 0>女 <#elseif infoView.gender?? && infoView.gender == 1>男 </#if></w:t>
									</w:r>
								</w:p>
							</w:tc>
							<w:tc>
								<w:tcPr>
									<w:tcW w:w="1559" w:type="dxa"/>
								</w:tcPr>
								<w:p>
									<w:pPr>
										<w:spacing w:after="0" w:line="0" w:lineRule="atLeast"/>
										<w:rPr>
											<w:sz w:val="20"/>
											<w:szCs w:val="20"/>
										</w:rPr>
									</w:pPr>
									<w:r>
										<w:rPr>
											<w:rFonts w:hint="eastAsia"/>
											<w:color w:val="7E7E7E" w:themeColor="text1" w:themeTint="80"/>
											<w:sz w:val="20"/>
											<w:szCs w:val="20"/>
										</w:rPr>
										<w:t>年    龄</w:t>
									</w:r>
									<w:r>
										<w:rPr>
											<w:b/>
											<w:color w:val="2E75B5" w:themeColor="accent1" w:themeShade="BF"/>
											<w:sz w:val="20"/>
											<w:szCs w:val="20"/>
										</w:rPr>
										<w:t>//</w:t>
									</w:r>
								</w:p>
							</w:tc>
							<w:tc>
								<w:tcPr>
									<w:tcW w:w="3970" w:type="dxa"/>
								</w:tcPr>
								<w:p>
									<w:pPr>
										<w:spacing w:after="0" w:line="0" w:lineRule="atLeast"/>
										<w:rPr>
											<w:sz w:val="20"/>
											<w:szCs w:val="20"/>
										</w:rPr>
									</w:pPr>
									<w:r>
										<w:rPr>
											<w:rFonts w:hint="eastAsia"/>
											<w:sz w:val="20"/>
											<w:szCs w:val="20"/>
										</w:rPr>
										<w:t>${infoView.age!''}岁</w:t>
									</w:r>
								</w:p>
							</w:tc>
						</w:tr>
						<w:tr>
							<w:tblPrEx>
								<w:tblBorders>
									<w:top w:val="none" w:color="auto" w:sz="0" w:space="0"/>
									<w:left w:val="none" w:color="auto" w:sz="0" w:space="0"/>
									<w:bottom w:val="none" w:color="auto" w:sz="0" w:space="0"/>
									<w:right w:val="none" w:color="auto" w:sz="0" w:space="0"/>
									<w:insideH w:val="none" w:color="auto" w:sz="0" w:space="0"/>
									<w:insideV w:val="none" w:color="auto" w:sz="0" w:space="0"/>
								</w:tblBorders>
								<w:tblLayout w:type="fixed"/>
								<w:tblCellMar>
									<w:top w:w="0" w:type="dxa"/>
									<w:left w:w="108" w:type="dxa"/>
									<w:bottom w:w="0" w:type="dxa"/>
									<w:right w:w="108" w:type="dxa"/>
								</w:tblCellMar>
							</w:tblPrEx>
							<w:trPr>
								<w:gridAfter w:val="1"/>
								<w:wAfter w:w="79" w:type="dxa"/>
							</w:trPr>
							<w:tc>
								<w:tcPr>
									<w:tcW w:w="1559" w:type="dxa"/>
								</w:tcPr>
								<w:p>
									<w:pPr>
										<w:spacing w:after="0" w:line="0" w:lineRule="atLeast"/>
										<w:rPr>
											<w:sz w:val="20"/>
											<w:szCs w:val="20"/>
										</w:rPr>
									</w:pPr>
									<w:r>
										<w:rPr>
											<w:rFonts w:hint="eastAsia"/>
											<w:color w:val="7E7E7E" w:themeColor="text1" w:themeTint="80"/>
											<w:sz w:val="20"/>
											<w:szCs w:val="20"/>
										</w:rPr>
										<w:t>所在城市</w:t>
									</w:r>
									<w:r>
										<w:rPr>
											<w:b/>
											<w:color w:val="2E75B5" w:themeColor="accent1" w:themeShade="BF"/>
											<w:sz w:val="20"/>
											<w:szCs w:val="20"/>
										</w:rPr>
										<w:t>//</w:t>
									</w:r>
								</w:p>
							</w:tc>
							<w:tc>
								<w:tcPr>
									<w:tcW w:w="2693" w:type="dxa"/>
								</w:tcPr>
								<w:p>
									<w:pPr>
										<w:spacing w:after="0" w:line="0" w:lineRule="atLeast"/>
										<w:rPr>
											<w:sz w:val="20"/>
											<w:szCs w:val="20"/>
										</w:rPr>
									</w:pPr>
									<w:r>
										<w:rPr>
											<w:rFonts w:hint="eastAsia"/>
											<w:sz w:val="20"/>
											<w:szCs w:val="20"/>
										</w:rPr>
										<w:t>${infoView.workAddress!''}</w:t>
									</w:r>
								</w:p>
							</w:tc>
							<w:tc>
								<w:tcPr>
									<w:tcW w:w="1559" w:type="dxa"/>
								</w:tcPr>
								<w:p>
									<w:pPr>
										<w:spacing w:after="0" w:line="0" w:lineRule="atLeast"/>
										<w:rPr>
											<w:sz w:val="20"/>
											<w:szCs w:val="20"/>
										</w:rPr>
									</w:pPr>
									<w:r>
										<w:rPr>
											<w:rFonts w:hint="eastAsia"/>
											<w:color w:val="7E7E7E" w:themeColor="text1" w:themeTint="80"/>
											<w:sz w:val="20"/>
											<w:szCs w:val="20"/>
										</w:rPr>
										<w:t>工作年限</w:t>
									</w:r>
									<w:r>
										<w:rPr>
											<w:b/>
											<w:color w:val="2E75B5" w:themeColor="accent1" w:themeShade="BF"/>
											<w:sz w:val="20"/>
											<w:szCs w:val="20"/>
										</w:rPr>
										<w:t>//</w:t>
									</w:r>
								</w:p>
							</w:tc>
							<w:tc>
								<w:tcPr>
									<w:tcW w:w="3970" w:type="dxa"/>
								</w:tcPr>
								<w:p>
									<w:pPr>
										<w:spacing w:after="0" w:line="0" w:lineRule="atLeast"/>
										<w:rPr>
											<w:sz w:val="20"/>
											<w:szCs w:val="20"/>
										</w:rPr>
									</w:pPr>
									<w:r>
										<w:rPr>
											<w:rFonts w:hint="eastAsia"/>
											<w:sz w:val="20"/>
											<w:szCs w:val="20"/>
										</w:rPr>
										<w:t><#if infoView.workYears?? && infoView.workYears == 0>不足一年 <#elseif infoView.workYears?? && (infoView.workYears>=1&&infoView.workYears<=12)>${infoView.workYears!''}年  <#elseif infoView.workYears?? && (infoView.workYears > 12)>12 年以上</#if></w:t>
									</w:r>
								</w:p>
							</w:tc>
						</w:tr>
						<w:tr>
							<w:tblPrEx>
								<w:tblBorders>
									<w:top w:val="none" w:color="auto" w:sz="0" w:space="0"/>
									<w:left w:val="none" w:color="auto" w:sz="0" w:space="0"/>
									<w:bottom w:val="none" w:color="auto" w:sz="0" w:space="0"/>
									<w:right w:val="none" w:color="auto" w:sz="0" w:space="0"/>
									<w:insideH w:val="none" w:color="auto" w:sz="0" w:space="0"/>
									<w:insideV w:val="none" w:color="auto" w:sz="0" w:space="0"/>
								</w:tblBorders>
								<w:tblLayout w:type="fixed"/>
								<w:tblCellMar>
									<w:top w:w="0" w:type="dxa"/>
									<w:left w:w="108" w:type="dxa"/>
									<w:bottom w:w="0" w:type="dxa"/>
									<w:right w:w="108" w:type="dxa"/>
								</w:tblCellMar>
							</w:tblPrEx>
							<w:trPr>
								<w:gridAfter w:val="1"/>
								<w:wAfter w:w="79" w:type="dxa"/>
							</w:trPr>
							<w:tc>
								<w:tcPr>
									<w:tcW w:w="1559" w:type="dxa"/>
								</w:tcPr>
								<w:p>
									<w:pPr>
										<w:spacing w:after="0" w:line="0" w:lineRule="atLeast"/>
										<w:rPr>
											<w:color w:val="7E7E7E" w:themeColor="text1" w:themeTint="80"/>
											<w:sz w:val="20"/>
											<w:szCs w:val="20"/>
										</w:rPr>
									</w:pPr>
									<w:r>
										<w:rPr>
											<w:rFonts w:hint="eastAsia"/>
											<w:color w:val="7E7E7E" w:themeColor="text1" w:themeTint="80"/>
											<w:sz w:val="20"/>
											<w:szCs w:val="20"/>
										</w:rPr>
										<w:t>最高学历</w:t>
									</w:r>
									<w:r>
										<w:rPr>
											<w:b/>
											<w:color w:val="2E75B5" w:themeColor="accent1" w:themeShade="BF"/>
											<w:sz w:val="20"/>
											<w:szCs w:val="20"/>
										</w:rPr>
										<w:t>//</w:t>
									</w:r>
								</w:p>
							</w:tc>
							<w:tc>
								<w:tcPr>
									<w:tcW w:w="2693" w:type="dxa"/>
								</w:tcPr>
								<w:p>
									<w:pPr>
										<w:spacing w:after="0" w:line="0" w:lineRule="atLeast"/>
										<w:rPr>
											<w:sz w:val="20"/>
											<w:szCs w:val="20"/>
										</w:rPr>
									</w:pPr>
									<w:r>
										<w:rPr>
											<w:rFonts w:hint="eastAsia"/>
											<w:sz w:val="20"/>
											<w:szCs w:val="20"/>
										</w:rPr>
										<w:t><#if infoView.degree?? && infoView.degree == 8>中专 <#elseif infoView.degree?? && infoView.degree == 9>高中 <#elseif infoView.degree?? && infoView.degree == 10>大专<#elseif infoView.degree?? && infoView.degree == 11>本科<#elseif infoView.degree?? && infoView.degree == 12>硕士<#elseif infoView.degree?? && infoView.degree == 13>博士 </#if></w:t>
									</w:r>
								</w:p>
							</w:tc>
							<w:tc>
								<w:tcPr>
									<w:tcW w:w="1559" w:type="dxa"/>
								</w:tcPr>
								<w:p>
									<w:pPr>
										<w:spacing w:after="0" w:line="0" w:lineRule="atLeast"/>
										<w:rPr>
											<w:color w:val="7E7E7E" w:themeColor="text1" w:themeTint="80"/>
											<w:sz w:val="20"/>
											<w:szCs w:val="20"/>
										</w:rPr>
									</w:pPr>
									<w:r>
										<w:rPr>
											<w:rFonts w:hint="eastAsia"/>
											<w:color w:val="7E7E7E" w:themeColor="text1" w:themeTint="80"/>
											<w:sz w:val="20"/>
											<w:szCs w:val="20"/>
										</w:rPr>
										<w:t>毕业</w:t>
									</w:r>
									<w:r>
										<w:rPr>
											<w:color w:val="7E7E7E" w:themeColor="text1" w:themeTint="80"/>
											<w:sz w:val="20"/>
											<w:szCs w:val="20"/>
										</w:rPr>
										<w:t>时间</w:t>
									</w:r>
									<w:r>
										<w:rPr>
											<w:b/>
											<w:color w:val="2E75B5" w:themeColor="accent1" w:themeShade="BF"/>
											<w:sz w:val="20"/>
											<w:szCs w:val="20"/>
										</w:rPr>
										<w:t>//</w:t>
									</w:r>
								</w:p>
							</w:tc>
							<w:tc>
								<w:tcPr>
									<w:tcW w:w="3970" w:type="dxa"/>
								</w:tcPr>
								<w:p>
									<w:pPr>
										<w:spacing w:after="0" w:line="0" w:lineRule="atLeast"/>
										<w:rPr>
											<w:sz w:val="20"/>
											<w:szCs w:val="20"/>
										</w:rPr>
									</w:pPr>
									<w:r>
										<w:rPr>
											<w:rFonts w:hint="eastAsia"/>
											<w:sz w:val="20"/>
											<w:szCs w:val="20"/>
										</w:rPr>
										<w:t>${infoView.graduateYearStr!''}年</w:t>
									</w:r>
								</w:p>
							</w:tc>
						</w:tr>
						<w:tr>
							<w:tblPrEx>
								<w:tblBorders>
									<w:top w:val="none" w:color="auto" w:sz="0" w:space="0"/>
									<w:left w:val="none" w:color="auto" w:sz="0" w:space="0"/>
									<w:bottom w:val="none" w:color="auto" w:sz="0" w:space="0"/>
									<w:right w:val="none" w:color="auto" w:sz="0" w:space="0"/>
									<w:insideH w:val="none" w:color="auto" w:sz="0" w:space="0"/>
									<w:insideV w:val="none" w:color="auto" w:sz="0" w:space="0"/>
								</w:tblBorders>
								<w:tblLayout w:type="fixed"/>
								<w:tblCellMar>
									<w:top w:w="0" w:type="dxa"/>
									<w:left w:w="108" w:type="dxa"/>
									<w:bottom w:w="0" w:type="dxa"/>
									<w:right w:w="108" w:type="dxa"/>
								</w:tblCellMar>
							</w:tblPrEx>
							<w:trPr>
								<w:gridAfter w:val="1"/>
								<w:wAfter w:w="79" w:type="dxa"/>
							</w:trPr>
							<w:tc>
								<w:tcPr>
									<w:tcW w:w="1559" w:type="dxa"/>
								</w:tcPr>
								<w:p>
									<w:pPr>
										<w:spacing w:after="0" w:line="0" w:lineRule="atLeast"/>
										<w:rPr>
											<w:sz w:val="20"/>
											<w:szCs w:val="20"/>
										</w:rPr>
									</w:pPr>
									<w:r>
										<w:rPr>
											<w:rFonts w:hint="eastAsia"/>
											<w:color w:val="7E7E7E" w:themeColor="text1" w:themeTint="80"/>
											<w:sz w:val="20"/>
											<w:szCs w:val="20"/>
										</w:rPr>
										<w:t>当前职位</w:t>
									</w:r>
									<w:r>
										<w:rPr>
											<w:b/>
											<w:color w:val="2E75B5" w:themeColor="accent1" w:themeShade="BF"/>
											<w:sz w:val="20"/>
											<w:szCs w:val="20"/>
										</w:rPr>
										<w:t>//</w:t>
									</w:r>
								</w:p>
							</w:tc>
							<w:tc>
								<w:tcPr>
									<w:tcW w:w="2693" w:type="dxa"/>
								</w:tcPr>
								<w:p>
									<w:pPr>
										<w:spacing w:after="0" w:line="0" w:lineRule="atLeast"/>
										<w:rPr>
											<w:sz w:val="20"/>
											<w:szCs w:val="20"/>
										</w:rPr>
									</w:pPr>
									<w:r>
										<w:rPr>
											<w:rFonts w:hint="eastAsia"/>
											<w:sz w:val="20"/>
											<w:szCs w:val="20"/>
										</w:rPr>
										<w:t>${currentJobName!''}</w:t>
									</w:r>
								</w:p>
							</w:tc>
							<w:tc>
								<w:tcPr>
									<w:tcW w:w="1559" w:type="dxa"/>
								</w:tcPr>
								<w:p>
									<w:pPr>
										<w:spacing w:after="0" w:line="0" w:lineRule="atLeast"/>
										<w:rPr>
											<w:sz w:val="20"/>
											<w:szCs w:val="20"/>
										</w:rPr>
									</w:pPr>
									<w:r>
										<w:rPr>
											<w:rFonts w:hint="eastAsia"/>
											<w:color w:val="7E7E7E" w:themeColor="text1" w:themeTint="80"/>
											<w:sz w:val="20"/>
											<w:szCs w:val="20"/>
										</w:rPr>
										<w:t>当前公司</w:t>
									</w:r>
									<w:r>
										<w:rPr>
											<w:b/>
											<w:color w:val="2E75B5" w:themeColor="accent1" w:themeShade="BF"/>
											<w:sz w:val="20"/>
											<w:szCs w:val="20"/>
										</w:rPr>
										<w:t>//</w:t>
									</w:r>
								</w:p>
							</w:tc>
							<w:tc>
								<w:tcPr>
									<w:tcW w:w="3970" w:type="dxa"/>
								</w:tcPr>
								<w:p>
									<w:pPr>
										<w:spacing w:after="0" w:line="0" w:lineRule="atLeast"/>
										<w:rPr>
											<w:sz w:val="20"/>
											<w:szCs w:val="20"/>
										</w:rPr>
									</w:pPr>
									<w:r>
										<w:rPr>
											<w:rFonts w:hint="eastAsia"/>
											<w:sz w:val="20"/>
											<w:szCs w:val="20"/>
										</w:rPr>
										<w:t>${currentCompany!''}</w:t>
									</w:r>
								</w:p>
							</w:tc>
						</w:tr>
						<w:tr>
							<w:tblPrEx>
								<w:tblBorders>
									<w:top w:val="none" w:color="auto" w:sz="0" w:space="0"/>
									<w:left w:val="none" w:color="auto" w:sz="0" w:space="0"/>
									<w:bottom w:val="none" w:color="auto" w:sz="0" w:space="0"/>
									<w:right w:val="none" w:color="auto" w:sz="0" w:space="0"/>
									<w:insideH w:val="none" w:color="auto" w:sz="0" w:space="0"/>
									<w:insideV w:val="none" w:color="auto" w:sz="0" w:space="0"/>
								</w:tblBorders>
								<w:tblLayout w:type="fixed"/>
								<w:tblCellMar>
									<w:top w:w="0" w:type="dxa"/>
									<w:left w:w="108" w:type="dxa"/>
									<w:bottom w:w="0" w:type="dxa"/>
									<w:right w:w="108" w:type="dxa"/>
								</w:tblCellMar>
							</w:tblPrEx>
							<w:trPr>
								<w:gridAfter w:val="1"/>
								<w:wAfter w:w="79" w:type="dxa"/>
							</w:trPr>
							<w:tc>
								<w:tcPr>
									<w:tcW w:w="1559" w:type="dxa"/>
								</w:tcPr>
								<w:p>
									<w:pPr>
										<w:spacing w:after="0" w:line="0" w:lineRule="atLeast"/>
										<w:rPr>
											<w:sz w:val="20"/>
											<w:szCs w:val="20"/>
										</w:rPr>
									</w:pPr>
									<w:r>
										<w:rPr>
											<w:rFonts w:hint="eastAsia"/>
											<w:color w:val="7E7E7E" w:themeColor="text1" w:themeTint="80"/>
											<w:sz w:val="20"/>
											<w:szCs w:val="20"/>
										</w:rPr>
										<w:t>求职状态</w:t>
									</w:r>
									<w:r>
										<w:rPr>
											<w:b/>
											<w:color w:val="2E75B5" w:themeColor="accent1" w:themeShade="BF"/>
											<w:sz w:val="20"/>
											<w:szCs w:val="20"/>
										</w:rPr>
										<w:t>//</w:t>
									</w:r>
								</w:p>
							</w:tc>
							<w:tc>
								<w:tcPr>
									<w:tcW w:w="2693" w:type="dxa"/>
								</w:tcPr>
								<w:p>
									<w:pPr>
										<w:spacing w:aft
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值