
iteye_3609
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
google App 开发代码片断
文档地址: [url=http://code.google.com/appengine/docs/webapp/responseclass.html]http://code.google.com/appengine/docs[/url] 设置页面的失效时间 [code="python"] expires_date = datetime.datetime.utcnow() + date...2008-07-01 14:33:19 · 111 阅读 · 0 评论 -
Android 照相机转到真确的方向
private void setRightCameraOrientation(int cameraId, Camera mCamera) { CameraInfo info = new android.hardware.Camera.CameraInfo(); Camera.getCameraInfo(cameraId, info); int rot...原创 2012-09-26 10:56:59 · 187 阅读 · 0 评论