摘要: 【brew】:参考 https://www.cnblogs.com/zoulifeng2017/p/7514139.html 安装brew: 终端执行:/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/ 阅读全文
posted @ 2018-07-17 23:24 名著人士 阅读(149) 评论(0) 推荐(0)
摘要: 【在线方式】: 1. chrome扩展中搜postman,选择Postman Interceptor 添加到chrome。 2.安装完毕后,点击地址栏右边对应的按钮 点击 Postman Chrome app 3.在新弹出的页面中,将Postman安装 4.可以在启动台中看到postman已经被安装 阅读全文
posted @ 2018-07-17 18:54 名著人士 阅读(530) 评论(0) 推荐(0)
摘要: 环境 操作系统:win7 64位 所需工具 1. 服务器端(Subversion)[Setup-Subversion-1.8.16.msi] 2. 客户端(TortoiseSVN)[TortoiseSVN-1.9.4.27285-x64-svn-1.9.4.msi] 安装 分别安装上述两个文件。 配 阅读全文
posted @ 2016-07-17 23:35 名著人士 阅读(1129) 评论(0) 推荐(0)
摘要: Caused by: java.lang.ClassCastException: org.apache.xml.dtm.ref.DTMManagerDefault cannot be cast to org.apache.xml.dtm.DTMManager Error while adding t 阅读全文
posted @ 2016-04-27 19:37 名著人士 阅读(2144) 评论(0) 推荐(0)
摘要: redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from the pool解决:开启redis缓存即可 阅读全文
posted @ 2016-04-26 14:15 名著人士 阅读(375) 评论(0) 推荐(0)
摘要: oracle中的insert all into表示插入多条数据,mysql中可以采用: INSERT INTO表名(字段1,字段2..) values <foreach collection="list" item="item" index="index" separator=","> (#{a}, 阅读全文
posted @ 2016-04-25 21:35 名著人士 阅读(3631) 评论(0) 推荐(0)