我又要吐槽了,这次吐槽以下几点:
- 现在烂大街的所谓的架构师,没几个靠谱的,自己都没填过坑的技术就敢说精通,我***。
- 不知道是MongoDB国内用的人太少,还是因为最后大家都放弃了,反正国内博客里面资料都是非常过时的东西。
- 还有一点我需要吐槽,**MongoD...
workingTime
5年前 (2018-09-04) 3340℃ 0评论
首先确认服务器ping的速度不慢,然后再看下面
首先查找SSH链接慢的地方,执行如下命令检测:
ssh -v 主机名或者ip
查看终端的输出,看到底停在哪个地方:
debug1: Next authentication method: gssapi-with-mic
deb...
workingTime
5年前 (2018-08-27) 1955℃ 0评论
搭建SAMBA服务器
安装samba
sudo apt-get update
sudo apt-get install samba samba-common-bin
配置文件smb.conf
修改其配置文件 /etc/samba/smb.conf
vi /etc/samba/...
workingTime
5年前 (2018-08-26) 1263℃ 0评论
准备工具:最新版本的QQ for Mac
开始制作
在聊天窗口,点击录屏,或者使用快捷键control + command + a

选择区域后进行录制。
录制完成后,会出现保存,点击下方按钮依次为:另存为、取消、完成并复制

这里点击另存为按钮,之后等待格式转换完成。
...
workingTime
5年前 (2018-08-13) 1341℃ 0评论
官方文档:https://docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu/
Ubuntu数据源设置:http://www.rmworking.com/blog/2018/01/25/ubuntu-source...
workingTime
5年前 (2018-08-02) 1296℃ 0评论
我们在开发中,需在在关键的地方加入日志,方便日后排查问题。那么久需要在需要日志的类中,加入如下变量,但是每次复制,真心麻烦,有时还忘了改类名,那么有什么办法可以自动生成这个类似的代码呢?在Eclipse中有log的插件,可以用。那在IDE中怎么办?
/**
* logger...
workingTime
5年前 (2018-08-02) 2931℃ 0评论
HTTP连接过程
请求方法
请求头
HTTP Request Header 请求头
状态码
报文结构
cookie、session和token
cookie
session
Token
http://www.runoob.co...
workingTime
5年前 (2018-07-26) 1698℃ 0评论
原因:是因为ubuntu系统默认是安装了openssh-client ssh客户端的
解决方案:
我们需要将openssh-client卸载,执行命令:
sudo apt-get remove openssh-client
然后再执行
sudo apt-get in...
workingTime
5年前 (2018-07-04) 1512℃ 0评论
在终端输入:sudo passwd 即可进行root密码设置。
转载请注明:R&M » Ubuntu初始登录root用户...
workingTime
5年前 (2018-07-03) 1284℃ 0评论
遇到的问题
The path to the driver executable must be set by the webdriver.gecko.driver system property
Exception in thread "main" java...
workingTime
5年前 (2018-06-13) 2240℃ 0评论