/** * Copyright 2002-2006,2009 The Apache Software
Foundation. * * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use ....
分类:
其他好文 时间:
2014-04-29 21:16:42
阅读次数:
532
在日常的ios项目开发中,我们经常会在原生应用中嵌入web页面,通常我们只是进行一个展示,没有其它的一些功能。但是也有一些项目中需要web页面中的html和native进行交互。但是ios
sdk 并没有相应的方法来让我们做到js代码来和原生进行交互。但是webview在加载前会调用其一个dele....
分类:
Web程序 时间:
2014-04-29 11:15:45
阅读次数:
431
不同情况可能会出现这个问题,我遇到的问题是:引入的多个jar包中,其中可能是第三方的SDK,但是其中可能使用了比较流行的开源框架,此时你项目中就有两套包名一样的代码,编译没问题,部署到手机之后就报如上错误解决办法是:把第三方jar包包含的开源代码删掉即可比如:项目中使用了android-async-...
分类:
移动开发 时间:
2014-04-29 09:13:46
阅读次数:
500
注:本文为微信Android终端开发工具的新手使用教程,只涉及教授SDK的使用方法,默认读者已经熟悉IDE的基本使用方法(本文以Eclipse为例),以及具有一定的编程知识基础等。1.申请你的AppID请到
开发者应用登记页面 进行登记,登记并选择移动应用进行设置后,将该应用提交审核,只有审核通过的...
分类:
微信 时间:
2014-04-28 21:47:49
阅读次数:
983
在双1的情况下,两阶段提交的过程环境准备:mysql 5.5.18, innodb 1.1
version配置: sync_binlog=1 innodb_flush_log_at_trx_commit=1
autocommit=0设置断点: sql_parse.cc::dispatch...
分类:
数据库 时间:
2014-04-28 06:47:26
阅读次数:
1134
ubuntu下安装tomcat 问题解决方法
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/catalina/startup/Bootstrap : Unsupported major.minor version 51.0
at java.lang.ClassLoader.defineClass1(Native Method)...
分类:
其他好文 时间:
2014-04-27 20:39:23
阅读次数:
595
Logging.c:
/*
Copyright (c) 2008-2012 Red Hat, Inc.
This file is part of GlusterFS.
This file is licensed to you under your choice of the GNU Lesser
General Public License, version 3 or any...
分类:
其他好文 时间:
2014-04-27 18:57:31
阅读次数:
702