会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
anakinf
博客园
首页
新随笔
联系
订阅
管理
随笔 - 94
文章 - 0
评论 - 17
阅读 -
17万
2024年11月12日
docker 安装宝塔
docker run -it --name ubuntu-container -p 9888:8888 -p 3306:3306 -v /opt/bt/www:/data -d ubuntu
sudo apt-get update
sudo apt-get install wget
wget -O install.sh https://download.bt.cn/install/install_lts.sh && sudo bash install.sh ed8484bec
posted @ 2024-11-12 16:22 anakinf
阅读(20)
评论(0)
推荐(0)
编辑
2023年7月28日
苹果mac m1,m2芯片安装 pytorch和tensorflow的GPU版本
摘要: 一、下载M芯片的anaconda,并安装 二 、安装GPU版本的pytorch1.安装 Xcode xcode-select --install 2.创建环境 conda create -n torch-gpu python=3.11 conda activate torch-gpu 3.打开pyt
阅读全文
posted @ 2023-07-28 22:56 anakinf
阅读(1845)
评论(0)
推荐(0)
编辑
2023年7月21日
唯一解决mac字体发虚的方法,很有效
摘要: 唯一解决mac字体发虚的方法[真的没有之一] - 简书 (jianshu.com)
阅读全文
posted @ 2023-07-21 11:29 anakinf
阅读(234)
评论(0)
推荐(0)
编辑
2023年4月17日
javax.mail.MessagingException: Could not connect to SMTP host: smtp.qiye.aliyun.com, port: 465, response: -1
摘要: 1。找到 java.security 文件,/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/security下,其中java-8-openjdk-amd64根据自身情况更换。 2。编辑文件前可以先备份)找到文件中存在 jdk.tls.disabledAlgorit
阅读全文
posted @ 2023-04-17 06:36 anakinf
阅读(645)
评论(0)
推荐(0)
编辑
2022年9月28日
Ubuntu(Linux)系统添加新的普通用户,,Spring boot 应用运行在普通用户
摘要: Ubuntu系统添加新的普通用户,Spring boot 应用运行在普通用户,提高安全性 在使用Ubuntu系统的过程中,一般不建议直接使用root用户,建议新建一个或多个普通用户,平时的大数据实验操作都使用普通用户登录Ubuntu系统。购买了阿里云的云服务器ECS实例以后,就可以打开浏览器,通过网
阅读全文
posted @ 2022-09-28 19:40 anakinf
阅读(153)
评论(0)
推荐(0)
编辑
2022年9月20日
windows与wsl互相访问,windows10 / 11与子系统网络互相访问
摘要: 找出能与WSL2连接的那个IP。启动WSL2,在子系统Linux键入如下命令: cat /etc/resolv.conf 如: nameserver 172.27.160.1 172.27.160.1就是我们要找的Windows的IP Address 找出wsl的ip启动WSL2,键入如下命令: $
阅读全文
posted @ 2022-09-20 19:32 anakinf
阅读(1831)
评论(0)
推荐(0)
编辑
2022年8月7日
ubuntu20.04安装go1.18
摘要: 下载Golang打开terminal输入 wget https://dl.google.com/go/go1.18.3.linux-amd64.tar.gz解压到/usr/local/lib/ sudo tar -zxvf go1.18.3.linux-amd64.tar.gz -C /usr/lo
阅读全文
posted @ 2022-08-07 12:14 anakinf
阅读(742)
评论(0)
推荐(0)
编辑
Ubuntu安装指定版本的docker
摘要: apt-get install -y apt-transport-https ca-certificates curl software-properties-common 3.添加官网docker的GPG密钥 curl -fsSL https://download.docker.com/linux
阅读全文
posted @ 2022-08-07 11:51 anakinf
阅读(1272)
评论(0)
推荐(0)
编辑
2022年5月13日
linux(Ubuntu)下Navicat的激活与无限试用
摘要: Ubuntu下直接删除 ~/.config/dconf/user文件夹 与 ~/.config/navicat文件夹,即可无限试用 #.config文件夹是隐藏文件 需要输入ls -a才能看到,或打开可视化界面的隐藏文件夹显示
阅读全文
posted @ 2022-05-13 10:33 anakinf
阅读(2769)
评论(0)
推荐(0)
编辑
ubuntu 220.4 卸载genymotion
摘要: 一、ubuntu 220.4 卸载genymotion 进入安装包目录,执行,以下genymotion-3.2.1-linux_x64.bin改成自己安装包名 sudo ./genymotion-3.2.1-linux_x64.bin --uninstall -d /opt/genymobile
阅读全文
posted @ 2022-05-13 08:56 anakinf
阅读(629)
评论(0)
推荐(0)
编辑
下一页
公告
昵称:
anakinf
园龄:
14年8个月
粉丝:
12
关注:
6
+加关注
<
2025年3月
>
日
一
二
三
四
五
六
23
24
25
26
27
28
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
随笔分类
ASP(1)
ASP.NET(4)
C#(2)
C++(1)
JAVA(13)
javascript(4)
JSP(1)
Linux(9)
MQ(1)
MSSQL(2)
Mysql(2)
NLP(1)
Object C(5)
Oracle (2)
Python(2)
Spring Boot(16)
Spring Cloud(8)
Spring MVC(9)
win10(1)
服务器搭建(5)
物联网(2)
更多
随笔档案
2024年11月(1)
2023年7月(2)
2023年4月(1)
2022年9月(2)
2022年8月(2)
2022年5月(3)
2022年2月(2)
2021年12月(3)
2021年2月(1)
2020年12月(1)
2020年11月(2)
2020年9月(3)
2020年6月(4)
2020年3月(2)
2020年2月(1)
2019年4月(1)
2018年7月(1)
2018年4月(1)
2018年3月(3)
2017年11月(13)
2017年10月(5)
2012年6月(1)
2012年3月(1)
2012年2月(7)
2012年1月(7)
2011年12月(15)
2011年11月(1)
2011年10月(6)
2011年9月(2)
更多
阅读排行榜
1. Java8 lambda表达式10个示例(25164)
2. iOS---弹出提示对话框(14931)
3. spring boot 入门 使用spring.profiles.active来分区配置(13715)
4. spring boot jar 进程自动停止,自动终止,不能后台持续运行(10066)
5. idea打包jar的多种方式,用IDEA自带的打包形式,用IDEA自带的打包形式 用Maven插件maven-shade-plugin打包,用Maven插件maven-assembly-plugin打包(6069)
评论排行榜
1. 反编译Silverlight项目(4)
2. C#编程中的66个好习惯,你有多少个(3)
3. Android权限Uri.parse的详细资料(2)
4. idea Mac版过期处理方法.适用于JetBrains全家桶(1)
5. spring boot jar 进程自动停止,自动终止,不能后台持续运行(1)
推荐排行榜
1. Java8 lambda表达式10个示例(3)
2. C#编程中的66个好习惯,你有多少个(3)
3. idea Mac版过期处理方法.适用于JetBrains全家桶(1)
4. Java多线程学习(吐血超详细总结)(1)
5. 反编译Silverlight项目(1)
最新评论
1. Re:idea Mac版过期处理方法.适用于JetBrains全家桶
成功解决完成
--用不完的小神
2. Re:Java8 lambda表达式10个示例
复制了不能直接运行,要找 bug 挺麻烦的
--差一线
3. Re:spring boot jar 进程自动停止,自动终止,不能后台持续运行
您好,能问一下是什么原因导致这个问题的吗
--大雄丶
4. Re:C# 读取和编辑 MP3 ID3 属性的详细操作和说明 (ID3v2)
只能英文,调试了半天,还以为什么坏了。。
还有,mp3没有id3时添加图片失败。
--望云风
5. Re:Android权限Uri.parse的详细资料
发短信有多个号码,这个URI.parse(),方法怎么用,我看系统自带的有群发功能,该如何调用系统的群发功能呢?是调用系统自带的信息发送,我现在只是把联系人传给他该如何做。我的联系人在数据库中不再系统...
--古来征战几人回
点击右上角即可分享