会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
山本夏木
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
···
22
下一页
2020年9月23日
【转】在服务器上部署Jupyter
摘要: 恢复内容开始 参考链接: 1.https://blog.csdn.net/yihuanyihuan/article/details/95335949 2.https://www.cnblogs.com/Lee-yl/p/10250586.html 快速启动命令“ jupyter notebook -
阅读全文
posted @ 2020-09-23 04:13 Johnny、
阅读(232)
评论(0)
推荐(0)
2020年9月14日
增加ubuntu的虚拟内存
摘要: 参考: 1.ubuntu增加虚拟内存swap 2.ubuntu下配置虚拟内存 3.ubuntu如何修改虚拟内存(swap空间) 我的运行记录: 原本Swap大小差不多8G,/data路径下有2.7T空闲空间,选择在此配置一块虚存空间 /data/xxj/swap/swapfile swap swap
阅读全文
posted @ 2020-09-14 19:46 Johnny、
阅读(4054)
评论(0)
推荐(0)
2020年9月4日
【转】【docker】win10安装docker教程
摘要: 教程:【docker】win10安装docker教程
阅读全文
posted @ 2020-09-04 15:31 Johnny、
阅读(150)
评论(0)
推荐(0)
2020年6月21日
linux命令学习_实验楼(总结)
摘要: 课程地址:https://www.shiyanlou.com/courses/68 ls -alh d* cd – pwd mkdir -mvp ./{lib/,bin/,doc/{info,product}} rm -i *.log mv a.log b.log mv -i a.txt test1
阅读全文
posted @ 2020-06-21 03:09 Johnny、
阅读(190)
评论(0)
推荐(0)
2020年6月11日
【转】Linux中常用的tar解压打包命令语法介绍
摘要: 原文链接:https://blog.csdn.net/guo_qiangqiang/java/article/details/87934655 ———————————————— 常用的tar解压打包命令语法介绍1.命令格式2.命令功能3.命令参数4.常见解压/压缩命令5.使用实例1.命令格式tar[
阅读全文
posted @ 2020-06-11 21:06 Johnny、
阅读(265)
评论(0)
推荐(0)
2020年6月7日
LaTeX安装与入门
摘要: 1.怎么安装LaTex TeX Live 下载及安装说明 清华大学(北京):https://mirrors.tuna.tsinghua.edu.cn/CTAN/systems/texlive/Images/texlive2020.iso 2.如何从零开始,入门 LaTeX? 一份其实很短的 LaTe
阅读全文
posted @ 2020-06-07 17:14 Johnny、
阅读(504)
评论(0)
推荐(0)
2020年5月16日
Git学习(36min视频和文档)
摘要: 非常好的tutorial,需要科学的上网 Youtube:Version control with Git and Github Book:Pro Git Command:Git quick reference for beginners
阅读全文
posted @ 2020-05-16 05:15 Johnny、
阅读(123)
评论(0)
推荐(0)
密码学相关
摘要: 下面是我某次学习看过的链接 密码学笔记 数字签名是什么 SSH原理简介 SSH、SSL与HTTPS
阅读全文
posted @ 2020-05-16 04:06 Johnny、
阅读(107)
评论(0)
推荐(0)
conda pip 镜像
摘要: 给出一个tensorflow的安装打样: pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.tuna.tsinghua.edu.cn tensorflow==1.12 两个参考博客: 1.使用con
阅读全文
posted @ 2020-05-16 00:51 Johnny、
阅读(279)
评论(0)
推荐(0)
2020年3月10日
用拉格朗日乘子法求解带约束最优化问题
摘要: # -*- coding: utf-8 -*- #导入sympy包,用于求导,方程组求解等等 from sympy import * #设置变量 x1 = symbols("x1") x2 = symbols("x2") alpha = symbols("alpha") beta = symbols
阅读全文
posted @ 2020-03-10 15:55 Johnny、
阅读(2456)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
22
下一页
公告