会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
晋弘
博客园
首页
新随笔
联系
订阅
管理
1
2
3
下一页
2020年11月19日
编译scratch3.0桌面程序
摘要: 原文链接 :https://blog.csdn.net/weixin_43513495/article/details/88633957 若有侵权请来信告知。 1.首先操作系统是win10;2.安装好node.js,yarn,git;3.在github上下载scratch-gui和scratch-d
阅读全文
posted @ 2020-11-19 10:27 晋弘
阅读(1034)
评论(0)
推荐(0)
2020年11月4日
Ubuntu 上 Node.js 安装和卸载
摘要: 1、Ubuntu 安装 Node.Js 1.1、执行检查可更新的软件:sudo apt-get update 1.2、先用普通的apt工具安装低版本的node,然后再升级最新。sudo apt-get install nodejssudo apt install nodejs-legacysudo
阅读全文
posted @ 2020-11-04 17:19 晋弘
阅读(814)
评论(0)
推荐(0)
2020年10月13日
npm 安装window编译环境
摘要: npm install --global --production windows-build-tools
阅读全文
posted @ 2020-10-13 17:35 晋弘
阅读(239)
评论(0)
推荐(0)
2020年10月7日
scratch blocks 编译问题及其解决
摘要: https://blog.csdn.net/wj6060/article/details/103999571
阅读全文
posted @ 2020-10-07 13:43 晋弘
阅读(401)
评论(0)
推荐(0)
2020年9月15日
scratch 连接 block和vm 并运行
摘要: cd scratch-vm npm install npm link npm run watch cd ../scratch-blocks npm install npm link cd ../scratch-gui npm install npm link scratch-vm scratch-b
阅读全文
posted @ 2020-09-15 17:44 晋弘
阅读(779)
评论(0)
推荐(0)
2020年9月4日
有意思的网站
摘要: 宜昌城老张的博客 http://www.eefocus.com/zhang700309/blog/12-10/287570_57f22.html 爱板网 - 开发板大全 http://www.eeboard.com/ 极客工坊 http://www.geek-workshop.com
阅读全文
posted @ 2020-09-04 14:07 晋弘
阅读(137)
评论(0)
推荐(0)
2020年6月6日
git requested URL returned error: 403
摘要: https://www.jianshu.com/p/a1908f55bef8
阅读全文
posted @ 2020-06-06 23:50 晋弘
阅读(130)
评论(0)
推荐(1)
2020年2月20日
sudo pip3 install Permission denied
摘要: 用 sudo pip3 install 安装第三方库总是提示 Permission denied, 最后切换到/usr/bin目录中,用 sudo python3 pip3 install 可以安装。 期间出现 cannot import name 'main' from 'pip', 修改 /us
阅读全文
posted @ 2020-02-20 13:28 晋弘
阅读(1072)
评论(1)
推荐(0)
2020年1月20日
chrome 视频加速
摘要: git下载并解压 : https://github.com/igrigorik/videospeed chrome扩展程序选择 “加载已解压的扩展程序”,选择git下载的文档
阅读全文
posted @ 2020-01-20 22:27 晋弘
阅读(374)
评论(0)
推荐(0)
scratch 开发环境相关配置
摘要: 升级 core-js :npm install --save core-js@^3
阅读全文
posted @ 2020-01-20 21:28 晋弘
阅读(447)
评论(0)
推荐(0)
1
2
3
下一页
公告