XinqiQin 7 months ago
parent 63f8b8b35a
commit e09ee8ef2d

@ -420,6 +420,51 @@ deactivate user
/////////////////////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////////////////
架构包图:
@startuml
title Software Architecture Package Diagram
package "Interface Layer" {
package "ui" {
class "UIController" as UI
}
package "widget" {
class "WidgetManager" as Widget
}
package "res" {
class "ResourceLoader" as Res
}
}
package "Business Layer" {
package "etask.remote" {
class "RemoteTask" as Remote
}
package "tool" {
class "ToolUtils" as Tool
}
package "exception" {
class "ExceptionHandler" as Exception
}
}
package "Model Layer" {
class "BusinessModel" as Model
}
package "Data Layer" {
class "DataAccessObject" as Data
}
UI --> Widget : uses
UI --> Res : uses
Widget --> Remote : interacts with
Tool --> Exception : handles
Remote --> Model : processes
Model --> Data : stores
@enduml
Speech版本语音听写 Speech版本语音听写

@ -2,119 +2,119 @@
\providecommand\hyper@newdestlabel[2]{} \providecommand\hyper@newdestlabel[2]{}
\providecommand\HyField@AuxAddToFields[1]{} \providecommand\HyField@AuxAddToFields[1]{}
\providecommand\HyField@AuxAddToCoFields[2]{} \providecommand\HyField@AuxAddToCoFields[2]{}
\@writefile{toc}{\contentsline {section}{\numberline {1}小米便签的代码泛读}{3}{section.1}\protected@file@percent } \@writefile{toc}{\contentsline {section}{\numberline {1}小米便签的代码泛读}{4}{section.1}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {1.1}功能描述}{3}{subsection.1.1}\protected@file@percent } \@writefile{toc}{\contentsline {subsection}{\numberline {1.1}功能描述}{4}{subsection.1.1}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {1}{\ignorespaces 小米便签的软件需求用例图}}{3}{figure.caption.2}\protected@file@percent } \@writefile{lof}{\contentsline {figure}{\numberline {1}{\ignorespaces 小米便签的软件需求用例图}}{4}{figure.caption.2}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {1.2}小米便签的软件架构以及各个包和类的作用}{5}{subsection.1.2}\protected@file@percent } \@writefile{toc}{\contentsline {subsection}{\numberline {1.2}小米便签的软件架构以及各个包和类的作用}{6}{subsection.1.2}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {1.2.1}小米便签的软件架构}{5}{subsubsection.1.2.1}\protected@file@percent } \@writefile{toc}{\contentsline {subsubsection}{\numberline {1.2.1}小米便签的软件架构}{6}{subsubsection.1.2.1}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {2}{\ignorespaces 小米便签的软件架构图}}{6}{figure.caption.3}\protected@file@percent } \@writefile{lof}{\contentsline {figure}{\numberline {2}{\ignorespaces 小米便签的软件架构图}}{7}{figure.caption.3}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {1.2.2}各个包内的关系图}{6}{subsubsection.1.2.2}\protected@file@percent } \@writefile{toc}{\contentsline {subsubsection}{\numberline {1.2.2}各个包内的关系图}{7}{subsubsection.1.2.2}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {3}{\ignorespaces 小米便签的包间关系图}}{8}{figure.caption.4}\protected@file@percent } \@writefile{lof}{\contentsline {figure}{\numberline {3}{\ignorespaces 小米便签的包间关系图}}{9}{figure.caption.4}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {4}{\ignorespaces data子系统中的类图}}{9}{figure.caption.5}\protected@file@percent } \@writefile{lof}{\contentsline {figure}{\numberline {4}{\ignorespaces data子系统中的类图}}{10}{figure.caption.5}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {5}{\ignorespaces model子系统中的类图}}{9}{figure.caption.6}\protected@file@percent } \@writefile{lof}{\contentsline {figure}{\numberline {5}{\ignorespaces model子系统中的类图}}{10}{figure.caption.6}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {6}{\ignorespaces widget子系统中的类图}}{10}{figure.caption.7}\protected@file@percent } \@writefile{lof}{\contentsline {figure}{\numberline {6}{\ignorespaces widget子系统中的类图}}{11}{figure.caption.7}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {7}{\ignorespaces tool子系统中的类图}}{10}{figure.caption.8}\protected@file@percent } \@writefile{lof}{\contentsline {figure}{\numberline {7}{\ignorespaces tool子系统中的类图}}{11}{figure.caption.8}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {8}{\ignorespaces ui子系统中的类图}}{11}{figure.caption.9}\protected@file@percent } \@writefile{lof}{\contentsline {figure}{\numberline {8}{\ignorespaces ui子系统中的类图}}{12}{figure.caption.9}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {9}{\ignorespaces Gtask子系统中的类图}}{12}{figure.caption.10}\protected@file@percent } \@writefile{lof}{\contentsline {figure}{\numberline {9}{\ignorespaces Gtask子系统中的类图}}{13}{figure.caption.10}\protected@file@percent }
\gdef \LT@i {\LT@entry \gdef \LT@i {\LT@entry
{1}{40.11351pt}\LT@entry {1}{40.11351pt}\LT@entry
{1}{80.68382pt}\LT@entry {1}{80.68382pt}\LT@entry
{1}{126.21101pt}\LT@entry {1}{126.21101pt}\LT@entry
{1}{194.49486pt}} {1}{194.49486pt}}
\@writefile{toc}{\contentsline {subsection}{\numberline {1.3}软件功能与类间的对应关系}{13}{subsection.1.3}\protected@file@percent } \@writefile{toc}{\contentsline {subsection}{\numberline {1.3}软件功能与类间的对应关系}{14}{subsection.1.3}\protected@file@percent }
\@writefile{lot}{\contentsline {table}{\numberline {1}{\ignorespaces 软件功能与类的实现对应关系}}{13}{table.1}\protected@file@percent } \@writefile{lot}{\contentsline {table}{\numberline {1}{\ignorespaces 软件功能与类的实现对应关系}}{14}{table.1}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {2}小米便签的代码标注}{14}{section.2}\protected@file@percent } \@writefile{toc}{\contentsline {section}{\numberline {2}小米便签的代码标注}{15}{section.2}\protected@file@percent }
\gdef \LT@ii {\LT@entry \gdef \LT@ii {\LT@entry
{1}{35.56357pt}\LT@entry {1}{35.56357pt}\LT@entry
{1}{80.68382pt}\LT@entry {1}{80.68382pt}\LT@entry
{1}{135.31784pt}\LT@entry {1}{135.31784pt}\LT@entry
{1}{194.49486pt}} {1}{194.49486pt}}
\@writefile{lot}{\contentsline {table}{\numberline {2}{\ignorespaces 代码标注分布情况}}{15}{table.2}\protected@file@percent } \@writefile{lot}{\contentsline {table}{\numberline {2}{\ignorespaces 代码标注分布情况}}{16}{table.2}\protected@file@percent }
\gdef \LT@iii {\LT@entry \gdef \LT@iii {\LT@entry
{1}{35.56357pt}\LT@entry {1}{35.56357pt}\LT@entry
{1}{67.02705pt}\LT@entry {1}{67.02705pt}\LT@entry
{1}{80.68382pt}\LT@entry {1}{80.68382pt}\LT@entry
{1}{253.6788pt}} {1}{253.6788pt}}
\@writefile{toc}{\contentsline {section}{\numberline {3}小米便签的代码维护}{18}{section.3}\protected@file@percent } \@writefile{toc}{\contentsline {section}{\numberline {3}小米便签的代码维护}{19}{section.3}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {3.1}维护的内容}{18}{subsection.3.1}\protected@file@percent } \@writefile{toc}{\contentsline {subsection}{\numberline {3.1}维护的内容}{19}{subsection.3.1}\protected@file@percent }
\@writefile{lot}{\contentsline {table}{\numberline {3}{\ignorespaces 维护内容列表}}{18}{table.3}\protected@file@percent } \@writefile{lot}{\contentsline {table}{\numberline {3}{\ignorespaces 维护内容列表}}{19}{table.3}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {3.2}开源软件维护后所产生的设计}{20}{subsection.3.2}\protected@file@percent } \@writefile{toc}{\contentsline {subsection}{\numberline {3.2}开源软件维护后所产生的设计}{21}{subsection.3.2}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.2.1}架构设计}{20}{subsubsection.3.2.1}\protected@file@percent } \@writefile{toc}{\contentsline {subsubsection}{\numberline {3.2.1}架构设计}{21}{subsubsection.3.2.1}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.2.2}界面设计}{21}{subsubsection.3.2.2}\protected@file@percent } \@writefile{toc}{\contentsline {subsubsection}{\numberline {3.2.2}界面设计}{22}{subsubsection.3.2.2}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.2.3}详细设计}{22}{subsubsection.3.2.3}\protected@file@percent } \@writefile{toc}{\contentsline {subsubsection}{\numberline {3.2.3}详细设计}{23}{subsubsection.3.2.3}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {3.3}维护代码数量以及质量情况}{23}{subsection.3.3}\protected@file@percent } \@writefile{toc}{\contentsline {subsection}{\numberline {3.3}维护代码数量以及质量情况}{24}{subsection.3.3}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.3.1}NotesListActivity类}{23}{subsubsection.3.3.1}\protected@file@percent } \@writefile{toc}{\contentsline {subsubsection}{\numberline {3.3.1}NotesListActivity类}{24}{subsubsection.3.3.1}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.3.2}NoteEditActivity类}{23}{subsubsection.3.3.2}\protected@file@percent } \@writefile{toc}{\contentsline {subsubsection}{\numberline {3.3.2}NoteEditActivity类}{24}{subsubsection.3.3.2}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.3.3}维护后的小米便签主要增加的包和类}{23}{subsubsection.3.3.3}\protected@file@percent } \@writefile{toc}{\contentsline {subsubsection}{\numberline {3.3.3}维护后的小米便签主要增加的包和类}{24}{subsubsection.3.3.3}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {10}{\ignorespaces 维护后的小米便签包图}}{24}{figure.caption.11}\protected@file@percent } \@writefile{lof}{\contentsline {figure}{\numberline {10}{\ignorespaces 维护后的小米便签包图}}{25}{figure.caption.11}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {11}{\ignorespaces 维护后ui包内的类图}}{25}{figure.caption.12}\protected@file@percent } \@writefile{lof}{\contentsline {figure}{\numberline {11}{\ignorespaces 维护后ui包内的类图}}{26}{figure.caption.12}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.3.4}维护后的质量分析}{26}{subsubsection.3.3.4}\protected@file@percent } \@writefile{toc}{\contentsline {subsubsection}{\numberline {3.3.4}维护后的质量分析}{27}{subsubsection.3.3.4}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {12}{\ignorespaces 代码审查结果}}{26}{figure.caption.13}\protected@file@percent } \@writefile{lof}{\contentsline {figure}{\numberline {12}{\ignorespaces 代码审查结果}}{27}{figure.caption.13}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {13}{\ignorespaces 代码审查结果}}{27}{figure.caption.14}\protected@file@percent } \@writefile{lof}{\contentsline {figure}{\numberline {13}{\ignorespaces 代码审查结果}}{28}{figure.caption.14}\protected@file@percent }
\gdef \LT@iv {\LT@entry \gdef \LT@iv {\LT@entry
{1}{81.08382pt}\LT@entry {1}{81.08382pt}\LT@entry
{1}{57.92717pt}\LT@entry {1}{57.92717pt}\LT@entry
{1}{308.30588pt}} {1}{308.30588pt}}
\@writefile{lot}{\contentsline {table}{\numberline {4}{\ignorespaces 代码质量分析详细结果}}{28}{table.4}\protected@file@percent } \@writefile{lot}{\contentsline {table}{\numberline {4}{\ignorespaces 代码质量分析详细结果}}{29}{table.4}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {3.4}维护后的软件原型以及功能展示}{30}{subsection.3.4}\protected@file@percent } \@writefile{toc}{\contentsline {subsection}{\numberline {3.4}维护后的软件原型以及功能展示}{31}{subsection.3.4}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.4.1}设置界面背景}{30}{subsubsection.3.4.1}\protected@file@percent } \@writefile{toc}{\contentsline {subsubsection}{\numberline {3.4.1}设置界面背景}{31}{subsubsection.3.4.1}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {14}{\ignorespaces 设置背景1}}{30}{figure.caption.15}\protected@file@percent } \@writefile{lof}{\contentsline {figure}{\numberline {14}{\ignorespaces 设置背景1}}{31}{figure.caption.15}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {15}{\ignorespaces 设置背景按钮}}{30}{figure.caption.15}\protected@file@percent } \@writefile{lof}{\contentsline {figure}{\numberline {15}{\ignorespaces 设置背景按钮}}{31}{figure.caption.15}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {16}{\ignorespaces 设置背景2}}{30}{figure.caption.15}\protected@file@percent } \@writefile{lof}{\contentsline {figure}{\numberline {16}{\ignorespaces 设置背景2}}{31}{figure.caption.15}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.4.2}欢迎界面}{31}{subsubsection.3.4.2}\protected@file@percent } \@writefile{toc}{\contentsline {subsubsection}{\numberline {3.4.2}欢迎界面}{32}{subsubsection.3.4.2}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {17}{\ignorespaces 欢迎界面}}{31}{figure.caption.16}\protected@file@percent } \@writefile{lof}{\contentsline {figure}{\numberline {17}{\ignorespaces 欢迎界面}}{32}{figure.caption.16}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.4.3}登录密码}{32}{subsubsection.3.4.3}\protected@file@percent } \@writefile{toc}{\contentsline {subsubsection}{\numberline {3.4.3}登录密码}{33}{subsubsection.3.4.3}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {18}{\ignorespaces 新增设置密码的操作}}{32}{figure.caption.17}\protected@file@percent } \@writefile{lof}{\contentsline {figure}{\numberline {18}{\ignorespaces 新增设置密码的操作}}{33}{figure.caption.17}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {19}{\ignorespaces 新增密码后的登录界面,要求输入密码}}{33}{figure.caption.18}\protected@file@percent } \@writefile{lof}{\contentsline {figure}{\numberline {19}{\ignorespaces 新增密码后的登录界面,要求输入密码}}{34}{figure.caption.18}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {20}{\ignorespaces 重新设置密码}}{34}{figure.caption.19}\protected@file@percent } \@writefile{lof}{\contentsline {figure}{\numberline {20}{\ignorespaces 重新设置密码}}{35}{figure.caption.19}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {21}{\ignorespaces 使用原有的密码登录失败}}{35}{figure.caption.20}\protected@file@percent } \@writefile{lof}{\contentsline {figure}{\numberline {21}{\ignorespaces 使用原有的密码登录失败}}{36}{figure.caption.20}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {22}{\ignorespaces 删除设置的密码}}{36}{figure.caption.21}\protected@file@percent } \@writefile{lof}{\contentsline {figure}{\numberline {22}{\ignorespaces 删除设置的密码}}{37}{figure.caption.21}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {23}{\ignorespaces 登录密码的时序图}}{37}{figure.caption.22}\protected@file@percent } \@writefile{lof}{\contentsline {figure}{\numberline {23}{\ignorespaces 登录密码的时序图}}{38}{figure.caption.22}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.4.4}翻译功能}{38}{subsubsection.3.4.4}\protected@file@percent } \@writefile{toc}{\contentsline {subsubsection}{\numberline {3.4.4}翻译功能}{39}{subsubsection.3.4.4}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {24}{\ignorespaces 翻译功能中的将英文翻译为中文}}{38}{figure.caption.23}\protected@file@percent } \@writefile{lof}{\contentsline {figure}{\numberline {24}{\ignorespaces 翻译功能中的将英文翻译为中文}}{39}{figure.caption.23}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {25}{\ignorespaces 翻译功能中将中文转化为英文}}{39}{figure.caption.24}\protected@file@percent } \@writefile{lof}{\contentsline {figure}{\numberline {25}{\ignorespaces 翻译功能中将中文转化为英文}}{40}{figure.caption.24}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {26}{\ignorespaces 翻译功能中的还原操作}}{40}{figure.caption.25}\protected@file@percent } \@writefile{lof}{\contentsline {figure}{\numberline {26}{\ignorespaces 翻译功能中的还原操作}}{41}{figure.caption.25}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {27}{\ignorespaces 翻译功能的时序图}}{41}{figure.caption.26}\protected@file@percent } \@writefile{lof}{\contentsline {figure}{\numberline {27}{\ignorespaces 翻译功能的时序图}}{42}{figure.caption.26}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.4.5}插入图片}{42}{subsubsection.3.4.5}\protected@file@percent } \@writefile{toc}{\contentsline {subsubsection}{\numberline {3.4.5}插入图片}{43}{subsubsection.3.4.5}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {28}{\ignorespaces 将本地相册中的图片导入便签编辑界面中}}{42}{figure.caption.27}\protected@file@percent } \@writefile{lof}{\contentsline {figure}{\numberline {28}{\ignorespaces 将本地相册中的图片导入便签编辑界面中}}{43}{figure.caption.27}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.4.6}统计字符个数}{43}{subsubsection.3.4.6}\protected@file@percent } \@writefile{toc}{\contentsline {subsubsection}{\numberline {3.4.6}统计字符个数}{44}{subsubsection.3.4.6}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {29}{\ignorespaces 统计字符个数}}{43}{figure.caption.28}\protected@file@percent } \@writefile{lof}{\contentsline {figure}{\numberline {29}{\ignorespaces 统计字符个数}}{44}{figure.caption.28}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.4.7}富文本功能}{44}{subsubsection.3.4.7}\protected@file@percent } \@writefile{toc}{\contentsline {subsubsection}{\numberline {3.4.7}富文本功能}{45}{subsubsection.3.4.7}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {30}{\ignorespaces 富文本功能}}{44}{figure.caption.29}\protected@file@percent } \@writefile{lof}{\contentsline {figure}{\numberline {30}{\ignorespaces 富文本功能}}{45}{figure.caption.29}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {31}{\ignorespaces 加粗功能}}{44}{figure.caption.30}\protected@file@percent } \@writefile{lof}{\contentsline {figure}{\numberline {31}{\ignorespaces 加粗功能}}{45}{figure.caption.30}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {32}{\ignorespaces 斜体功能}}{44}{figure.caption.31}\protected@file@percent } \@writefile{lof}{\contentsline {figure}{\numberline {32}{\ignorespaces 斜体功能}}{45}{figure.caption.31}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {33}{\ignorespaces 删除线功能}}{45}{figure.caption.32}\protected@file@percent } \@writefile{lof}{\contentsline {figure}{\numberline {33}{\ignorespaces 删除线功能}}{46}{figure.caption.32}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {34}{\ignorespaces 高亮功能}}{45}{figure.caption.33}\protected@file@percent } \@writefile{lof}{\contentsline {figure}{\numberline {34}{\ignorespaces 高亮功能}}{46}{figure.caption.33}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.4.8}朗读功能}{46}{subsubsection.3.4.8}\protected@file@percent } \@writefile{toc}{\contentsline {subsubsection}{\numberline {3.4.8}朗读功能}{47}{subsubsection.3.4.8}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {35}{\ignorespaces 朗读功能}}{46}{figure.caption.34}\protected@file@percent } \@writefile{lof}{\contentsline {figure}{\numberline {35}{\ignorespaces 朗读功能}}{47}{figure.caption.34}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.4.9}私密模式}{47}{subsubsection.3.4.9}\protected@file@percent } \@writefile{toc}{\contentsline {subsubsection}{\numberline {3.4.9}私密模式}{48}{subsubsection.3.4.9}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {36}{\ignorespaces 私密模式}}{47}{figure.caption.35}\protected@file@percent } \@writefile{lof}{\contentsline {figure}{\numberline {36}{\ignorespaces 私密模式}}{48}{figure.caption.35}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {37}{\ignorespaces 退出私密模式}}{48}{figure.caption.36}\protected@file@percent } \@writefile{lof}{\contentsline {figure}{\numberline {37}{\ignorespaces 退出私密模式}}{49}{figure.caption.36}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.4.10}笔记编辑内搜索}{49}{subsubsection.3.4.10}\protected@file@percent } \@writefile{toc}{\contentsline {subsubsection}{\numberline {3.4.10}笔记编辑内搜索}{50}{subsubsection.3.4.10}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {38}{\ignorespaces 笔记内搜索}}{49}{figure.caption.37}\protected@file@percent } \@writefile{lof}{\contentsline {figure}{\numberline {38}{\ignorespaces 笔记内搜索}}{50}{figure.caption.37}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {39}{\ignorespaces 笔记内搜索}}{50}{figure.caption.38}\protected@file@percent } \@writefile{lof}{\contentsline {figure}{\numberline {39}{\ignorespaces 笔记内搜索}}{51}{figure.caption.38}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.4.11}模板便签}{51}{subsubsection.3.4.11}\protected@file@percent } \@writefile{toc}{\contentsline {subsubsection}{\numberline {3.4.11}模板便签}{52}{subsubsection.3.4.11}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {40}{\ignorespaces 模板便签(a)}}{51}{figure.caption.39}\protected@file@percent } \@writefile{lof}{\contentsline {figure}{\numberline {40}{\ignorespaces 模板便签(a)}}{52}{figure.caption.39}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {41}{\ignorespaces 模板便签(b)}}{51}{figure.caption.39}\protected@file@percent } \@writefile{lof}{\contentsline {figure}{\numberline {41}{\ignorespaces 模板便签(b)}}{52}{figure.caption.39}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.4.12}语音听写}{52}{subsubsection.3.4.12}\protected@file@percent } \@writefile{toc}{\contentsline {subsubsection}{\numberline {3.4.12}语音听写}{53}{subsubsection.3.4.12}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {42}{\ignorespaces 语音听写(a)}}{52}{figure.caption.40}\protected@file@percent } \@writefile{lof}{\contentsline {figure}{\numberline {42}{\ignorespaces 语音听写(a)}}{53}{figure.caption.40}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {43}{\ignorespaces 语音听写(b)}}{52}{figure.caption.40}\protected@file@percent } \@writefile{lof}{\contentsline {figure}{\numberline {43}{\ignorespaces 语音听写(b)}}{53}{figure.caption.40}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {44}{\ignorespaces 语音听写的时序图}}{53}{figure.caption.41}\protected@file@percent } \@writefile{lof}{\contentsline {figure}{\numberline {44}{\ignorespaces 语音听写的时序图}}{54}{figure.caption.41}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.4.13}语音合成}{54}{subsubsection.3.4.13}\protected@file@percent } \@writefile{toc}{\contentsline {subsubsection}{\numberline {3.4.13}语音合成}{55}{subsubsection.3.4.13}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {45}{\ignorespaces 语音合成}}{54}{figure.caption.42}\protected@file@percent } \@writefile{lof}{\contentsline {figure}{\numberline {45}{\ignorespaces 语音合成}}{55}{figure.caption.42}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {46}{\ignorespaces 语音类型}}{55}{figure.caption.43}\protected@file@percent } \@writefile{lof}{\contentsline {figure}{\numberline {46}{\ignorespaces 语音类型}}{56}{figure.caption.43}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {47}{\ignorespaces 音频类型}}{55}{figure.caption.43}\protected@file@percent } \@writefile{lof}{\contentsline {figure}{\numberline {47}{\ignorespaces 音频类型}}{56}{figure.caption.43}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {48}{\ignorespaces 语音合成的时序图}}{56}{figure.caption.44}\protected@file@percent } \@writefile{lof}{\contentsline {figure}{\numberline {48}{\ignorespaces 语音合成的时序图}}{57}{figure.caption.44}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.4.14}对话式大模型}{57}{subsubsection.3.4.14}\protected@file@percent } \@writefile{toc}{\contentsline {subsubsection}{\numberline {3.4.14}对话式大模型}{58}{subsubsection.3.4.14}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {49}{\ignorespaces 对话式大模型}}{57}{figure.caption.45}\protected@file@percent } \@writefile{lof}{\contentsline {figure}{\numberline {49}{\ignorespaces 对话式大模型}}{58}{figure.caption.45}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {50}{\ignorespaces 对话式大模型的时序图}}{58}{figure.caption.46}\protected@file@percent } \@writefile{lof}{\contentsline {figure}{\numberline {50}{\ignorespaces 对话式大模型的时序图}}{59}{figure.caption.46}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.4.15}撤回功能}{59}{subsubsection.3.4.15}\protected@file@percent } \@writefile{toc}{\contentsline {subsubsection}{\numberline {3.4.15}撤回功能}{60}{subsubsection.3.4.15}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {51}{\ignorespaces 撤回功能}}{59}{figure.caption.47}\protected@file@percent } \@writefile{lof}{\contentsline {figure}{\numberline {51}{\ignorespaces 撤回功能}}{60}{figure.caption.47}\protected@file@percent }
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.4.16}获取地理位置}{60}{subsubsection.3.4.16}\protected@file@percent } \@writefile{toc}{\contentsline {subsubsection}{\numberline {3.4.16}获取地理位置}{61}{subsubsection.3.4.16}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {52}{\ignorespaces 获取地理位置}}{60}{figure.caption.48}\protected@file@percent } \@writefile{lof}{\contentsline {figure}{\numberline {52}{\ignorespaces 获取地理位置}}{61}{figure.caption.48}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {53}{\ignorespaces 清除地理位置}}{60}{figure.caption.48}\protected@file@percent } \@writefile{lof}{\contentsline {figure}{\numberline {53}{\ignorespaces 清除地理位置}}{61}{figure.caption.48}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {4}实践收获和体会}{60}{section.4}\protected@file@percent } \@writefile{toc}{\contentsline {section}{\numberline {4}实践收获和体会}{61}{section.4}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {4.1}收获}{60}{subsection.4.1}\protected@file@percent } \@writefile{toc}{\contentsline {subsection}{\numberline {4.1}收获}{61}{subsection.4.1}\protected@file@percent }
\@writefile{toc}{\contentsline {subsection}{\numberline {4.2}问题}{61}{subsection.4.2}\protected@file@percent } \@writefile{toc}{\contentsline {subsection}{\numberline {4.2}问题}{62}{subsection.4.2}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {5}参考文献}{61}{section.5}\protected@file@percent } \@writefile{toc}{\contentsline {section}{\numberline {5}参考文献}{62}{section.5}\protected@file@percent }
\gdef \@abspage@last{61} \gdef \@abspage@last{62}

