安装docker的镜像ubuntu,链接:http://www.cnblogs.com/liqiu/p/4162719.html一、登录ubuntu@~ $ docker run -i -t 9bd07e480c5b /bin/bashroot@d411227dd25b:/# 二、安装登录sshro...
分类:
其他好文 时间:
2014-12-18 00:02:38
阅读次数:
605
I am using eclipse to export the jar file of a map-reduce program. When i am run the jar using command hadoop jar hadoop-prog.jar WordCount /home/temp...
分类:
编程语言 时间:
2014-12-17 14:31:34
阅读次数:
201
Command class: aliases
ni -- Step one instruction
rc -- Continue program being debugged but run it in reverse
rni -- Step backward one instruction
rsi -- Step backward exactly one instruction
...
分类:
数据库 时间:
2014-12-17 12:57:13
阅读次数:
302
Hello World
使用[docker run]命令在docker container中运行应用程序
# docker run fedora /bin/echo 'hello world'
hello world
docker run fedora,使用fedora的image,启动一个container
/bin/echo 'hello world',fedora中可执行的命...
分类:
其他好文 时间:
2014-12-17 12:51:26
阅读次数:
132
启动一个简单的web 应用
使用社区提供的模板,启动一个简单的web应用,熟悉下各种Docker命令的使用:
# docker run -d -P training/webapp python app.py
Unable to find image 'training/webapp' locally
Pulling repository training/webapp
31fa814ba2...
分类:
Web程序 时间:
2014-12-17 12:49:51
阅读次数:
169
1、功能StringTrimmedResultSet 的功能是去掉结果集中数据的前后空格,这个方法是在取结果的时候处理。2、使用一般在新建 QueryRunner 对象的时候使用: QueryRunner run = new QueryRunner(){ protected ...
分类:
数据库 时间:
2014-12-17 12:42:13
阅读次数:
243
1682: [Usaco2005 Mar]Out of Hay 干草危机Time Limit:5 SecMemory Limit:64 MBSubmit:391Solved:258[Submit][Status]DescriptionThe cows have run out of hay, a h...
分类:
其他好文 时间:
2014-12-17 01:26:53
阅读次数:
225
mysql 错误信息:
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock
出错原因:
可能是你运行了/etc/init.d/mysql start
解决方法:
sudo service mysql restart...
分类:
数据库 时间:
2014-12-16 19:20:48
阅读次数:
185
synchronized()在线程运行的时候,有时会出现线程安全问题例如:买票程序,有可能会出现不同窗口买同一张编号的票运行如下代码:public class runable implements Runnable { //此处定义变量是一个对象的变量,run()函数调用的时候不同的线程调用 int...
分类:
编程语言 时间:
2014-12-16 19:03:53
阅读次数:
184
一、数据库全备RUN {ALLOCATE CHANNEL ch00 DEVICE TYPE disk;ALLOCATE CHANNEL ch01 DEVICE TYPE disk;backup as compressed backupset database filesperset 5 format...
分类:
其他好文 时间:
2014-12-16 18:52:29
阅读次数:
394