iohannes long
搜索文章
机器人
python
c++
金融
linux
前端
中间件
java
求解
登录
机器人
python
c++
金融
linux
前端
中间件
java
求解
登录
佚名
欢迎访问我的个人博客,我将在这里与你分享更多精彩内容
el-table 可编辑
<script setup lang="ts"> import { onMounted, reactive } from "vue"; import { GetLatestOrder } from "/@/api/order-confirm"; let columns = reactive([
作者:iohannes
发布时间:2025-03-14
分类:
前端
Embedding
Embedding torch.nn.Embedding 是用来将一个数字变成一个指定维度的向量的,比如数字a变成一个10维的向量,数字b变成另外一个10维的向量 torch.nn.Embeddi
作者:iohannes
发布时间:2025-03-14
分类:
求解
es6中export和import
export // A.js export const A = 42 export const myA = 43 export const Something = 44 /////////////////////////// // more export example /////////////
作者:iohannes
发布时间:2025-03-14
分类:
前端
frp内网穿透http
中心云主机(x.x.x.x) /home/frp/frps.toml bindAddr = "0.0.0.0" bindPort = 8070 auth.token = "your_pwd" transport.tls.force = true vhostHTTPPort = 8071 webSe
作者:iohannes
发布时间:2025-03-14
分类:
中间件
GAN生成对抗网络
GAN的全称是Generative adversarial network,中文翻译过来就是生成对抗网络。生成对抗网络其实是两个网络的组合: 生成网络(Generator)负责生成模拟数据;
作者:iohannes
发布时间:2025-03-14
分类:
求解
git 提交comment规范
git 提交comment规范 <type>(<scope>): <subject> <body> <footer> 大致分为三个部分(使用空行分割): 标题行, 必填, 描述主要修改类
作者:iohannes
发布时间:2025-03-14
分类:
中间件
gitlab and runner
what’s this install gitlab/gitlab runner in linux install gitlab gitlab home dir export GITLAB_HOME=/srv/gitlab run gitlab container docker run --det
作者:iohannes
发布时间:2025-03-14
分类:
中间件
gitlab ci compose with submodules
configure the .gitmodules file in your project root dir [submodule "backtest_task"] path = project_name url = git@ip_or_host:group_name/project_name
作者:iohannes
发布时间:2025-03-14
分类:
中间件
git服务器gitea
安装 sudo apt-get update sudo apt-get install -y git wget wget -O gitea https://dl.gitea.io/gitea/1.15.5/gitea-1.15.5-linux-amd64 sudo mv gitea /usr/loc
作者:iohannes
发布时间:2025-03-14
分类:
中间件
gunicorn最佳配置
workers 数目 每个work是一个进程, 建议数量设置为: (2*CPU)+1. gunicorn --workers=5 main:app threads 数目 threads 数目默认是1, python的GIL原因多线程提升
作者:iohannes
发布时间:2025-03-14
分类:
中间件
共 278 篇文章
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
页
友情链接
暂无友情链接