2014年7月4日

查看端口占用情况

摘要: 1.查看所有的端口占用情况netstat -ano协议 本地地址 外部地址 状态 PIDTCP 127.0.0.1:1434 0.0.0.0:0 LISTENING 32362.查看指定端口的占用情况netstat -aon|findstr "9050"协议 本... 阅读全文

posted @ 2014-07-04 15:48 陈可 阅读(213) 评论(0) 推荐(0)

cakephp 中的find的用法

摘要: find('all', array('conditions' => (array('id'=>212)),//Where的条件'fields' => array('id','loginname'),//显示的字段'joins' => array(), //关联的表'limit' => null,//... 阅读全文

posted @ 2014-07-04 11:18 陈可 阅读(456) 评论(0) 推荐(0)

导航