会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
每周向前一小步
求知、探索、分享!
首页
新随笔
管理
订阅
上一页
1
2
3
4
5
6
7
···
34
下一页
2021年8月15日
Ubantu nodejs卸载与二进制安装
摘要: #apt-get 卸载 sudo apt-get remove --purge npm sudo apt-get remove --purge nodejs sudo apt-get remove --purge nodejs-legacy sudo apt-get autoremove #手动
阅读全文
posted @ 2021-08-15 10:17 方诚
阅读(102)
评论(0)
推荐(0)
2021年7月30日
AI常用环境安装
摘要: torch环境 conda create --name py37 python=3.7 conda activate py37 pip install jieba==0.42.1pip install pandas==1.2.4pip install pydot==1.3.0pip install
阅读全文
posted @ 2021-07-30 22:02 方诚
阅读(121)
评论(0)
推荐(0)
2021年7月24日
ubantu打开摄像头失败
摘要: 摘要-针对ubantu20 sudo apt install v4l-utils v4l2-ctl --list-devices - cv2 install on ubantu20```针对ubantu20sudo apt install v4l-utilsv4l2-ctl --list-devic
阅读全文
posted @ 2021-07-24 21:32 方诚
阅读(1667)
评论(0)
推荐(0)
2021年7月15日
python 从ubantu环境迁移到windows环境
摘要: 下载安装Anaconda3 Anaconda3-2021.05-Windows-x86_64.exe 默认安装目录 C:\ProgramData\Anaconda3 可以启动Anaconda查看不同的环境 也可打开Powershell进行命令行操作 创建一个Python36环境 这里用到了tenso
阅读全文
posted @ 2021-07-15 17:35 方诚
阅读(513)
评论(0)
推荐(0)
2021年7月11日
mystar01 nodejs MVC 公共CSS,JS设置
摘要: mystar01 nodejs MVC gulp 项目搭建 config/express.js中定义别名 //将下载的第三方库添加到静态资源路径当中,方便访问 app.use('/jquery', express.static(config.root + '/node_modules/jquery/
阅读全文
posted @ 2021-07-11 20:02 方诚
阅读(48)
评论(0)
推荐(0)
2021年6月30日
机器学习常用python包
摘要: (py37) ai@ai:~$ pip freeze |grep -v '@' astor==0.8.1 certifi==2021.5.30 chardet==4.0.0 cycler==0.10.0 gast==0.2.2 google-pasta==0.2.0 h5py==2.8.0 idna
阅读全文
posted @ 2021-06-30 11:22 方诚
阅读(629)
评论(0)
推荐(0)
2021年6月29日
AI summary
摘要: 全概率公式、贝叶斯公式 条件概率公式图解推导
阅读全文
posted @ 2021-06-29 22:09 方诚
阅读(32)
评论(0)
推荐(0)
git 设置
摘要: git config --global user.name "星火" git config --global user.email "itoracle@aliyun.com" 创建 git 仓库: mkdir test cd test git init touch README.md git add
阅读全文
posted @ 2021-06-29 17:05 方诚
阅读(160)
评论(0)
推荐(0)
2021年6月25日
01 nodejs MVC gulp 项目搭建
摘要: 文本内容 使用generator-express创建nodejs MVC DEMO 使用gulp实时编译项目 npm安装二进制包,无须再编译wget https://nodejs.org/dist/v14.17.5/node-v14.17.5-linux-x64.tar.xz解压后加入环境变量exp
阅读全文
posted @ 2021-06-25 22:59 方诚
阅读(97)
评论(0)
推荐(0)
2021年6月6日
electron搭建开发环境
摘要: 环境:windons10, nodev14.17.1, vscode md a_star cd a_star npm i -g yarn yarn config set ELECTRON_MIRROR https://cdn.npm.taobao.org/dist/electron/ 因为在此系统上
阅读全文
posted @ 2021-06-06 21:52 方诚
阅读(227)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
···
34
下一页
公告