上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 50 下一页

2017年7月6日

阿里云https配置server.xml文件内容

摘要: server.xml --> ... 阅读全文

posted @ 2017-07-06 15:31 愤怒的苹果ext 阅读(44) 评论(0) 推荐(0) 编辑

2017年6月27日

C语言实现List的数据结构(很详细的注释)

摘要: 新建一个list.c文件 #include #include //动态分配内存#include //exit 函数#includ... 阅读全文

posted @ 2017-06-27 22:39 愤怒的苹果ext 阅读(71) 评论(0) 推荐(0) 编辑

2017年6月15日

shell脚本使用curl获取访问网站的状态码

摘要: curl -I -m 10 -o /dev/null -s -w %{http_code} www.baidu.com-I 仅测试HTTP头-m 10 最多查询10s-o /dev/null 屏蔽原有输出信息-s silent-w %{http_code}... 阅读全文

posted @ 2017-06-15 16:29 愤怒的苹果ext 阅读(132) 评论(0) 推荐(0) 编辑

2017年6月5日

设置的crontab脚本无法启动、关闭tomcat解决

摘要: 写了一个脚本每天重启tomcat restartTomcat.sh #!/bin/bash procId=`ps -ef | grep tomcat |grep -v 'grep' | awk '{print $2}' | head -1`;/usr/loc... 阅读全文

posted @ 2017-06-05 09:53 愤怒的苹果ext 阅读(83) 评论(0) 推荐(0) 编辑

2017年6月1日

tomcat运行报错Failed to start component [StandardEngine[Catalina].StandardHost[localhost].

摘要: tomcat运行报错Failed to start component [StandardEngine[Catalina].StandardHost[localhost].多半情况是找不到jar包 解决办法: 右键项目-> 属性->添加lib ... 阅读全文

posted @ 2017-06-01 14:28 愤怒的苹果ext 阅读(45) 评论(0) 推荐(0) 编辑

2017年5月25日

jProfiler远程连接Linux监控jvm、tomcat运行状态(很详细)

摘要: 第一步、下载软件 官网地址:http://www.ej-technologies.com/download/jprofiler/files ,一个linux服务端,一个windows客户端 GUI界面 第二步、安装 1、下载好后把tar包上传的linux... 阅读全文

posted @ 2017-05-25 13:11 愤怒的苹果ext 阅读(37) 评论(0) 推荐(0) 编辑

2017年5月22日

linux系统jconsole的使用和windows远程查看

摘要: 一、jconsole能干什么 查看jvm内存使用情况就可以使用jconsole,从Java 5开始 引入了 JConsole。JConsole 是一个内置 Java 性能分析器,可以从命令行或在 GUI shell 中运行。您可以轻松地使用 JConsole(... 阅读全文

posted @ 2017-05-22 15:12 愤怒的苹果ext 阅读(269) 评论(0) 推荐(0) 编辑

notepad++运行c程序

摘要: 第一步、编写一个c程序 test.c #include int main(void){ printf("%s\n","start"); printf("%s\n","end"); getchar(); return 0; } 第二步、配置gcc的环... 阅读全文

posted @ 2017-05-22 10:59 愤怒的苹果ext 阅读(34) 评论(0) 推荐(0) 编辑

2017年5月17日

Incorrect string value: ‘\xF0\x9F\x90\x9D</...‘ for column ‘content‘ at row 1

摘要: 报错信息 Incorrect string value: '\xF0\x9F\x90\x9D</...' for column 'content' at row 1 at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTra 阅读全文

posted @ 2017-05-17 14:53 愤怒的苹果ext 阅读(0) 评论(0) 推荐(0) 编辑

Incorrect string value: ‘\xF0\x9F\x90\x9D<;/...‘ for column ‘content‘ at row 1

摘要: 报错信息 Incorrect string value: '\xF0\x9F\x90\x9D</...' for column 'content' at row 1 at org.springframework.jdbc.support.AbstractFa... 阅读全文

posted @ 2017-05-17 14:54 愤怒的苹果ext 阅读(49) 评论(0) 推荐(0) 编辑

上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 50 下一页

导航