会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
China soft
chinasoft.cnblogs.com
首页
新随笔
联系
订阅
管理
上一页
1
···
91
92
93
94
95
96
97
98
99
···
129
下一页
2021年10月26日
Keras智能
摘要: https://transcranial.github.io/keras-js/#/mnist-cnn
阅读全文
posted @ 2021-10-26 14:37 China Soft
阅读(25)
评论(0)
推荐(0)
2021年10月25日
nginx 设置多个tcp IP代理 socket 转发
摘要: stream { upstream server1{ hash $remote_addr consistent; server 127.0.72.60:3000; } server { listen 8400; proxy_connect_timeout 50s; proxy_timeout 50s
阅读全文
posted @ 2021-10-25 15:45 China Soft
阅读(1231)
评论(0)
推荐(0)
FTP连接时出现“227 Entering Passive Mode” 的解决方法
摘要: 今天从公网的服务器连接本地内网的FTP server copy文件时,系统老是提示227 Entering Passive Mode (xxx,xxx,,xxx,xxx,x),很是奇怪,于是上网找资料仔细研究了一下,原来FTP有两种工作模式,PORT模式和PASV模式. 在主动模式下,FTP客户端随
阅读全文
posted @ 2021-10-25 15:42 China Soft
阅读(4769)
评论(0)
推荐(0)
windows nginx TCP代理 负载均衡
摘要: windows nginx TCP代理 负载均衡 必须是 nginx-1.9.0 以上版本(包括1.9.0)。该版本之后,增加了 stream module,可以实现该功能。 下载地址:http://nginx.org/download/nginx-1.9.9.zip http://nginx.or
阅读全文
posted @ 2021-10-25 09:34 China Soft
阅读(407)
评论(0)
推荐(0)
nginx 代理ftp
摘要: nginx1.9之后直接使用Stream配置就可以了,当然需要先安装stream模块 1.nginx 增加tcp ./configure --with-stream --with-pcre=../pcre-8.38 ./configure --with-stream --without-http_r
阅读全文
posted @ 2021-10-25 09:29 China Soft
阅读(557)
评论(0)
推荐(0)
2021年10月22日
Intellij IDEA添加项目依赖
摘要: 在idea的设置中,存在下面几个标签页 Libraies是向idea中添加的jar或者文件夹进入。 module是添加具体的项目依赖,后面的选项为部署时是否忽略。 artifacts配置打包方式,需要是fix一下 必要时可添加到globe libraies中
阅读全文
posted @ 2021-10-22 17:29 China Soft
阅读(532)
评论(0)
推荐(0)
window下maven的环境搭建
摘要: window下maven的环境搭建 一、下载 官网下载地址 二、maven的安装配置 1.环境变量的配置 1)新建环境变量MAVEN_HOME,值如下: D:\install\develop\apache-maven-3.5.3 2)修改环境变量path 在末尾添加: ;%MAVEN_HOME%\b
阅读全文
posted @ 2021-10-22 14:44 China Soft
阅读(136)
评论(0)
推荐(0)
maven生成可执行jar包
摘要: maven项目打包配置对于maven管理的的项目,如果想要通过maven命令来生成一个可执行的jar包,pom.xml中需要有如下配置: <build> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactI
阅读全文
posted @ 2021-10-22 14:38 China Soft
阅读(490)
评论(0)
推荐(0)
2021年10月20日
建模
摘要: http://request.uml.com.cn/
阅读全文
posted @ 2021-10-20 13:39 China Soft
阅读(71)
评论(0)
推荐(0)
2021年10月19日
KubeSphere部署Nacos集群
摘要: https://blog.csdn.net/RookiexiaoMu_a/article/details/120610006
阅读全文
posted @ 2021-10-19 17:19 China Soft
阅读(620)
评论(0)
推荐(0)
上一页
1
···
91
92
93
94
95
96
97
98
99
···
129
下一页
公告