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
eclipse git 报错:the current branch is not configured for pull No value for key branch.xxx.merge found in configuration
如图:
这是因为 在用gui创建分支的时候 config文件没有创建branch
在config文件加上
[branch "xxx"]
...
分类:
系统相关 时间:
2014-06-05 05:15:19
阅读次数:
326
freemarker
1、错误描述
java.io.FileNotFoundException: Template user.ftl not found.
at freemarker.template.Configuration.getTemplate(Configuration.java:580)
at freemarker.template.Configuration.getT...
分类:
其他好文 时间:
2014-06-05 03:05:45
阅读次数:
247
今天在centOS下装mysql时出现了一个错误:
解决方案就是如图所示kill 4734 kill 4839
最后再执行[root@localhost src]# service mysql start就可以了...
分类:
数据库 时间:
2014-06-05 02:03:02
阅读次数:
409
第一次使用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
1.新建 Static Library 项目选择 File -> New ->
Project , 项目模板选择 Cocoa Touch Static Library , 项目名称命名为 MyLib.xcodeproj , 注意选中 Use
Automatic Reference Counting ...
分类:
其他好文 时间:
2014-05-31 11:18:08
阅读次数:
444
在linux下执行某一常用命令时,提示类似错误信息:bash:bash:command not
found原因是所执行的命令在当前系统环境变量里找不到路径。例如:刚安装了openOffice时,执行soffice命令时提示找不到该命令![root@rusky
program]# cd /opt/op...
分类:
其他好文 时间:
2014-05-31 06:52:18
阅读次数:
286
1、如何将一个android工程作为库工程(library project)library
project是作为jar包被其它android工程使用的,首先它也是普通的android工程。然后:1)在eclipse Package
Explorer,右键android工程选择Properties2)...
分类:
移动开发 时间:
2014-05-31 04:57:53
阅读次数:
370
java.lang.Exception: No tests found matching
Method deleteById(cn.bytestream.mongodb.MongoDB4CRUDTest) from
org.junit.internal.requests.ClassRequest@2...
分类:
数据库 时间:
2014-05-31 03:23:50
阅读次数:
483