上一页 1 2 3 4 5 6 7 ··· 23 下一页
摘要: ACRA(Application Crash Reports for android)ACRA is a library enabling Android Application to automatically post their crash reports to a GoogleDoc form. It is targetted to android applications developers to help them get data from their applications when they crash or behave erroneously.Wooboo手机广告平台 阅读全文
posted @ 2013-08-15 23:28 莫忆往西 阅读(131) 评论(0) 推荐(0) 编辑
摘要: Android Studio 更新的频率还是挺高的详见 http://tools.android.com/recent但是发布说明里写着If you are already running Android Studio, just restart it, or manually check for updates via Help > Check for Update... (on OSX, look in the Android Studio menu). This will download and install a small patch rather than download 阅读全文
posted @ 2013-08-15 22:53 莫忆往西 阅读(517) 评论(0) 推荐(0) 编辑
摘要: 周末不想闲着,就想起尝试新东西。很久没有做过Web开发,对Ruby On Rails的模式十分喜欢,但是不喜欢Ruby这种语言,现在发现Java也有类似的框架了 名字还很吸引大众“Play”。http://www.playframework.com/最新版本为2.1.0 上手十分容易 照着官方教程一会就可以过一遍基本流程。1. 将SDK解压到任意目录,并将根目录E:\code\play添加到系统环境变量Path中,确保javac可以在cmd中执行,在cmd中执行 play help 验证是否安装成功2. 定位到某个目录下,执行play new myApp创建一个application,系统会自 阅读全文
posted @ 2013-03-02 22:33 莫忆往西 阅读(730) 评论(0) 推荐(0) 编辑
摘要: http://geek4forge.blogspot.com/2012/08/c11-eclipse-mingw-configuration.html Make a new C++ project Default options for everything Once created, right-click the project and go to "Properties" ... 阅读全文
posted @ 2013-01-24 22:31 莫忆往西 阅读(180) 评论(0) 推荐(0) 编辑
摘要: https://clients2.google.com/service/update2/crx?response=redirect&x=id%3DXXXXX%26uc红色XXX替换为对应标识IDhttps://chrome.google.com/webstore/detail/onmkoldigcfmebcinpmineoadckalllbonmkoldigcfmebcinpmineoadcka... 阅读全文
posted @ 2012-11-07 06:11 莫忆往西 阅读(141) 评论(0) 推荐(0) 编辑
摘要: # -*- coding: utf-8 -*-'''Created on May 19, 2012@author: Edison'''from math import sqrt# A dictionary of movie critics and their ratings of a small# set of moviescritics={'Lisa Rose': {'Lady in the Water': 2.5, 'Snakes on a Plane': 3.5, 'Just My L 阅读全文
posted @ 2012-09-23 11:11 莫忆往西 阅读(177) 评论(0) 推荐(0) 编辑
摘要: 手机自带了2G的存储卡,最近因为SD卡空间的问题发现程序都装不了,于是就想找出卡里面到底是那些目录占用了实际的空间,windows按浏览器按大小排序解决不了目录的问题,只能自己写程序递归遍历了。最后发现是.android_secure这货占了600M的空间,这里是安装在SD卡中的程序,果断把之前没用的程序文件删掉,腾出了一大笔空间。想折腾了还可以用jfreechart用图标的形式将空间的使... 阅读全文
posted @ 2012-07-01 22:45 莫忆往西 阅读(283) 评论(0) 推荐(0) 编辑
摘要: 手机自带了2G的存储卡,最近因为SD卡空间的问题发现程序都装不了,于是就想找出卡里面到底是那些目录占用了实际的空间,windows按浏览器按大小排序解决不了目录的问题,只能自己写程序递归遍历了。最后发现是.android_secure这货占了600M的空间,这里是安装在SD卡中的程序,果断把之前没用的程序文件删掉,腾出了一大笔空间。想折腾了还可以用jfreechart用图标的形式将空间的使用情况展示出来,一目了然。package time.goes.by;public class MainFrame { /** * @param args */ public sta... 阅读全文
posted @ 2012-07-01 15:39 莫忆往西 阅读(334) 评论(0) 推荐(0) 编辑
摘要: 不知道多久以前把U盘给做成启动盘了,现在突然想用一下U盘发现磁盘空间只有8M,而且一插入电脑就提示需要格式化,但是格式化总是失败,到网上找了一下还是有不少人遇到类似问题的。原来U盘都是可以通过量产工具重新低级格式化的,相当于恢复到出厂设置吧。http://www.upan.cc/ 这个网站上有U盘处理的所有软件首先下载 ChipEasy芯片无忧 V1.5.2(SSD,U盘芯片检测工... 阅读全文
posted @ 2012-06-08 07:53 莫忆往西 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 通过豆瓣API获取用户的影评信息,存入到字典中格式为 {电影名:评分}# -*- coding: utf-8 -*-'''Created on May 19, 2012@author: Edison'''import urllib2import jsonimport string, pickle def getData(name, start_index, movie_dict): '''... 阅读全文
posted @ 2012-05-22 07:05 莫忆往西 阅读(367) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 23 下一页