当使用 initWithNibName 函数, 并使用 由nib文件生成的ViewController 的view属性时候,遇到这个问题。 //load loc.xib UIViewController * UIVC = [[UIViewController alloc] initWithNibName:@"loc" bundle:n...
分类:
其他好文 时间:
2014-08-20 22:49:53
阅读次数:
241
2014-8-20 15:59:03 org.apache.catalina.core.AprLifecycleListener init信息: Loaded APR based Apache Tomcat Native library 1.1.30 using APR version 1.4.8....
分类:
其他好文 时间:
2014-08-20 19:32:02
阅读次数:
316
当使用 initWithNibName 函数, 并使用 由nib文件生成的ViewController 的view属性时候,遇到这个问题。UIViewController * UIVC = [[UIViewController alloc] initWithNibName:@"loc" bundle...
分类:
其他好文 时间:
2014-08-18 18:01:22
阅读次数:
202
SQL> var loc varchar2(30)SQL> exec :loc:='South San Francisco'PL/SQL procedure successfully completed.SQL> SELECT 2 emp.last_name,emp.first_name,j....
分类:
其他好文 时间:
2014-08-16 17:05:00
阅读次数:
228
Symptoms The command "opatch lsinventory" reports the error: OUI-67076:OracleHomeInventory was not able to create a lock file, probably due to a failed OPatch Session. The loaded inventory might not ...
分类:
数据库 时间:
2014-08-14 14:08:18
阅读次数:
398
Java虚拟机在加载类的时候,先初始化父类静态变量,再初始化子类静态变量,然后加载父类,最后加载子类
public class Parent {
static{
System.out.println("static parent");
}
public Parent(){
System.out.println("parent loaded");
}
public...
分类:
编程语言 时间:
2014-08-12 19:01:54
阅读次数:
321
今天更新sdk,遇到了更新下载失败问题: Fetching https://dl-ssl.google.com/android/repository/addons_list-2.xml ?Fetched Add-ons List successfully ?Fetching URL: https://dl-ssl.google.com/android/r...
分类:
移动开发 时间:
2014-08-12 14:02:34
阅读次数:
266
开启了PHP 的oci8 扩展,但是打印 var_dump ( get_loaded_extensions() )还是没有出现oci8 ,pdo_oci,pdo_odbc扩展。
之后去oracle官网下载 ,解压缩,之后修改系统的环境变量,还是无法使用。
最后的解决方法,安装 OracleDatabaseInstantClient11g11.2.0.3.0 x64 ,安装之后就可以正常。
...
分类:
Web程序 时间:
2014-08-12 00:39:24
阅读次数:
573
OS X下运行AlphaSim命令时,提示以下信息
dyld: Library not loaded: /usr/local/lib/libgomp.1.dylib
本文给出了一种解决的方法
分类:
其他好文 时间:
2014-08-10 21:28:10
阅读次数:
599
有关Transaction not successfully started问题解决办法,配合延迟加载,解决session关闭等问题导致事务开启异常处理办法...
分类:
其他好文 时间:
2014-08-10 18:46:40
阅读次数:
621