[2010-07-12 10:10:06 - Hello Google Android]ActivityManager: DDM dispatch reg wait timeout [2010-07-12 10:10:06 - Hello Google Android]ActivityManager...
分类:
其他好文 时间:
2014-08-12 00:37:33
阅读次数:
189
--Control中的UseOra.php ? ? <?php if (!defined(‘BASEPATH‘)) ??? exit(‘No direct script access allowed‘); class UseOra extends CI_Controller { ??? public function index() ??? { ?????...
分类:
数据库 时间:
2014-08-11 03:11:01
阅读次数:
378
Define routes:Either using Spring xml or Java DSL.Spring xml: //to load the Java DSL routes defined in MyRouteBuilder class //to load the routes...
分类:
其他好文 时间:
2014-08-08 23:50:06
阅读次数:
334
/*Number Sequence
Problem Description
A number sequence is defined as follows:
f(1) = 1, f(2) = 1, f(n) = (A * f(n - 1) + B * f(n - 2)) mod 7.
Given A, B, and n, you are to calculate the value of ...
分类:
其他好文 时间:
2014-08-08 21:29:16
阅读次数:
386
前言: 那天我犯了这样一个低级错误,如果按照这样下去,根本在这条路上走不远。错的太离谱,把代码拿出来自己笑笑,等摆脱菜鸟之名的时候再回来好好的告诉自己,都是这么过来的,原来以前我菜的这么离谱。、 错误起因不说了,真的不该这样子的。回顾一下故事,故事是这么发生的,在一个阳光明媚的下午,天空飘起来毛.....
分类:
编程语言 时间:
2014-08-08 21:08:56
阅读次数:
203
1、错误描述
严重:Exception starting filter CXFServlet
org.springframework.beans.factory.NoSuchBeanDefinitionException:No bean named 'cxf' is defined
2、错误原因
3、解决办法...
分类:
其他好文 时间:
2014-08-08 02:05:55
阅读次数:
554
换行符unix系列用 \nwindows系列用 \r\nmac用 \rPHP中可以用PHP_EOL来替代,以提高代码的源代码级可移植性1 可以用函数get_defined_constants()来获取所有PHP常量1
分类:
Web程序 时间:
2014-08-07 13:03:09
阅读次数:
234
<?php if (!defined(‘BASEPATH‘)) ??? exit(‘No direct script access allowed‘); class UseOra extends CI_Controller { ??? public function index() ??? { ??????? echo ‘欢迎使用测试CI使用O...
分类:
数据库 时间:
2014-08-07 03:09:38
阅读次数:
406
1、当做安卓移植的时候遇到如下问题:
Android NDK: jni/Android.mk: Cannot find module with tag 'CocosDenshion/android' in import path
Android NDK: Are you sure your NDK_MODULE_PATH variable is properly defined ?
Andr...
分类:
移动开发 时间:
2014-08-06 19:16:22
阅读次数:
214
开启tomcat时出现以上错误// 进入root帐户 在普通用户也可以sudo -s//用编辑器打开.bashrc文件gedit .bashrc 在普通用户下注意加上sudo//在最后一行添加环境变量(文件位置根据自己的实际情况)JAVA_HOME=/usr/local/java/jdk1.7.0_...
分类:
编程语言 时间:
2014-08-06 18:21:13
阅读次数:
519