fuerte groovy hydro indigoexport ROS_PACKAGE_PATH=~/catkin_ws/src:$ROS_PACKAGE_PATHsource ./devepl/setup.bashDistroRelease datePosterTuturtle, tur...
分类:
其他好文 时间:
2014-08-12 12:50:44
阅读次数:
430
今天在跑selenium用例时需要用到导入数据库来恢复数据,以便每次测试都保持环境是有效数据,于是想到了jenkins,这里简单介绍一下tomcat+jenkins的环境搭建:步骤一、下载符合版本的jdk7,触压到某个目录,设置好JAVA_HOME并加入path.步骤二、下载tomcat,这里使用的是apache-tom..
分类:
其他好文 时间:
2014-08-12 03:32:44
阅读次数:
242
最后的解决如下:不知道有没有多余的地方
from django.conf import settings
from sys import path
path.extend(['/home/zoueswebsite', '/home/zoueswebsite/blog', '/home/zoueswebsite/zoueswebsite'])
import os
os.environ['D...
分类:
编程语言 时间:
2014-08-12 00:42:43
阅读次数:
240
环境准备。
安装mingw并设置好系统PATH。
mingw。windows下的GUN编程环境。
系统变量的作用——可执行文件的搜索路径。这样在cmd直接输入g++就能调用到D:\Program Files (x86)\CodeBlocks\MinGW\bin\g++.exe。
打开cmd后的默认工作目录为 C:\Users\Administrator。
g++与gcc。
...
分类:
其他好文 时间:
2014-08-12 00:42:03
阅读次数:
321
Description
While exploring his many farms, Farmer John has discovered a number of amazing wormholes. A wormhole is very peculiar because it is a one-way path that delivers you to its destination a...
分类:
其他好文 时间:
2014-08-11 21:26:02
阅读次数:
310
Binary Tree Maximum Path SumGiven a binary tree, find the maximum path sum.The path may start and end at any node in the tree.For example:Given the be...
分类:
其他好文 时间:
2014-08-11 21:13:02
阅读次数:
219
There is a key parameter for DirectoryEntry ctor()It is the path, we have to find the root path by check AD User screen.LikeOU=SYG,OU=CN,OU=Accor-Serv...
分类:
数据库 时间:
2014-08-11 20:42:32
阅读次数:
225
$thumb_path = Mage::getModel('catalog/product_media_config')->getMediaUrl($product->getThumbnail()); $small_path...
分类:
其他好文 时间:
2014-08-11 20:35:32
阅读次数:
312
Linux下的工具和程序模块很多都是通过动态链接库实现的。
在使用的时候分为两个过程:
(1)编译时需要知道动态链接库文件的位置
(2)运行时需要打开动态链接库
对于(1)的情况,在makefile文件中指定,对于(2)中的情况需要在环境变量LD_LIBRARY_PATH中指定;当然如果程序是安装make install进来的,安装位置如果在系统默认的打开动态链接库路径内,则不再需要在LD...
分类:
系统相关 时间:
2014-08-11 18:00:22
阅读次数:
261
这个着实是个坑,使用phpinfo查看,明明有mysqlnd这个项目,就是找不到mysql。以前用直接运行php.exe的方法可以看到错误,可是这次就没有任何错误。中间把php的安装路径添加到了系统Path变量,后面重启几次也没用,然后又尝试把extension_dir改成./ext,不知怎么的就好...
分类:
数据库 时间:
2014-08-11 17:16:42
阅读次数:
284