1.安装jprofiler_linux_8_0_2.sh
chmod+x jprofiler_linux_8_0_2.sh
./jprofiler_linux_8_0_2.sh –c
安装过程略。。几乎Enter到底(也可在图形界面下安装不加-c选项,则为图形安装)
2.编辑/etc/profile
exportLD_LIBRARY_PATH=/opt/jprofiler...
分类:
系统相关 时间:
2014-06-07 01:29:39
阅读次数:
472
ld: library not found for -lxxxxxxxx
clang: error: linker command failed with exit code 1 (use -v to see invocation)...
分类:
其他好文 时间:
2014-06-05 12:42:28
阅读次数:
386
很多的开源软件在安装过程中会出现找不到动态库的问题我在ubuntu12.04安装lxc时,没有出现这问题,但在centos6.5的时候出现了这问题fix:#find / -name liblxc.so.1#echo "/usr/local/lib/" >> /etc/ld.so.conf#ldconfig...
分类:
其他好文 时间:
2014-06-05 06:23:02
阅读次数:
243
第一次使用session,需要:
$this->load->library('session');
的同时,还需要修改配置文件:config.php 找到 $config['encryption_key'] = ‘’
将$config['encryption_key'] 的内容随便设置,就可以用了。
附录:
1.添加session内容:
$this->session->set_us...
分类:
其他好文 时间:
2014-06-05 01:18:12
阅读次数:
201
There is no systematic design for shared resource access priority in platform side, and there is no interface provided by
platform that can be used by application to do bandwidth management optimizat...
分类:
其他好文 时间:
2014-06-03 04:54:35
阅读次数:
262
原创博客,转载请:http://blog.csdn.net/zhjm07054115/article/details/27577181...
分类:
其他好文 时间:
2014-06-03 04:53:59
阅读次数:
276
1.使用命令:
chflags nohidden ~/library/ 使隐藏的资源库文件夹显示出来。如果想要隐藏掉,使用:chflags hidden ~/library/
2.finder中找到:用户->mwsn(这是我的用户名)->资源库->Application Support->iPhone Simulator->7.0(根据你的版本确定是哪个)->Applications
里面...
分类:
移动开发 时间:
2014-06-03 01:40:08
阅读次数:
288
Configuring Oracle Database for Shared
ServerStepsInitialization Parameters for Shared ServerMemory Management for
Shared ServerEnabling Shared Server...
分类:
其他好文 时间:
2014-05-31 20:54:21
阅读次数:
277
在windows系统下,library
project必须和project处于相同的盘符中,因为如果在不同盘符,project.properties中的android.library.reference.1值变成绝对路径而ADT推荐是在ubuntu下使用的,对windows绝对路径有支持bug。在w...
分类:
移动开发 时间:
2014-05-31 20:09:17
阅读次数:
376
1、如何将一个android工程作为库工程(library project)library
project是作为jar包被其它android工程使用的,首先它也是普通的android工程。然后:1)在eclipse Package
Explorer,右键android工程选择Properties2)...
分类:
移动开发 时间:
2014-05-31 04:57:53
阅读次数:
370