CentOS安装软件出现错误:bash: /usr/local/bin/rar:
/lib/ld-linux.so.2: bad ELF interpreter: No such file or
directorygoogle了一把才发现是64位系统中安装了32位程序解决方法:yum install...
分类:
系统相关 时间:
2014-05-16 03:31:51
阅读次数:
621
NDK开发Android.mk编写samples
1、
jni中包含多个源文件,且多个文件编译成为不同的so文件
(1)jni/Android.mk:
include $(call all-subdir-makefiles) (包含所有子目录下Android.mk)
注意:在写Android.mk文件时,
call all-subdir-makefiles和call all-...
分类:
移动开发 时间:
2014-05-15 12:24:51
阅读次数:
358
1. Grant necessory permission to user account,
so it can use SQL profiler.USE masterGRANT ALTER TRACE TO TEST;GRANT VIEW SERVER
STATE TO TEST;USE test...
分类:
数据库 时间:
2014-05-15 10:09:38
阅读次数:
469
Ubiquitous ReligionsTime Limit: 5000MSMemory Limit:
65536KTotal Submissions: 22601Accepted: 11134DescriptionThere are so many
different religions in t...
分类:
其他好文 时间:
2014-05-15 10:01:17
阅读次数:
269
Multiple outputs from T4 made easy – revisited
? DamienGMultiple outputs from T4 made easy – revisited
分类:
其他好文 时间:
2014-05-15 09:46:17
阅读次数:
225
(1)cd
/usr/local/php-5.2.17/ext/mysqli(2)输入/usr/local/php/bin/phpize 回车(3)./configure
--prefix=/usr/local/mysqli --with-php-config=/usr/local/php/bin....
分类:
其他好文 时间:
2014-05-15 09:34:06
阅读次数:
292
需要导入dom4j的包,以提供dom4j的支持。
package day06_parser.dom4j;
/**dom4j是一个Java的XML API,类似于jdom,用来读写XML文件的
DOM4J是dom4j.org出品的一个开源XML解析包,它的网站中这样定义:
Dom4j is an easy to use, open source library for working with ...
分类:
其他好文 时间:
2014-05-15 08:00:47
阅读次数:
215
Series Determination
题目描述
Boudreaux and Thibodeaux aren't very good at math, so they need you to write a program that can de...
分类:
其他好文 时间:
2014-05-15 01:28:56
阅读次数:
313