原文地址:http://www.hpboys.com/index.php/android_wm/
在写手机卫士的时候,用户拨打|接听电话需要显示号码归属地,然后出现了一些异常,在此留下记号,希望对麻友们有帮助:
BUG教程
在使用 view = View.inflate(this, R.layout.ui_toast, null);获得View对象后wm.ad...
关于angularjs、requirejs的基础知识请自行学习一、简单事例的项目目录如下:-index.html-scripts文件夹 --controller文件夹 --- mianController.js --- controller1.js ---controller2.js -...
分类:
Web程序 时间:
2014-10-13 00:27:48
阅读次数:
343
http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=970通过对每一个字符串,每一个位置进行枚举三个操作,然后二分查找操作后的字符串是否存在,dp记录。 1 #....
分类:
其他好文 时间:
2014-10-13 00:13:08
阅读次数:
321
1 安装JDK 如果是32位的,接下来安装的Eclipse、ADT都要是32位的,要统一。如果是64位的都应该是64位的。 本文以32位,windows版本说明。 下载地址:http://www.oracle.com/technetwork/java/javase/downloads/index.h...
分类:
移动开发 时间:
2014-10-12 23:03:28
阅读次数:
283
TP框架几个重要文件:index.php,ThinkPHP.php,Library/Think/Think.class.php,Library/Think/App.class.php,conversion.php空操作就是当用户访问不存在的方法,在控制器里声明一个_empty方法,这个方法会被自动调...
分类:
其他好文 时间:
2014-10-12 21:58:38
阅读次数:
260
一。登陆oracle下载页面 http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html下载适合自己电脑版本的oracle ,oracle 12c只有64位版本的,如图选择第一个,下载 file...
分类:
数据库 时间:
2014-10-12 21:43:48
阅读次数:
314
http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=967对价钱与天数比例排序,贪心即可。 1 #include 2 #include 3 #include .....
分类:
其他好文 时间:
2014-10-12 21:40:38
阅读次数:
256
http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=961贪心,排序,对左端点贪,找最大右端点。 1 #include 2 #include 3 #inclu.....
分类:
其他好文 时间:
2014-10-12 16:22:08
阅读次数:
179
#!/bin/sh
# Find ip
IP=`/sbin/ifconfig eth1 | grep 'inet addr' | awk '{ print substr($2, index($2, ":")+1)}'`
#monitor procname scriptname
monitor()
{
procname=$1
scriptname=$2
# Find proc by p...
分类:
Web程序 时间:
2014-10-12 10:46:07
阅读次数:
267