
私服问题
自由圣骑士
喜欢学习、喜欢接近新事物。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
上传jar包到私服命令
setting.xml的配置这个配置表示,你的私服账号信息,并设置一个id,通过id来区别多个私服<server> <id>nexus</id><username>admin</username><password>admin123</password></server>完整命令mv...原创 2019-12-18 10:29:31 · 585 阅读 · 0 评论 -
maven 私服的setting.xml配置
<?xml version="1.0" encoding="UTF-8"?> <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocatio...原创 2019-12-07 17:02:14 · 564 阅读 · 0 评论 -
Nexus Repository Manager 3.8.0-02时发现一个警告“System Requirement: max file descriptors [4096] likely too
问题:ERROR: max file descriptors [4096] likely too low, increase to at least [65536]blob.png解决:在/etc/syscurity/limits.conf加入以下两行:sh-4.1# vim /etc/security/limits.confhard nofile 65536soft nofi...原创 2019-11-26 13:57:47 · 1138 阅读 · 0 评论