从之前一个机种向现在要开发的机种移植遥控按键,发现总是有部份的功能键无作用。执行dumpsys input查看当前的按键的kl, 发现KeyLayoutFile居然是默认的Generic.kl,而不是我希望映射的Vendor_xxxx_Product_xxxx.kl这类的文件。
会映射到默认的Generic.kl通常是因为driver中的verdor/product/version没有指...
分类:
其他好文 时间:
2014-10-11 11:40:05
阅读次数:
636
Intuitively there must a O(n) solution.First I tried a bottom-up DP solution but it had a TLE:class Solution {public: int maxProduct(int A[], int n...
分类:
其他好文 时间:
2014-10-11 08:50:25
阅读次数:
141
//信号量---线程间通信//“生产者消费者” 问题#include#include#include#include#include#define msleep(x) usleep(x*1000)#define PRODUCT_SPEED 3 //生产速度#define CONSUM_SPEED 1...
分类:
其他好文 时间:
2014-10-10 23:51:04
阅读次数:
222
//处理时间部分,将ISODate("2014-10-09T18: 37: 50.0Z") 转换成 2014-10-09 18:37:50这种格式
//最多处理6层树形结构数据,当多维数组中的key,包含数组$product_date_col中的任意一个字符,那么就会被处理。
public static function processMongoGetDate($product){
for...
分类:
数据库 时间:
2014-10-10 20:36:14
阅读次数:
434
问题:网页没显示,甚至登录账号的表单都没有。解决目标:能访问到http://localhost:1158/em/console 的登录表单,今儿成功登录简单概括原因:C:/oracle/product/10.2.0/db_1/oc4j/j2ee 下文件夹名称OC4J_DBConsole__orcl ...
分类:
数据库 时间:
2014-10-10 00:25:01
阅读次数:
7227
问题:http://localhost:5560/isqlplus/dba 任意账号无法登陆登录之后:认证的身份是SYS@orcl AS SYSDBA先启动isqlplus服务,>isqlplusctlstart进入oracle的目录 product\10.2.0\db_1\oc4j\j2ee\is...
分类:
数据库 时间:
2014-10-09 23:58:57
阅读次数:
251
问题描述:我以前默认的ORACLE_SID是orcl,现在我想做数据同步,必须的有不同的ORACLE_SID,以便区分开来。现在仅需要简单的几个步骤就可以修改好ORACLE_SID;1.首先shutdownimmediate(注意不要shutdownabort)2.修改oracle用户的环境变量:~/.bash_prfile[oracle@oracle~]$v..
分类:
数据库 时间:
2014-10-09 20:20:48
阅读次数:
197
转自:http://blog.csdn.net/ipqxiang/article/details/1955677一、抽象工厂(Abstract Factory)模式抽象工厂模式是所有形态的工厂模式中最为抽象和最具一般性的一种形态。为了方便引进抽象工厂模式,引进一个新概念:产品族(Product Fa...
分类:
其他好文 时间:
2014-10-09 15:36:54
阅读次数:
274
1.使用platform密钥对apk进行签名1.1.进入/build/target/product/security,找到【platform.pk8】和【platform.x509.pem】系统密钥。1.2.进入/build/tools/signapk找到SignApk.java,执行javac编译...
分类:
移动开发 时间:
2014-10-09 14:54:44
阅读次数:
213
APPLIES TO:
Oracle Product Hub - Version 12.1.1 to 12.1.1 [Release 12.1]
Oracle Inventory Management - Version 12.1.1 to 12.1.1 [Release 12.1]
Oracle Item Master - Version 12.0.6 to 12.0.6 [Release...
分类:
数据库 时间:
2014-10-09 02:30:18
阅读次数:
499