• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






世事浮云

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理
上一页 1 ··· 4 5 6 7 8 9 10 11 12 13 下一页

2018年10月25日

/src/log4j2.xml
摘要: <?xml version="1.0" encoding="UTF-8"?> <Configuration status="warn" monitorInterval="600"> <Appenders> <Console name="Console" target="SYSTEM_OUT"> <P 阅读全文
posted @ 2018-10-25 10:00 世事浮云 阅读(196) 评论(0) 推荐(0)
 
/src/log4j.xml
摘要: <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE log4j:configuration SYSTEM "log4j.dtd"> <log4j:configuration xmlns:log4j='http://jakarta.apache.org/ 阅读全文
posted @ 2018-10-25 09:59 世事浮云 阅读(173) 评论(0) 推荐(0)
 

2018年10月18日

使用easyui时 进入一个新页面 前要经过一个页面混乱的时候 才到正常的页面去 以下解决办法
摘要: var width = $(window).width(); var height = $(window).height(); var html = "<div id='loading' style='position:absolute;left:0;width:100%;height:" + he 阅读全文
posted @ 2018-10-18 16:03 世事浮云 阅读(179) 评论(0) 推荐(0)
 

2018年10月17日

ajax 执行代码顺序
摘要: 异步:ajax执行过程中,ajax后面的代码也执行了,程序没按顺序走 同步:ajax执行完毕后再执行后面的代码,程序顺序执行 在jq中ajax默认是异步的 当设置async:false表示的就是同步的了; 阅读全文
posted @ 2018-10-17 15:32 世事浮云 阅读(617) 评论(0) 推荐(0)
 
Illegal access: this web application instance has been stopped already. could not load **
摘要: 启动tomcat的时候会报这样的错误: Illegal access: this web application instance has been stopped already. could not load ** 解决办法: 在tomcat配置servlet.xml中添加如下: <Contex 阅读全文
posted @ 2018-10-17 15:22 世事浮云 阅读(32480) 评论(0) 推荐(1)
 
mysql 分配内存大小配置
摘要: 优化 innodb_buffer_pool_size = 10*1024*1024*1024 阅读全文
posted @ 2018-10-17 09:58 世事浮云 阅读(6297) 评论(0) 推荐(0)
 

2018年10月12日

top 命令
摘要: 一、按进程的CPU使用率排序 运行top命令后,键入大写P。 有两种途径: a) 打开大写键盘的情况下,直接按P键 b) 未打开大写键盘的情况下,Shift+P键 二、按进程的内存使用率排序 运行top命令后,键入大写M。 有两种途径: a) 打开大写键盘的情况下,直接按M键 b) 未打开大写键盘的 阅读全文
posted @ 2018-10-12 14:48 世事浮云 阅读(370) 评论(0) 推荐(0)
 
Linux 创建用户 限制SFTP用户只能访问某个目录
摘要: Linux 限制SFTP用户只能访问某个目录 1. 新建用户并设置密码 > useradd suser > passwd suser // 输入密码 2. 设置sshd配置文件 > cd /etc/ssh/ > cp sshd_config sshd_config.back // 备份 > vi s 阅读全文
posted @ 2018-10-12 09:30 世事浮云 阅读(11185) 评论(0) 推荐(0)
 

2018年10月7日

curl get请求
摘要: curl --proxy 192.168.1.159:8889 -d "grant_type=client_credential&appid=wxxx&secret=xxx" "http://api.weixin.qq.com:443/cgi-bin/token" 阅读全文
posted @ 2018-10-07 16:26 世事浮云 阅读(1444) 评论(0) 推荐(0)
 

2018年9月18日

VMware虚拟机ubuntu显示屏幕太小解决办法
摘要: https://blog.csdn.net/dcrmg/article/details/74090307 阅读全文
posted @ 2018-09-18 23:29 世事浮云 阅读(308) 评论(0) 推荐(0)
 
上一页 1 ··· 4 5 6 7 8 9 10 11 12 13 下一页