林中侠客

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2015年7月10日

摘要: 在JavaScript可以使用try...catch来进行异常处理。例如: try { foo.bar();} catch (e) { alert(e.name + ": " + e.message);}目前我们可能得到的系统异常主要包含以下6种:EvalError: raised when ... 阅读全文
posted @ 2015-07-10 11:53 林中侠客 阅读(310) 评论(0) 推荐(0) 编辑

摘要: 对于lnmp架构的大文件上传的问题,有几个地方需要修改,另外还有几个参数如果更改过需要注意,下面是详细的需要注意的地方: nginx的修改 send_timeout 60; fastcgi_connect_timeout 300; fastcgi_send_timeout 300; fast... 阅读全文
posted @ 2015-07-10 11:09 林中侠客 阅读(516) 评论(0) 推荐(0) 编辑

摘要: select * from hengtu_demandpush a where (a.did,a.mid) in (select did,mid from hengtu_demandpush group by did,mid having count(*) > 1) 或select * from h... 阅读全文
posted @ 2015-07-10 11:08 林中侠客 阅读(1082) 评论(0) 推荐(0) 编辑