实例介绍
csv大文件打开器,可快速查看大型csv文件
【实例截图】
【核心代码】
4744302543440456975.rar
└── AkelPadPortable
├── AkelPadPortable.exe
├── App
│ ├── AkelPad
│ │ ├── AkelFiles
│ │ │ ├── AkelAdmin.exe
│ │ │ ├── AkelUpdater.exe
│ │ │ ├── Docs
│ │ │ │ ├── AkelHelp-Eng.htm
│ │ │ │ ├── AkelHelp-Rus.htm
│ │ │ │ ├── AkelHistory-Eng.txt
│ │ │ │ ├── AkelHistory-Rus.txt
│ │ │ │ ├── Clipboard-Eng.txt
│ │ │ │ ├── Clipboard-Rus.txt
│ │ │ │ ├── Coder-Eng.txt
│ │ │ │ ├── Coder-Rus.txt
│ │ │ │ ├── ContextMenu-Eng.txt
│ │ │ │ ├── ContextMenu-Rus.txt
│ │ │ │ ├── Exit-Eng.txt
│ │ │ │ ├── Exit-Rus.txt
│ │ │ │ ├── Explorer-Eng.txt
│ │ │ │ ├── Explorer-Rus.txt
│ │ │ │ ├── Fonts-Eng.txt
│ │ │ │ ├── Fonts-Rus.txt
│ │ │ │ ├── Format-Eng.txt
│ │ │ │ ├── Format-Rus.txt
│ │ │ │ ├── FullScreen-Eng.txt
│ │ │ │ ├── FullScreen-Rus.txt
│ │ │ │ ├── HexSel-Eng.txt
│ │ │ │ ├── HexSel-Rus.txt
│ │ │ │ ├── Hotkeys-Eng.txt
│ │ │ │ ├── Hotkeys-Rus.txt
│ │ │ │ ├── LineBoard-Eng.txt
│ │ │ │ ├── LineBoard-Rus.txt
│ │ │ │ ├── Log-Eng.txt
│ │ │ │ ├── Log-Rus.txt
│ │ │ │ ├── Macros-Eng.txt
│ │ │ │ ├── Macros-Rus.txt
│ │ │ │ ├── MinimizeToTray-Eng.txt
│ │ │ │ ├── MinimizeToTray-Rus.txt
│ │ │ │ ├── QSearch-Eng.txt
│ │ │ │ ├── QSearch-Rus.txt
│ │ │ │ ├── RecentFiles-Eng.txt
│ │ │ │ ├── RecentFiles-Rus.txt
│ │ │ │ ├── SaveFile-Eng.txt
│ │ │ │ ├── SaveFile-Rus.txt
│ │ │ │ ├── Scripts-Eng.txt
│ │ │ │ ├── Scripts-Rus.txt
│ │ │ │ ├── Scroll-Eng.txt
│ │ │ │ ├── Scroll-Rus.txt
│ │ │ │ ├── Sessions-Eng.txt
│ │ │ │ ├── Sessions-Rus.txt
│ │ │ │ ├── SmartSel-Eng.txt
│ │ │ │ ├── SmartSel-Rus.txt
│ │ │ │ ├── Sounds-Eng.txt
│ │ │ │ ├── Sounds-Rus.txt
│ │ │ │ ├── SpecialChar-Eng.txt
│ │ │ │ ├── SpecialChar-Rus.txt
│ │ │ │ ├── Speech-Eng.txt
│ │ │ │ ├── Speech-Rus.txt
│ │ │ │ ├── SpellCheck-Eng.txt
│ │ │ │ ├── SpellCheck-Rus.txt
│ │ │ │ ├── Stats-Eng.txt
│ │ │ │ ├── Stats-Rus.txt
│ │ │ │ ├── Templates-Eng.txt
│ │ │ │ ├── Templates-Rus.txt
│ │ │ │ ├── ToolBar-Eng.txt
│ │ │ │ ├── ToolBar-Rus.txt
│ │ │ │ ├── XBrackets-Eng.txt
│ │ │ │ └── XBrackets-Rus.txt
│ │ │ ├── Langs
│ │ │ │ ├── Belorussian.dll
│ │ │ │ ├── Brazilian.dll
│ │ │ │ ├── Chinese (Simplified).dll
│ │ │ │ ├── Chinese (Traditional).dll
│ │ │ │ ├── Czech.dll
│ │ │ │ ├── Dutch.dll
│ │ │ │ ├── English.dll
│ │ │ │ ├── Finnish.dll
│ │ │ │ ├── French.dll
│ │ │ │ ├── German.dll
│ │ │ │ ├── Hungarian.dll
│ │ │ │ ├── Italian.dll
│ │ │ │ ├── Japanese.dll
│ │ │ │ ├── Korean.dll
│ │ │ │ ├── Polish.dll
│ │ │ │ ├── Romanian.dll
│ │ │ │ ├── Russian.dll
│ │ │ │ ├── Slovak.dll
│ │ │ │ ├── Spanish.dll
│ │ │ │ └── Ukrainian.dll
│ │ │ └── Plugs
│ │ │ ├── Clipboard.dll
│ │ │ ├── Coder
│ │ │ │ ├── asm.coder
│ │ │ │ ├── au3.coder
│ │ │ │ ├── bat.coder
│ │ │ │ ├── coder.coder
│ │ │ │ ├── cpp.coder
│ │ │ │ ├── cs.coder
│ │ │ │ ├── css.coder
│ │ │ │ ├── html.coder
│ │ │ │ ├── ini.coder
│ │ │ │ ├── inno.coder
│ │ │ │ ├── js.coder
│ │ │ │ ├── lua.coder
│ │ │ │ ├── nsis.coder
│ │ │ │ ├── pascal.coder
│ │ │ │ ├── perl.coder
│ │ │ │ ├── php.coder
│ │ │ │ ├── python.coder
│ │ │ │ ├── rc.coder
│ │ │ │ ├── sql.coder
│ │ │ │ ├── vbs.coder
│ │ │ │ └── xml.coder
│ │ │ ├── Coder.dll
│ │ │ ├── ContextMenu.dll
│ │ │ ├── Exit.dll
│ │ │ ├── Explorer.dll
│ │ │ ├── Fonts.dll
│ │ │ ├── Format.dll
│ │ │ ├── FullScreen.dll
│ │ │ ├── GNUASpell.Copying
│ │ │ ├── HexSel.dll
│ │ │ ├── Hotkeys.dll
│ │ │ ├── LineBoard.dll
│ │ │ ├── Log.dll
│ │ │ ├── Macros.dll
│ │ │ ├── MinimizeToTray.dll
│ │ │ ├── QSearch.dll
│ │ │ ├── RecentFiles.dll
│ │ │ ├── SaveFile.dll
│ │ │ ├── Scripts
│ │ │ │ ├── Calculator.js
│ │ │ │ ├── ColumnCounter.js
│ │ │ │ ├── EvalCmdEsc.js
│ │ │ │ ├── EvalCmd.js
│ │ │ │ ├── Include
│ │ │ │ │ └── ShowMenu.js
│ │ │ │ ├── InsertDate.js
│ │ │ │ ├── InsertFile.js
│ │ │ │ ├── Keyboard.js
│ │ │ │ ├── LinesFilter.js
│ │ │ │ ├── RenameFile.js
│ │ │ │ ├── SearchReplace.js
│ │ │ │ ├── SpellCheck.js
│ │ │ │ ├── Test.js
│ │ │ │ └── Test.vbs
│ │ │ ├── Scripts.dll
│ │ │ ├── Scroll.dll
│ │ │ ├── Sessions.dll
│ │ │ ├── SmartSel.dll
│ │ │ ├── Sounds
│ │ │ │ ├── Char.wav
│ │ │ │ ├── Delete.wav
│ │ │ │ ├── Movement.wav
│ │ │ │ └── Return.wav
│ │ │ ├── Sounds.dll
│ │ │ ├── SpecialChar.dll
│ │ │ ├── Speech.dll
│ │ │ ├── SpellCheck
│ │ │ │ ├── cpp.spck
│ │ │ │ └── html.spck
│ │ │ ├── SpellCheck.dll
│ │ │ ├── Stats.dll
│ │ │ ├── Templates
│ │ │ │ ├── AkelPad
│ │ │ │ │ ├── scripts.js
│ │ │ │ │ └── Template.coder
│ │ │ │ ├── ASP
│ │ │ │ │ ├── ASP_JS.asp
│ │ │ │ │ └── ASP_VBS.asp
│ │ │ │ ├── ASP.NET
│ │ │ │ │ ├── ASP_Csharp.aspx
│ │ │ │ │ └── ASP_VB.aspx
│ │ │ │ ├── Assemblers
│ │ │ │ │ └── win32-flat.asm
│ │ │ │ ├── BATCH
│ │ │ │ │ ├── batch.bat
│ │ │ │ │ └── batch.cmd
│ │ │ │ ├── C-Language
│ │ │ │ │ ├── hello.c
│ │ │ │ │ └── winhello.c
│ │ │ │ ├── CSS
│ │ │ │ │ └── style.css
│ │ │ │ ├── HTML
│ │ │ │ │ ├── html4fs.html
│ │ │ │ │ ├── html4s.html
│ │ │ │ │ ├── html4ts.html
│ │ │ │ │ └── html5.html
│ │ │ │ ├── PASCAL
│ │ │ │ │ ├── program.pas
│ │ │ │ │ └── unit.pas
│ │ │ │ └── XML
│ │ │ │ ├── general.xml
│ │ │ │ └── XHTML
│ │ │ │ ├── xhtml11.xhtml
│ │ │ │ ├── xhtml1fs.xhtml
│ │ │ │ ├── xhtml1s.xhtml
│ │ │ │ └── xhtml1ts.xhtml
│ │ │ ├── Templates.dll
│ │ │ ├── ToolBar.dll
│ │ │ └── XBrackets.dll
│ │ └── AkelPad.exe
│ ├── AkelPadx64
│ │ ├── AkelFiles
│ │ │ ├── AkelAdmin.exe
│ │ │ ├── AkelUpdater.exe
│ │ │ ├── Docs
│ │ │ │ ├── AkelHelp-Eng.htm
│ │ │ │ ├── AkelHelp-Rus.htm
│ │ │ │ ├── AkelHistory-Eng.txt
│ │ │ │ ├── AkelHistory-Rus.txt
│ │ │ │ ├── Clipboard-Eng.txt
│ │ │ │ ├── Clipboard-Rus.txt
│ │ │ │ ├── Coder-Eng.txt
│ │ │ │ ├── Coder-Rus.txt
│ │ │ │ ├── ContextMenu-Eng.txt
│ │ │ │ ├── ContextMenu-Rus.txt
│ │ │ │ ├── Exit-Eng.txt
│ │ │ │ ├── Exit-Rus.txt
│ │ │ │ ├── Explorer-Eng.txt
│ │ │ │ ├── Explorer-Rus.txt
│ │ │ │ ├── Fonts-Eng.txt
│ │ │ │ ├── Fonts-Rus.txt
│ │ │ │ ├── Format-Eng.txt
│ │ │ │ ├── Format-Rus.txt
│ │ │ │ ├── FullScreen-Eng.txt
│ │ │ │ ├── FullScreen-Rus.txt
│ │ │ │ ├── HexSel-Eng.txt
│ │ │ │ ├── HexSel-Rus.txt
│ │ │ │ ├── Hotkeys-Eng.txt
│ │ │ │ ├── Hotkeys-Rus.txt
│ │ │ │ ├── LineBoard-Eng.txt
│ │ │ │ ├── LineBoard-Rus.txt
│ │ │ │ ├── Log-Eng.txt
│ │ │ │ ├── Log-Rus.txt
│ │ │ │ ├── Macros-Eng.txt
│ │ │ │ ├── Macros-Rus.txt
│ │ │ │ ├── MinimizeToTray-Eng.txt
│ │ │ │ ├── MinimizeToTray-Rus.txt
│ │ │ │ ├── QSearch-Eng.txt
│ │ │ │ ├── QSearch-Rus.txt
│ │ │ │ ├── RecentFiles-Eng.txt
│ │ │ │ ├── RecentFiles-Rus.txt
│ │ │ │ ├── SaveFile-Eng.txt
│ │ │ │ ├── SaveFile-Rus.txt
│ │ │ │ ├── Scripts-Eng.txt
│ │ │ │ ├── Scripts-Rus.txt
│ │ │ │ ├── Scroll-Eng.txt
│ │ │ │ ├── Scroll-Rus.txt
│ │ │ │ ├── Sessions-Eng.txt
│ │ │ │ ├── Sessions-Rus.txt
│ │ │ │ ├── SmartSel-Eng.txt
│ │ │ │ ├── SmartSel-Rus.txt
│ │ │ │ ├── Sounds-Eng.txt
│ │ │ │ ├── Sounds-Rus.txt
│ │ │ │ ├── SpecialChar-Eng.txt
│ │ │ │ ├── SpecialChar-Rus.txt
│ │ │ │ ├── Speech-Eng.txt
│ │ │ │ ├── Speech-Rus.txt
│ │ │ │ ├── Stats-Eng.txt
│ │ │ │ ├── Stats-Rus.txt
│ │ │ │ ├── Templates-Eng.txt
│ │ │ │ ├── Templates-Rus.txt
│ │ │ │ ├── ToolBar-Eng.txt
│ │ │ │ ├── ToolBar-Rus.txt
│ │ │ │ ├── XBrackets-Eng.txt
│ │ │ │ └── XBrackets-Rus.txt
│ │ │ ├── Langs
│ │ │ │ ├── Belorussian.dll
│ │ │ │ ├── Brazilian.dll
│ │ │ │ ├── Chinese (Simplified).dll
│ │ │ │ ├── Chinese (Traditional).dll
│ │ │ │ ├── Czech.dll
│ │ │ │ ├── Dutch.dll
│ │ │ │ ├── English.dll
│ │ │ │ ├── Finnish.dll
│ │ │ │ ├── French.dll
│ │ │ │ ├── German.dll
│ │ │ │ ├── Hungarian.dll
│ │ │ │ ├── Italian.dll
│ │ │ │ ├── Japanese.dll
│ │ │ │ ├── Korean.dll
│ │ │ │ ├── Polish.dll
│ │ │ │ ├── Romanian.dll
│ │ │ │ ├── Russian.dll
│ │ │ │ ├── Slovak.dll
│ │ │ │ ├── Spanish.dll
│ │ │ │ └── Ukrainian.dll
│ │ │ └── Plugs
│ │ │ ├── Clipboard.dll
│ │ │ ├── Coder
│ │ │ │ ├── asm.coder
│ │ │ │ ├── au3.coder
│ │ │ │ ├── bat.coder
│ │ │ │ ├── coder.coder
│ │ │ │ ├── cpp.coder
│ │ │ │ ├── cs.coder
│ │ │ │ ├── css.coder
│ │ │ │ ├── html.coder
│ │ │ │ ├── ini.coder
│ │ │ │ ├── inno.coder
│ │ │ │ ├── js.coder
│ │ │ │ ├── lua.coder
│ │ │ │ ├── nsis.coder
│ │ │ │ ├── pascal.coder
│ │ │ │ ├── perl.coder
│ │ │ │ ├── php.coder
│ │ │ │ ├── python.coder
│ │ │ │ ├── rc.coder
│ │ │ │ ├── sql.coder
│ │ │ │ ├── vbs.coder
│ │ │ │ └── xml.coder
│ │ │ ├── Coder.dll
│ │ │ ├── ContextMenu.dll
│ │ │ ├── Exit.dll
│ │ │ ├── Explorer.dll
│ │ │ ├── Fonts.dll
│ │ │ ├── Format.dll
│ │ │ ├── FullScreen.dll
│ │ │ ├── HexSel.dll
│ │ │ ├── Hotkeys.dll
│ │ │ ├── LineBoard.dll
│ │ │ ├── Log.dll
│ │ │ ├── Macros.dll
│ │ │ ├── MinimizeToTray.dll
│ │ │ ├── QSearch.dll
│ │ │ ├── RecentFiles.dll
│ │ │ ├── SaveFile.dll
│ │ │ ├── Scripts
│ │ │ │ ├── Calculator.js
│ │ │ │ ├── ColumnCounter.js
│ │ │ │ ├── EvalCmdEsc.js
│ │ │ │ ├── EvalCmd.js
│ │ │ │ ├── Include
│ │ │ │ │ └── ShowMenu.js
│ │ │ │ ├── InsertDate.js
│ │ │ │ ├── InsertFile.js
│ │ │ │ ├── Keyboard.js
│ │ │ │ ├── LinesFilter.js
│ │ │ │ ├── RenameFile.js
│ │ │ │ ├── SearchReplace.js
│ │ │ │ ├── Test.js
│ │ │ │ └── Test.vbs
│ │ │ ├── Scripts.dll
│ │ │ ├── Scroll.dll
│ │ │ ├── Sessions.dll
│ │ │ ├── SmartSel.dll
│ │ │ ├── Sounds
│ │ │ │ ├── Char.wav
│ │ │ │ ├── Delete.wav
│ │ │ │ ├── Movement.wav
│ │ │ │ └── Return.wav
│ │ │ ├── Sounds.dll
│ │ │ ├── SpecialChar.dll
│ │ │ ├── Speech.dll
│ │ │ ├── Stats.dll
│ │ │ ├── Templates
│ │ │ │ ├── AkelPad
│ │ │ │ │ ├── scripts.js
│ │ │ │ │ └── Template.coder
│ │ │ │ ├── ASP
│ │ │ │ │ ├── ASP_JS.asp
│ │ │ │ │ └── ASP_VBS.asp
│ │ │ │ ├── ASP.NET
│ │ │ │ │ ├── ASP_Csharp.aspx
│ │ │ │ │ └── ASP_VB.aspx
│ │ │ │ ├── Assemblers
│ │ │ │ │ └── win32-flat.asm
│ │ │ │ ├── BATCH
│ │ │ │ │ ├── batch.bat
│ │ │ │ │ └── batch.cmd
│ │ │ │ ├── C-Language
│ │ │ │ │ ├── hello.c
│ │ │ │ │ └── winhello.c
│ │ │ │ ├── CSS
│ │ │ │ │ └── style.css
│ │ │ │ ├── HTML
│ │ │ │ │ ├── html4fs.html
│ │ │ │ │ ├── html4s.html
│ │ │ │ │ ├── html4ts.html
│ │ │ │ │ └── html5.html
│ │ │ │ ├── PASCAL
│ │ │ │ │ ├── program.pas
│ │ │ │ │ └── unit.pas
│ │ │ │ └── XML
│ │ │ │ ├── general.xml
│ │ │ │ └── XHTML
│ │ │ │ ├── xhtml11.xhtml
│ │ │ │ ├── xhtml1fs.xhtml
│ │ │ │ ├── xhtml1s.xhtml
│ │ │ │ └── xhtml1ts.xhtml
│ │ │ ├── Templates.dll
│ │ │ ├── ToolBar.dll
│ │ │ └── XBrackets.dll
│ │ └── AkelPad.exe
│ ├── AppInfo
│ │ ├── appicon_128.png
│ │ ├── appicon_16.png
│ │ ├── appicon_32.png
│ │ ├── appicon.ico
│ │ ├── appinfo.ini
│ │ ├── installer.ini
│ │ └── Launcher
│ │ ├── AkelPadPortable.ini
│ │ ├── Custom.nsh
│ │ └── splash.jpg
│ ├── DefaultData
│ │ └── settings
│ │ └── AkelPad.ini
│ └── readme.txt
├── Data
└── Other
├── Help
│ └── images
│ ├── donation_button.png
│ ├── favicon.ico
│ ├── help_background_footer.png
│ ├── help_background_header.png
│ └── help_logo_top.png
└── Source
├── AppNamePortable.ini
├── IconReadme.txt
├── License.txt
└── Readme.txt
54 directories, 372 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论