摘要: alt+command+方向 阅读全文
posted @ 2014-05-22 16:52 饭否 阅读(180) 评论(0) 推荐(0)
摘要: ```php<?php echo "test";``` 阅读全文
posted @ 2014-05-22 16:41 饭否 阅读(117) 评论(0) 推荐(0)
摘要: if you want to change the server's IP,pass it along with the port.So to listen on all public IPs,use:python manage.py runserver 0.0.0.0:8000urls.py正则判... 阅读全文
posted @ 2014-05-22 16:38 饭否 阅读(130) 评论(0) 推荐(0)
摘要: //导出XLS文件 public function dataToXls($filename,$fields,$data,$datasum=array()){ header("Content-Type: application/vnd.ms-excel;charset=gbk");... 阅读全文
posted @ 2014-05-22 16:27 饭否 阅读(131) 评论(0) 推荐(0)