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

手机电脑网站设计网站定制化

手机电脑网站设计,网站定制化,网站制作售后,做淘客网站 知乎背景#xff1a; 开发一个根据模版#xff0c;自动填充用户数据并下载word文档的功能 使用freemarker进行定义模版#xff0c;然后把数据进行填充。 maven依赖#xff1a; parent groupIdorg.springframework.boot/groupId artifactId    开发一个根据模版自动填充用户数据并下载word文档的功能  使用freemarker进行定义模版然后把数据进行填充。 maven依赖 parent groupIdorg.springframework.boot/groupId artifactIdspring-boot-starter-parent/artifactId version1.5.10.RELEASE/version relativePath/ !-- lookup parent from repository --/parent dependency groupIdorg.springframework.boot/groupId artifactIdspring-boot-starter-web/artifactId /dependency dependency groupIdorg.springframework/groupId artifactIdspring-web/artifactId /dependency dependency groupIdorg.springframework.boot/groupId artifactIdspring-boot-starter-freemarker/artifactId /dependency/dependencies ftl模版如下可以先使用word画好模版然后另存为为xml,对保存的xml进行修改加入获取数据的表达式最后另存为ftl格式文件即freemarker文件     1 ?xml version1.0 encodingUTF-8 standaloneyes?2 ?mso-application progidWord.Document?3 pkg:package xmlns:pkghttp://schemas.microsoft.com/office/2006/xmlPackage4 pkg:part pkg:name/_rels/.rels pkg:contentTypeapplication/vnd.openxmlformats-package.relationshipsxml5 pkg:xmlData6 Relationships xmlnshttp://schemas.openxmlformats.org/package/2006/relationships7 Relationship IdrId28 Typehttp://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties9 TargetdocProps/core.xml / Relationship IdrId110 Typehttp://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties11 TargetdocProps/app.xml / Relationship IdrId312 Typehttp://schemas.openxmlformats.org/officeDocument/2006/relationships/custom-properties13 TargetdocProps/custom.xml //Relationships14 /pkg:xmlData15 /pkg:part16 pkg:part pkg:name/word/_rels/document.xml.rels17 pkg:contentTypeapplication/vnd.openxmlformats-package.relationshipsxml18 pkg:xmlData19 Relationships xmlnshttp://schemas.openxmlformats.org/package/2006/relationships Relationship20 IdrId6 Typehttp://schemas.openxmlformats.org/officeDocument/2006/relationships/fontTable21 TargetfontTable.xml / Relationship IdrId522 Typehttp://schemas.openxmlformats.org/officeDocument/2006/relationships/customXml23 Target../customXml/item1.xml /24 Relationship IdrId325 Typehttp://schemas.openxmlformats.org/officeDocument/2006/relationships/theme Targettheme/theme1.xml /26 Relationship IdrId2 Typehttp://schemas.openxmlformats.org/officeDocument/2006/relationships/settings27 Targetsettings.xml / Relationship IdrId128 Typehttp://schemas.openxmlformats.org/officeDocument/2006/relationships/styles Targetstyles.xml //Relationships29 /pkg:xmlData30 /pkg:part31 pkg:part pkg:name/word/document.xml32 pkg:contentTypeapplication/vnd.openxmlformats-officedocument.wordprocessingml.document.mainxml33 pkg:xmlData34 w:document xmlns:wpchttp://schemas.microsoft.com/office/word/2010/wordprocessingCanvas35 xmlns:mchttp://schemas.openxmlformats.org/markup-compatibility/200636 xmlns:ourn:schemas-microsoft-com:office:office37 xmlns:rhttp://schemas.openxmlformats.org/officeDocument/2006/relationships38 xmlns:mhttp://schemas.openxmlformats.org/officeDocument/2006/math39 xmlns:vurn:schemas-microsoft-com:vml40 xmlns:wp14http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing41 xmlns:wphttp://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing42 xmlns:whttp://schemas.openxmlformats.org/wordprocessingml/2006/main43 xmlns:w14http://schemas.microsoft.com/office/word/2010/wordml44 xmlns:w10urn:schemas-microsoft-com:office:word45 xmlns:w15http://schemas.microsoft.com/office/word/2012/wordml46 xmlns:wpghttp://schemas.microsoft.com/office/word/2010/wordprocessingGroup47 xmlns:wpihttp://schemas.microsoft.com/office/word/2010/wordprocessingInk48 xmlns:wnehttp://schemas.microsoft.com/office/word/2006/wordml49 xmlns:wpshttp://schemas.microsoft.com/office/word/2010/wordprocessingShape50 xmlns:wpsCustomDatahttp://www.wps.cn/officeDocument/2013/wpsCustomData mc:Ignorablew14 w15 wp1451 w:body52 w:p53 w:pPr54 w:jc w:valcenter /55 w:rPr56 w:rStyle w:val8 /57 w:rFonts w:hinteastAsia /58 w:lang w:valen-US w:eastAsiazh-CN /59 /w:rPr60 /w:pPr61 w:r62 w:rPr63 w:rStyle w:val8 /64 w:rFonts w:hinteastAsia /65 w:lang w:valen-US w:eastAsiazh-CN /66 /w:rPr67 w:t员工列表/w:t68 /w:r69 /w:p70 w:tbl71 w:tblPr72 w:tblStyle w:val7 /73 w:tblW w:w8522 w:typedxa /74 w:tblInd w:w0 w:typedxa /75 w:tblBorders76 w:top w:valsingle w:colorauto w:sz4 w:space0 /77 w:left w:valsingle w:colorauto w:sz4 w:space0 /78 w:bottom w:valsingle w:colorauto w:sz4 w:space0 /79 w:right w:valsingle w:colorauto w:sz4 w:space0 /80 w:insideH w:valsingle w:colorauto w:sz4 w:space0 /81 w:insideV w:valsingle w:colorauto w:sz4 w:space0 /82 /w:tblBorders83 w:tblLayout w:typefixed /84 w:tblCellMar85 w:left w:w108 w:typedxa /86 w:right w:w108 w:typedxa /87 /w:tblCellMar88 /w:tblPr89 w:tblGrid90 w:gridCol w:w2130 /91 w:gridCol w:w2130 /92 w:gridCol w:w2131 /93 w:gridCol w:w2131 /94 /w:tblGrid95 w:tr96 w:tblPrEx97 w:tblBorders98 w:top w:valsingle w:colorauto w:sz4 w:space0 /99 w:left w:valsingle w:colorauto w:sz4 w:space0 /100 w:bottom w:valsingle w:colorauto w:sz4 w:space0 /101 w:right w:valsingle w:colorauto w:sz4 w:space0 /102 w:insideH w:valsingle w:colorauto w:sz4 w:space0 /103 w:insideV w:valsingle w:colorauto w:sz4 w:space0 /104 /w:tblBorders105 w:tblLayout w:typefixed /106 w:tblCellMar107 w:left w:w108 w:typedxa /108 w:right w:w108 w:typedxa /109 /w:tblCellMar110 /w:tblPrEx111 w:tc112 w:tcPr113 w:tcW w:w2130 w:typedxa /114 w:vAlign w:valtop /115 /w:tcPr116 w:p117 w:pPr118 w:pStyle w:val3 /119 w:jc w:valcenter /120 w:rPr121 w:rFonts w:hinteastAsia /122 w:lang w:valen-US w:eastAsiazh-CN /123 /w:rPr124 /w:pPr125 w:r126 w:rPr127 w:rFonts w:hinteastAsia /128 w:lang w:valen-US w:eastAsiazh-CN /129 /w:rPr130 w:t编号/w:t131 /w:r132 /w:p133 /w:tc134 w:tc135 w:tcPr136 w:tcW w:w2130 w:typedxa /137 w:vAlign w:valtop /138 /w:tcPr139 w:p140 w:pPr141 w:pStyle w:val3 /142 w:jc w:valcenter /143 w:rPr144 w:rFonts w:hinteastAsia /145 w:lang w:valen-US w:eastAsiazh-CN /146 /w:rPr147 /w:pPr148 w:r149 w:rPr150 w:rFonts w:hinteastAsia /151 w:lang w:valen-US w:eastAsiazh-CN /152 /w:rPr153 w:t姓名/w:t154 /w:r155 /w:p156 /w:tc157 w:tc158 w:tcPr159 w:tcW w:w2131 w:typedxa /160 w:vAlign w:valtop /161 /w:tcPr162 w:p163 w:pPr164 w:pStyle w:val3 /165 w:jc w:valcenter /166 w:rPr167 w:rFonts w:hinteastAsia /168 w:lang w:valen-US w:eastAsiazh-CN /169 /w:rPr170 /w:pPr171 w:r172 w:rPr173 w:rFonts w:hinteastAsia /174 w:lang w:valen-US w:eastAsiazh-CN /175 /w:rPr176 w:t电话/w:t177 /w:r178 /w:p179 /w:tc180 w:tc181 w:tcPr182 w:tcW w:w2131 w:typedxa /183 w:vAlign w:valtop /184 /w:tcPr185 w:p186 w:pPr187 w:pStyle w:val3 /188 w:jc w:valcenter /189 w:rPr190 w:rFonts w:hinteastAsia /191 w:lang w:valen-US w:eastAsiazh-CN /192 /w:rPr193 /w:pPr194 w:r195 w:rPr196 w:rFonts w:hinteastAsia /197 w:lang w:valen-US w:eastAsiazh-CN /198 /w:rPr199 w:t地址/w:t200 /w:r201 /w:p202 /w:tc203 /w:tr204 #list users as user205 w:tr206 w:tblPrEx207 w:tblBorders208 w:top w:valsingle w:colorauto w:sz4 w:space0 /209 w:left w:valsingle w:colorauto w:sz4 w:space0 /210 w:bottom w:valsingle w:colorauto w:sz4 w:space0 /211 w:right w:valsingle w:colorauto w:sz4 w:space0 /212 w:insideH w:valsingle w:colorauto w:sz4 w:space0 /213 w:insideV w:valsingle w:colorauto w:sz4 w:space0 /214 /w:tblBorders215 w:tblLayout w:typefixed /216 w:tblCellMar217 w:left w:w108 w:typedxa /218 w:right w:w108 w:typedxa /219 /w:tblCellMar220 /w:tblPrEx221 w:tc222 w:tcPr223 w:tcW w:w2130 w:typedxa /224 w:vAlign w:valtop /225 /w:tcPr226 w:p227 w:pPr228 w:pStyle w:val4 /229 w:jc w:valcenter /230 w:rPr231 w:rFonts w:hinteastAsia /232 w:lang w:valen-US w:eastAsiazh-CN /233 /w:rPr234 /w:pPr235 w:r236 w:rPr237 w:rFonts w:hinteastAsia /238 w:lang w:valen-US w:eastAsiazh-CN /239 /w:rPr240 w:t${user.id}/w:t241 /w:r242 /w:p243 /w:tc244 w:tc245 w:tcPr246 w:tcW w:w2130 w:typedxa /247 w:vAlign w:valtop /248 /w:tcPr249 w:p250 w:pPr251 w:pStyle w:val4 /252 w:jc w:valcenter /253 w:rPr254 w:rFonts w:hinteastAsia /255 w:lang w:valen-US w:eastAsiazh-CN /256 /w:rPr257 /w:pPr258 w:r259 w:rPr260 w:rFonts w:hinteastAsia /261 w:lang w:valen-US w:eastAsiazh-CN /262 /w:rPr263 w:t${user.name}/w:t264 /w:r265 /w:p266 /w:tc267 w:tc268 w:tcPr269 w:tcW w:w2131 w:typedxa /270 w:vAlign w:valtop /271 /w:tcPr272 w:p273 w:pPr274 w:pStyle w:val4 /275 w:jc w:valcenter /276 w:rPr277 w:rFonts w:hinteastAsia /278 w:lang w:valen-US w:eastAsiazh-CN /279 /w:rPr280 /w:pPr281 w:r282 w:rPr283 w:rFonts w:hinteastAsia /284 w:lang w:valen-US w:eastAsiazh-CN /285 /w:rPr286 w:t${user.phone}/w:t287 /w:r288 /w:p289 /w:tc290 w:tc291 w:tcPr292 w:tcW w:w2131 w:typedxa /293 w:vAlign w:valtop /294 /w:tcPr295 w:p296 w:pPr297 w:pStyle w:val4 /298 w:jc w:valcenter /299 w:rPr300 w:rFonts w:hinteastAsia /301 w:lang w:valen-US w:eastAsiazh-CN /302 /w:rPr303 /w:pPr304 w:r305 w:rPr306 w:rFonts w:hinteastAsia /307 w:lang w:valen-US w:eastAsiazh-CN /308 /w:rPr309 w:t${user.address}/w:t310 /w:r311 /w:p312 /w:tc313 /w:tr314 /#list315 /w:tbl316 w:p317 w:pPr318 w:jc w:valcenter /319 w:rPr320 w:rStyle w:val8 /321 w:rFonts w:hinteastAsia /322 w:lang w:valen-US w:eastAsiazh-CN /323 /w:rPr324 /w:pPr325 w:bookmarkStart w:id0 w:name_GoBack /326 w:bookmarkEnd w:id0 /327 /w:p328 w:sectPr329 w:pgSz w:w11906 w:h16838 /330 w:pgMar w:top1440 w:right1800 w:bottom1440 w:left1800 w:header851 w:footer992331 w:gutter0 /332 w:cols w:space720 w:num1 /333 w:docGrid w:typelines w:linePitch312 w:charSpace0 /334 /w:sectPr335 /w:body336 /w:document337 /pkg:xmlData338 /pkg:part339 pkg:part pkg:name/customXml/_rels/item1.xml.rels340 pkg:contentTypeapplication/vnd.openxmlformats-package.relationshipsxml341 pkg:xmlData342 Relationships xmlnshttp://schemas.openxmlformats.org/package/2006/relationships Relationship343 IdrId1 Typehttp://schemas.openxmlformats.org/officeDocument/2006/relationships/customXmlProps344 TargetitemProps1.xml //Relationships345 /pkg:xmlData346 /pkg:part347 pkg:part pkg:name/customXml/item1.xml pkg:contentTypeapplication/xml348 pkg:xmlData349 s:customData xmlnshttp://www.wps.cn/officeDocument/2013/wpsCustomData350 xmlns:shttp://www.wps.cn/officeDocument/2013/wpsCustomData351 customSectProps customSectPr //customSectProps352 /s:customData353 /pkg:xmlData354 /pkg:part355 pkg:part pkg:name/customXml/itemProps1.xml356 pkg:contentTypeapplication/vnd.openxmlformats-officedocument.customXmlPropertiesxml357 pkg:xmlData358 ds:datastoreItem ds:itemID{B1977F7D-205B-4081-913C-38D41E755F92}359 xmlns:dshttp://schemas.openxmlformats.org/officeDocument/2006/customXml360 ds:schemaRefs361 ds:schemaRef ds:urihttp://www.wps.cn/officeDocument/2013/wpsCustomData /362 /ds:schemaRefs363 /ds:datastoreItem364 /pkg:xmlData365 /pkg:part366 pkg:part pkg:name/docProps/app.xml367 pkg:contentTypeapplication/vnd.openxmlformats-officedocument.extended-propertiesxml368 pkg:xmlData369 Properties xmlnshttp://schemas.openxmlformats.org/officeDocument/2006/extended-properties370 xmlns:vthttp://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes TemplateNormal.dotm/Template371 Pages1/Pages Words0/Words Characters0/Characters Lines0/Lines Paragraphs0/Paragraphs ScaleCropfalse/ScaleCrop372 LinksUpToDatefalse/LinksUpToDate CharactersWithSpaces0/CharactersWithSpaces ApplicationWPS373 Office_10.1.0.6028_F1E327BC-269C-435d-A152-05C5408002CA/Application DocSecurity0/DocSecurity/Properties374 /pkg:xmlData375 /pkg:part376 pkg:part pkg:name/docProps/core.xml377 pkg:contentTypeapplication/vnd.openxmlformats-package.core-propertiesxml378 pkg:xmlData379 cp:coreProperties xmlns:cphttp://schemas.openxmlformats.org/package/2006/metadata/core-properties380 xmlns:dchttp://purl.org/dc/elements/1.1/ xmlns:dctermshttp://purl.org/dc/terms/381 xmlns:dcmitypehttp://purl.org/dc/dcmitype/ xmlns:xsihttp://www.w3.org/2001/XMLSchema-instance382 dcterms:created xsi:typedcterms:W3CDTF2014-10-29T12:08:00Z/dcterms:created383 dc:creatorAdministrator/dc:creator384 cp:lastModifiedByAdministrator/cp:lastModifiedBy385 dcterms:modified xsi:typedcterms:W3CDTF2016-11-28T14:34:52Z/dcterms:modified386 cp:revision1/cp:revision387 /cp:coreProperties388 /pkg:xmlData389 /pkg:part390 pkg:part pkg:name/docProps/custom.xml391 pkg:contentTypeapplication/vnd.openxmlformats-officedocument.custom-propertiesxml392 pkg:xmlData393 Properties xmlnshttp://schemas.openxmlformats.org/officeDocument/2006/custom-properties394 xmlns:vthttp://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes property395 fmtid{D5CDD505-2E9C-101B-9397-08002B2CF9AE} pid2 nameKSOProductBuildVer vt:lpwstr2052-10.1.0.6028/vt:lpwstr/property/Properties396 /pkg:xmlData397 /pkg:part398 pkg:part pkg:name/word/fontTable.xml399 pkg:contentTypeapplication/vnd.openxmlformats-officedocument.wordprocessingml.fontTablexml400 pkg:xmlData401 w:fonts xmlns:mchttp://schemas.openxmlformats.org/markup-compatibility/2006402 xmlns:rhttp://schemas.openxmlformats.org/officeDocument/2006/relationships403 xmlns:whttp://schemas.openxmlformats.org/wordprocessingml/2006/main404 xmlns:w14http://schemas.microsoft.com/office/word/2010/wordml mc:Ignorablew14405 w:font w:nameTimes New Roman406 w:panose1 w:val02020603050405020304 /407 w:charset w:val00 /408 w:family w:valroman /409 w:pitch w:valvariable /410 w:sig w:usb020007A87 w:usb180000000 w:usb200000008 w:usb300000000 w:csb0000001FF411 w:csb100000000 /412 /w:font413 w:font w:name宋体414 w:panose1 w:val02010600030101010101 /415 w:charset w:val86 /416 w:family w:valauto /417 w:pitch w:valdefault /418 w:sig w:usb000000003 w:usb1288F0000 w:usb200000006 w:usb300000000 w:csb000040001419 w:csb100000000 /420 /w:font421 w:font w:nameWingdings422 w:panose1 w:val05000000000000000000 /423 w:charset w:val02 /424 w:family w:valauto /425 w:pitch w:valdefault /426 w:sig w:usb000000000 w:usb100000000 w:usb200000000 w:usb300000000 w:csb080000000427 w:csb100000000 /428 /w:font429 w:font w:nameArial430 w:panose1 w:val020B0604020202020204 /431 w:charset w:val01 /432 w:family w:valswiss /433 w:pitch w:valdefault /434 w:sig w:usb0E0002EFF w:usb1C0007843 w:usb200000009 w:usb300000000 w:csb0400001FF435 w:csb1FFFF0000 /436 /w:font437 w:font w:name黑体438 w:panose1 w:val02010609060101010101 /439 w:charset w:val86 /440 w:family w:valauto /441 w:pitch w:valdefault /442 w:sig w:usb0800002BF w:usb138CF7CFA w:usb200000016 w:usb300000000 w:csb000040001443 w:csb100000000 /444 /w:font445 w:font w:nameCourier New446 w:panose1 w:val02070309020205020404 /447 w:charset w:val01 /448 w:family w:valmodern /449 w:pitch w:valdefault /450 w:sig w:usb0E0002EFF w:usb1C0007843 w:usb200000009 w:usb300000000 w:csb0400001FF451 w:csb1FFFF0000 /452 /w:font453 w:font w:nameSymbol454 w:panose1 w:val05050102010706020507 /455 w:charset w:val02 /456 w:family w:valroman /457 w:pitch w:valdefault /458 w:sig w:usb000000000 w:usb100000000 w:usb200000000 w:usb300000000 w:csb080000000459 w:csb100000000 /460 /w:font461 w:font w:nameCambria462 w:panose1 w:val02040503050406030204 /463 w:charset w:val00 /464 w:family w:valroman /465 w:pitch w:valdefault /466 w:sig w:usb0E00002FF w:usb1400004FF w:usb200000000 w:usb300000000 w:csb02000019F467 w:csb100000000 /468 /w:font469 w:font w:nameCalibri470 w:panose1 w:val020F0502020204030204 /471 w:charset w:val00 /472 w:family w:valswiss /473 w:pitch w:valdefault /474 w:sig w:usb0E00002FF w:usb14000ACFF w:usb200000001 w:usb300000000 w:csb02000019F475 w:csb100000000 /476 /w:font477 w:font w:name微软雅黑478 w:panose1 w:val020B0503020204020204 /479 w:charset w:val86 /480 w:family w:valauto /481 w:pitch w:valdefault /482 w:sig w:usb080000287 w:usb128CF3C52 w:usb200000016 w:usb300000000 w:csb00004001F483 w:csb100000000 /484 /w:font485 w:font w:nameTahoma486 w:panose1 w:val020B0604030504040204 /487 w:charset w:val00 /488 w:family w:valauto /489 w:pitch w:valdefault /490 w:sig w:usb0E1002EFF w:usb1C000605B w:usb200000029 w:usb300000000 w:csb0200101FF491 w:csb120280000 /492 /w:font493 /w:fonts494 /pkg:xmlData495 /pkg:part496 pkg:part pkg:name/word/settings.xml497 pkg:contentTypeapplication/vnd.openxmlformats-officedocument.wordprocessingml.settingsxml498 pkg:xmlData499 w:settings xmlns:mchttp://schemas.openxmlformats.org/markup-compatibility/2006500 xmlns:ourn:schemas-microsoft-com:office:office501 xmlns:rhttp://schemas.openxmlformats.org/officeDocument/2006/relationships502 xmlns:mhttp://schemas.openxmlformats.org/officeDocument/2006/math503 xmlns:vurn:schemas-microsoft-com:vml xmlns:w10urn:schemas-microsoft-com:office:word504 xmlns:whttp://schemas.openxmlformats.org/wordprocessingml/2006/main505 xmlns:w14http://schemas.microsoft.com/office/word/2010/wordml506 xmlns:slhttp://schemas.openxmlformats.org/schemaLibrary/2006/main mc:Ignorablew14507 w:zoom w:percent95 /508 w:bordersDoNotSurroundHeader w:val1 /509 w:bordersDoNotSurroundFooter w:val1 /510 w:documentProtection w:enforcement0 /511 w:defaultTabStop w:val420 /512 w:hyphenationZone w:val360 /513 w:drawingGridVerticalSpacing w:val156 /514 w:displayHorizontalDrawingGridEvery w:val0 /515 w:displayVerticalDrawingGridEvery w:val2 /516 w:characterSpacingControl w:valcompressPunctuation /517 w:compat518 w:spaceForUL /519 w:balanceSingleByteDoubleByteWidth /520 w:doNotLeaveBackslashAlone /521 w:ulTrailSpace /522 w:doNotExpandShiftReturn /523 w:adjustLineHeightInTable /524 w:useFELayout /525 w:useNormalStyleForList /526 w:doNotUseIndentAsNumberingTabStop /527 w:useAltKinsokuLineBreakRules /528 w:allowSpaceOfSameStyleInTable /529 w:doNotSuppressIndentation /530 w:doNotAutofitConstrainedTables /531 w:autofitToFirstFixedWidthCell /532 w:displayHangulFixedWidth /533 w:splitPgBreakAndParaMark /534 w:doNotVertAlignCellWithSp /535 w:doNotBreakConstrainedForcedTable /536 w:doNotVertAlignInTxbx /537 w:useAnsiKerningPairs /538 w:cachedColBalance /539 w:compatSetting w:namecompatibilityMode w:urihttp://schemas.microsoft.com/office/word w:val11 /540 /w:compat541 w:rsids542 w:rsidRoot w:val00000000 /543 w:rsid w:val04847957 /544 w:rsid w:val0716080A /545 w:rsid w:val3ED80191 /546 w:rsid w:val72F055F6 /547 w:rsid w:val754D7598 /548 /w:rsids549 w:themeFontLang w:valen-US w:eastAsiazh-CN /550 w:clrSchemeMapping w:bg1light1 w:t1dark1 w:bg2light2 w:t2dark2 w:accent1accent1551 w:accent2accent2 w:accent3accent3 w:accent4accent4 w:accent5accent5 w:accent6accent6552 w:hyperlinkhyperlink w:followedHyperlinkfollowedHyperlink /553 w:doNotIncludeSubdocsInStats /554 /w:settings555 /pkg:xmlData556 /pkg:part557 pkg:part pkg:name/word/styles.xml558 pkg:contentTypeapplication/vnd.openxmlformats-officedocument.wordprocessingml.stylesxml559 pkg:xmlData560 w:styles xmlns:mchttp://schemas.openxmlformats.org/markup-compatibility/2006561 xmlns:ourn:schemas-microsoft-com:office:office562 xmlns:rhttp://schemas.openxmlformats.org/officeDocument/2006/relationships563 xmlns:mhttp://schemas.openxmlformats.org/officeDocument/2006/math564 xmlns:vurn:schemas-microsoft-com:vml565 xmlns:whttp://schemas.openxmlformats.org/wordprocessingml/2006/main566 xmlns:w14http://schemas.microsoft.com/office/word/2010/wordml567 xmlns:w10urn:schemas-microsoft-com:office:word568 xmlns:slhttp://schemas.openxmlformats.org/schemaLibrary/2006/main mc:Ignorablew14569 w:docDefaults570 w:rPrDefault571 w:rPr572 w:rFonts w:asciiCalibri w:hAnsiCalibri w:eastAsia宋体 w:csTimes New Roman /573 /w:rPr574 /w:rPrDefault575 /w:docDefaults576 w:latentStyles w:count260 w:defQFormat0 w:defUnhideWhenUsed1 w:defSemiHidden1577 w:defUIPriority99 w:defLockedState0578 w:lsdException w:qFormat1 w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameNormal /579 w:lsdException w:qFormat1 w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameheading 1 /580 w:lsdException w:qFormat1 w:uiPriority0 w:nameheading 2 /581 w:lsdException w:qFormat1 w:uiPriority0 w:nameheading 3 /582 w:lsdException w:qFormat1 w:uiPriority0 w:nameheading 4 /583 w:lsdException w:qFormat1 w:uiPriority0 w:nameheading 5 /584 w:lsdException w:qFormat1 w:uiPriority0 w:nameheading 6 /585 w:lsdException w:qFormat1 w:uiPriority0 w:nameheading 7 /586 w:lsdException w:qFormat1 w:uiPriority0 w:nameheading 8 /587 w:lsdException w:qFormat1 w:uiPriority0 w:nameheading 9 /588 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameindex 1 /589 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameindex 2 /590 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameindex 3 /591 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameindex 4 /592 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameindex 5 /593 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameindex 6 /594 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameindex 7 /595 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameindex 8 /596 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameindex 9 /597 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nametoc 1 /598 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nametoc 2 /599 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nametoc 3 /600 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nametoc 4 /601 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nametoc 5 /602 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nametoc 6 /603 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nametoc 7 /604 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nametoc 8 /605 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nametoc 9 /606 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameNormal Indent /607 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:namefootnote text /608 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameannotation text /609 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameheader /610 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:namefooter /611 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameindex heading /612 w:lsdException w:qFormat1 w:uiPriority0 w:namecaption /613 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nametable of figures /614 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameenvelope address /615 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameenvelope return /616 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:namefootnote reference /617 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameannotation reference /618 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameline number /619 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:namepage number /620 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameendnote reference /621 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameendnote text /622 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nametable of authorities /623 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:namemacro /624 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nametoa heading /625 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameList /626 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameList Bullet /627 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameList Number /628 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameList 2 /629 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameList 3 /630 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameList 4 /631 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameList 5 /632 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameList Bullet 2 /633 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameList Bullet 3 /634 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameList Bullet 4 /635 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameList Bullet 5 /636 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameList Number 2 /637 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameList Number 3 /638 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameList Number 4 /639 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameList Number 5 /640 w:lsdException w:qFormat1 w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameTitle /641 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameClosing /642 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameSignature /643 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:nameDefault Paragraph Font /644 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameBody Text /645 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameBody Text Indent /646 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameList Continue /647 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameList Continue 2 /648 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameList Continue 3 /649 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameList Continue 4 /650 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameList Continue 5 /651 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameMessage Header /652 w:lsdException w:qFormat1 w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameSubtitle /653 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameSalutation /654 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameDate /655 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameBody Text First Indent /656 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameBody Text First Indent 2 /657 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameNote Heading /658 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameBody Text 2 /659 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameBody Text 3 /660 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameBody Text Indent 2 /661 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameBody Text Indent 3 /662 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameBlock Text /663 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameHyperlink /664 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameFollowedHyperlink /665 w:lsdException w:qFormat1 w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameStrong /666 w:lsdException w:qFormat1 w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameEmphasis /667 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameDocument Map /668 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:namePlain Text /669 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameE-mail Signature /670 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameNormal (Web) /671 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameHTML Acronym /672 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameHTML Address /673 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameHTML Cite /674 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameHTML Code /675 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameHTML Definition /676 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameHTML Keyboard /677 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameHTML Preformatted /678 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameHTML Sample /679 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameHTML Typewriter /680 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameHTML Variable /681 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:nameNormal Table /682 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameannotation subject /683 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameTable Simple 1 /684 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameTable Simple 2 /685 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameTable Simple 3 /686 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameTable Classic 1 /687 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameTable Classic 2 /688 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameTable Classic 3 /689 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameTable Classic 4 /690 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameTable Colorful 1 /691 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameTable Colorful 2 /692 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameTable Colorful 3 /693 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameTable Columns 1 /694 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameTable Columns 2 /695 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameTable Columns 3 /696 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameTable Columns 4 /697 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameTable Columns 5 /698 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameTable Grid 1 /699 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameTable Grid 2 /700 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameTable Grid 3 /701 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameTable Grid 4 /702 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameTable Grid 5 /703 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameTable Grid 6 /704 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameTable Grid 7 /705 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameTable Grid 8 /706 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameTable List 1 /707 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameTable List 2 /708 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameTable List 3 /709 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameTable List 4 /710 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameTable List 5 /711 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameTable List 6 /712 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameTable List 7 /713 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameTable List 8 /714 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameTable 3D effects 1 /715 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameTable 3D effects 2 /716 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameTable 3D effects 3 /717 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameTable Contemporary /718 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameTable Elegant /719 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameTable Professional /720 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameTable Subtle 1 /721 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameTable Subtle 2 /722 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameTable Web 1 /723 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameTable Web 2 /724 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameTable Web 3 /725 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameBalloon Text /726 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameTable Grid /727 w:lsdException w:unhideWhenUsed0 w:uiPriority0 w:semiHidden0 w:nameTable Theme /728 w:lsdException w:unhideWhenUsed0 w:uiPriority60 w:semiHidden0 w:nameLight Shading /729 w:lsdException w:unhideWhenUsed0 w:uiPriority61 w:semiHidden0 w:nameLight List /730 w:lsdException w:unhideWhenUsed0 w:uiPriority62 w:semiHidden0 w:nameLight Grid /731 w:lsdException w:unhideWhenUsed0 w:uiPriority63 w:semiHidden0 w:nameMedium Shading 1 /732 w:lsdException w:unhideWhenUsed0 w:uiPriority64 w:semiHidden0 w:nameMedium Shading 2 /733 w:lsdException w:unhideWhenUsed0 w:uiPriority65 w:semiHidden0 w:nameMedium List 1 /734 w:lsdException w:unhideWhenUsed0 w:uiPriority66 w:semiHidden0 w:nameMedium List 2 /735 w:lsdException w:unhideWhenUsed0 w:uiPriority67 w:semiHidden0 w:nameMedium Grid 1 /736 w:lsdException w:unhideWhenUsed0 w:uiPriority68 w:semiHidden0 w:nameMedium Grid 2 /737 w:lsdException w:unhideWhenUsed0 w:uiPriority69 w:semiHidden0 w:nameMedium Grid 3 /738 w:lsdException w:unhideWhenUsed0 w:uiPriority70 w:semiHidden0 w:nameDark List /739 w:lsdException w:unhideWhenUsed0 w:uiPriority71 w:semiHidden0 w:nameColorful Shading /740 w:lsdException w:unhideWhenUsed0 w:uiPriority72 w:semiHidden0 w:nameColorful List /741 w:lsdException w:unhideWhenUsed0 w:uiPriority73 w:semiHidden0 w:nameColorful Grid /742 w:lsdException w:unhideWhenUsed0 w:uiPriority60 w:semiHidden0 w:nameLight Shading Accent 1 /743 w:lsdException w:unhideWhenUsed0 w:uiPriority61 w:semiHidden0 w:nameLight List Accent 1 /744 w:lsdException w:unhideWhenUsed0 w:uiPriority62 w:semiHidden0 w:nameLight Grid Accent 1 /745 w:lsdException w:unhideWhenUsed0 w:uiPriority63 w:semiHidden0746 w:nameMedium Shading 1 Accent 1 /747 w:lsdException w:unhideWhenUsed0 w:uiPriority64 w:semiHidden0748 w:nameMedium Shading 2 Accent 1 /749 w:lsdException w:unhideWhenUsed0 w:uiPriority65 w:semiHidden0 w:nameMedium List 1 Accent 1 /750 w:lsdException w:unhideWhenUsed0 w:uiPriority66 w:semiHidden0 w:nameMedium List 2 Accent 1 /751 w:lsdException w:unhideWhenUsed0 w:uiPriority67 w:semiHidden0 w:nameMedium Grid 1 Accent 1 /752 w:lsdException w:unhideWhenUsed0 w:uiPriority68 w:semiHidden0 w:nameMedium Grid 2 Accent 1 /753 w:lsdException w:unhideWhenUsed0 w:uiPriority69 w:semiHidden0 w:nameMedium Grid 3 Accent 1 /754 w:lsdException w:unhideWhenUsed0 w:uiPriority70 w:semiHidden0 w:nameDark List Accent 1 /755 w:lsdException w:unhideWhenUsed0 w:uiPriority71 w:semiHidden0756 w:nameColorful Shading Accent 1 /757 w:lsdException w:unhideWhenUsed0 w:uiPriority72 w:semiHidden0 w:nameColorful List Accent 1 /758 w:lsdException w:unhideWhenUsed0 w:uiPriority73 w:semiHidden0 w:nameColorful Grid Accent 1 /759 w:lsdException w:unhideWhenUsed0 w:uiPriority60 w:semiHidden0 w:nameLight Shading Accent 2 /760 w:lsdException w:unhideWhenUsed0 w:uiPriority61 w:semiHidden0 w:nameLight List Accent 2 /761 w:lsdException w:unhideWhenUsed0 w:uiPriority62 w:semiHidden0 w:nameLight Grid Accent 2 /762 w:lsdException w:unhideWhenUsed0 w:uiPriority63 w:semiHidden0763 w:nameMedium Shading 1 Accent 2 /764 w:lsdException w:unhideWhenUsed0 w:uiPriority64 w:semiHidden0765 w:nameMedium Shading 2 Accent 2 /766 w:lsdException w:unhideWhenUsed0 w:uiPriority65 w:semiHidden0 w:nameMedium List 1 Accent 2 /767 w:lsdException w:unhideWhenUsed0 w:uiPriority66 w:semiHidden0 w:nameMedium List 2 Accent 2 /768 w:lsdException w:unhideWhenUsed0 w:uiPriority67 w:semiHidden0 w:nameMedium Grid 1 Accent 2 /769 w:lsdException w:unhideWhenUsed0 w:uiPriority68 w:semiHidden0 w:nameMedium Grid 2 Accent 2 /770 w:lsdException w:unhideWhenUsed0 w:uiPriority69 w:semiHidden0 w:nameMedium Grid 3 Accent 2 /771 w:lsdException w:unhideWhenUsed0 w:uiPriority70 w:semiHidden0 w:nameDark List Accent 2 /772 w:lsdException w:unhideWhenUsed0 w:uiPriority71 w:semiHidden0773 w:nameColorful Shading Accent 2 /774 w:lsdException w:unhideWhenUsed0 w:uiPriority72 w:semiHidden0 w:nameColorful List Accent 2 /775 w:lsdException w:unhideWhenUsed0 w:uiPriority73 w:semiHidden0 w:nameColorful Grid Accent 2 /776 w:lsdException w:unhideWhenUsed0 w:uiPriority60 w:semiHidden0 w:nameLight Shading Accent 3 /777 w:lsdException w:unhideWhenUsed0 w:uiPriority61 w:semiHidden0 w:nameLight List Accent 3 /778 w:lsdException w:unhideWhenUsed0 w:uiPriority62 w:semiHidden0 w:nameLight Grid Accent 3 /779 w:lsdException w:unhideWhenUsed0 w:uiPriority63 w:semiHidden0780 w:nameMedium Shading 1 Accent 3 /781 w:lsdException w:unhideWhenUsed0 w:uiPriority64 w:semiHidden0782 w:nameMedium Shading 2 Accent 3 /783 w:lsdException w:unhideWhenUsed0 w:uiPriority65 w:semiHidden0 w:nameMedium List 1 Accent 3 /784 w:lsdException w:unhideWhenUsed0 w:uiPriority66 w:semiHidden0 w:nameMedium List 2 Accent 3 /785 w:lsdException w:unhideWhenUsed0 w:uiPriority67 w:semiHidden0 w:nameMedium Grid 1 Accent 3 /786 w:lsdException w:unhideWhenUsed0 w:uiPriority68 w:semiHidden0 w:nameMedium Grid 2 Accent 3 /787 w:lsdException w:unhideWhenUsed0 w:uiPriority69 w:semiHidden0 w:nameMedium Grid 3 Accent 3 /788 w:lsdException w:unhideWhenUsed0 w:uiPriority70 w:semiHidden0 w:nameDark List Accent 3 /789 w:lsdException w:unhideWhenUsed0 w:uiPriority71 w:semiHidden0790 w:nameColorful Shading Accent 3 /791 w:lsdException w:unhideWhenUsed0 w:uiPriority72 w:semiHidden0 w:nameColorful List Accent 3 /792 w:lsdException w:unhideWhenUsed0 w:uiPriority73 w:semiHidden0 w:nameColorful Grid Accent 3 /793 w:lsdException w:unhideWhenUsed0 w:uiPriority60 w:semiHidden0 w:nameLight Shading Accent 4 /794 w:lsdException w:unhideWhenUsed0 w:uiPriority61 w:semiHidden0 w:nameLight List Accent 4 /795 w:lsdException w:unhideWhenUsed0 w:uiPriority62 w:semiHidden0 w:nameLight Grid Accent 4 /796 w:lsdException w:unhideWhenUsed0 w:uiPriority63 w:semiHidden0797 w:nameMedium Shading 1 Accent 4 /798 w:lsdException w:unhideWhenUsed0 w:uiPriority64 w:semiHidden0799 w:nameMedium Shading 2 Accent 4 /800 w:lsdException w:unhideWhenUsed0 w:uiPriority65 w:semiHidden0 w:nameMedium List 1 Accent 4 /801 w:lsdException w:unhideWhenUsed0 w:uiPriority66 w:semiHidden0 w:nameMedium List 2 Accent 4 /802 w:lsdException w:unhideWhenUsed0 w:uiPriority67 w:semiHidden0 w:nameMedium Grid 1 Accent 4 /803 w:lsdException w:unhideWhenUsed0 w:uiPriority68 w:semiHidden0 w:nameMedium Grid 2 Accent 4 /804 w:lsdException w:unhideWhenUsed0 w:uiPriority69 w:semiHidden0 w:nameMedium Grid 3 Accent 4 /805 w:lsdException w:unhideWhenUsed0 w:uiPriority70 w:semiHidden0 w:nameDark List Accent 4 /806 w:lsdException w:unhideWhenUsed0 w:uiPriority71 w:semiHidden0807 w:nameColorful Shading Accent 4 /808 w:lsdException w:unhideWhenUsed0 w:uiPriority72 w:semiHidden0 w:nameColorful List Accent 4 /809 w:lsdException w:unhideWhenUsed0 w:uiPriority73 w:semiHidden0 w:nameColorful Grid Accent 4 /810 w:lsdException w:unhideWhenUsed0 w:uiPriority60 w:semiHidden0 w:nameLight Shading Accent 5 /811 w:lsdException w:unhideWhenUsed0 w:uiPriority61 w:semiHidden0 w:nameLight List Accent 5 /812 w:lsdException w:unhideWhenUsed0 w:uiPriority62 w:semiHidden0 w:nameLight Grid Accent 5 /813 w:lsdException w:unhideWhenUsed0 w:uiPriority63 w:semiHidden0814 w:nameMedium Shading 1 Accent 5 /815 w:lsdException w:unhideWhenUsed0 w:uiPriority64 w:semiHidden0816 w:nameMedium Shading 2 Accent 5 /817 w:lsdException w:unhideWhenUsed0 w:uiPriority65 w:semiHidden0 w:nameMedium List 1 Accent 5 /818 w:lsdException w:unhideWhenUsed0 w:uiPriority66 w:semiHidden0 w:nameMedium List 2 Accent 5 /819 w:lsdException w:unhideWhenUsed0 w:uiPriority67 w:semiHidden0 w:nameMedium Grid 1 Accent 5 /820 w:lsdException w:unhideWhenUsed0 w:uiPriority68 w:semiHidden0 w:nameMedium Grid 2 Accent 5 /821 w:lsdException w:unhideWhenUsed0 w:uiPriority69 w:semiHidden0 w:nameMedium Grid 3 Accent 5 /822 w:lsdException w:unhideWhenUsed0 w:uiPriority70 w:semiHidden0 w:nameDark List Accent 5 /823 w:lsdException w:unhideWhenUsed0 w:uiPriority71 w:semiHidden0824 w:nameColorful Shading Accent 5 /825 w:lsdException w:unhideWhenUsed0 w:uiPriority72 w:semiHidden0 w:nameColorful List Accent 5 /826 w:lsdException w:unhideWhenUsed0 w:uiPriority73 w:semiHidden0 w:nameColorful Grid Accent 5 /827 w:lsdException w:unhideWhenUsed0 w:uiPriority60 w:semiHidden0 w:nameLight Shading Accent 6 /828 w:lsdException w:unhideWhenUsed0 w:uiPriority61 w:semiHidden0 w:nameLight List Accent 6 /829 w:lsdException w:unhideWhenUsed0 w:uiPriority62 w:semiHidden0 w:nameLight Grid Accent 6 /830 w:lsdException w:unhideWhenUsed0 w:uiPriority63 w:semiHidden0831 w:nameMedium Shading 1 Accent 6 /832 w:lsdException w:unhideWhenUsed0 w:uiPriority64 w:semiHidden0833 w:nameMedium Shading 2 Accent 6 /834 w:lsdException w:unhideWhenUsed0 w:uiPriority65 w:semiHidden0 w:nameMedium List 1 Accent 6 /835 w:lsdException w:unhideWhenUsed0 w:uiPriority66 w:semiHidden0 w:nameMedium List 2 Accent 6 /836 w:lsdException w:unhideWhenUsed0 w:uiPriority67 w:semiHidden0 w:nameMedium Grid 1 Accent 6 /837 w:lsdException w:unhideWhenUsed0 w:uiPriority68 w:semiHidden0 w:nameMedium Grid 2 Accent 6 /838 w:lsdException w:unhideWhenUsed0 w:uiPriority69 w:semiHidden0 w:nameMedium Grid 3 Accent 6 /839 w:lsdException w:unhideWhenUsed0 w:uiPriority70 w:semiHidden0 w:nameDark List Accent 6 /840 w:lsdException w:unhideWhenUsed0 w:uiPriority71 w:semiHidden0841 w:nameColorful Shading Accent 6 /842 w:lsdException w:unhideWhenUsed0 w:uiPriority72 w:semiHidden0 w:nameColorful List Accent 6 /843 w:lsdException w:unhideWhenUsed0 w:uiPriority73 w:semiHidden0 w:nameColorful Grid Accent 6 /844 /w:latentStyles845 w:style w:typeparagraph w:default1 w:styleId1846 w:name w:valNormal /847 w:qFormat /848 w:uiPriority w:val0 /849 w:pPr850 w:widowControl w:val0 /851 w:jc w:valboth /852 /w:pPr853 w:rPr854 w:rFonts w:asciiCalibri w:hAnsiCalibri w:eastAsia宋体 w:csTimes New Roman /855 w:kern w:val2 /856 w:sz w:val21 /857 w:szCs w:val24 /858 w:lang w:valen-US w:eastAsiazh-CN w:bidiar-SA /859 /w:rPr860 /w:style861 w:style w:typeparagraph w:styleId2862 w:name w:valheading 1 /863 w:basedOn w:val1 /864 w:next w:val1 /865 w:link w:val8 /866 w:qFormat /867 w:uiPriority w:val0 /868 w:pPr869 w:keepNext /870 w:keepLines /871 w:spacing w:before340 w:beforeLines0 w:beforeAutospacing0 w:after330 w:afterLines0872 w:afterAutospacing0 w:line576 w:lineRuleauto /873 w:outlineLvl w:val0 /874 /w:pPr875 w:rPr876 w:b /877 w:kern w:val44 /878 w:sz w:val44 /879 /w:rPr880 /w:style881 w:style w:typeparagraph w:styleId3882 w:name w:valheading 2 /883 w:basedOn w:val1 /884 w:next w:val1 /885 w:unhideWhenUsed /886 w:qFormat /887 w:uiPriority w:val0 /888 w:pPr889 w:keepNext /890 w:keepLines /891 w:spacing w:before260 w:beforeLines0 w:beforeAutospacing0 w:after260 w:afterLines0892 w:afterAutospacing0 w:line413 w:lineRuleauto /893 w:outlineLvl w:val1 /894 /w:pPr895 w:rPr896 w:rFonts w:asciiArial w:hAnsiArial w:eastAsia黑体 /897 w:b /898 w:sz w:val32 /899 /w:rPr900 /w:style901 w:style w:typeparagraph w:styleId4902 w:name w:valheading 3 /903 w:basedOn w:val1 /904 w:next w:val1 /905 w:unhideWhenUsed /906 w:qFormat /907 w:uiPriority w:val0 /908 w:pPr909 w:keepNext /910 w:keepLines /911 w:spacing w:before260 w:beforeLines0 w:beforeAutospacing0 w:after260 w:afterLines0912 w:afterAutospacing0 w:line413 w:lineRuleauto /913 w:outlineLvl w:val2 /914 /w:pPr915 w:rPr916 w:b /917 w:sz w:val32 /918 /w:rPr919 /w:style920 w:style w:typecharacter w:default1 w:styleId5921 w:name w:valDefault Paragraph Font /922 w:semiHidden /923 w:uiPriority w:val0 /924 /w:style925 w:style w:typetable w:default1 w:styleId6926 w:name w:valNormal Table /927 w:semiHidden /928 w:uiPriority w:val0 /929 w:tblPr930 w:tblStyle w:val6 /931 w:tblLayout w:typefixed /932 w:tblCellMar933 w:top w:w0 w:typedxa /934 w:left w:w108 w:typedxa /935 w:bottom w:w0 w:typedxa /936 w:right w:w108 w:typedxa /937 /w:tblCellMar938 /w:tblPr939 w:tcPr940 w:textDirection w:vallrTbV /941 /w:tcPr942 /w:style943 w:style w:typetable w:styleId7944 w:name w:valTable Grid /945 w:basedOn w:val6 /946 w:uiPriority w:val0 /947 w:pPr948 w:widowControl w:val0 /949 w:jc w:valboth /950 /w:pPr951 w:tblPr952 w:tblStyle w:val6 /953 w:tblBorders954 w:top w:valsingle w:colorauto w:sz4 w:space0 /955 w:left w:valsingle w:colorauto w:sz4 w:space0 /956 w:bottom w:valsingle w:colorauto w:sz4 w:space0 /957 w:right w:valsingle w:colorauto w:sz4 w:space0 /958 w:insideH w:valsingle w:colorauto w:sz4 w:space0 /959 w:insideV w:valsingle w:colorauto w:sz4 w:space0 /960 /w:tblBorders961 w:tblLayout w:typefixed /962 /w:tblPr963 w:tcPr964 w:textDirection w:vallrTbV /965 /w:tcPr966 /w:style967 w:style w:typecharacter w:customStyle1 w:styleId8968 w:name w:val标题 1 Char /969 w:link w:val2 /970 w:uiPriority w:val0 /971 w:rPr972 w:b /973 w:kern w:val44 /974 w:sz w:val44 /975 /w:rPr976 /w:style977 /w:styles978 /pkg:xmlData979 /pkg:part980 pkg:part pkg:name/word/theme/theme1.xml981 pkg:contentTypeapplication/vnd.openxmlformats-officedocument.themexml982 pkg:xmlData983 a:theme xmlns:ahttp://schemas.openxmlformats.org/drawingml/2006/main nameOffice984 a:themeElements985 a:clrScheme nameOffice986 a:dk1987 a:sysClr valwindowText lastClr000000 /988 /a:dk1989 a:lt1990 a:sysClr valwindow lastClrCCE8CF /991 /a:lt1992 a:dk2993 a:srgbClr val1F497D /994 /a:dk2995 a:lt2996 a:srgbClr valEEECE1 /997 /a:lt2998 a:accent1999 a:srgbClr val4F81BD / 1000 /a:accent1 1001 a:accent2 1002 a:srgbClr valC0504D / 1003 /a:accent2 1004 a:accent3 1005 a:srgbClr val9BBB59 / 1006 /a:accent3 1007 a:accent4 1008 a:srgbClr val8064A2 / 1009 /a:accent4 1010 a:accent5 1011 a:srgbClr val4BACC6 / 1012 /a:accent5 1013 a:accent6 1014 a:srgbClr valF79646 / 1015 /a:accent6 1016 a:hlink 1017 a:srgbClr val0000FF / 1018 /a:hlink 1019 a:folHlink 1020 a:srgbClr val800080 / 1021 /a:folHlink 1022 /a:clrScheme 1023 a:fontScheme nameOffice 1024 a:majorFont 1025 a:latin typefaceCambria / 1026 a:ea typeface / 1027 a:cs typeface / 1028 a:font scriptJpan typeface ゴシック / 1029 a:font scriptHang typeface맑은 고딕 / 1030 a:font scriptHans typeface宋体 / 1031 a:font scriptHant typeface新細明體 / 1032 a:font scriptArab typefaceTimes New Roman / 1033 a:font scriptHebr typefaceTimes New Roman / 1034 a:font scriptThai typefaceAngsana New / 1035 a:font scriptEthi typefaceNyala / 1036 a:font scriptBeng typefaceVrinda / 1037 a:font scriptGujr typefaceShruti / 1038 a:font scriptKhmr typefaceMoolBoran / 1039 a:font scriptKnda typefaceTunga / 1040 a:font scriptGuru typefaceRaavi / 1041 a:font scriptCans typefaceEuphemia / 1042 a:font scriptCher typefacePlantagenet Cherokee / 1043 a:font scriptYiii typefaceMicrosoft Yi Baiti / 1044 a:font scriptTibt typefaceMicrosoft Himalaya / 1045 a:font scriptThaa typefaceMV Boli / 1046 a:font scriptDeva typefaceMangal / 1047 a:font scriptTelu typefaceGautami / 1048 a:font scriptTaml typefaceLatha / 1049 a:font scriptSyrc typefaceEstrangelo Edessa / 1050 a:font scriptOrya typefaceKalinga / 1051 a:font scriptMlym typefaceKartika / 1052 a:font scriptLaoo typefaceDokChampa / 1053 a:font scriptSinh typefaceIskoola Pota / 1054 a:font scriptMong typefaceMongolian Baiti / 1055 a:font scriptViet typefaceTimes New Roman / 1056 a:font scriptUigh typefaceMicrosoft Uighur / 1057 a:font scriptGeor typefaceSylfaen / 1058 /a:majorFont 1059 a:minorFont 1060 a:latin typefaceCalibri / 1061 a:ea typeface / 1062 a:cs typeface / 1063 a:font scriptJpan typeface 明朝 / 1064 a:font scriptHang typeface맑은 고딕 / 1065 a:font scriptHans typeface宋体 / 1066 a:font scriptHant typeface新細明體 / 1067 a:font scriptArab typefaceArial / 1068 a:font scriptHebr typefaceArial / 1069 a:font scriptThai typefaceCordia New / 1070 a:font scriptEthi typefaceNyala / 1071 a:font scriptBeng typefaceVrinda / 1072 a:font scriptGujr typefaceShruti / 1073 a:font scriptKhmr typefaceDaunPenh / 1074 a:font scriptKnda typefaceTunga / 1075 a:font scriptGuru typefaceRaavi / 1076 a:font scriptCans typefaceEuphemia / 1077 a:font scriptCher typefacePlantagenet Cherokee / 1078 a:font scriptYiii typefaceMicrosoft Yi Baiti / 1079 a:font scriptTibt typefaceMicrosoft Himalaya / 1080 a:font scriptThaa typefaceMV Boli / 1081 a:font scriptDeva typefaceMangal / 1082 a:font scriptTelu typefaceGautami / 1083 a:font scriptTaml typefaceLatha / 1084 a:font scriptSyrc typefaceEstrangelo Edessa / 1085 a:font scriptOrya typefaceKalinga / 1086 a:font scriptMlym typefaceKartika / 1087 a:font scriptLaoo typefaceDokChampa / 1088 a:font scriptSinh typefaceIskoola Pota / 1089 a:font scriptMong typefaceMongolian Baiti / 1090 a:font scriptViet typefaceArial / 1091 a:font scriptUigh typefaceMicrosoft Uighur / 1092 a:font scriptGeor typefaceSylfaen / 1093 /a:minorFont 1094 /a:fontScheme 1095 a:fmtScheme nameOffice 1096 a:fillStyleLst 1097 a:solidFill 1098 a:schemeClr valphClr / 1099 /a:solidFill 1100 a:gradFill rotWithShape1 1101 a:gsLst 1102 a:gs pos0 1103 a:schemeClr valphClr 1104 a:tint val50000 / 1105 a:satMod val300000 / 1106 /a:schemeClr 1107 /a:gs 1108 a:gs pos35000 1109 a:schemeClr valphClr 1110 a:tint val37000 / 1111 a:satMod val300000 / 1112 /a:schemeClr 1113 /a:gs 1114 a:gs pos100000 1115 a:schemeClr valphClr 1116 a:tint val15000 / 1117 a:satMod val350000 / 1118 /a:schemeClr 1119 /a:gs 1120 /a:gsLst 1121 a:lin ang16200000 scaled1 / 1122 /a:gradFill 1123 a:gradFill rotWithShape1 1124 a:gsLst 1125 a:gs pos0 1126 a:schemeClr valphClr 1127 a:shade val51000 / 1128 a:satMod val130000 / 1129 /a:schemeClr 1130 /a:gs 1131 a:gs pos80000 1132 a:schemeClr valphClr 1133 a:shade val93000 / 1134 a:satMod val130000 / 1135 /a:schemeClr 1136 /a:gs 1137 a:gs pos100000 1138 a:schemeClr valphClr 1139 a:shade val94000 / 1140 a:satMod val135000 / 1141 /a:schemeClr 1142 /a:gs 1143 /a:gsLst 1144 a:lin ang16200000 scaled0 / 1145 /a:gradFill 1146 /a:fillStyleLst 1147 a:lnStyleLst 1148 a:ln w9525 capflat cmpdsng algnctr 1149 a:solidFill 1150 a:schemeClr valphClr 1151 a:shade val95000 / 1152 a:satMod val105000 / 1153 /a:schemeClr 1154 /a:solidFill 1155 a:prstDash valsolid / 1156 /a:ln 1157 a:ln w25400 capflat cmpdsng algnctr 1158 a:solidFill 1159 a:schemeClr valphClr / 1160 /a:solidFill 1161 a:prstDash valsolid / 1162 /a:ln 1163 a:ln w38100 capflat cmpdsng algnctr 1164 a:solidFill 1165 a:schemeClr valphClr / 1166 /a:solidFill 1167 a:prstDash valsolid / 1168 /a:ln 1169 /a:lnStyleLst 1170 a:effectStyleLst 1171 a:effectStyle 1172 a:effectLst 1173 a:outerShdw blurRad40000 dist20000 dir5400000 rotWithShape0 1174 a:srgbClr val000000 1175 a:alpha val38000 / 1176 /a:srgbClr 1177 /a:outerShdw 1178 /a:effectLst 1179 /a:effectStyle 1180 a:effectStyle 1181 a:effectLst 1182 a:outerShdw blurRad40000 dist23000 dir5400000 rotWithShape0 1183 a:srgbClr val000000 1184 a:alpha val35000 / 1185 /a:srgbClr 1186 /a:outerShdw 1187 /a:effectLst 1188 /a:effectStyle 1189 a:effectStyle 1190 a:effectLst 1191 a:outerShdw blurRad40000 dist23000 dir5400000 rotWithShape0 1192 a:srgbClr val000000 1193 a:alpha val35000 / 1194 /a:srgbClr 1195 /a:outerShdw 1196 /a:effectLst 1197 a:scene3d 1198 a:camera prstorthographicFront 1199 a:rot lat0 lon0 rev0 / 1200 /a:camera 1201 a:lightRig rigthreePt dirt 1202 a:rot lat0 lon0 rev1200000 / 1203 /a:lightRig 1204 /a:scene3d 1205 a:sp3d 1206 a:bevelT w63500 h25400 / 1207 /a:sp3d 1208 /a:effectStyle 1209 /a:effectStyleLst 1210 a:bgFillStyleLst 1211 a:solidFill 1212 a:schemeClr valphClr / 1213 /a:solidFill 1214 a:gradFill rotWithShape1 1215 a:gsLst 1216 a:gs pos0 1217 a:schemeClr valphClr 1218 a:tint val40000 / 1219 a:satMod val350000 / 1220 /a:schemeClr 1221 /a:gs 1222 a:gs pos40000 1223 a:schemeClr valphClr 1224 a:tint val45000 / 1225 a:satMod val350000 / 1226 a:shade val99000 / 1227 /a:schemeClr 1228 /a:gs 1229 a:gs pos100000 1230 a:schemeClr valphClr 1231 a:shade val20000 / 1232 a:satMod val255000 / 1233 /a:schemeClr 1234 /a:gs 1235 /a:gsLst 1236 a:path pathcircle 1237 a:fillToRect l50000 t-80000 r50000 b180000 / 1238 /a:path 1239 /a:gradFill 1240 a:gradFill rotWithShape1 1241 a:gsLst 1242 a:gs pos0 1243 a:schemeClr valphClr 1244 a:tint val80000 / 1245 a:satMod val300000 / 1246 /a:schemeClr 1247 /a:gs 1248 a:gs pos100000 1249 a:schemeClr valphClr 1250 a:shade val30000 / 1251 a:satMod val200000 / 1252 /a:schemeClr 1253 /a:gs 1254 /a:gsLst 1255 a:path pathcircle 1256 a:fillToRect l50000 t50000 r50000 b50000 / 1257 /a:path 1258 /a:gradFill 1259 /a:bgFillStyleLst 1260 /a:fmtScheme 1261 /a:themeElements 1262 a:objectDefaults / 1263 a:extraClrSchemeLst / 1264 /a:theme 1265 /pkg:xmlData 1266 /pkg:part 1267 /pkg:package freemarker模版   在mvc的控制层 RequestMapping(downoload.do)public void downLoad(HttpServletRequest request, HttpServletResponse response) throws IOException, TemplateException { MapString,Object map new HashMapString, Object(); map.put(title,员工信息表); ListMapString,Object users new ArrayList(); MapString,Object map1 new HashMap(); map1.put(name,战士); map1.put(id,1); map1.put(phone,1382823723); map1.put(address,韩式工作的决定); users.add(map1); MapString,Object map2 new HashMap(); map2.put(name,战士2); map2.put(phone,138282372902); map2.put(id,2); map2.put(address,世界上就动手动脚活动和内部); users.add(map2); map.put(users,users); // 告诉浏览器用什么软件可以打开此文件(.doc) //若是下载.docx 则为application/vnd.openxmlformats-officedocument.wordprocessingml.document response.setHeader(content-Type, application/msword); // 下载文件的默认名称 response.setHeader(Content-Disposition, attachment;filenamesomeName.doc); /* freeMarkerConfigurer.getConfiguration().setClassForTemplateLoading(getClass(), /); Template template freeMarkerConfigurer.getConfiguration().getTemplate(userList.ftl);*/ //默认模版地址为classpath:/templates,若要你的模版不想放在默认地址可以使用上面注释掉的代码读取模版 or 在application.properties中 //添加配置spring.freemarker.template-loader-path你的模版地址例如获取根目录下所有模版配置如下spring.freemarker.template-loader-pathclasspath:/) Template template configuration.getTemplate(userList.ftl); template.process(map,new OutputStreamWriter(response.getOutputStream()));}预览与下载代码类似如下RequestMapping(welcome.do)public void welcome(HttpServletRequest request, HttpServletResponse response) throws IOException, TemplateException { //response.setHeader(content-Type,text/html); response.setContentType(text/html;charsetutf-8); Template template configuration.getTemplate(welcome.ftl); MapString,Object map new HashMap(1); map.put(message,欢迎学习freemarker); template.process(map,response.getWriter());}转载于:https://www.cnblogs.com/tom-plus/p/9315287.html
http://www.pierceye.com/news/336679/

