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
数据库常用命令
1.添加需要路径:PATH="$PATH":/usr/local/mysql/bin 2.登陆数据库系统:mysql -h localhost -u root
-p 3.创建数据库:CREATE DATABASE 数据库名 4.显示数据库:SHOW DATABASES...
分类:
数据库 时间:
2014-06-03 08:04:39
阅读次数:
317
解决方案1:查看文件路径拼写方式,如果是用“+”拼接的,请改用System.IO.Path.Combine()方式拼接。经过测试,两种拼接方式打印出来的路径是一样的,但为什么
加号 的方式拼接unity不识别,原因未知。希望知道 原因的大神回帖。
分类:
其他好文 时间:
2014-05-31 11:56:10
阅读次数:
472
WPF的XAML提供了一系列功能强大、用法复杂的 mini-language
来描述可扩展应用程序标记语言 (XAML) 中的几何路径。如下所示: XAML Command Name Description F i FillRule
i=0:EvenOdd. i=1:NonZero. M x y M...
分类:
其他好文 时间:
2014-05-31 05:04:37
阅读次数:
289
Floyd。注意字典序!!! 1 #include 2 #include 3 4
#define MAXNUM 55 5 #define INF 0x1fffffff 6 7 int cost[MAXNUM][MAXNUM]; 8 int
path[MAXNUM][MAXNUM]; 9 in...
分类:
其他好文 时间:
2014-05-31 04:41:38
阅读次数:
218
Given a binary tree, find the maximum path
sum.The path may start and end at any node in the tree.For example:Given the
below binary tree, 1 ...
分类:
其他好文 时间:
2014-05-30 16:10:54
阅读次数:
185
Given a binary tree and a sum, determine if the
tree has a root-to-leaf path such that adding up all the values along the path
equals the given sum.Fo...
分类:
其他好文 时间:
2014-05-30 15:18:35
阅读次数:
246
Given a binary tree, find its maximum depth.The
maximum depth is the number of nodes along the longest path from the root node
down to the farthest le...
分类:
其他好文 时间:
2014-05-30 15:03:42
阅读次数:
237
Given a triangle, find the minimum path sum
from top to bottom. Each step you may move to adjacent numbers on the row
below.For example, given the fol...
分类:
其他好文 时间:
2014-05-30 14:59:37
阅读次数:
241
离线安装:1.下载插件包:http://pan.baidu.com/s/1c0cRHsO2.解压到:D:\downloads\m2eclipse3.在eclipse的dropins目录下,新建maven.link文件4.编辑maven.link,指向插件位置:path=D:/downloads/m2...
分类:
系统相关 时间:
2014-05-30 14:52:45
阅读次数:
304