会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
跬步者
博客园
首页
新随笔
联系
订阅
管理
2022年3月18日
win10输入法的放入任务栏
摘要:
阅读全文
posted @ 2022-03-18 15:23 跬步者
阅读(154)
评论(0)
推荐(0)
2021年11月26日
win10 git 命令行出现 no matching host key type found. Their offer: ssh-rsa 解决方案
摘要: 背景: win10电脑, 公私钥都已经配置好。 一 现象: 1. 配置好公私钥之后,仍然无法直接用 git ssh的方式,下载代码。 2. 出现形如 no matching host key type found. Their offer: ssh-rsa 的错误. 二. 解决方案: C:\User
阅读全文
posted @ 2021-11-26 10:34 跬步者
阅读(13467)
评论(0)
推荐(0)
2021年3月11日
vscode remote 每次登录时提醒 select the platform of the remote host解决办法
摘要: 问题的现象: 1. 每次连接时会出现如下的弹框。 2. 解决方案与思路与来源: https://code.visualstudio.com/docs/remote/ssh 3. 设置配置 如果失败,直接修改用户级的setting文件, 即可解决. 其中: walkerjiang为你自己的用户名 /C
阅读全文
posted @ 2021-03-11 19:43 跬步者
阅读(5063)
评论(0)
推荐(0)
2020年12月28日
vscode go保存删除代码问题
摘要: 前几天被vscode 删除import代码的问题,烦恼了一天,发现大部分网说的都无效。 一. 没有使用 gopls 情况 ("go.useLanguageServer": false) "go.formatTool": "gofmt", //把原来的设置改为这个 二. 使用了 gopls serve
阅读全文
posted @ 2020-12-28 17:55 跬步者
阅读(1752)
评论(0)
推荐(0)
2020年9月17日
ant编译时依赖的jar包
摘要: 1. 把以下包放入到 $ANT_HOME/lib当中,即可。 1) 包括 svn支持 2)beanshell支持
阅读全文
posted @ 2020-09-17 10:05 跬步者
阅读(467)
评论(0)
推荐(0)
javax.xml.ws.Service 未定义未识别的错误
摘要: 可能缺失一个jar包. geronimo-jaxws_2.2_spec-1.1.jar.zip, 加入到编译指定的目录中。 http://www.java2s.com/Code/JarDownload/geronimo-jaxws/geronimo-jaxws_2.2_spec-1.1.jar.zi
阅读全文
posted @ 2020-09-17 10:03 跬步者
阅读(1076)
评论(0)
推荐(0)
2020年8月11日
转: 关于 linux free的命令的说明
摘要: 转自: https://www.cnblogs.com/ggjucheng/archive/2012/01/08/2316438.html Linux free命令详解(转) 前段时间有个项目的用C写的,性能测试时发现内存泄露问题。关于怎么观察内存使用问题,free是很好用的一个命令。 参数讲解 b
阅读全文
posted @ 2020-08-11 20:32 跬步者
阅读(189)
评论(0)
推荐(0)
2019年5月20日
ubuntu18 任务栏调到底部
摘要: $ gsettings set org.gnome.shell.extensions.dash-to-dock dock-position BOTTOM 原因如下: https://askubuntu.com/questions/1113088/missing-schema-error-in-18-
阅读全文
posted @ 2019-05-20 12:22 跬步者
阅读(3162)
评论(0)
推荐(0)
2018年11月9日
转: linux centos7 下安装maven
摘要: 转: https://www.tecmint.com/install-apache-maven-on-centos-7/
阅读全文
posted @ 2018-11-09 16:11 跬步者
阅读(192)
评论(0)
推荐(0)
转自: linux svn命令行无法拉取中文名称的文件
摘要: 转自: https://blog.csdn.net/shaohui/article/details/3996274#commentBox svn: Can't convert string from 'UTF-8' to native encoding export LANG="zh_CN.UTF-
阅读全文
posted @ 2018-11-09 00:45 跬步者
阅读(617)
评论(0)
推荐(0)
下一页
公告