摘要:
#!/bin/shdir_path="/vol/project/log/test/"for year in {2012..2013}do #echo "$year" cd $dir_path mkdir $year for month in {1..12} do ... 阅读全文
摘要:
摄像头的调用 阅读全文
摘要:
This text is displayed if your browser does not support HTML5 Canvas.This text is displayed if your browser does not support HTML5 Canvas. 阅读全文
摘要:
阅读全文
摘要:
阅读全文
摘要:
阅读全文
摘要:
阅读全文
摘要:
// 这个可以需要在google账号中申请,勾选gcm服务选项$apiKey = 'AIzaSyC6h3ysrn2HDCBqONTo2vKIVVuktIFoxxx';$headers = array( "Content-Type:" . "application/json", ... 阅读全文