说明: 1、这是一个恢复由 Office XP 任何一个组件创建的文档的密码的工具。这些组件包括:Word、Excel、Access、PowerPoint、Visio、Publisher、Project、Outlook、Money、Backup、Schedule+、Mail 和 Internet Explorer。 2、这是破解汉化版,无须原版,安装后直接使用。
Component Set For Windows NT/2000/XP(tm) (NTSET)Version 1.14Full Version with source code.Windows 2000(NT) specific components for Delphi 5.0/6.0/7.0 and C++Builder 5.0/6.0.Now the collection has 14 components: TNTServiceManager: to control Windows
dhtmlxScheduler_v30_120111.zip jquery 日历Demo 日、月 、周视图 dhtmlxScheduler is a web-based Javascr ipt events calendar that provides a rich and intuitive scheduling solution similar to MS Outlook Calendar, Apple's iCal, or Google Calendar. The events can
CMD命令 net use ipipc$ " " /user:" " 建立IPC空链接 net use ipipc$ "密码" /user:"用户名" 建立IPC非空链接 net use h: ipc$ "密码" /user:"用户名" 直接登陆后映射对方C:到本地为H: net use h: ipc$ 登陆后映射对方C:到本地为H: net use ipipc$ /del 删除IPC链接 net use h: /del 删除映射对方到本地的为H:的映射 net user 用户名 密码 /ad
node-schedule 是 Node.js 上一个类似 crontab 的定时任务模块。
示例代码:
var schedule = require('node-schedule');
var date = new Date(2012, 11, 21, 5, 30, 0);
var j = schedule.scheduleJob(date, function(){
console.log('The world is going to end today.');
});