VMware 中的osx 虚拟机 工作都正常就是xcode找不到iphone 2017年1月18日 | Leave a comment 问题: VMware 中的osx 虚拟机 工作都正常就是xcode找不到iphone 解决: 在… Read More
怎么监控tomcat 让tomcat挂掉后自动启动 2017年1月16日 | Leave a comment 问题: Linux 怎么让tomcat挂掉后自动启动? 解决: 有三种思路 通过定时执行检测脚本… Read More
iOS storyboard 中 UICollectionView 定制 cell的办法 2017年1月6日 | Leave a comment 问题: iOS storyboard 中 UICollectionView 定制 cell的办法 以前一直采用… Read More
ios UICollectionView 流式布局如何实现cell不同尺寸 2017年1月6日 | Leave a comment 问题: ios UICollectionView 流式布局如何实现cell不同尺寸 解决: ViewContr… Read More
JPA 如何使用乐观锁 2017年1月5日 | Leave a comment 问题: JPA 如何使用乐观锁 解决: 表中增加字段 veraaa int 类型 实体增加 @Versio… Read More
Swift3 如何使用iOS系统类库 实现http post 2017年1月4日 | Leave a comment 问题: Swift3 如何使用iOS系统类库 实现http post 解决: [crayon-6… Read More
Swift 中如何使用 ios提供的 c 类库 2017年1月4日 | Leave a comment 问题: Swift 中如何使用 ios提供的 c 类库 解决: 创建 aaa.h 然后在项目设置中配置 Ob… Read More
swift3 GCD 怎么没有 dispatch_**** 那些函数了 2017年1月4日 | Leave a comment 问题: swift3 GCD 怎么没有 dispatch_**** 那些函数了 解决: 用 DispatchQ… Read More
Jersey @FormParam is utilized when the content type of the request entity is not application/x-www-form-urlencoded 2016年12月30日 | Leave a comment 问题: @FormParam is utilized when the content type of the request entity is not application/x-www-form-urlencoded 1 @FormParam is utilized when the content type of the request entity is not application/x-www-form-urlencoded &nbs… Read More