相关文章:

  • 淄博张店外贸建站公司手机微信网页版
  • 网站建设全域云网站建设流程详解
  • 梅州市五华县建设银行网站写作网站招聘
  • 博物馆网站建设情况工业互联网龙头公司排名
  • 做网站用什么系统做网站开发电脑配置
  • 企业网站推广的主要方法上海中汇建设发展有限公司网站
  • 郑州做网站公司电话网站是否有管理员权限
  • 开发建设信息的网站广东省建设厅的注册中心网站首页
  • 用cms做的网站 的步骤有域名如何做网站
  • h5个人网站源码江苏启安建设集团有限公司网站
  • 网站开发net教程网站后台登陆路径
  • 织梦网站模板安装教程国外设计有名网站
  • 最专业企业营销型网站建设南充 网站开发
  • 国外有哪些网站做推广的比较好北京展览馆网站建设
  • 国外英语写作网站网站后台 刷新
  • 如何制作自己的网站详情页设计
  • 南京免费自助建站模板wordpress 增加侧边栏
  • 做信息分类网站难吗广告设计公司有哪些
  • 做seo网站优化多少钱网站开发客户哪里找
  • 做网站一定要云解析吗海南公司注册网站
  • 建站之家官网办公装修设计
  • 永康网站建设的公司wordpress 图片分类
  • 网站商务通弹出窗口图片更换设置wordpress4.9 多站点
  • 如何仿制一个网站注册商标设计
  • 网站建设属于什么岗位旅游网站设计模板
  • 自己做的网站怎么链接火车头采集软件开发模型是什么
  • 新网站怎么做才会被收录正品海外购网站有哪些
  • 广东手机网站建设品牌js制作网页计算器
  • 化隆网站建设公司学做网站多久
  • 网站域名如何查询上海室内设计公司哪家好