代码改变世界

阅读排行榜

解决办法: RSA host key for [ip address] has changed and you have requested strict checking.

2018-07-19 10:28 by 鸣仁, 4068 阅读, 收藏,
摘要: 在服务器重装后想要远程连接服务器,报错如下: 因为重装后,本地机和服务器内部ssh对不上导致错误,因此,只需要删除本地机ssh缓存信息,即可恢复。 在本地机输入一下命令行: 得到以下结果: 阅读全文

启动Sonar报错,ERROR: [1] bootstrap checks failed [1]: system call filters failed to install

2019-08-22 10:24 by 鸣仁, 3874 阅读, 收藏,
摘要: 错误提示信息: ERROR: [1] bootstrap checks failed[1]: system call filters failed to install; check the logs and fix your configuration or disable system call 阅读全文

System.Web.UI.Page的页面基类

2017-10-30 21:59 by 鸣仁, 3246 阅读, 收藏,
摘要: 服务器端的page类 所有我们编写的页面都继承自page类,可见page类是非常重要的,page类提供了哪些功能,直接决定了我们的页面类可以继承什么功能,或者说,直接决定了我们的页面类功能的强大与否!那么,page类实现了什么功能呢?如前所述的三个客户端的事实,页面类要管理ViewState,还要管 阅读全文

实践 : Ubuntu 上 Testlink 部署

2017-01-20 17:09 by 鸣仁, 3130 阅读, 收藏,
摘要: 1.安装apache sudo apt-get install apache2 2. sudo /etc/init.d/apache2 restart 测试: Http:\localhost or IP地址 3. 安装php: sudo apt-get install apache2 php5-my 阅读全文

Jvisualvm 添加插件

2019-03-07 20:54 by 鸣仁, 2924 阅读, 收藏,
摘要: 1、访问地址:https://visualvm.github.io/pluginscenters.html,找到自己JDK版本对应的插件下载地址(我的JDK版本为1.7.0_67): 2、点击该链接进入如图界面,找到Visual GC插件,点击下载 3、打开Java VisualVM,工具——>插件 阅读全文
上一页 1 2 3 4 5 6 7 ··· 25 下一页