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
SystemTap是我目前所知的最强大的内核调试工具,有些家伙甚至说它无所不能:)
Debuted in 2005 in Red Hat Enterprise Linux 4 Update 2 as a technology preview.
After four years in development, System 1.0 was released in 2009.
As of 2011 SystemTap runs fully supported in all Linux distributions...
分类:
其他好文 时间:
2014-06-05 12:35:09
阅读次数:
280
第一次使用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
duplicate报ORA-01017权限问题
环境:
OS:RedHat EnterPrise Linux 5.8 x64
Cluster:Oracle Grid 11.2.0.4
Database:Oracle Database EnterPrise 11.2.0.4
Archive:RAC+DG
今天在配置DG的过程中,前期环境都已经准备好了,就差最后一步...
分类:
其他好文 时间:
2014-06-04 23:37:04
阅读次数:
341
原创博客,转载请: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
After modifying system headers, please delete the module cache at '/Users/XXX/Library/Developer/Xcode/DerivedData/XXXX/2ZMDAUJMMHSDC'
解决办法:前往 '/Users/XXX/Library/Developer/Xcode/DerivedData/XXX/2ZM...
分类:
移动开发 时间:
2014-06-03 01:27:06
阅读次数:
284
在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