0%

好软推荐~~~这里列出的都是我使用过的,并且觉得还不错的软件 💡 PS. 本页面长期处于更新状态~~ 文本处理 Typora 超级好用的 Markdown 编辑器 Notepad3 用来代替 Windows 自带的记事

去 https://www.postgresql.org/download/windows/ 下载压缩包,有安装版和压缩档版,个人习惯使用便携版本,下载后解压到指定目录即可。 ​​ 初始化数据目录: 在解压后的 PostgreSQL 根目录下新建 data​ 文

示例代码如下: getDriverRoute() { myAmapFun.getDrivingRoute({ origin: `${this.startPoint.longitude},${this.startPoint.latitude}`, destination: `${this.endPoint.longitude},${this.endPoint.latitude}`, strategy: 5, success: (res) => { const points = []; const { steps } = res.paths[0]; for (let item of steps) { item.polyline = item.polyline.split(";"); for (let line of item.polyline) { points.push({ longitude: line.split(",")[0], latitude: line.split(",")[1], }); } } this.polyline = [ { points: points, color: "#12c983", width: 8, arrowLine: false, }, ]; }, }); }

制作VSCode便携版 模糊记得之前下载过 Zip 版便携使用,这次下载后,解压打开后总是安装版的数据,搜索解决后写个备忘留待后用。 制作 VSCode 便携版方法:

⚠️ 警告:添加签名认证之后,安全性更高,这是毋庸置疑的。但并不意味着 API 就一定安全,一定不会被滥用了。 观察签名认证流程就可以发现,加签的步骤是