notepad++ 给文本每行开头或末尾加统一字符

步骤选中想要插入行的开头按下alt+c其他技巧匹配某字符开头的一整行ctrl+f勾选正则表达式,输入(.*)\r\n

uniapp 修改原生导航栏搜索框的placeholder

直接给出代码: onLoad(e) { ... // 修改搜索占位 // #ifdef APP-PLUS let webview = this.$mp.page.$getAppWebview(); webview.setStyle({ t...

autojs 实现自动关闭app开屏广告的小案例

演示视频抖音:https://v.douyin.com/iY1d7TuC/b站案例代码实现了自动关闭app开屏广告仅学习使用!var thread = threads.start(function() { while (true) { sleep(100); ...

autojs6 案例 qq刷屏脚本

autojs 介绍AutoJS 类似于按键精灵,它是 Android 平台上的一款自动化工具,它通过编写 JavaScript 脚本,结合系统的无障碍服务对 App 进行自动化操作。github开源地址:https://github.com/SuperMonster003/AutoJs6/qq...

npm install遇到的问题Error: certificate has expired

解决方法:1、取消ssl验证:npm config set strict-ssl false这个方法一般就可以解决了。2、更换npm镜像源:npm config set registry http://registry.cnpmjs.org npm config set registry ht...