会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
AABBOO
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
13
14
15
16
17
18
19
20
21
下一页
2019年11月29日
centos 挂载windows 2003 smb
摘要: mount -t cifs //10.100.100.250/产品服务器/待测库/FI\ Cloud/CICD/BuildRoot_Dev/ /cicd --verbose -o vers=1.0,username=xxxxxx,password='xxxxxx' 注意 1 路径空格需要转义 \_
阅读全文
posted @ 2019-11-29 19:07 wolbo
阅读(371)
评论(0)
推荐(0)
2019年11月25日
如何获得带转义的json内容
摘要: stringify两次 JSON.stringify(JSON.stringify(obj))
阅读全文
posted @ 2019-11-25 17:28 wolbo
阅读(536)
评论(0)
推荐(0)
2019年11月24日
安装了vs2019 编译node-sass node-gyp 找不到编译器的解决方法
摘要: 1 新建powershell脚本文件 <# This is a workaround for "node-gyp is unable to find msbuild if VS2019 is installed" https://github.com/nodejs/node-gyp/issues/1
阅读全文
posted @ 2019-11-24 01:50 wolbo
阅读(2342)
评论(0)
推荐(0)
2019年11月21日
systemd 相关及服务启动失败原因
摘要: 1 查看启用的units systemctl list-unit-files | grep enabled 2 查看指定服务的日志 按服务单元过滤 journalctl -u j 查看j.service的日志 /输入shift+f 与tail -f等效 / 输入sfhit+g 到日志尾部 3 增加工
阅读全文
posted @ 2019-11-21 08:51 wolbo
阅读(3396)
评论(0)
推荐(0)
2019年11月20日
sshfs 挂载远程文件夹
摘要: 1 安装 # yum install sshfs # dnf install sshfs [On Fedora 22+ releases] $ sudo apt-get install sshfs [On Debian/Ubuntu based systems] 2 创建挂载目录 mkdir /21
阅读全文
posted @ 2019-11-20 21:50 wolbo
阅读(215)
评论(0)
推荐(0)
centos 安装samba
摘要: 1 安装 yum install samba samba-client samba-common -y 2 配置 vim /etc/samba/smb.conf 在最下面增加 [wolbo] path = /home/wolbo browseable = yes writable = yes val
阅读全文
posted @ 2019-11-20 21:10 wolbo
阅读(145)
评论(0)
推荐(0)
centos 安装代理服务 proxy server squild
摘要: 以下内容复制自https://blog.csdn.net/qingfengxulai/article/details/80853870 放置此处便于检索 1 安装 sudo yum install squid 安装http工具 yum install httpd-tools -y 2 配置() 生成
阅读全文
posted @ 2019-11-20 20:32 wolbo
阅读(1114)
评论(0)
推荐(0)
2019年11月18日
windows 10 安装openssh 0x800f0954 的一种解决方法
摘要: 安装与卸载参考:https://docs.microsoft.com/zh-cn/windows-server/administration/openssh/openssh_install_firstuse [C:\] system32 >Add-WindowsCapability -Online
阅读全文
posted @ 2019-11-18 13:55 wolbo
阅读(6020)
评论(0)
推荐(0)
2019年11月16日
nodejs 遍历目录
摘要: 1 var fs = require("fs"), path = require("path"); function walk(dir, callback) { fs.readdir(dir, function(err, files) { if (err) throw err; files.forE
阅读全文
posted @ 2019-11-16 18:07 wolbo
阅读(1024)
评论(0)
推荐(0)
idea 远程调试
摘要: 1 新建调试配置 2 添加远程调试配置 设置IP,端口后 获得启动参数 -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=4001 3 将启动参数添加至远端启动命令中 4 启动远程服务 启动本地调试
阅读全文
posted @ 2019-11-16 13:55 wolbo
阅读(152)
评论(0)
推荐(0)
上一页
1
···
13
14
15
16
17
18
19
20
21
下一页
公告