摘要: Notepad++是我常用的文本编辑软件,也经常做对其设置进行定制化。每次重新安装都需要重新配置,其实是可以对其配置文件进行备份的。 关闭Notepad++ Win+R,输入%APPDATA%\Notepad++,备份配置文件config.xml即可。 阅读全文
posted @ 2024-07-06 12:02 TommyM 阅读(1) 评论(0) 推荐(0) 编辑
摘要: # bppllist: Field 41 - Optimized backup. 0 = no, 1 = yes. Enables the backup of deduplicated data that some Microsoft Windows operating system version 阅读全文
posted @ 2024-07-03 18:10 TommyM 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 我使用网盘的历史估计要十年以上了。 最早使用过Google Drive, Sky Drive等免费的网盘,后来Google Drive被墙了,Sky Drive一直到去年还在使用,现在MS把它改名叫OneDrive了,使用起来比较方便,安装好Windows操作系统,使用windows账号登录就可以使 阅读全文
posted @ 2022-01-27 22:43 TommyM 阅读(1439) 评论(0) 推荐(0) 编辑
摘要: KeePass是一款非常不错的开源软件,主要用于密码保存、自动生产、自动输入(Auto-type)等。支持各平台。 下载地址:Downloads - KeePass 在使用自动输入(Auto-type)功能时,会遇到用户名、密码不在同一页的情况(如Outlook邮箱),这时如果使用{USERNAME 阅读全文
posted @ 2022-01-17 23:12 TommyM 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 好久没安装过Windows 10系统了,这两天在下载电脑管家时,使用bing搜索,没注意就选择了第一个,安装后,噩梦就来了,非法广告、各种软件的推送,怎么也清不干净。 没办法,到PCBeta下载了最新的windows10安装介质,在启动安装的时候,突然报0x8007000D错,读取install.w 阅读全文
posted @ 2021-06-15 22:54 TommyM 阅读(899) 评论(0) 推荐(0) 编辑
摘要: backup archivelog all not backed up;这条命令可以用来备份没有备份过的归档日志,同时不会备份已经备份过的归档日志。下面是具体用法。第一次备份归档日志 RMAN> backup archivelog all not backed up; Starting backup 阅读全文
posted @ 2016-08-03 17:34 TommyM 阅读(1030) 评论(0) 推荐(0) 编辑
摘要: # netstat -unlt Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 0.0.0.0:6817 0.0.0.0:* LIST 阅读全文
posted @ 2016-05-26 10:53 TommyM 阅读(801) 评论(0) 推荐(0) 编辑
摘要: When we covered port scanning a short while ago we discovered how to tell which ports had processes listening upon them, via port scanning. What we didn't do was learn how to tell which processes were... 阅读全文
posted @ 2016-05-24 17:16 TommyM 阅读(204) 评论(0) 推荐(0) 编辑
摘要: More than 90% of Windows 8.1 installations are 64-bit and, as a result, more and more people use 64-bit operating systems and applications. Even popul 阅读全文
posted @ 2016-05-24 16:07 TommyM 阅读(199) 评论(0) 推荐(0) 编辑
摘要: You might be wondering if Windows is using UEFI or the legacy BIOS, it’s easy to check. Just fire up MSINFO32 and look for this entry: There are two p 阅读全文
posted @ 2016-01-12 10:59 TommyM 阅读(219) 评论(2) 推荐(0) 编辑