Skip to content

Commit

Permalink
修改Document编码格式为UTF-8有BOM格式,以便在Github上查看
Browse files Browse the repository at this point in the history
  • Loading branch information
BensonLaur committed Jul 10, 2017
1 parent 0b2baa5 commit 445faaa
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
32 changes: 16 additions & 16 deletions Document/AutoUpdate.txt
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
�Զ�����ģ��
自动升级模块
====================================================================================
ģ��˵����
��ģ��ʵ���Զ��������ܣ��ڳ�������������һ���߳����Զ����������Ծ�Ĭ������
ʽ�����߳��������������������ļ����������µİ汾�����������µĿ�ִ���ļ�������
�汾��Ϣ�ļ������������ķ�ʽ�������ļ���
模块说明:
该模块实现自动升级功能,在程序启动后启动一个线程来自动升级程序;以静默升级方
式,在线程启动后,下载最新配置文件,发现有新的版本,则下载最新的可执行文件和最新
版本信息文件。以重命名的方式,升级文件。


-------------------------------------------------------------------------------------
��Ҫ�����ļ���
主要代码文件:
../BesLyric/BesAutoUpdateThread.cpp
../BesLyric/AutoUpdateThread.h

-------------------------------------------------------------------------------------
��������˵����
升级程序说明:

�������ϴ�����4���ļ�������ʹ�ò���԰���ļ��������������ļ��������ƣ���׺ʹ��zip������
�ļ����£�
服务器上储存着4个文件,这里使用博客园的文件服务器,由于文件类型限制,后缀使用zip,具体
文件如下:
http://files.cnblogs.com/files/BensonLaur/Beslyric.zip

http://files.cnblogs.com/files/BensonLaur/lastVersion.zip
http://files.cnblogs.com/files/BensonLaur/BesLyricExe.zip
http://files.cnblogs.com/files/BensonLaur/versionLog.zip

�ļ�����˵����
Beslyric.zip�����ļ�Ϊѹ�����ļ����������µ�����������������������ʵ�������ļ�
文件具体说明:
Beslyric.zip,该文件为压缩包文件,储存最新的完整的整个程序,下载链接实际下载文件

lastVersion.zip,���ļ�Ϊtxt�ļ����� lastVersion.txt���������°汾�ź����¸������ݣ�
�Զ���������ʱ������������������ļ�
BesLyricExe.zip�����ļ�Ϊexe�ļ�����BesLyric.exe�������Զ�����ʱ�������滻��ǰ�汾
versionLog.zip�����ļ�Ϊtxt�ļ����� versionLog.txt�������Զ�����ʱ�������滻�ɵİ�
����¼��
lastVersion.zip,该文件为txt文件,即 lastVersion.txt,储存最新版本号和最新更新内容,
自动升级程序时,首先下载这个配置文件
BesLyricExe.zip,该文件为exe文件,即BesLyric.exe,用于自动更新时下载来替换当前版本
versionLog.zip,该文件为txt文件,即 versionLog.txt,用于自动更新时下载来替换旧的版
本记录。

6 changes: 3 additions & 3 deletions Document/_目录说明.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Document
��Ŀ¼���ڴ���˵���ĵ������ڼ�¼��ͬģ�鿪������˵����ע������
Document
该目录用于储存说明文档,用于记录不同模块开发过程说明和注意事项

Document/AutoUpdate.txt
�Զ�����ģ��
自动升级模块

0 comments on commit 445faaa

Please sign in to comment.