• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
KerryJava
博客园 | 首页 | 新随笔 | 新文章 | 联系 | 订阅 订阅 | 管理
上一页 1 ··· 18 19 20 21 22 23 24 25 26 27 下一页

2015年12月21日

搞两台服务器不断间隔重启
摘要: 这样会不会防止程序挂死,资源没有释放的问题? 阅读全文
posted @ 2015-12-21 16:39 KerryJava 阅读(237) 评论(0) 推荐(0)
 
终于发现为什么SQL没有释放句柄,原来是保存句柄的变量被覆盖了,丢失了原来的句柄
摘要: stmt = xxx , stmt = yyy , stmt.close() 之前的xxx 没有close掉 阅读全文
posted @ 2015-12-21 16:24 KerryJava 阅读(515) 评论(0) 推荐(0)
 
 

2015年12月20日

Go prepare statment超过mysql最大数
摘要: mysql_stmt_prepare failed! error(1461)Can't create more than max_prepared_stmt_count statements (current value: 16382)。给出的回复如下:max_prepared_stmt_count... 阅读全文
posted @ 2015-12-20 12:25 KerryJava 阅读(2089) 评论(0) 推荐(0)
 
查看哪些端口被监听
摘要: Server 阅读全文
posted @ 2015-12-20 12:14 KerryJava 阅读(425) 评论(0) 推荐(0)
 
 

2015年12月2日

chart crash
摘要: * thread #155: tid = 0x1fcc10, 0x0000000107626745 gpxj`static gpxj.ChartUtils.decimals (gpxj.ChartUtils.Type)(Swift.Double) -> Swift.Int at ChartUtils... 阅读全文
posted @ 2015-12-02 17:45 KerryJava 阅读(324) 评论(0) 推荐(0)
 
 

2015年11月24日

ios-chart 不支持渐变的底色 --- 后面支持了渐变
摘要: https://github.com/danielgindi/ios-charts/issues/186 后话,最近库更新了,可以支持渐变色 阅读全文
posted @ 2015-11-24 17:23 KerryJava 阅读(408) 评论(0) 推荐(0)
 
 

2015年11月13日

block
摘要: 􏰃 Automatic variables (local variables)􏰃 Function arguments􏰃 Static variables (static local variables)􏰃 Static global variables􏰃 Global variables... 阅读全文
posted @ 2015-11-13 17:46 KerryJava 阅读(168) 评论(0) 推荐(0)
 
 

2015年11月11日

ARC Rules
摘要: To write and compile source code for ARC, you have to take care of a few things. Just by following the rules in the list below, you can write source c... 阅读全文
posted @ 2015-11-11 15:01 KerryJava 阅读(255) 评论(0) 推荐(0)
 
runtime
摘要: 消息的处理就是需要先确定实际执行的方法然后跳转过去并执行Objective-C对象的内存空间仅分配在“堆空间”(heap space)中,肯定是不会分配在“栈”(stack)上因此,我们可以看出,“栈”其实是无法实施“引用计数”机制的,Objective-C否定使用“栈”存储对象的设想。Object... 阅读全文
posted @ 2015-11-11 10:34 KerryJava 阅读(240) 评论(0) 推荐(0)
 
 

2015年10月15日

这是我定位的Bug
摘要: https://github.com/danielgindi/ios-charts/issues/406 阅读全文
posted @ 2015-10-15 14:35 KerryJava 阅读(177) 评论(0) 推荐(0)
 
 
上一页 1 ··· 18 19 20 21 22 23 24 25 26 27 下一页

公告


博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3