左键打开今天文件夹, 右键打开当月文件夹, 中键打开工作记录.xlsx, 复制以下代码, 在工具栏上右键-->自定义, 右击空白处粘贴即可, 根据自己情况适当编辑一下
<?xml version="1.0"?>
<button backcol="none" display="both" label_pos="right" textcol="none" type="three_button">
<label>今天</label>
<icon1>#sort_date</icon1>
<button backcol="none" display="both" label_pos="right" textcol="none">
<label>今天</label>
<tip>E:\工作记录\xxxx年\xxxx年xx月\xxxx年xx月xx日</tip>
<icon1>#sort_date</icon1>
<function type="script">
<instruction>@script:jscript</instruction>
<instruction>function myGetDate() {</instruction>
<instruction> var zh = ['一', '二', '三', '四', '五', '六', '七'];</instruction>
<instruction> var date = new Date();</instruction>
<instruction> return {</instruction>
<instruction> year : date.getFullYear(),</instruction>
<instruction> month : date.getMonth() + 1,</instruction>
<instruction> date : date.getDate(),</instruction>
<instruction> week : date.getDay(),</instruction>
<instruction> hours : date.getHours(),</instruction>
<instruction> minutes : date.getMinutes(),</instruction>
<instruction> seconds : date.getSeconds(),</instruction>
<instruction> week_zh : zh[date.getDay()-1]</instruction>
<instruction> };</instruction>
<instruction>}</instruction>
<instruction>function OnClick(args) {</instruction>
<instruction> var date = myGetDate();</instruction>
<instruction> var path = [];</instruction>
<instruction> path.push('"E:\\工作记录\\');</instruction>
<instruction> path.push(date.year + '年\\');</instruction>
<instruction> path.push(date.year + '年');</instruction>
<instruction> path.push((date.month >= 10 ? date.month : '0' + date.month) + '月\\');</instruction>
<instruction> path.push(date.year + '年');</instruction>
<instruction> path.push((date.month >= 10 ? date.month : '0' + date.month) + '月');</instruction>
<instruction> path.push((date.date >= 10 ? date.date : '0' + date.date) + '日');</instruction>
<instruction> path.push(' 星期' + date.week_zh + '"');</instruction>
<instruction> args.func.command.AddLine('Go ' + path.join('') + ' newtab');</instruction>
<instruction> args.func.command.AddLine('CreateFolder name=' + path.join(''));</instruction>
<instruction> args.func.command.AddLine('Go ' + path.join(''));</instruction>
<instruction> args.func.command.Run();</instruction>
<instruction>}</instruction>
</function>
</button>
<button backcol="none" display="both" label_pos="right" textcol="none">
<label>今天</label>
<tip>E:\工作记录\xxxx年\xxxx年xx月</tip>
<icon1>#sort_date</icon1>
<function type="script">
<instruction>@script:jscript</instruction>
<instruction>function myGetDate() {</instruction>
<instruction> var zh = ['一', '二', '三', '四', '五', '六', '七'];</instruction>
<instruction> var date = new Date();</instruction>
<instruction> return {</instruction>
<instruction> year : date.getFullYear(),</instruction>
<instruction> month : date.getMonth() + 1,</instruction>
<instruction> date : date.getDate(),</instruction>
<instruction> week : date.getDay(),</instruction>
<instruction> hours : date.getHours(),</instruction>
<instruction> minutes : date.getMinutes(),</instruction>
<instruction> seconds : date.getSeconds(),</instruction>
<instruction> week_zh : zh[date.getDay()-1]</instruction>
<instruction> };</instruction>
<instruction>}</instruction>
<instruction>function OnClick(args) {</instruction>
<instruction> var date = myGetDate();</instruction>
<instruction> var path = [];</instruction>
<instruction> path.push('"E:\\工作记录\\');</instruction>
<instruction> path.push(date.year + '年\\');</instruction>
<instruction> path.push(date.year + '年');</instruction>
<instruction> path.push((date.month > 10 ? date.month : '0' + date.month) + '月"');</instruction>
<instruction> args.func.command.AddLine('Go ' + path.join('') + ' newtab');</instruction>
<instruction> args.func.command.AddLine('CreateFolder name=' + path.join(''));</instruction>
<instruction> args.func.command.AddLine('Go ' + path.join(''));</instruction>
<instruction> args.func.command.Run();</instruction>
<instruction>}</instruction>
</function>
</button>
<button backcol="none" display="both" label_pos="right" textcol="none">
<label>今天</label>
<tip>E:\工作记录\工作记录.xlsx</tip>
<icon1>#sort_date</icon1>
<function type="normal">
<instruction>excel E:\工作记录\工作记录.xlsx</instruction>
</function>
</button>
</button>
分享到:
相关推荐
1. **双面板界面**:用户可以在同一窗口中同时查看两个不同的文件夹,方便进行文件的复制、移动和比较。 2. **高度可定制**:用户可以根据个人喜好调整界面布局,设置快捷键,以及自定义各种操作行为,如文件关联、...
最强windows资源管理器Directory Opus 12.12版。网上的很多破解都已失效,分享最新破解版。 1、使用Iobit/Revo Uninstaller将...4、打开Dopus程序,安装“Certificate”文件夹中的证书文件 5、禁用系统自动更新,完成。
DOpus 提供了对文件和文件夹的高级操作,包括但不限于浏览、搜索、复制、移动、重命名、删除以及多种文件对比和同步功能。它还支持多种文件预览,如图片、文档、音频和视频,使得用户无需打开其他应用程序就能查看...
5.双击左侧树形列表中的文章名,可以自动打开文章; 6.若你的显示器不能显示全部窗口,没有关系,窗口是浮动的,可以点击左上方的三个工具栏按钮,随时打开或关闭上方的三个窗口页; 注:不只PDF文件,本工具支持所有...
2. **多级菜单支持**:除了单一的文件夹链接,Folder Menu还允许创建多级子菜单,这样可以更好地组织和分类你的快捷目录,使得菜单结构更清晰,查找更便捷。 3. **热键绑定**:除了点击菜单项,用户还可以为每个...
Directory DOpus(简称 DOpus),是澳大利亚 GP Software 公司的产品,该公司成立于 1984 年,并于 1990 年发布了第一个正式版本的 Directory DOpus v1,它是 Greg Preey 博士为 Amiga 系统开发的,这一开发时间远远超前...
安装好DOpus后注意切勿运行,直接以管理员权限执行Activator-DeLtA.exe即可打好补丁并自动安装好证书。 资源分我本人只设置为1分,唯一目的是挣点积分下载别人的资料。如果你看到分数超过了1分那绝对是被某站自己...
Dopus5(Directory Opus 5的缩写)是基于AmigaOS的计算机系统的著名Workbench克隆。 它具有文件管理器功能,并且多年来一直是流行的Amiga软件名称。 在从原始作者(GPSoft – http://www.gpsoft.com.au/)获得了源...
8年文件管理器,php的,空间没解压功能的友友有福了,功能超级多
它的特点包括:双面板浏览器、高级文件搜索、文件压缩和解压缩、文件同步、批量重命名、支持多个文件夹的标签和书签、自定义快捷键等。 该软件采用了现代化的用户界面,提供了多种主题供用户选择,同时还提供了许多...
Directory Opus这是一个强大的文件管理软件,支持标签页,多窗口,色彩标记文件夹和文件,预览文件,图片标记收藏,文件收藏成集群,各种菜单按钮自定义,各种脚本命令自定义,关键点是界面美观也能跟得上您的系统。...
然后,使用`javah`命令(或Android Studio的“Generate JNI Header”功能)自动生成对应的C++头文件,如`OpusLibraryJNI.h`。在C++代码中实现这些方法,完成JNI接口。 **测试与调试** 在Android设备或模拟器上运行...