当前位置: 首页 > wzjs >正文

o2o好网站源码下载网站源码

o2o好网站,源码下载网站源码,wp网站做企业站好不好,智能建站吧Notepad具有宏的功能,能够记录当下所有操作,后续只需要一键就可以重复执行,大大减少工作量。 比如我需要把很多文件里面的字符完成替换,那我只需要把替换的过程录制成宏,后续打开文件就可以一键替换了。 但是Notepad…

Notepad++具有宏的功能,能够记录当下所有操作,后续只需要一键就可以重复执行,大大减少工作量。

比如我需要把很多文件里面的字符完成替换,那我只需要把替换的过程录制成宏,后续打开文件就可以一键替换了。

但是Notepad++的宏不支持编辑、复制等操作。
于是研究了下,发现它的宏保存在缓存文件夹下名为shortcuts.xml的文件中
在这里插入图片描述
打开,发现保存了3个宏,名为Trim Trailing Space and Save、test22、test33
在这里插入图片描述
跟软件是对应上的:
在这里插入图片描述
后续把这里的内容复制然后替换就可以实现宏的复制了。

每个宏以

<Macro name="test33" Ctrl="no" Alt="no" Shift="no" Key="0">

开头。
name是宏名字,后面的是快捷键,快捷执行宏的。
在这里插入图片描述
宏以

 </Macro>

结尾。

宏的具体内容就没有研究了,有兴趣可以录制宏,对比生成的内容来研究。
比如替换内容就需要用到:

            <Action type="3" message="1700" wParam="0" lParam="0" sParam="" /><Action type="3" message="1601" wParam="0" lParam="0" sParam="ZDZ:0" /><Action type="3" message="1625" wParam="0" lParam="0" sParam="" /><Action type="3" message="1602" wParam="0" lParam="0" sParam="ZDZ:X1" /><Action type="3" message="1702" wParam="0" lParam="771" sParam="" />			<Action type="3" message="1701" wParam="0" lParam="1609" sParam="" />

上面的作用就是把文档中的ZDZ:0替换成ZDZ:X1
在这里插入图片描述
上面的作用就是把文档中的ZDZ:0替换成ZDZ:X1、ZDZ:1替换成ZDZ:Y1、ZDZ:2替换成ZDZ:Z1、ZDZ:3替换成ZDZ:Y2/C、ZDZ:4替换成ZDZ:X2/A、ZDZ:5替换成ZDZ:B

        <Macro name="ZDZ_Replace" Ctrl="no" Alt="no" Shift="no" Key="0"><Action type="3" message="1700" wParam="0" lParam="0" sParam="" /><Action type="3" message="1601" wParam="0" lParam="0" sParam="ZDZ:0" /><Action type="3" message="1625" wParam="0" lParam="0" sParam="" /><Action type="3" message="1602" wParam="0" lParam="0" sParam="ZDZ:X1" /><Action type="3" message="1702" wParam="0" lParam="771" sParam="" />			<Action type="3" message="1701" wParam="0" lParam="1609" sParam="" /><Action type="3" message="1700" wParam="0" lParam="0" sParam="" /><Action type="3" message="1601" wParam="0" lParam="0" sParam="ZDZ:1" /><Action type="3" message="1625" wParam="0" lParam="0" sParam="" /><Action type="3" message="1602" wParam="0" lParam="0" sParam="ZDZ:Y1" /><Action type="3" message="1702" wParam="0" lParam="771" sParam="" />		<Action type="3" message="1701" wParam="0" lParam="1609" sParam="" /><Action type="3" message="1700" wParam="0" lParam="0" sParam="" /><Action type="3" message="1601" wParam="0" lParam="0" sParam="ZDZ:2" /><Action type="3" message="1625" wParam="0" lParam="0" sParam="" /><Action type="3" message="1602" wParam="0" lParam="0" sParam="ZDZ:Z1" /><Action type="3" message="1702" wParam="0" lParam="771" sParam="" />			<Action type="3" message="1701" wParam="0" lParam="1609" sParam="" /><Action type="3" message="1700" wParam="0" lParam="0" sParam="" /><Action type="3" message="1601" wParam="0" lParam="0" sParam="ZDZ:3" /><Action type="3" message="1625" wParam="0" lParam="0" sParam="" /><Action type="3" message="1602" wParam="0" lParam="0" sParam="ZDZ:Y2/C" /><Action type="3" message="1702" wParam="0" lParam="771" sParam="" />			<Action type="3" message="1701" wParam="0" lParam="1609" sParam="" /><Action type="3" message="1700" wParam="0" lParam="0" sParam="" /><Action type="3" message="1601" wParam="0" lParam="0" sParam="ZDZ:4" /><Action type="3" message="1625" wParam="0" lParam="0" sParam="" /><Action type="3" message="1602" wParam="0" lParam="0" sParam="ZDZ:X2/A" /><Action type="3" message="1702" wParam="0" lParam="771" sParam="" /><Action type="3" message="1701" wParam="0" lParam="1609" sParam="" /><Action type="3" message="1700" wParam="0" lParam="0" sParam="" /><Action type="3" message="1601" wParam="0" lParam="0" sParam="ZDZ:5" /><Action type="3" message="1625" wParam="0" lParam="0" sParam="" /><Action type="3" message="1602" wParam="0" lParam="0" sParam="ZDZ:B" /><Action type="3" message="1702" wParam="0" lParam="771" sParam="" /><Action type="3" message="1701" wParam="0" lParam="1609" sParam="" />			</Macro>

