-
ubuntu10.04 停编译android2.3代码出错
ubuntu10.04下编译android2.3代码出错hostJava:clearsilver(out/host/common/obj/JAVA_LIBRARIES/clearsilver_intermediates/classes)targetJava:core(out/target/common/obj/JAVA_LIBRARIES/core_intermediates/classes)ma...
81
热度 -
更改了android\frameworks\base\core\res\res 上的图片资源 有关问题
更改了android\frameworks\base\core\res\res下的图片资源问题更改了android\frameworks\base\core\res\res下的图片资源.直接在android目录下,makeclean-->make后,更改会生效吗?color='#e78608'>------解决方案--------------------应该生效的color='#e78608...
60
热度 -
模拟器下锁屏模块的编译和调试有关问题
模拟器下锁屏模块的编译和调试问题请教一下android源码中的framework/base/下的模块如何编译才能生成模拟器能用的文件(好像是.jar)color='#e78608'>------解决方案--------------------lunch选emulator然后进到frameworks/base目录下面输入mm然后到out目录下去去找就能找到framework.jar了color='#...
85
热度 -
Memcached配备安装/PHP扩展
Memcached配置安装/PHP扩展windows版1.下载memcached服务器端2.CMD:XX\memcached.exe-dinstall安装3.CMD:XX\memcached.exe-dstart启动。PS:以后memcached将作为windows的一个服务每次开机时自动启动。其他命令参数:引用-p监听的端口-l连接的IP地址,默认是本机-dstart启动memcached服务-...
80
热度 -
php 三种安装方法
php3种安装方法php作为apache的一个模块安装安装php#tar-zxvfphp-5.0.5.tar.gz#cdphp-5.05#./configure--prefix=/usr/local/php--with-apxs2=/usr/local/apache/bin/apxs--with-mysql=/usr/local/mysql--with-libxml-dir=/usr/local/...
13
热度 -
php 线程安全编译解决方法
php线程安全编译网上这么说:先安装php5,加上--maintainer-zts然后安装pthreadscd/usr/local/src/wgethttp://pecl.php.net/get/pthreads-2.0.5.tgztarzxvfpthreads-2.0.5.tgzcdpthreads-2.0.5/usr/local/php5.5.12-zts/bin/phpize./config...
4
热度 -
mcrypt 装配
mcrypt安装phpMyAdmin提示扩展需要安装mbstringyuminstallphp-mbstring可以装好下面3个rpm安装来不行不知怎么编译php首先需要下载3个安装包Libmcryptlibmcrypt-2.5.8-11.fc17.i686.rpmmhashmhash-0.9.9.9-5.fc17.i686.rpmmycryptmcrypt-2.6.8-5.fc17.i686.r...
106
热度 -
安装php中出现openssl的异常解决
安装php中出现openssl的错误解决环境ubuntuserver11.10PHPconfigure通过但是make的时候出现php-5.2.17/ext/openssl/xp_ssl.c:337:undefinedreferenceto`SSLv2_client_method'这问题网上说是一个BUG。需要打个补丁下载disable_SSLv2_for_openssl_1_0_0.patch拷...
9
热度 -
替php增加mbstring扩展 等一般扩展
为php增加mbstring扩展等一般扩展注:默认生成extension.so的目录是/usr/local/php5/lib/php/extensions/no-debug-non-zts-20090626/设定extension_dir的目录指向它环境php5.2.14,编译后不支持mbstring扩展。假如php的源码包在/usr/local/src/php-5.2.14php安装目录是/us...
52
热度 -
装配php_cURL扩展
安装php_cURL扩展cURL官网:http://curl.haxx.se/download.html?以下方法在ubuntu下没有尝试成功,sudoapt-getinstallphp5,找不到下文所谓php源码目录安装在哪里。后来发现sudoapt-getinstallphp5-curl即可安装phpcURL扩展。以下文章以后再研究今天又重新装了一下,貌似下面的步骤还是需要做的,可能只要按照方...
39
热度 -
内急求帮助解决方法
内急啊,求帮助在centos5.4使用wgethttp://ftp.gnu.org/gnu/gcc/gcc-4.7.0/gcc-4.7.0.tar.gz包更新,执行完make&&makeinstall一直总是处于checking状态,执行其他的包也是这样的情况,这情况要怎么解决。color='#e78608'>------解决方案--------------------貌似是某个依...
5
热度 -
用ubuntu编译源码出错!解决方法
用ubuntu编译源码出错!!!我在用makeservices编译时,报如下错误hostExecutable:aapt(out/host/linux-x86/obj/EXECUTABLES/aapt_intermediates/aapt)/usr/bin/ld:cannotfind-lz/usr/bin/ld:cannotfind-lzcollect2:ldreturned1exitstatusm...
44
热度 -
How can I setup my BlazeDS implementation with Log4J
HowcanIsetupmyBlazeDSimplementationwithLog4J? ????OutofboxBlazeDSdoesnotsupportlog4jorotherframeworksdirectly. ????However,it'sreallysimpletoaddsupportforyourfavouriteloggingframework;?Youcan?maketheo...
904
热度 -
应用SlideMenu和ActionBarSherlock libs时,怎样让slidemenu展开时,actionbar也缩进去
使用SlideMenu和ActionBarSherlocklibs时,怎样让slidemenu展开时,actionbar也缩进去。SetupwithActionBarSherlockSetupasabove.CheckoutacleancopyofActionBarSherlockandimportintoyourEclipseworkspace.AddActionBarSherlockasade...
4796
热度 -
Webbench装配手记-Ubuntu
Webbench安装手记-Ubuntu 由于要搞网站压力测试就准备在ubuntu下安装webbench 首先webbench是依赖于ctags,在shell中只需输入ctags即知有没有安装,如果没有要先安装ctags如果你的源中有ctags很容易 sudoapt-getinstallctags ? 即可安装我的源里没有,要手动: ? wgethttp://prdownloads.sourcef...
97
热度 -
装配node.js
安装node.js 一.安装node.jsJava代码wethttp://nodejs.org/dist/node-v0.4.8.tar.gztarzxvfnode-v0.4.8.tar.gzcdnode-v0.4.8./configure--prefix=/usr/local/nodemakemakeinstallwethttp://nodejs.org/dist/node-v0.4.8.tar...
271
热度 -
2012-一-6
2012-1-6 ubuntuapache+mysql+php安装1.安装mysqlsudoapt-getinstallmysql-server修改/etc/mysql/my.cnf,将bind-address修改为本机ip2.安装apache服务器下载地址:http://httpd.apache.org/download.cgi$./configure--prefix=PREFIX$make$m...
126
热度 -
nginx调整php-fpm
nginx整合php-fpm tar-zxvfphp-5.4.9.tar.bz2 cdphp-5.4.9 ./configure--prefix=/usr/local/php--enable-fpm make makeinstall cpphp.ini-production/usr/local/php/etc/php.ini cp/usr/local/php/etc/php-fpm.conf.de...
258
热度 -
ajax jsonp返回值有关问题求解
ajaxjsonp返回值问题求解!JScriptcode <scriptlanguage=javascript> $.ajaxSetup({ async:false }); functiontestww() { $.ajax( { url:"http://test1.123.com/test.asp", dataType:"jsonp", as...
296
热度 -
jquery Datepicker怎么禁止输入值
jqueryDatepicker如何禁止输入值,在线等选择日期时、能不能禁止输入值?color='#e78608'>------解决方案-------------------- whenyoumaketheinput,setittobereadonly设置readonly<inputtype="text"name="datepicker"id=&quo...
321
热度