实例介绍
主要功能是在操作系统层面上,监视文件系统,当文件发生变化(更改、删除或者新增)时,进行提示,自动同步。
【实例截图】
【核心代码】
FileSynchronize
├── FIS File Synchronize.doc
└── FISSupport
├── CLang
│ ├── CLang.csproj
│ ├── KeyValue.cs
│ ├── LangProperty.cs
│ ├── obj
│ │ ├── Debug
│ │ │ ├── CLang.csproj.FileListAbsolute.txt
│ │ │ ├── CLang.dll
│ │ │ └── CLang.pdb
│ │ └── Release
│ │ ├── Catlang.csproj.FileListAbsolute.txt
│ │ ├── CLang.csproj.FileListAbsolute.txt
│ │ ├── CLang.dll
│ │ ├── CLang.pdb
│ │ ├── Refactor
│ │ │ ├── Catlang.dll
│ │ │ └── CLang.dll
│ │ └── ResolveAssemblyReference.cache
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── Serialization.cs
│ ├── TreeStructure.cs
│ └── Value
│ ├── StringFunctions.cs
│ └── ValueParser.cs
├── CLight
│ ├── Catbox.cs
│ ├── Catbutton.cs
│ ├── Catcaption.cs
│ ├── Catcaption.Designer.cs
│ ├── Catcombox.cs
│ ├── Catdropdowngrid.cs
│ ├── Catdropdowngrid.Designer.cs
│ ├── Catdropdowntextbox.cs
│ ├── Catdropdowntextbox.Designer.cs
│ ├── Catengine.cs
│ ├── Catform.cs
│ ├── Catgesture.cs
│ ├── Catgrid.cs
│ ├── Catgrid.Designer.cs
│ ├── Catlabel.cs
│ ├── Catlight.csproj.pdsync
│ ├── Catlight.csproj.pdsyncu
│ ├── Catline.cs
│ ├── Catlistbox.cs
│ ├── Catlistener.cs
│ ├── Catmenu.cs
│ ├── Catmenustrip.cs
│ ├── Catpanel.cs
│ ├── Catpawgrid.cs
│ ├── Catpawgrid.Designer.cs
│ ├── Catpickbox.cs
│ ├── Catpopup.cs
│ ├── Cattab.cs
│ ├── Cattextbox.cs
│ ├── Cattextcolumn.cs
│ ├── Cattextcolumn.Designer.cs
│ ├── Cattoolstrip.cs
│ ├── Cattree.cs
│ ├── CBorder.cs
│ ├── CButton.cs
│ ├── CCaptionLabel.cs
│ ├── CCaptionLabel.Designer.cs
│ ├── CContextMenuStrip.cs
│ ├── CCulture.cs
│ ├── CLGlobal.cs
│ ├── CLight.csproj
│ ├── CListener.cs
│ ├── CMenuStrip.cs
│ ├── Common
│ │ ├── CancelControlEventArgs.cs
│ │ ├── ChildCollectionEventArgs.cs
│ │ ├── ChildControlCollection.cs
│ │ ├── DefaultClass1.cs
│ │ ├── ExtDrawing.cs
│ │ ├── IObservable.cs
│ │ ├── IObserver.cs
│ │ ├── Key.snk
│ │ ├── NativeMethods.cs
│ │ ├── PopupCancelEventArgs.cs
│ │ ├── PopupClosedEventArgs.cs
│ │ ├── PopupWindowHelper.cs
│ │ └── PopupWindowHelperMessageFilter.cs
│ ├── CToolstrip.cs
│ ├── CTreeView.cs
│ ├── Enums.cs
│ ├── ICatvalue.cs
│ ├── ICultural.cs
│ ├── ICValue.cs
│ ├── NavigationBar
│ │ ├── ControlState.cs
│ │ ├── Design
│ │ │ ├── ClassDiagram02.cd
│ │ │ ├── GradientSplitterDesigner.cs
│ │ │ ├── GroupViewDesigner.cs
│ │ │ ├── NaviBandDesigner.cs
│ │ │ ├── NaviBarDesigner.cs
│ │ │ ├── NavigationBarBandDesigner.cs
│ │ │ ├── NavigationBarButtonDesigner.cs
│ │ │ ├── NavigationBarDesigner.cs
│ │ │ ├── NaviGroupDesigner.cs
│ │ │ └── vssver2.scc
│ │ ├── GradientSplitter.cs
│ │ ├── GradientSplitter.Designer.cs
│ │ ├── img
│ │ │ ├── Down.png
│ │ │ ├── Up.png
│ │ │ └── vssver2.scc
│ │ ├── InputState.cs
│ │ ├── Key.snk
│ │ ├── NaviBandClientArea.cs
│ │ ├── NaviBandClientArea.Designer.cs
│ │ ├── NaviBandCollapsed.cs
│ │ ├── NaviBandCollection.cs
│ │ ├── NaviBand.cs
│ │ ├── NaviBand.Designer.cs
│ │ ├── NaviBandEventArgs.cs
│ │ ├── NaviBandOrderComparer.cs
│ │ ├── NaviBandOrgOrderComparer.cs
│ │ ├── NaviBandPopup.cs
│ │ ├── NaviBandPopup.Designer.cs
│ │ ├── NaviBandPopup.resx
│ │ ├── NaviBandRenderer.cs
│ │ ├── NaviBandRendererOff7.cs
│ │ ├── NaviBandSetting.cs
│ │ ├── NaviBar.bmp
│ │ ├── NaviBar.cs
│ │ ├── NaviBar.Designer.cs
│ │ ├── NaviBarRenderer.cs
│ │ ├── NaviBarRendererOff3.cs
│ │ ├── NaviBarRendererOff7.cs
│ │ ├── NaviBarSettings.cs
│ │ ├── NaviButtonCollapse.cs
│ │ ├── NaviButtonCollapse.Designer.cs
│ │ ├── NaviButtonCollection.cs
│ │ ├── NaviButton.cs
│ │ ├── NaviButton.Designer.cs
│ │ ├── NaviButtonOptions.cs
│ │ ├── NaviButtonOptions.Designer.cs
│ │ ├── NaviButtonRenderer.cs
│ │ ├── NaviButtonRendererOff10.cs
│ │ ├── NaviButtonRendererOff3.cs
│ │ ├── NaviButtonRendererOff7.cs
│ │ ├── NaviColorTable.cs
│ │ ├── NaviColorTableOff10.cs
│ │ ├── NaviColorTableOff3.cs
│ │ ├── NaviColorTableOff3Green.cs
│ │ ├── NaviColorTableOff3Silver.cs
│ │ ├── NaviColorTableOff7Black.cs
│ │ ├── NaviColorTableOff7.cs
│ │ ├── NaviColorTableOff7Silver.cs
│ │ ├── NaviContextMenu.cs
│ │ ├── NaviControl.cs
│ │ ├── NaviControl.Designer.cs
│ │ ├── NaviForm.cs
│ │ ├── NaviForm.Designer.cs
│ │ ├── NaviGroup.bmp
│ │ ├── NaviGroup.cs
│ │ ├── NaviGroup.Designer.cs
│ │ ├── NaviGroupRenderer.cs
│ │ ├── NaviGroupRendererOff3.cs
│ │ ├── NaviGroupRendererOff7.cs
│ │ ├── NaviLayout.cs
│ │ ├── NaviLayoutOff.cs
│ │ ├── NaviLayoutStyle.cs
│ │ ├── NaviOptionsForm.cs
│ │ ├── NaviOptionsForm.Designer.cs
│ │ ├── NaviOptionsForm.resx
│ │ ├── NaviRenderer.cs
│ │ ├── NaviSplitterRenderer.cs
│ │ ├── NaviSplitterRendererOff3.cs
│ │ ├── NaviSplitterRendererOff7.cs
│ │ ├── NaviToolstripOffice07ColorTable.cs
│ │ ├── NaviToolstripOffice07Renderer.cs
│ │ ├── OfficeLayoutEngine.txt
│ │ ├── Resources
│ │ │ ├── DesignTimeText.Designer.cs
│ │ │ ├── DesignTimeText.resx
│ │ │ ├── DesignTimeText.xls
│ │ │ └── vssver2.scc
│ │ ├── SharedObjects.txt
│ │ └── TODO.txt
│ ├── obj
│ │ ├── Debug
│ │ │ ├── CLight.CaptureImage.CaptureImageTool.resources
│ │ │ ├── CLight.CaptureImage.ColorSelector.resources
│ │ │ ├── CLight.CaptureImage.DrawToolsControl.resources
│ │ │ ├── CLight.CPicker.DateFrm.resources
│ │ │ ├── CLight.CPicker.DatePickerFrm.resources
│ │ │ ├── CLight.CPicker.MultiPicker.resources
│ │ │ ├── CLight.csproj.FileListAbsolute.txt
│ │ │ ├── CLight.csproj.GenerateResource.Cache
│ │ │ ├── CLight.CText.frmFind.resources
│ │ │ ├── CLight.dll
│ │ │ ├── CLight.NavigationBar.NaviBandPopup.resources
│ │ │ ├── CLight.NavigationBar.NaviOptionsForm.resources
│ │ │ ├── CLight.NavigationBar.Resources.DesignTimeText.resources
│ │ │ ├── CLight.pdb
│ │ │ ├── CLight.Properties.Resources.resources
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ └── Release
│ │ ├── CLight.csproj.FileListAbsolute.txt
│ │ ├── CLight.csproj.GenerateResource.Cache
│ │ ├── CLight.dll
│ │ ├── CLight.NavigationBar.NaviBandPopup.resources
│ │ ├── CLight.NavigationBar.NaviOptionsForm.resources
│ │ ├── CLight.NavigationBar.Resources.DesignTimeText.resources
│ │ ├── CLight.pdb
│ │ ├── CLight.Properties.Resources.resources
│ │ ├── Refactor
│ │ │ └── CLight.dll
│ │ ├── ResolveAssemblyReference.cache
│ │ └── TempPE
│ │ └── Properties.Resources.Designer.cs.dll
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ └── vssver2.scc
│ ├── Resources
│ │ ├── Accept.ico
│ │ ├── Arrow.ico
│ │ ├── Ellipse.ico
│ │ ├── Exit.ico
│ │ ├── Line.ico
│ │ ├── Rectangular.ico
│ │ ├── Redo.png
│ │ ├── Save.ico
│ │ └── Text.ico
│ ├── TabStrip
│ │ ├── BaseClasses
│ │ │ ├── BaseStyledPanel.cs
│ │ │ └── vssver2.scc
│ │ ├── Control
│ │ │ ├── FATabStripCloseButton.cs
│ │ │ ├── FATabStrip.cs
│ │ │ ├── FATabStripItemCollection.cs
│ │ │ ├── FATabStripItem.cs
│ │ │ ├── FATabStripMenuGlyph.cs
│ │ │ └── vssver2.scc
│ │ ├── Delegates.cs
│ │ ├── Design
│ │ │ ├── FATabStripDesigner.cs
│ │ │ ├── FATabStripItemDesigner.cs
│ │ │ ├── ICaptionSupport.cs
│ │ │ └── vssver2.scc
│ │ ├── Enums.cs
│ │ ├── FATabStrip.bmp
│ │ └── Helpers
│ │ ├── CollectionWithEvents.cs
│ │ └── vssver2.scc
│ ├── TreeList
│ │ ├── Tracing.cs
│ │ ├── TreeListColumn.cs
│ │ ├── TreeListColumn.Design.cs
│ │ ├── TreeListNode.cs
│ │ ├── TreeListOptions.cs
│ │ ├── TreeListPainter.cs
│ │ ├── TreeListView.cs
│ │ └── Util.cs
│ └── vssver2.scc
├── DBase
│ ├── AppPath.cs
│ ├── BaseGlobal.cs
│ ├── DString.cs
│ ├── ImageResource.cs
│ ├── obj
│ │ ├── Debug
│ │ │ ├── WiBase.csproj.FileListAbsolute.txt
│ │ │ ├── WiBase.dll
│ │ │ └── WiBase.pdb
│ │ └── Release
│ │ ├── DBase.csproj.FileListAbsolute.txt
│ │ ├── Refactor
│ │ │ ├── DBase.dll
│ │ │ └── WiBase.dll
│ │ ├── WiBase.csproj.FileListAbsolute.txt
│ │ ├── WiBase.dll
│ │ └── WiBase.pdb
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ └── vssver2.scc
│ ├── vssver2.scc
│ ├── WiBase.csproj
│ ├── WiBase.csproj.user
│ └── Xml.cs
├── FileSynchronize
│ ├── app.config
│ ├── bin
│ │ ├── Debug
│ │ │ ├── FileCompare.exe.config
│ │ │ ├── FileCompare.vshost.exe
│ │ │ ├── FileCompare.vshost.exe.config
│ │ │ └── FileCompare.vshost.exe.manifest
│ │ └── Release
│ │ ├── FileCompare.exe
│ │ ├── FileCompare.pdb
│ │ ├── FileCompare.vshost.exe
│ │ └── FileCompare.vshost.exe.manifest
│ ├── Config.cs
│ ├── Config.Designer.cs
│ ├── Config.resx
│ ├── Control
│ │ ├── EditorPage.cs
│ │ └── EditorTabStrip.cs
│ ├── Document
│ │ ├── doc.cd
│ │ ├── Document.cs
│ │ ├── DocumentMatch.cs
│ │ ├── File.cs
│ │ ├── Folder.cs
│ │ └── IDocument.cs
│ ├── Environment.cs
│ ├── FileSynchronize.csproj
│ ├── FileSynchronize.csproj.user
│ ├── FolderCompare.cs
│ ├── FolderCompare.Designer.cs
│ ├── FolderCompare.resx
│ ├── FolderTree.cs
│ ├── Frame.cs
│ ├── Frame.Designer.cs
│ ├── Frame.resx
│ ├── frmAbout.cs
│ ├── frmAbout.Designer.cs
│ ├── frmAbout.resx
│ ├── Functions.cs
│ ├── icon.ico
│ ├── MatchConfig.cs
│ ├── obj
│ │ ├── Debug
│ │ │ └── FileCompare.csproj.FileListAbsolute.txt
│ │ └── Release
│ │ ├── FileCompare.csproj.FileListAbsolute.txt
│ │ ├── FileCompare.csproj.GenerateResource.Cache
│ │ ├── FileCompare.exe
│ │ ├── FileCompare.pdb
│ │ ├── FileCompare.Properties.Resources.resources
│ │ ├── FileSynchronize.Config.resources
│ │ ├── FileSynchronize.csproj.FileListAbsolute.txt
│ │ ├── FileSynchronize.csproj.GenerateResource.Cache
│ │ ├── FileSynchronize.exe
│ │ ├── FileSynchronize.FolderCompare.resources
│ │ ├── FileSynchronize.Frame.resources
│ │ ├── FileSynchronize.frmAbout.resources
│ │ ├── FileSynchronize.pdb
│ │ ├── FileSynchronize.Properties.Resources.resources
│ │ ├── ResolveAssemblyReference.cache
│ │ └── TempPE
│ │ └── Properties.Resources.Designer.cs.dll
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── SerialisationTemplate.xml
│ └── Serialization.cs
├── FISSupport.sln
├── FISSupport.suo
└── RELEASE
├── absence.ico
├── CLang.dll
├── CLang.pdb
├── CLight.dll
├── CLight.pdb
├── Culture.mcuf
├── FileSynchronize.exe
├── FileSynchronize.exe.config
├── FileSynchronize.pdb
├── FileSynchronize.vshost.exe
├── FileSynchronize.vshost.exe.config
├── FileSynchronize.vshost.exe.manifest
├── Image
│ ├── Function
│ │ ├── 10.gif
│ │ ├── 11.gif
│ │ ├── 12.gif
│ │ ├── 13.gif
│ │ ├── 14.gif
│ │ ├── 15.gif
│ │ ├── 16.gif
│ │ ├── 17.gif
│ │ ├── 18.gif
│ │ ├── 19.gif
│ │ ├── 1.gif
│ │ ├── 20.gif
│ │ ├── 21.gif
│ │ ├── 22.gif
│ │ ├── 23.gif
│ │ ├── 24.gif
│ │ ├── 25.gif
│ │ ├── 26.gif
│ │ ├── 27.gif
│ │ ├── 28.gif
│ │ ├── 29.gif
│ │ ├── 2.gif
│ │ ├── 30.gif
│ │ ├── 31.gif
│ │ ├── 32.gif
│ │ ├── 33.gif
│ │ ├── 34.gif
│ │ ├── 35.gif
│ │ ├── 36.gif
│ │ ├── 37.gif
│ │ ├── 3867454_12.gif
│ │ ├── 38.gif
│ │ ├── 39.gif
│ │ ├── 3.gif
│ │ ├── 40.gif
│ │ ├── 41.gif
│ │ ├── 42.gif
│ │ ├── 43.gif
│ │ ├── 44.gif
│ │ ├── 45.gif
│ │ ├── 46.gif
│ │ ├── 47.gif
│ │ ├── 48.gif
│ │ ├── 49.gif
│ │ ├── 4.gif
│ │ ├── 50.gif
│ │ ├── 51.gif
│ │ ├── 52.gif
│ │ ├── 53.gif
│ │ ├── 54.gif
│ │ ├── 55.gif
│ │ ├── 56.gif
│ │ ├── 57.gif
│ │ ├── 58.gif
│ │ ├── 59.gif
│ │ ├── 5.gif
│ │ ├── 60.gif
│ │ ├── 61.gif
│ │ ├── 62.gif
│ │ ├── 63.gif
│ │ ├── 6.gif
│ │ ├── 7.gif
│ │ ├── 8.gif
│ │ ├── 9.gif
│ │ ├── shutterstock_2867454_01.gif
│ │ ├── shutterstock_2867454_03.gif
│ │ ├── shutterstock_2867454_04.gif
│ │ ├── shutterstock_2867454_05.gif
│ │ ├── shutterstock_2867454_06.gif
│ │ ├── shutterstock_2867454_08.gif
│ │ ├── shutterstock_2867454_09.gif
│ │ ├── shutterstock_2867454_10.gif
│ │ ├── shutterstock_2867454_11.gif
│ │ ├── shutterstock_2867454_13.gif
│ │ ├── shutterstock_2867454_14.gif
│ │ ├── shutterstock_2867454_15.gif
│ │ ├── shutterstock_2867454_16.gif
│ │ ├── shutterstock_2887518_01.gif
│ │ ├── shutterstock_2887518_02.gif
│ │ ├── shutterstock_2887518_03.gif
│ │ ├── shutterstock_2887518_04.gif
│ │ ├── shutterstock_2887518_05.gif
│ │ ├── shutterstock_2887518_06.gif
│ │ ├── shutterstock_2887518_07.gif
│ │ ├── shutterstock_2887518_08.gif
│ │ ├── shutterstock_2887518_10.gif
│ │ ├── shutterstock_2887518_11.gif
│ │ ├── shutterstock_2887518_12.gif
│ │ ├── shutterstock_2887518_13.gif
│ │ ├── shutterstock_2887518_14.gif
│ │ ├── shutterstock_2887518_15.gif
│ │ ├── shutterstock_2887518_16.gif
│ │ ├── shutterstock_2923260_01.gif
│ │ ├── shutterstock_2923260_02.gif
│ │ ├── shutterstock_2923260_04.gif
│ │ ├── shutterstock_2923260_05.gif
│ │ ├── shutterstock_2923260_06.gif
│ │ ├── shutterstock_2923260_07.gif
│ │ ├── shutterstock_2923260_09.gif
│ │ ├── shutterstock_2923260_10.gif
│ │ ├── shutterstock_2923260_11.gif
│ │ ├── shutterstock_2923260_12.gif
│ │ ├── shutterstock_2923260_13.gif
│ │ ├── shutterstock_2923260_14.gif
│ │ ├── shutterstock_2923260_15.gif
│ │ ├── shutterstock_2923260_16.gif
│ │ ├── shutterstock_2923261_01.gif
│ │ ├── shutterstock_2923261_02.gif
│ │ ├── shutterstock_2923261_03.gif
│ │ ├── shutterstock_2923261_04.gif
│ │ ├── shutterstock_2923261_05.gif
│ │ ├── shutterstock_2923261_06.gif
│ │ ├── shutterstock_2923261_07.gif
│ │ ├── shutterstock_2923261_08.gif
│ │ ├── shutterstock_2923261_09.gif
│ │ ├── shutterstock_2923261_10.gif
│ │ ├── shutterstock_2923261_11.gif
│ │ ├── shutterstock_2923261_12.gif
│ │ ├── shutterstock_2923261_13.gif
│ │ ├── shutterstock_2923261_14.gif
│ │ ├── shutterstock_2923261_15.gif
│ │ ├── shutterstock_2923261_16.gif
│ │ └── Thumbs.db
│ ├── icon.ico
│ ├── menubtn.jpg
│ └── Thumbs.db
├── UserConfig.xml
├── WiBase.dll
└── WiBase.pdb
48 directories, 460 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论