@ -1,4 +1,4 @@
This is pdfTeX, Version 3.141592653-2.6-1.40.26 (TeX Live 2024) (preloaded format=pdflatex 2025.1.3) 9 JAN 2025 11:17 This is pdfTeX, Version 3.141592653-2.6-1.40.26 (TeX Live 2024) (preloaded format=pdflatex 2025.1.3) 9 JAN 2025 11:20
entering extended mode entering extended mode
restricted \write18 enabled. restricted \write18 enabled.
file:line:error style messages enabled. file:line:error style messages enabled.
@ -532,6 +532,7 @@ Package epstopdf-base Info: Redefining graphics rule for `.eps' on input line 48
File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Live File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Live
)) ))
Package hyperref Info: Link coloring ON on input line 57. Package hyperref Info: Link coloring ON on input line 57.
(./小米便签泛读、标注和维护报告文档.out) (./小米便签泛读、标注和维护报告文档.out)
\@outlinefile=\write3 \@outlinefile=\write3
\openout3 = `å°<C3A5>米便签æ³è¯»ã€<C3A3>标注åŒç»´æŠ¤æŠ¥åŠæ‡æ¡£.out'. \openout3 = `å°<C3A5>米便签æ³è¯»ã€<C3A3>标注åŒç»´æŠ¤æŠ¥åŠæ‡æ¡£.out'.
@ -586,13 +587,19 @@ LaTeX Font Info: External font `cmex10' loaded for size
File: ctex-zhmap-windows.tex 2022/07/14 v2.5.10 Windows font map loader for pdfTeX and DVIPDFMx (CTEX) File: ctex-zhmap-windows.tex 2022/07/14 v2.5.10 Windows font map loader for pdfTeX and DVIPDFMx (CTEX)
{f:/texlive/2024/texmf-var/fonts/map/pdftex/updmap/pdftex.map}{UGBK.sfd}{Unicode.sfd}) [1 {f:/texlive/2024/texmf-var/fonts/map/pdftex/updmap/pdftex.map}{UGBK.sfd}{Unicode.sfd}) [1
] ] (./小米便签泛读、标注和维护报告文档.toc
No file 小米便签泛读、标注和维护报告文档.toc. LaTeX Font Info: External font `cmex10' loaded for size
(Font) <12> on input line 2.
LaTeX Font Info: External font `cmex10' loaded for size
(Font) <8> on input line 2.
LaTeX Font Info: External font `cmex10' loaded for size
(Font) <6> on input line 2.
[2])
\tf@toc=\write4 \tf@toc=\write4
\openout4 = `å°<C3A5>米便签æ³è¯»ã€<C3A3>标注åŒç»´æŠ¤æŠ¥åŠæ‡æ¡£.toc'. \openout4 = `å°<C3A5>米便签æ³è¯»ã€<C3A3>标注åŒç»´æŠ¤æŠ¥åŠæ‡æ¡£.toc'.
[2] [3]
<picture/1.1.png, id=169, 1142.2675pt x 1171.37625pt> <picture/1.1.png, id=264, 1142.2675pt x 1171.37625pt>
File: picture/1.1.png Graphic file (type png) File: picture/1.1.png Graphic file (type png)
<use picture/1.1.png> <use picture/1.1.png>
Package pdftex.def Info: picture/1.1.png used on input line 98. Package pdftex.def Info: picture/1.1.png used on input line 98.
@ -602,8 +609,8 @@ Underfull \hbox (badness 10000) in paragraph at lines 103--104
[] []
[3{f:/texlive/2024/texmf-dist/fonts/enc/dvips/cm-super/cm-super-ts1.enc} <./picture/1.1.png>] [4] [4{f:/texlive/2024/texmf-dist/fonts/enc/dvips/cm-super/cm-super-ts1.enc} <./picture/1.1.png>] [5]
<picture/2.png, id=199, 765.86125pt x 1109.14375pt> <picture/2.png, id=285, 765.86125pt x 1109.14375pt>
File: picture/2.png Graphic file (type png) File: picture/2.png Graphic file (type png)
<use picture/2.png> <use picture/2.png>
Package pdftex.def Info: picture/2.png used on input line 180. Package pdftex.def Info: picture/2.png used on input line 180.
@ -612,25 +619,25 @@ Package pdftex.def Info: picture/2.png used on input line 180.
LaTeX Warning: `!h' float specifier changed to `!ht'. LaTeX Warning: `!h' float specifier changed to `!ht'.
[5] [6 <./picture/2.png>] [6] [7 <./picture/2.png>]
<picture/46.png, id=221, 350.81062pt x 420.06938pt> <picture/46.png, id=304, 350.81062pt x 420.06938pt>
File: picture/46.png Graphic file (type png) File: picture/46.png Graphic file (type png)
<use picture/46.png> <use picture/46.png>
Package pdftex.def Info: picture/46.png used on input line 204. Package pdftex.def Info: picture/46.png used on input line 204.
(pdftex.def) Requested size: 364.19667pt x 436.13115pt. (pdftex.def) Requested size: 364.19667pt x 436.13115pt.
[7] [8]
<picture/4.png, id=228, 645.41125pt x 430.60875pt> <picture/4.png, id=310, 645.41125pt x 430.60875pt>
File: picture/4.png Graphic file (type png) File: picture/4.png Graphic file (type png)
<use picture/4.png> <use picture/4.png>
Package pdftex.def Info: picture/4.png used on input line 216. Package pdftex.def Info: picture/4.png used on input line 216.
(pdftex.def) Requested size: 364.19667pt x 242.98557pt. (pdftex.def) Requested size: 364.19667pt x 242.98557pt.
[8 <./picture/46.png>] [9 <./picture/46.png>]
<picture/7.png, id=235, 758.835pt x 299.1175pt> <picture/7.png, id=317, 758.835pt x 299.1175pt>
File: picture/7.png Graphic file (type png) File: picture/7.png Graphic file (type png)
<use picture/7.png> <use picture/7.png>
Package pdftex.def Info: picture/7.png used on input line 224. Package pdftex.def Info: picture/7.png used on input line 224.
(pdftex.def) Requested size: 364.19667pt x 143.56107pt. (pdftex.def) Requested size: 364.19667pt x 143.56107pt.
<picture/8.png, id=236, 675.52374pt x 392.46625pt> <picture/8.png, id=318, 675.52374pt x 392.46625pt>
File: picture/8.png Graphic file (type png) File: picture/8.png Graphic file (type png)
<use picture/8.png> <use picture/8.png>
Package pdftex.def Info: picture/8.png used on input line 232. Package pdftex.def Info: picture/8.png used on input line 232.
@ -640,8 +647,8 @@ Underfull \hbox (badness 10000) in paragraph at lines 227--234
[] []
[9 <./picture/4.png> <./picture/7.png>] [10 <./picture/4.png> <./picture/7.png>]
<picture/47.png, id=243, 355.82938pt x 320.69812pt> <picture/47.png, id=325, 355.82938pt x 320.69812pt>
File: picture/47.png Graphic file (type png) File: picture/47.png Graphic file (type png)
<use picture/47.png> <use picture/47.png>
Package pdftex.def Info: picture/47.png used on input line 241. Package pdftex.def Info: picture/47.png used on input line 241.
@ -651,7 +658,7 @@ Underfull \hbox (badness 10000) in paragraph at lines 238--243
[] []
<picture/9.png, id=244, 753.81625pt x 746.79pt> <picture/9.png, id=326, 753.81625pt x 746.79pt>
File: picture/9.png Graphic file (type png) File: picture/9.png Graphic file (type png)
<use picture/9.png> <use picture/9.png>
Package pdftex.def Info: picture/9.png used on input line 251. Package pdftex.def Info: picture/9.png used on input line 251.
@ -661,13 +668,13 @@ Underfull \hbox (badness 10000) in paragraph at lines 248--253
[] []
[10 <./picture/8.png> <./picture/47.png>] [11 <./picture/8.png> <./picture/47.png>]
Overfull \hbox (87.5302pt too wide) in paragraph at lines 259--260 Overfull \hbox (87.5302pt too wide) in paragraph at lines 259--260
[]\OT1/cmr/m/n/12 NoteEditActivity\C70/rm/m/n/12/7c { \C70/rm/m/n/12/51 s \C70/rm/m/n/12/80 T\OT1/cmr/m/n/12 AlarmReceiver\C70/rm/m/n/12/7c {|\C70/rm/m/n/12/ff ^^L| \OT1/cmr/m/n/12 DateTimePickerDialog\C70/rm/m/n/12/7c {\OT1/cmr/m/n/12 NotesPreferenceActivity\C70/rm/m/n/12/7c { []\OT1/cmr/m/n/12 NoteEditActivity\C70/rm/m/n/12/7c { \C70/rm/m/n/12/51 s \C70/rm/m/n/12/80 T\OT1/cmr/m/n/12 AlarmReceiver\C70/rm/m/n/12/7c {|\C70/rm/m/n/12/ff ^^L| \OT1/cmr/m/n/12 DateTimePickerDialog\C70/rm/m/n/12/7c {\OT1/cmr/m/n/12 NotesPreferenceActivity\C70/rm/m/n/12/7c {
[] []
[11 <./picture/9.png>] [12 <./picture/9.png>]
<picture/48.png, id=263, 344.78813pt x 407.02063pt> <picture/48.png, id=346, 344.78813pt x 407.02063pt>
File: picture/48.png Graphic file (type png) File: picture/48.png Graphic file (type png)
<use picture/48.png> <use picture/48.png>
Package pdftex.def Info: picture/48.png used on input line 270. Package pdftex.def Info: picture/48.png used on input line 270.
@ -682,7 +689,7 @@ Underfull \hbox (badness 10000) in paragraph at lines 277--278
\C70/rm/m/n/12/51 s \C70/rm/m/n/12/80 T\OT1/cmr/m/n/12 GTaskASyncTask\C70/rm/m/n/12/7c {|\C70/rm/m/n/12/ff ^^[| \OT1/cmr/m/n/12 GTaskASyncTask\C70/rm/m/n/12/7c { \C70/rm/m/n/12/51 s \C70/rm/m/n/12/80 T\OT1/cmr/m/n/12 GTaskManager\C70/rm/m/n/12/7c {|\C70/rm/m/n/12/ff ^^[| \C70/rm/m/n/12/51 s \C70/rm/m/n/12/80 T\OT1/cmr/m/n/12 GTaskASyncTask\C70/rm/m/n/12/7c {|\C70/rm/m/n/12/ff ^^[| \OT1/cmr/m/n/12 GTaskASyncTask\C70/rm/m/n/12/7c { \C70/rm/m/n/12/51 s \C70/rm/m/n/12/80 T\OT1/cmr/m/n/12 GTaskManager\C70/rm/m/n/12/7c {|\C70/rm/m/n/12/ff ^^[|
[] []
[12 <./picture/48.png>] [13 <./picture/48.png>]
Underfull \hbox (badness 10000) in paragraph at lines 282--283 Underfull \hbox (badness 10000) in paragraph at lines 282--283
[]\OT1/cmr/m/n/12 GTaskManager\C70/rm/m/n/12/7c { \C70/rm/m/n/12/4f <20> \C70/rm/m/n/12/8d V\OT1/cmr/m/n/12 MetaData\C70/rm/m/n/12/7c {|\C70/rm/m/n/12/ff ^^L| \OT1/cmr/m/n/12 SqlNote\C70/rm/m/n/12/7c {|\C70/rm/m/n/12/ff ^^L| \OT1/cmr/m/n/12 Task\C70/rm/m/n/12/7c {|\C70/rm/m/n/12/ff ^^L| \OT1/cmr/m/n/12 Node\C70/rm/m/n/12/7c { []\OT1/cmr/m/n/12 GTaskManager\C70/rm/m/n/12/7c { \C70/rm/m/n/12/4f <20> \C70/rm/m/n/12/8d V\OT1/cmr/m/n/12 MetaData\C70/rm/m/n/12/7c {|\C70/rm/m/n/12/ff ^^L| \OT1/cmr/m/n/12 SqlNote\C70/rm/m/n/12/7c {|\C70/rm/m/n/12/ff ^^L| \OT1/cmr/m/n/12 Task\C70/rm/m/n/12/7c {|\C70/rm/m/n/12/ff ^^L| \OT1/cmr/m/n/12 Node\C70/rm/m/n/12/7c {
[] []
@ -727,7 +734,7 @@ Underfull \hbox (badness 3029) in paragraph at lines 351--351
[]|\C70/rm/m/n/12/8b Æ \C70/rm/m/n/12/52 + \C70/rm/m/n/12/75 5 \C70/rm/m/n/12/8b Ý \C70/rm/m/n/12/53 ÷ []|\C70/rm/m/n/12/8b Æ \C70/rm/m/n/12/52 + \C70/rm/m/n/12/75 5 \C70/rm/m/n/12/8b Ý \C70/rm/m/n/12/53 ÷
[] []
[13] [14]
Underfull \hbox (badness 4084) in paragraph at lines 395--396 Underfull \hbox (badness 4084) in paragraph at lines 395--396
[]|\OT1/cmr/m/n/10 20\C70/rm/m/n/10/88 L|\C70/rm/m/n/10/30 ^^B| \C70/rm/m/n/10/57 ( \C70/rm/m/n/10/8b å \C70/rm/m/n/10/7c { \C70/rm/m/n/10/4e - \C70/rm/m/n/10/52 ^^F \C70/rm/m/n/10/5e ^^C \C70/rm/m/n/10/57 ( \C70/rm/m/n/10/7c { \C70/rm/m/n/10/76 „ \C70/rm/m/n/10/60 ; \C70/rm/m/n/10/4f S \C70/rm/m/n/10/4e Ë []|\OT1/cmr/m/n/10 20\C70/rm/m/n/10/88 L|\C70/rm/m/n/10/30 ^^B| \C70/rm/m/n/10/57 ( \C70/rm/m/n/10/8b å \C70/rm/m/n/10/7c { \C70/rm/m/n/10/4e - \C70/rm/m/n/10/52 ^^F \C70/rm/m/n/10/5e ^^C \C70/rm/m/n/10/57 ( \C70/rm/m/n/10/7c { \C70/rm/m/n/10/76 „ \C70/rm/m/n/10/60 ; \C70/rm/m/n/10/4f S \C70/rm/m/n/10/4e Ë
[] []
@ -782,7 +789,7 @@ Overfull \hbox (1.3267pt too wide) in paragraph at lines 465--465
[]|\OT1/cmr/m/n/12 NotesPreferenceActivity| []|\OT1/cmr/m/n/12 NotesPreferenceActivity|
[] []
[14] [15] [16] [17] [18] [19] [20] [21] [22] [15] [16] [17] [18] [19] [20] [21] [22] [23]
Underfull \hbox (badness 10000) in paragraph at lines 556--557 Underfull \hbox (badness 10000) in paragraph at lines 556--557
[]\C70/rm/m/n/12/57 ( \OT1/cmr/m/n/12 onOp-tion-sItem-S-e-lected()\C70/rm/m/n/12/65 ¹ \C70/rm/m/n/12/6c Õ \C70/rm/m/n/12/4e - \C70/rm/m/n/12/65 ° \C70/rm/m/n/12/58 ž \C70/rm/m/n/12/4e † \C70/rm/m/n/12/64 ¤ \C70/rm/m/n/12/56 Þ|\C70/rm/m/n/12/30 ^^A| \C70/rm/m/n/12/8b ¾ \C70/rm/m/n/12/7f n \C70/rm/m/n/12/5b W \C70/rm/m/n/12/4f S \C70/rm/m/n/12/76 „ \C70/rm/m/n/12/89 æ \C70/rm/m/n/12/53 Ñ|\C70/rm/m/n/12/30 ^^B| \C70/rm/m/n/12/65 ° \C70/rm/m/n/12/58 ž []\C70/rm/m/n/12/57 ( \OT1/cmr/m/n/12 onOp-tion-sItem-S-e-lected()\C70/rm/m/n/12/65 ¹ \C70/rm/m/n/12/6c Õ \C70/rm/m/n/12/4e - \C70/rm/m/n/12/65 ° \C70/rm/m/n/12/58 ž \C70/rm/m/n/12/4e † \C70/rm/m/n/12/64 ¤ \C70/rm/m/n/12/56 Þ|\C70/rm/m/n/12/30 ^^A| \C70/rm/m/n/12/8b ¾ \C70/rm/m/n/12/7f n \C70/rm/m/n/12/5b W \C70/rm/m/n/12/4f S \C70/rm/m/n/12/76 „ \C70/rm/m/n/12/89 æ \C70/rm/m/n/12/53 Ñ|\C70/rm/m/n/12/30 ^^B| \C70/rm/m/n/12/65 ° \C70/rm/m/n/12/58 ž
[] []
@ -812,29 +819,29 @@ Underfull \hbox (badness 2376) in paragraph at lines 556--557
\C70/rm/m/n/12/6c Õ \C70/rm/m/n/12/5b ž \C70/rm/m/n/12/73 ° \C70/rm/m/n/12/4e † \C70/rm/m/n/12/7f û \C70/rm/m/n/12/8b Ñ \C70/rm/m/n/12/52 Ÿ \C70/rm/m/n/12/80 ý|\C70/rm/m/n/12/ff ^^L| \C70/rm/m/n/12/65 ° \C70/rm/m/n/12/58 ž \C70/rm/m/n/12/4e † \OT1/cmr/m/n/12 doRe-voke()\C70/rm/m/n/12/65 ¹ \C70/rm/m/n/12/6c Õ \C70/rm/m/n/12/5b ž \C70/rm/m/n/12/73 ° \C70/rm/m/n/12/4e † \C70/rm/m/n/12/64 ¤ \C70/rm/m/n/12/95 ^^@ \C70/rm/m/n/12/52 Ÿ \C70/rm/m/n/12/80 ý\OT1/cmr/m/n/12 ,\C70/rm/m/n/12/65 ° \C70/rm/m/n/12/58 ž \C70/rm/m/n/12/4e †\OT1/cmr/m/n/12 local[]sel()|\C70/rm/m/n/12/30 ^^A| \C70/rm/m/n/12/6c Õ \C70/rm/m/n/12/5b ž \C70/rm/m/n/12/73 ° \C70/rm/m/n/12/4e † \C70/rm/m/n/12/7f û \C70/rm/m/n/12/8b Ñ \C70/rm/m/n/12/52 Ÿ \C70/rm/m/n/12/80 ý|\C70/rm/m/n/12/ff ^^L| \C70/rm/m/n/12/65 ° \C70/rm/m/n/12/58 ž \C70/rm/m/n/12/4e † \OT1/cmr/m/n/12 doRe-voke()\C70/rm/m/n/12/65 ¹ \C70/rm/m/n/12/6c Õ \C70/rm/m/n/12/5b ž \C70/rm/m/n/12/73 ° \C70/rm/m/n/12/4e † \C70/rm/m/n/12/64 ¤ \C70/rm/m/n/12/95 ^^@ \C70/rm/m/n/12/52 Ÿ \C70/rm/m/n/12/80 ý\OT1/cmr/m/n/12 ,\C70/rm/m/n/12/65 ° \C70/rm/m/n/12/58 ž \C70/rm/m/n/12/4e †\OT1/cmr/m/n/12 local[]sel()|\C70/rm/m/n/12/30 ^^A|
[] []
[23] [24]
<picture/10.png, id=362, 478.1865pt x 433.62pt> <picture/10.png, id=429, 478.1865pt x 433.62pt>
File: picture/10.png Graphic file (type png) File: picture/10.png Graphic file (type png)
<use picture/10.png> <use picture/10.png>
Package pdftex.def Info: picture/10.png used on input line 594. Package pdftex.def Info: picture/10.png used on input line 594.
(pdftex.def) Requested size: 455.24411pt x 412.8365pt. (pdftex.def) Requested size: 455.24411pt x 412.8365pt.
<picture/11.png, id=363, 416.757pt x 467.94826pt> <picture/11.png, id=430, 416.757pt x 467.94826pt>
File: picture/11.png Graphic file (type png) File: picture/11.png Graphic file (type png)
<use picture/11.png> <use picture/11.png>
Package pdftex.def Info: picture/11.png used on input line 606. Package pdftex.def Info: picture/11.png used on input line 606.
(pdftex.def) Requested size: 455.24411pt x 511.16737pt. (pdftex.def) Requested size: 455.24411pt x 511.16737pt.
[24 <./picture/10.png>] [25 <./picture/11.png>] [25 <./picture/10.png>] [26 <./picture/11.png>]
<picture/CodeArts-lastest-1.png, id=379, 1050.92625pt x 1132.23pt> <picture/CodeArts-lastest-1.png, id=446, 1050.92625pt x 1132.23pt>
File: picture/CodeArts-lastest-1.png Graphic file (type png) File: picture/CodeArts-lastest-1.png Graphic file (type png)
<use picture/CodeArts-lastest-1.png> <use picture/CodeArts-lastest-1.png>
Package pdftex.def Info: picture/CodeArts-lastest-1.png used on input line 617. Package pdftex.def Info: picture/CodeArts-lastest-1.png used on input line 617.
(pdftex.def) Requested size: 455.24411pt x 490.46017pt. (pdftex.def) Requested size: 455.24411pt x 490.46017pt.
<picture/CodeArts-master.png, id=380, 2087.8pt x 1002.74625pt> <picture/CodeArts-master.png, id=447, 2087.8pt x 1002.74625pt>
File: picture/CodeArts-master.png Graphic file (type png) File: picture/CodeArts-master.png Graphic file (type png)
<use picture/CodeArts-master.png> <use picture/CodeArts-master.png>
Package pdftex.def Info: picture/CodeArts-master.png used on input line 624. Package pdftex.def Info: picture/CodeArts-master.png used on input line 624.
(pdftex.def) Requested size: 364.19667pt x 174.9171pt. (pdftex.def) Requested size: 364.19667pt x 174.9171pt.
[26 <./picture/CodeArts-lastest-1.png>] [27 <./picture/CodeArts-lastest-1.png>]
Underfull \hbox (badness 1648) in paragraph at lines 692--693 Underfull \hbox (badness 1648) in paragraph at lines 692--693
[]|\C70/rm/m/n/10/65 ¹ \C70/rm/m/n/10/6c Õ \C70/rm/m/n/10/76 „\OT1/cmr/m/n/10 Javadoc\C70/rm/m/n/10/4e - \C70/rm/m/n/10/5e ” \C70/rm/m/n/10/8b å \C70/rm/m/n/10/53 ^^E \C70/rm/m/n/10/54 + \C70/rm/m/n/10/52 Ÿ \C70/rm/m/n/10/80 ý \C70/rm/m/n/10/8b ô \C70/rm/m/n/10/66 ^^N|\C70/rm/m/n/10/ff ^^L| \C70/rm/m/n/10/68 9 \C70/rm/m/n/10/63 n \C70/rm/m/n/10/5b ž \C70/rm/m/n/10/96 E \C70/rm/m/n/10/97 ^^@ \C70/rm/m/n/10/89 <20> \C70/rm/m/n/10/63 \C70/rm/m/n/10/98 z \C70/rm/m/n/10/5e <20> \C70/rm/m/n/10/4f ^^? []|\C70/rm/m/n/10/65 ¹ \C70/rm/m/n/10/6c Õ \C70/rm/m/n/10/76 „\OT1/cmr/m/n/10 Javadoc\C70/rm/m/n/10/4e - \C70/rm/m/n/10/5e ” \C70/rm/m/n/10/8b å \C70/rm/m/n/10/53 ^^E \C70/rm/m/n/10/54 + \C70/rm/m/n/10/52 Ÿ \C70/rm/m/n/10/80 ý \C70/rm/m/n/10/8b ô \C70/rm/m/n/10/66 ^^N|\C70/rm/m/n/10/ff ^^L| \C70/rm/m/n/10/68 9 \C70/rm/m/n/10/63 n \C70/rm/m/n/10/5b ž \C70/rm/m/n/10/96 E \C70/rm/m/n/10/97 ^^@ \C70/rm/m/n/10/89 <20> \C70/rm/m/n/10/63 \C70/rm/m/n/10/98 z \C70/rm/m/n/10/5e <20> \C70/rm/m/n/10/4f ^^?
[] []
@ -849,186 +856,186 @@ Underfull \hbox (badness 1648) in paragraph at lines 729--730
[]|\C70/rm/m/n/10/65 ¹ \C70/rm/m/n/10/6c Õ \C70/rm/m/n/10/76 „\OT1/cmr/m/n/10 Javadoc\C70/rm/m/n/10/4e - \C70/rm/m/n/10/5e ” \C70/rm/m/n/10/8b å \C70/rm/m/n/10/53 ^^E \C70/rm/m/n/10/54 + \C70/rm/m/n/10/52 Ÿ \C70/rm/m/n/10/80 ý \C70/rm/m/n/10/8b ô \C70/rm/m/n/10/66 ^^N|\C70/rm/m/n/10/ff ^^L| \C70/rm/m/n/10/68 9 \C70/rm/m/n/10/63 n \C70/rm/m/n/10/5b ž \C70/rm/m/n/10/96 E \C70/rm/m/n/10/97 ^^@ \C70/rm/m/n/10/89 <20> \C70/rm/m/n/10/63 \C70/rm/m/n/10/98 z \C70/rm/m/n/10/5e <20> \C70/rm/m/n/10/4f ^^? []|\C70/rm/m/n/10/65 ¹ \C70/rm/m/n/10/6c Õ \C70/rm/m/n/10/76 „\OT1/cmr/m/n/10 Javadoc\C70/rm/m/n/10/4e - \C70/rm/m/n/10/5e ” \C70/rm/m/n/10/8b å \C70/rm/m/n/10/53 ^^E \C70/rm/m/n/10/54 + \C70/rm/m/n/10/52 Ÿ \C70/rm/m/n/10/80 ý \C70/rm/m/n/10/8b ô \C70/rm/m/n/10/66 ^^N|\C70/rm/m/n/10/ff ^^L| \C70/rm/m/n/10/68 9 \C70/rm/m/n/10/63 n \C70/rm/m/n/10/5b ž \C70/rm/m/n/10/96 E \C70/rm/m/n/10/97 ^^@ \C70/rm/m/n/10/89 <20> \C70/rm/m/n/10/63 \C70/rm/m/n/10/98 z \C70/rm/m/n/10/5e <20> \C70/rm/m/n/10/4f ^^?
[] []
[27 <./picture/CodeArts-master.png>] [28] [29] [28 <./picture/CodeArts-master.png>] [29] [30]
<picture/12.png, id=412, 614.295pt x 1102.1175pt> <picture/12.png, id=479, 614.295pt x 1102.1175pt>
File: picture/12.png Graphic file (type png) File: picture/12.png Graphic file (type png)
<use picture/12.png> <use picture/12.png>
Package pdftex.def Info: picture/12.png used on input line 767. Package pdftex.def Info: picture/12.png used on input line 767.
(pdftex.def) Requested size: 136.57462pt x 245.02277pt. (pdftex.def) Requested size: 136.57462pt x 245.02277pt.
<picture/13.png, id=413, 614.295pt x 1100.11pt> <picture/13.png, id=480, 614.295pt x 1100.11pt>
File: picture/13.png Graphic file (type png) File: picture/13.png Graphic file (type png)
<use picture/13.png> <use picture/13.png>
Package pdftex.def Info: picture/13.png used on input line 772. Package pdftex.def Info: picture/13.png used on input line 772.
(pdftex.def) Requested size: 136.57462pt x 244.57646pt. (pdftex.def) Requested size: 136.57462pt x 244.57646pt.
<picture/14.png, id=414, 636.3775pt x 1103.12125pt> <picture/14.png, id=481, 636.3775pt x 1103.12125pt>
File: picture/14.png Graphic file (type png) File: picture/14.png Graphic file (type png)
<use picture/14.png> <use picture/14.png>
Package pdftex.def Info: picture/14.png used on input line 778. Package pdftex.def Info: picture/14.png used on input line 778.
(pdftex.def) Requested size: 113.81102pt x 197.274pt. (pdftex.def) Requested size: 113.81102pt x 197.274pt.
[30 <./picture/12.png> <./picture/13.png> <./picture/14.png>] [31 <./picture/12.png> <./picture/13.png> <./picture/14.png>]
<picture/15.png, id=426, 635.37375pt x 1100.11pt> <picture/15.png, id=492, 635.37375pt x 1100.11pt>
File: picture/15.png Graphic file (type png) File: picture/15.png Graphic file (type png)
<use picture/15.png> <use picture/15.png>
Package pdftex.def Info: picture/15.png used on input line 791. Package pdftex.def Info: picture/15.png used on input line 791.
(pdftex.def) Requested size: 318.66948pt x 551.76585pt. (pdftex.def) Requested size: 318.66948pt x 551.76585pt.
[31 <./picture/15.png>] [32 <./picture/15.png>]
<picture/16.png, id=435, 626.34pt x 1109.14375pt> <picture/16.png, id=499, 626.34pt x 1109.14375pt>
File: picture/16.png Graphic file (type png) File: picture/16.png Graphic file (type png)
<use picture/16.png> <use picture/16.png>
Package pdftex.def Info: picture/16.png used on input line 804. Package pdftex.def Info: picture/16.png used on input line 804.
(pdftex.def) Requested size: 204.85846pt x 362.76913pt. (pdftex.def) Requested size: 204.85846pt x 362.76913pt.
<picture/17.png, id=436, 629.35126pt x 1054.94125pt> <picture/17.png, id=500, 629.35126pt x 1054.94125pt>
File: picture/17.png Graphic file (type png) File: picture/17.png Graphic file (type png)
<use picture/17.png> <use picture/17.png>
Package pdftex.def Info: picture/17.png used on input line 809. Package pdftex.def Info: picture/17.png used on input line 809.
(pdftex.def) Requested size: 204.85846pt x 343.38306pt. (pdftex.def) Requested size: 204.85846pt x 343.38306pt.
[32 <./picture/16.png> <./picture/17.png>] [33 <./picture/16.png> <./picture/17.png>]
<picture/18.png, id=443, 647.41875pt x 1120.185pt> <picture/18.png, id=506, 647.41875pt x 1120.185pt>
File: picture/18.png Graphic file (type png) File: picture/18.png Graphic file (type png)
<use picture/18.png> <use picture/18.png>
Package pdftex.def Info: picture/18.png used on input line 820. Package pdftex.def Info: picture/18.png used on input line 820.
(pdftex.def) Requested size: 318.66948pt x 551.37389pt. (pdftex.def) Requested size: 318.66948pt x 551.37389pt.
[33 <./picture/18.png>] [34 <./picture/18.png>]
<picture/19.png, id=449, 632.3625pt x 1103.12125pt> <picture/19.png, id=512, 632.3625pt x 1103.12125pt>
File: picture/19.png Graphic file (type png) File: picture/19.png Graphic file (type png)
<use picture/19.png> <use picture/19.png>
Package pdftex.def Info: picture/19.png used on input line 828. Package pdftex.def Info: picture/19.png used on input line 828.
(pdftex.def) Requested size: 318.66948pt x 555.902pt. (pdftex.def) Requested size: 318.66948pt x 555.902pt.
[34 <./picture/19.png>] [35 <./picture/19.png>]
<picture/20.png, id=455, 632.3625pt x 791.95876pt> <picture/20.png, id=518, 632.3625pt x 791.95876pt>
File: picture/20.png Graphic file (type png) File: picture/20.png Graphic file (type png)
<use picture/20.png> <use picture/20.png>
Package pdftex.def Info: picture/20.png used on input line 836. Package pdftex.def Info: picture/20.png used on input line 836.
(pdftex.def) Requested size: 318.66948pt x 399.09616pt. (pdftex.def) Requested size: 318.66948pt x 399.09616pt.
[35 <./picture/20.png>] [36 <./picture/20.png>]
<picture/21.png, id=461, 614.295pt x 943.525pt> <picture/21.png, id=524, 614.295pt x 943.525pt>
File: picture/21.png Graphic file (type png) File: picture/21.png Graphic file (type png)
<use picture/21.png> <use picture/21.png>
Package pdftex.def Info: picture/21.png used on input line 846. Package pdftex.def Info: picture/21.png used on input line 846.
(pdftex.def) Requested size: 204.85846pt x 314.64673pt. (pdftex.def) Requested size: 204.85846pt x 314.64673pt.
<picture/22.png, id=462, 650.43pt x 991.705pt> <picture/22.png, id=525, 650.43pt x 991.705pt>
File: picture/22.png Graphic file (type png) File: picture/22.png Graphic file (type png)
<use picture/22.png> <use picture/22.png>
Package pdftex.def Info: picture/22.png used on input line 851. Package pdftex.def Info: picture/22.png used on input line 851.
(pdftex.def) Requested size: 204.85846pt x 312.34334pt. (pdftex.def) Requested size: 204.85846pt x 312.34334pt.
[36 <./picture/21.png> <./picture/22.png>] [37 <./picture/21.png> <./picture/22.png>]
<picture/seq3_Login.png, id=468, 1003.75pt x 1570.86874pt> <picture/seq3_Login.png, id=532, 1003.75pt x 1570.86874pt>
File: picture/seq3_Login.png Graphic file (type png) File: picture/seq3_Login.png Graphic file (type png)
<use picture/seq3_Login.png> <use picture/seq3_Login.png>
Package pdftex.def Info: picture/seq3_Login.png used on input line 860. Package pdftex.def Info: picture/seq3_Login.png used on input line 860.
(pdftex.def) Requested size: 418.82375pt x 655.46985pt. (pdftex.def) Requested size: 418.82375pt x 655.46985pt.
[37 <./picture/seq3_Login.png (PNG copy)>] [38 <./picture/seq3_Login.png (PNG copy)>]
<picture/23.png, id=476, 627.34375pt x 1003.75pt> <picture/23.png, id=538, 627.34375pt x 1003.75pt>
File: picture/23.png Graphic file (type png) File: picture/23.png Graphic file (type png)
<use picture/23.png> <use picture/23.png>
Package pdftex.def Info: picture/23.png used on input line 875. Package pdftex.def Info: picture/23.png used on input line 875.
(pdftex.def) Requested size: 204.85846pt x 327.77711pt. (pdftex.def) Requested size: 204.85846pt x 327.77711pt.
<picture/24.png, id=477, 573.14125pt x 858.20625pt> <picture/24.png, id=539, 573.14125pt x 858.20625pt>
File: picture/24.png Graphic file (type png) File: picture/24.png Graphic file (type png)
<use picture/24.png> <use picture/24.png>
Package pdftex.def Info: picture/24.png used on input line 880. Package pdftex.def Info: picture/24.png used on input line 880.
(pdftex.def) Requested size: 204.85846pt x 306.75403pt. (pdftex.def) Requested size: 204.85846pt x 306.75403pt.
[38 <./picture/23.png> <./picture/24.png>] [39 <./picture/23.png> <./picture/24.png>]
<picture/25.png, id=484, 612.2875pt x 1112.155pt> <picture/25.png, id=545, 612.2875pt x 1112.155pt>
File: picture/25.png Graphic file (type png) File: picture/25.png Graphic file (type png)
<use picture/25.png> <use picture/25.png>
Package pdftex.def Info: picture/25.png used on input line 892. Package pdftex.def Info: picture/25.png used on input line 892.
(pdftex.def) Requested size: 204.85846pt x 372.10332pt. (pdftex.def) Requested size: 204.85846pt x 372.10332pt.
<picture/26.png, id=485, 624.3325pt x 1053.9375pt> <picture/26.png, id=546, 624.3325pt x 1053.9375pt>
File: picture/26.png Graphic file (type png) File: picture/26.png Graphic file (type png)
<use picture/26.png> <use picture/26.png>
Package pdftex.def Info: picture/26.png used on input line 897. Package pdftex.def Info: picture/26.png used on input line 897.
(pdftex.def) Requested size: 204.85846pt x 345.82239pt. (pdftex.def) Requested size: 204.85846pt x 345.82239pt.
[39 <./picture/25.png> <./picture/26.png>] [40 <./picture/25.png> <./picture/26.png>]
<picture/27.png, id=491, 618.31pt x 1109.14375pt> <picture/27.png, id=552, 618.31pt x 1109.14375pt>
File: picture/27.png Graphic file (type png) File: picture/27.png Graphic file (type png)
<use picture/27.png> <use picture/27.png>
Package pdftex.def Info: picture/27.png used on input line 909. Package pdftex.def Info: picture/27.png used on input line 909.
(pdftex.def) Requested size: 204.85846pt x 367.47404pt. (pdftex.def) Requested size: 204.85846pt x 367.47404pt.
<picture/28.png, id=492, 618.31pt x 999.735pt> <picture/28.png, id=553, 618.31pt x 999.735pt>
File: picture/28.png Graphic file (type png) File: picture/28.png Graphic file (type png)
<use picture/28.png> <use picture/28.png>
Package pdftex.def Info: picture/28.png used on input line 914. Package pdftex.def Info: picture/28.png used on input line 914.
(pdftex.def) Requested size: 204.85846pt x 331.22548pt. (pdftex.def) Requested size: 204.85846pt x 331.22548pt.
[40 <./picture/27.png> <./picture/28.png>] [41 <./picture/27.png> <./picture/28.png>]
<picture/seq4_Translate.png, id=498, 824.07875pt x 797.98125pt> <picture/seq4_Translate.png, id=559, 824.07875pt x 797.98125pt>
File: picture/seq4_Translate.png Graphic file (type png) File: picture/seq4_Translate.png Graphic file (type png)
<use picture/seq4_Translate.png> <use picture/seq4_Translate.png>
Package pdftex.def Info: picture/seq4_Translate.png used on input line 923. Package pdftex.def Info: picture/seq4_Translate.png used on input line 923.
(pdftex.def) Requested size: 455.24411pt x 440.82706pt. (pdftex.def) Requested size: 455.24411pt x 440.82706pt.
[41 <./picture/seq4_Translate.png (PNG copy)>] [42 <./picture/seq4_Translate.png (PNG copy)>]
<picture/29.png, id=504, 612.2875pt x 958.58125pt> <picture/29.png, id=565, 612.2875pt x 958.58125pt>
File: picture/29.png Graphic file (type png) File: picture/29.png Graphic file (type png)
<use picture/29.png> <use picture/29.png>
Package pdftex.def Info: picture/29.png used on input line 935. Package pdftex.def Info: picture/29.png used on input line 935.
(pdftex.def) Requested size: 318.66948pt x 498.90393pt. (pdftex.def) Requested size: 318.66948pt x 498.90393pt.
[42 <./picture/29.png>] [43 <./picture/29.png>]
<picture/30.png, id=512, 632.3625pt x 985.6825pt> <picture/30.png, id=573, 632.3625pt x 985.6825pt>
File: picture/30.png Graphic file (type png) File: picture/30.png Graphic file (type png)
<use picture/30.png> <use picture/30.png>
Package pdftex.def Info: picture/30.png used on input line 945. Package pdftex.def Info: picture/30.png used on input line 945.
(pdftex.def) Requested size: 318.66948pt x 496.72043pt. (pdftex.def) Requested size: 318.66948pt x 496.72043pt.
[43 <./picture/30.png>] [44 <./picture/30.png>]
<picture/31.png, id=520, 362.35374pt x 156.585pt> <picture/31.png, id=579, 362.35374pt x 156.585pt>
File: picture/31.png Graphic file (type png) File: picture/31.png Graphic file (type png)
<use picture/31.png> <use picture/31.png>
Package pdftex.def Info: picture/31.png used on input line 957. Package pdftex.def Info: picture/31.png used on input line 957.
(pdftex.def) Requested size: 318.66948pt x 137.7092pt. (pdftex.def) Requested size: 318.66948pt x 137.7092pt.
<picture/32.png, id=521, 332.24126pt x 142.5325pt> <picture/32.png, id=580, 332.24126pt x 142.5325pt>
File: picture/32.png Graphic file (type png) File: picture/32.png Graphic file (type png)
<use picture/32.png> <use picture/32.png>
Package pdftex.def Info: picture/32.png used on input line 962. Package pdftex.def Info: picture/32.png used on input line 962.
(pdftex.def) Requested size: 318.66948pt x 136.7187pt. (pdftex.def) Requested size: 318.66948pt x 136.7187pt.
<picture/33.png, id=522, 359.3425pt x 145.54375pt> <picture/33.png, id=581, 359.3425pt x 145.54375pt>
File: picture/33.png Graphic file (type png) File: picture/33.png Graphic file (type png)
<use picture/33.png> <use picture/33.png>
Package pdftex.def Info: picture/33.png used on input line 967. Package pdftex.def Info: picture/33.png used on input line 967.
(pdftex.def) Requested size: 318.66948pt x 129.08046pt. (pdftex.def) Requested size: 318.66948pt x 129.08046pt.
<picture/34.png, id=523, 368.37625pt x 154.5775pt> <picture/34.png, id=582, 368.37625pt x 154.5775pt>
File: picture/34.png Graphic file (type png) File: picture/34.png Graphic file (type png)
<use picture/34.png> <use picture/34.png>
Package pdftex.def Info: picture/34.png used on input line 972. Package pdftex.def Info: picture/34.png used on input line 972.
(pdftex.def) Requested size: 318.66948pt x 133.71947pt. (pdftex.def) Requested size: 318.66948pt x 133.71947pt.
<picture/35.png, id=524, 364.36125pt x 154.5775pt> <picture/35.png, id=583, 364.36125pt x 154.5775pt>
File: picture/35.png Graphic file (type png) File: picture/35.png Graphic file (type png)
<use picture/35.png> <use picture/35.png>
Package pdftex.def Info: picture/35.png used on input line 977. Package pdftex.def Info: picture/35.png used on input line 977.
(pdftex.def) Requested size: 318.66948pt x 135.19835pt. (pdftex.def) Requested size: 318.66948pt x 135.19835pt.
[44 <./picture/31.png> <./picture/32.png> <./picture/33.png>] [45 <./picture/34.png> <./picture/35.png>] [45 <./picture/31.png> <./picture/32.png> <./picture/33.png>] [46 <./picture/34.png> <./picture/35.png>]
<picture/36.png, id=539, 620.3175pt x 487.8225pt> <picture/36.png, id=597, 620.3175pt x 487.8225pt>
File: picture/36.png Graphic file (type png) File: picture/36.png Graphic file (type png)
<use picture/36.png> <use picture/36.png>
Package pdftex.def Info: picture/36.png used on input line 987. Package pdftex.def Info: picture/36.png used on input line 987.
(pdftex.def) Requested size: 318.66948pt x 250.6024pt. (pdftex.def) Requested size: 318.66948pt x 250.6024pt.
[46 <./picture/36.png>] [47 <./picture/36.png>]
<picture/37.png, id=546, 635.37375pt x 1105.12875pt> <picture/37.png, id=603, 635.37375pt x 1105.12875pt>
File: picture/37.png Graphic file (type png) File: picture/37.png Graphic file (type png)
<use picture/37.png> <use picture/37.png>
Package pdftex.def Info: picture/37.png used on input line 1001. Package pdftex.def Info: picture/37.png used on input line 1001.
(pdftex.def) Requested size: 204.85846pt x 356.31276pt. (pdftex.def) Requested size: 204.85846pt x 356.31276pt.
<picture/38.png, id=547, 642.4pt x 1075.01625pt> <picture/38.png, id=604, 642.4pt x 1075.01625pt>
File: picture/38.png Graphic file (type png) File: picture/38.png Graphic file (type png)
<use picture/38.png> <use picture/38.png>
Package pdftex.def Info: picture/38.png used on input line 1006. Package pdftex.def Info: picture/38.png used on input line 1006.
(pdftex.def) Requested size: 204.85846pt x 342.81479pt. (pdftex.def) Requested size: 204.85846pt x 342.81479pt.
[47 <./picture/37.png> <./picture/38.png>] [48 <./picture/37.png> <./picture/38.png>]
<picture/39.png, id=555, 603.25375pt x 1054.94125pt> <picture/39.png, id=611, 603.25375pt x 1054.94125pt>
File: picture/39.png Graphic file (type png) File: picture/39.png Graphic file (type png)
<use picture/39.png> <use picture/39.png>
Package pdftex.def Info: picture/39.png used on input line 1017. Package pdftex.def Info: picture/39.png used on input line 1017.
(pdftex.def) Requested size: 204.85846pt x 358.24066pt. (pdftex.def) Requested size: 204.85846pt x 358.24066pt.
<picture/40.png, id=556, 635.37375pt x 1050.92625pt> <picture/40.png, id=612, 635.37375pt x 1050.92625pt>
File: picture/40.png Graphic file (type png) File: picture/40.png Graphic file (type png)
<use picture/40.png> <use picture/40.png>
Package pdftex.def Info: picture/40.png used on input line 1022. Package pdftex.def Info: picture/40.png used on input line 1022.
(pdftex.def) Requested size: 204.85846pt x 338.83693pt. (pdftex.def) Requested size: 204.85846pt x 338.83693pt.
[48 <./picture/39.png> <./picture/40.png>] [49 <./picture/39.png> <./picture/40.png>]
<picture/41.png, id=562, 638.385pt x 1041.8925pt> <picture/41.png, id=619, 638.385pt x 1041.8925pt>
File: picture/41.png Graphic file (type png) File: picture/41.png Graphic file (type png)
<use picture/41.png> <use picture/41.png>
Package pdftex.def Info: picture/41.png used on input line 1043. Package pdftex.def Info: picture/41.png used on input line 1043.
(pdftex.def) Requested size: 204.85846pt x 334.3345pt. (pdftex.def) Requested size: 204.85846pt x 334.3345pt.
<picture/42.png, id=563, 650.43pt x 1075.01625pt> <picture/42.png, id=620, 650.43pt x 1075.01625pt>
File: picture/42.png Graphic file (type png) File: picture/42.png Graphic file (type png)
<use picture/42.png> <use picture/42.png>
Package pdftex.def Info: picture/42.png used on input line 1048. Package pdftex.def Info: picture/42.png used on input line 1048.
@ -1041,58 +1048,52 @@ File: picture/42.png Graphic file (type png)
<use picture/42.png> <use picture/42.png>
Package pdftex.def Info: picture/42.png used on input line 1062. Package pdftex.def Info: picture/42.png used on input line 1062.
(pdftex.def) Requested size: 204.85846pt x 338.5827pt. (pdftex.def) Requested size: 204.85846pt x 338.5827pt.
[49 <./picture/41.png> <./picture/42.png>] [50] [50 <./picture/41.png> <./picture/42.png>] [51]
<picture/Template tag 1.png, id=577, 359.84438pt x 544.0325pt> <picture/Template tag 1.png, id=633, 359.84438pt x 544.0325pt>
File: picture/Template tag 1.png Graphic file (type png) File: picture/Template tag 1.png Graphic file (type png)
<use picture/Template tag 1.png> <use picture/Template tag 1.png>
Package pdftex.def Info: picture/Template tag 1.png used on input line 1075. Package pdftex.def Info: picture/Template tag 1.png used on input line 1075.
(pdftex.def) Requested size: 200.76353pt x 303.53545pt. (pdftex.def) Requested size: 200.76353pt x 303.53545pt.
LaTeX Font Info: External font `cmex10' loaded for size <picture/Template tag 2.png, id=634, 359.84438pt x 544.0325pt>
(Font) <12> on input line 1078.
LaTeX Font Info: External font `cmex10' loaded for size
(Font) <8> on input line 1078.
LaTeX Font Info: External font `cmex10' loaded for size
(Font) <6> on input line 1078.
<picture/Template tag 2.png, id=578, 359.84438pt x 544.0325pt>
File: picture/Template tag 2.png Graphic file (type png) File: picture/Template tag 2.png Graphic file (type png)
<use picture/Template tag 2.png> <use picture/Template tag 2.png>
Package pdftex.def Info: picture/Template tag 2.png used on input line 1082. Package pdftex.def Info: picture/Template tag 2.png used on input line 1082.
(pdftex.def) Requested size: 200.76353pt x 303.53545pt. (pdftex.def) Requested size: 200.76353pt x 303.53545pt.
[51 <./picture/Template tag 1.png> <./picture/Template tag 2.png>] [52 <./picture/Template tag 1.png> <./picture/Template tag 2.png>]
<picture/linsten1.png, id=587, 359.84438pt x 543.53062pt> <picture/linsten1.png, id=642, 359.84438pt x 543.53062pt>
File: picture/linsten1.png Graphic file (type png) File: picture/linsten1.png Graphic file (type png)
<use picture/linsten1.png> <use picture/linsten1.png>
Package pdftex.def Info: picture/linsten1.png used on input line 1105. Package pdftex.def Info: picture/linsten1.png used on input line 1105.
(pdftex.def) Requested size: 200.76353pt x 303.25543pt. (pdftex.def) Requested size: 200.76353pt x 303.25543pt.
<picture/linsten2.png, id=588, 359.84438pt x 543.53062pt> <picture/linsten2.png, id=643, 359.84438pt x 543.53062pt>
File: picture/linsten2.png Graphic file (type png) File: picture/linsten2.png Graphic file (type png)
<use picture/linsten2.png> <use picture/linsten2.png>
Package pdftex.def Info: picture/linsten2.png used on input line 1112. Package pdftex.def Info: picture/linsten2.png used on input line 1112.
(pdftex.def) Requested size: 200.76353pt x 303.25543pt. (pdftex.def) Requested size: 200.76353pt x 303.25543pt.
[52 <./picture/linsten1.png> <./picture/linsten2.png>] [53 <./picture/linsten1.png> <./picture/linsten2.png>]
<picture/seq12_Iat.png, id=602, 1085.05376pt x 1197.47375pt> <picture/seq12_Iat.png, id=656, 1085.05376pt x 1197.47375pt>
File: picture/seq12_Iat.png Graphic file (type png) File: picture/seq12_Iat.png Graphic file (type png)
<use picture/seq12_Iat.png> <use picture/seq12_Iat.png>
Package pdftex.def Info: picture/seq12_Iat.png used on input line 1133. Package pdftex.def Info: picture/seq12_Iat.png used on input line 1133.
(pdftex.def) Requested size: 455.24411pt x 502.40565pt. (pdftex.def) Requested size: 455.24411pt x 502.40565pt.
[53 <./picture/seq12_Iat.png (PNG copy)>] [54 <./picture/seq12_Iat.png (PNG copy)>]
<picture/Speech synthesis diagram 1.png, id=608, 359.84438pt x 543.53062pt> <picture/Speech synthesis diagram 1.png, id=662, 359.84438pt x 543.53062pt>
File: picture/Speech synthesis diagram 1.png Graphic file (type png) File: picture/Speech synthesis diagram 1.png Graphic file (type png)
<use picture/Speech synthesis diagram 1.png> <use picture/Speech synthesis diagram 1.png>
Package pdftex.def Info: picture/Speech synthesis diagram 1.png used on input line 1146. Package pdftex.def Info: picture/Speech synthesis diagram 1.png used on input line 1146.
(pdftex.def) Requested size: 318.66948pt x 481.37704pt. (pdftex.def) Requested size: 318.66948pt x 481.37704pt.
<picture/Speech synthesis diagram 2.png, id=609, 359.84438pt x 543.53062pt> <picture/Speech synthesis diagram 2.png, id=781, 359.84438pt x 543.53062pt>
File: picture/Speech synthesis diagram 2.png Graphic file (type png) File: picture/Speech synthesis diagram 2.png Graphic file (type png)
<use picture/Speech synthesis diagram 2.png> <use picture/Speech synthesis diagram 2.png>
Package pdftex.def Info: picture/Speech synthesis diagram 2.png used on input line 1155. Package pdftex.def Info: picture/Speech synthesis diagram 2.png used on input line 1155.
(pdftex.def) Requested size: 200.76353pt x 303.25543pt. (pdftex.def) Requested size: 200.76353pt x 303.25543pt.
<picture/Speech synthesis diagram 3.png, id=610, 359.84438pt x 543.53062pt> <picture/Speech synthesis diagram 3.png, id=782, 359.84438pt x 543.53062pt>
File: picture/Speech synthesis diagram 3.png Graphic file (type png) File: picture/Speech synthesis diagram 3.png Graphic file (type png)
<use picture/Speech synthesis diagram 3.png> <use picture/Speech synthesis diagram 3.png>
Package pdftex.def Info: picture/Speech synthesis diagram 3.png used on input line 1162. Package pdftex.def Info: picture/Speech synthesis diagram 3.png used on input line 1162.
(pdftex.def) Requested size: 200.76353pt x 303.25543pt. (pdftex.def) Requested size: 200.76353pt x 303.25543pt.
[54 <./picture/Speech synthesis diagram 1.png>] [55 <./picture/Speech synthesis diagram 2.png> <./picture/Speech synthesis diagram 3.png>] [55 <./picture/Speech synthesis diagram 1.png>] [56 <./picture/Speech synthesis diagram 2.png> <./picture/Speech synthesis diagram 3.png>]
<picture/seq13_Tts.png, id=626, 827.09pt x 1387.1825pt> <picture/seq13_Tts.png, id=797, 827.09pt x 1387.1825pt>
File: picture/seq13_Tts.png Graphic file (type png) File: picture/seq13_Tts.png Graphic file (type png)
<use picture/seq13_Tts.png> <use picture/seq13_Tts.png>
Package pdftex.def Info: picture/seq13_Tts.png used on input line 1171. Package pdftex.def Info: picture/seq13_Tts.png used on input line 1171.
@ -1100,73 +1101,57 @@ Package pdftex.def Info: picture/seq13_Tts.png used on input line 1171.
Overfull \vbox (8.89296pt too high) has occurred while \output is active [] Overfull \vbox (8.89296pt too high) has occurred while \output is active []
[56 <./picture/seq13_Tts.png (PNG copy)>] [57 <./picture/seq13_Tts.png (PNG copy)>]
<picture/Dialogue-based large models.png, id=632, 359.84438pt x 543.53062pt> <picture/Dialogue-based large models.png, id=803, 359.84438pt x 543.53062pt>
File: picture/Dialogue-based large models.png Graphic file (type png) File: picture/Dialogue-based large models.png Graphic file (type png)
<use picture/Dialogue-based large models.png> <use picture/Dialogue-based large models.png>
Package pdftex.def Info: picture/Dialogue-based large models.png used on input line 1182. Package pdftex.def Info: picture/Dialogue-based large models.png used on input line 1182.
(pdftex.def) Requested size: 318.66948pt x 481.37704pt. (pdftex.def) Requested size: 318.66948pt x 481.37704pt.
[57 <./picture/Dialogue-based large models.png>] [58 <./picture/Dialogue-based large models.png>]
<picture/seq14_chatLLM.png, id=811, 899.36pt x 1005.7575pt>
LaTeX Warning: File `picture/chatLLM.png' not found on input line 1189. File: picture/seq14_chatLLM.png Graphic file (type png)
<use picture/seq14_chatLLM.png>
Package pdftex.def Info: picture/seq14_chatLLM.png used on input line 1189.
c:/Users/秦薪淇/Desktop/software engineering/xiaomi/xiaomi/doc/代码泛读、标注、维护报告/小米便签泛读、标注和维护报告文档.tex:1189: Package pdftex.def Error: File `picture/chatLLM.png' not found: using draft setting. (pdftex.def) Requested size: 455.24411pt x 509.10825pt.
[59 <./picture/seq14_chatLLM.png (PNG copy)>]
See the pdftex.def package documentation for explanation. <picture/Undo function1.png, id=817, 359.84438pt x 543.53062pt>
Type H <return> for immediate help.
...
l.1189 ...idth=1.0\textwidth]{picture/chatLLM.png}
Try typing <return> to proceed.
If that doesn't work, type X <return> to quit.
[58]
<picture/Undo function1.png, id=648, 359.84438pt x 543.53062pt>
File: picture/Undo function1.png Graphic file (type png) File: picture/Undo function1.png Graphic file (type png)
<use picture/Undo function1.png> <use picture/Undo function1.png>
Package pdftex.def Info: picture/Undo function1.png used on input line 1201. Package pdftex.def Info: picture/Undo function1.png used on input line 1201.
(pdftex.def) Requested size: 318.66948pt x 481.37704pt. (pdftex.def) Requested size: 318.66948pt x 481.37704pt.
[59 <./picture/Undo function1.png>] [60 <./picture/Undo function1.png>]
<picture/Obtain the geographical location schematic diagram 1.png, id=656, 328.22626pt x 515.42563pt> <picture/Obtain the geographical location schematic diagram 1.png, id=824, 328.22626pt x 515.42563pt>
File: picture/Obtain the geographical location schematic diagram 1.png Graphic file (type png) File: picture/Obtain the geographical location schematic diagram 1.png Graphic file (type png)
<use picture/Obtain the geographical location schematic diagram 1.png> <use picture/Obtain the geographical location schematic diagram 1.png>
Package pdftex.def Info: picture/Obtain the geographical location schematic diagram 1.png used on input line 1220. Package pdftex.def Info: picture/Obtain the geographical location schematic diagram 1.png used on input line 1220.
(pdftex.def) Requested size: 200.76353pt x 315.26642pt. (pdftex.def) Requested size: 200.76353pt x 315.26642pt.
<picture/Obtain the geographical location schematic diagram 2.png, id=657, 359.84438pt x 544.0325pt> <picture/Obtain the geographical location schematic diagram 2.png, id=825, 359.84438pt x 544.0325pt>
File: picture/Obtain the geographical location schematic diagram 2.png Graphic file (type png) File: picture/Obtain the geographical location schematic diagram 2.png Graphic file (type png)
<use picture/Obtain the geographical location schematic diagram 2.png> <use picture/Obtain the geographical location schematic diagram 2.png>
Package pdftex.def Info: picture/Obtain the geographical location schematic diagram 2.png used on input line 1227. Package pdftex.def Info: picture/Obtain the geographical location schematic diagram 2.png used on input line 1227.
(pdftex.def) Requested size: 200.76353pt x 303.53545pt. (pdftex.def) Requested size: 200.76353pt x 303.53545pt.
[60 <./picture/Obtain the geographical location schematic diagram 1.png> <./picture/Obtain the geographical location schematic diagram 2.png>] [61] (./小米便签泛读、标注和维护报告文档.aux) [61 <./picture/Obtain the geographical location schematic diagram 1.png> <./picture/Obtain the geographical location schematic diagram 2.png>] [62] (./小米便签泛读、标注和维护报告文档.aux)
*********** ***********
LaTeX2e <2023-11-01> patch level 1 LaTeX2e <2023-11-01> patch level 1
L3 programming layer <2022/07/14> L3 programming layer <2022/07/14>
*********** ***********
Package rerunfilecheck Info: File `小米便签泛读、标注和维护报告文档.out' has not changed.
(rerunfilecheck) Checksum: 8E3E212C176114E9C515D4259BC1801E;4621.
Package rerunfilecheck Warning: File `小米便签泛读、标注和维护报告文档.out' has changed.
(rerunfilecheck) Rerun to get outlines right
(rerunfilecheck) or use package `bookmark'.
Package rerunfilecheck Info: Checksums for `小米便签泛读、标注和维护报告文档.out':
(rerunfilecheck) Before: <no file>
(rerunfilecheck) After: 8E3E212C176114E9C515D4259BC1801E;4621.
) )
Here is how much of TeX's memory you used: Here is how much of TeX's memory you used:
17813 strings out of 474116 17838 strings out of 474116
303385 string characters out of 5747718 304258 string characters out of 5747718
2030190 words of memory out of 5000000 2030190 words of memory out of 5000000
39324 multiletter control sequences out of 15000+600000 39340 multiletter control sequences out of 15000+600000
647270 words of font info for 361 fonts, out of 8000000 for 9000 647911 words of font info for 363 fonts, out of 8000000 for 9000
1141 hyphenation exceptions out of 8191 1141 hyphenation exceptions out of 8191
80i,9n,83p,894b,654s stack positions out of 10000i,1000n,20000p,200000b,200000s 80i,9n,83p,894b,653s stack positions out of 10000i,1000n,20000p,200000b,200000s
<c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><f:/texlive/2024/texmf-dist/fonts/type1/public/amsfonts/cm/cmbx12.pfb><f:/texlive/2024/texmf-dist/fonts/type1/public/amsfonts/cm/cmr10.pfb><f:/texlive/2024/texmf-dist/fonts/type1/public/amsfonts/cm/cmr12.pfb><f:/texlive/2024/texmf-dist/fonts/type1/public/amsfonts/cm/cmtt12.pfb><f:/texlive/2024/texmf-dist/fonts/type1/public/cm-super/sfrm1200.pfb> <c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simsun.ttc><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><c:/Windows/Fonts/simhei.ttf><f:/texlive/2024/texmf-dist/fonts/type1/public/amsfonts/cm/cmbx12.pfb><f:/texlive/2024/texmf-dist/fonts/type1/public/amsfonts/cm/cmr10.pfb><f:/texlive/2024/texmf-dist/fonts/type1/public/amsfonts/cm/cmr12.pfb><f:/texlive/2024/texmf-dist/fonts/type1/public/cm-super/sfrm1200.pfb>
Output written on 小米便签泛读、标注和维护报告文档.pdf (61 pages, 8968764 bytes). Output written on 小ve/2024/texmf-dist/fonts/type1/public/amsfonts/cm/cmbx12.pfb><f:/texlive/2024/texmf-dist/fonts/type1/public/amsfonts/cm/cmr10.pfb><f:/texlive/2024/texmf-dist/fonts/type1/public/amsfonts/cm/cmr12.pfb><f:/texlive/2024/texmf-dist/fonts/type1/public/cm-super/sfrm1200.pfb>
Output written on 小米便签泛读、标注和维护报告文档.pdf (62 pages, 9048120 bytes).
PDF statistics: PDF statistics:
1125 PDF objects out of 1200 (max. 8388607) 1165 PDF objects out of 1200 (max. 8388607)
768 compressed objects within 8 object streams 807 compressed objects within 9 object streams
197 named destinations out of 1000 (max. 500000) 198 named destinations out of 1000 (max. 500000)
600 words of extra memory for PDF output out of 10000 (max. 10000000) 605 words of extra memory for PDF output out of 10000 (max. 10000000)

@ -1186,7 +1186,7 @@ Gtask包用于存放与数据更新同步检测异常相关的类和方法
\newpage \newpage
\begin{figure}[H] \begin{figure}[H]
\centering \centering
\includegraphics[width=1.0\textwidth]{picture/chatLLM.png} \includegraphics[width=1.0\textwidth]{picture/seq14_chatLLM.png}
\caption{对话式大模型的时序图} \caption{对话式大模型的时序图}
\end{figure} \end{figure}

Loading…
Cancel
Save