环境配置项目使用SSH架构,现在要添加Spring事务管理功能,针对当前环境,只需要添加Spring 2.0
AOP类库即可。添加方法:点击项目右键->Build Path->Add librarys:打开Add Libraries对话框,然后选定
MyEclipse Libraries:点击Nex...
分类:
编程语言 时间:
2014-05-19 18:23:14
阅读次数:
539
wget 下载整个网站,或者特定目录 需要下载某个目录下面的所有文件。命令如下 wget -c
-r -np -k -L -p www.xxx.org/pub/path/ 在下载时。有用到外部域名的图片或连接。如果需要同时下载就要用-H参数。 wget
-np -nH -r --span-hosts...
分类:
其他好文 时间:
2014-05-19 12:39:55
阅读次数:
279
脚本名:power.sh脚本内容:Shell代码 #!/bin/sh username3=$1
dir_name2=$2 # get existing directory file_path=$dir_name2 while true do if [ -d
$fil...
分类:
系统相关 时间:
2014-05-18 18:49:24
阅读次数:
319
求树的最大路径和(Binary Tree Maximum Path Sum)...
分类:
其他好文 时间:
2014-05-18 18:25:41
阅读次数:
235
class file_send
{
public:
SOCKET send_s; //The socket that used for sending which is established previously
char * filename; //The full path of the file that the client...
1、
??
Path Sum
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.
For example:
Given the below...
分类:
其他好文 时间:
2014-05-18 03:25:06
阅读次数:
301
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-18 02:11:19
阅读次数:
302
Windows下首先安装MinGW, 将C:\MinGW\bin
加入环境变量,重启Sublime在Tools –> Build System –> New Build
System…{"cmd":["g++","${file}","-std=c++11","-o","${file_path}/${...
分类:
其他好文 时间:
2014-05-17 20:53:17
阅读次数:
206
JDK目录/usr/javapath配置JAVA_HOME=/usr/javaexport
JRE_HOME=/usr/java/jreexport
CLASSPATH=.:$JAVA_HOME/lib:$JRE_HOME/lib:$CLASSPATHexport PATH=$JAVA_HOME/b...
分类:
其他好文 时间:
2014-05-17 20:41:50
阅读次数:
262
以下为置JAVA_HOME,CLASSPATH,PATH的目的: 1,设置JAVA_HOME:
一、为了方便引用,比如,你JDK安装在C:\Program Files\Java\jdk1.6.0目录里,则设置JAVA_HOME为该目录路径,
那么以后你要使用这个路径的时候, 只需输入%JAVA_HO...
分类:
编程语言 时间:
2014-05-17 19:20:06
阅读次数:
306