Fork me on GitHub
上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 101 下一页
摘要: 接口文档: https://lbsyun.baidu.com/index.php?title=jspopular3.0 https://lbs.baidu.com/faq/api?title=webapi 地图创建代码: <!DOCTYPE html> <html> <head> <meta htt 阅读全文
posted @ 2024-01-03 14:30 秋夜雨巷 阅读(138) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2023-12-23 17:34 秋夜雨巷 阅读(0) 评论(0) 推荐(0)
摘要: 官网 https://downloads.mysql.com/archives/community/ 下载Mysql5.7.31,再高5.7版本没有macOS选项 安装 安装完毕会弹出帐号密码 这里要把密码记住,待会用mysqladmin重置密码时要用。 启动mysql服务 系统设置拉到最下面,启动 阅读全文
posted @ 2023-12-21 23:21 秋夜雨巷 阅读(627) 评论(0) 推荐(0)
摘要: 环境 电脑: MacBook Pro M2 Chip macOS:Sonoma 14.1.2 IntelliJ IDEA Ultimate:2023.3.2 - macOS Apple Silicon (dmg) 下载 官网: https://www.jetbrains.com/idea/downl 阅读全文
posted @ 2023-12-21 23:12 秋夜雨巷 阅读(855) 评论(0) 推荐(0)
摘要: 官网 https://www.oracle.com/java/technologies/downloads/#java8-mac 下载需要Oracle帐号 安装 点击安装 一直下一步安装成功 配置系统环境变量 JDK主目录:/Library/Java/JavaVirtualMachines JDK真 阅读全文
posted @ 2023-12-21 23:11 秋夜雨巷 阅读(2317) 评论(0) 推荐(0)
摘要: 介绍 Homebrew是一款包管理工具,目前支持macOS和Linux系统。主要有四个部分组成:brew、homebrew-core 、homebrew-cask、homebrew-bottles。 安装 执行安装脚本 执行 /bin/zsh -c "$(curl -fsSL https://git 阅读全文
posted @ 2023-12-17 16:28 秋夜雨巷 阅读(157) 评论(0) 推荐(0)
摘要: 查看硬盘状态 diskutil info /Volumes/秋雨 mount命令也能看出磁盘挂载位置 尝试使用makedir命令新建文件夹,提示只读 解决方案 #查看挂载的磁盘 mount #卸载挂载的磁盘 sudo umount /dev/disk4s1 #以读写模式重新挂载: #新建一个目录 $ 阅读全文
posted @ 2023-12-17 15:57 秋夜雨巷 阅读(309) 评论(0) 推荐(0)
摘要: 常用快捷键 参照苹果官网:https://support.apple.com/zh-cn/HT201236?utm_source=hacpai.com Command-X:剪切所选项并拷贝到剪贴板。 Command-C:将所选项拷贝到剪贴板。这同样适用于“访达”中的文件。 Command-V:将剪贴 阅读全文
posted @ 2023-11-25 16:24 秋夜雨巷 阅读(271) 评论(0) 推荐(0)
摘要: 在shell:startup文件夹下面新建bat文件,内容如下: @echo off net stop w32time net start w32time w32tm /config /manualpeerlist:"time.nist.gov" /syncfromflags:manual /rel 阅读全文
posted @ 2023-11-15 19:02 秋夜雨巷 阅读(331) 评论(0) 推荐(0)
摘要: CMC: 交叉开关内存控制器(Crossbar Memory Controller) MTC: 1.可控硅组件 2.小型瘦电脑(Manage thin computer) 电气技术文字符号通则(GB 7159-87)中K代表继电器接触器分类 KA: 中间继电器(Alternating relay) 阅读全文
posted @ 2023-11-01 20:31 秋夜雨巷 阅读(193) 评论(0) 推荐(0)
上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 101 下一页