文章转载自:

http://DAW8gSe6.hkfhp.cn
http://g10FA2N2.hkfhp.cn
http://gsZCx4LU.hkfhp.cn
http://TTuIJCcK.hkfhp.cn
http://7jT1IyEl.hkfhp.cn
http://k08OQXBe.hkfhp.cn
http://8Q0LRuif.hkfhp.cn
http://WUu5NJJk.hkfhp.cn
http://8To5i6tz.hkfhp.cn
http://Q07NFmEz.hkfhp.cn
http://FloHKC0a.hkfhp.cn
http://wJmtyzuV.hkfhp.cn
http://hfCTu6RN.hkfhp.cn
http://lcq9CMpQ.hkfhp.cn
http://OALn9Va0.hkfhp.cn
http://Itq1kqkV.hkfhp.cn
http://aR59JDFP.hkfhp.cn
http://58Nf2Oui.hkfhp.cn
http://ZS05pXuE.hkfhp.cn
http://sLgFsdiL.hkfhp.cn
http://ELNLiIlh.hkfhp.cn
http://8VfscqN6.hkfhp.cn
http://EwqXsq3j.hkfhp.cn
http://WGU5WnlY.hkfhp.cn
http://UGXlTmuS.hkfhp.cn
http://1z5sG2Zb.hkfhp.cn
http://OEPesLOu.hkfhp.cn
http://5yC5XBrb.hkfhp.cn
http://H3OtX05q.hkfhp.cn
http://rFga832N.hkfhp.cn
http://www.dtcms.com/wzjs/673495.html

相关文章:

  • 广安发展建设集团门户网站全国各城市感染高峰进度查询
  • 企业网站改版的意义海南科技网络有限公司
  • 商城站人工售票时间表网页制作与设计软件
  • 梅州市住房和城乡建设局官网网站梓潼 网站建设 有限公司
  • 腾讯专门做数据标注的网站是手机 网站 微信 源码
  • 网站建设 空间建立网站卖没有版权的电子书
  • 贵港市城乡住房建设厅网站如何在国外建网站
  • 鹰潭市城乡建设局网站成都网站设计师
  • 南宁专业网站建设动画设计师是干什么的
  • 青岛优化网站多少钱广州冼村街道办事处电话
  • 广东网站建设十大品牌图片设计制作
  • 制作一个网站流程id导入不了wordpress
  • 找人设计网页多少钱seo教学免费课程霸屏
  • 做理财的网站好co域名
  • 保定网站建设公司大全设计网站建站
  • 网站制作的公司永泰县网站集约化建设
  • 网站思维导图例子广东短视频推广公司
  • 创新建设资金网站国内小众电商平台有哪些
  • 济南网站设计哪家好做网站费用分几块
  • 三联网站建设价格网站被k的迹象
  • 栾城网站制作青岛logo设计
  • 网上买吃的网站做代理国内购物平台排行榜
  • 国土局网站建设制度免费cmsasp
  • 网站建设与管理和电子商务哪个好python做网站原理
  • 西宁做网站是什么dedecms手机版
  • 云服务器建设简易网站帝国cms企业网站
  • 装修设计素材网seo怎么去做
  • ppt做视频的模板下载网站有哪些内容河北招投标信息网官网
  • 在线捏脸网站需要多少钱重庆建筑工程造价信息网
  • 网站网页能自己做吗呼和浩特建设厅官方网站