Install MongoDB on Red Hat Enterprise, CentOS,
Fedora, or Amazon Linux?OverviewUse this tutorial to install MongoDB on Red Hat
Enterprise Linux, CentO...
分类:
数据库 时间:
2014-05-27 01:58:54
阅读次数:
499
CentOS镜像使用帮助收录架构i386x86_64SRPMS收录版本56更新时间每5小时更新一次使用说明首先备份/etc/yum.repos.d/CentOS-Base.repo
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentO...
分类:
其他好文 时间:
2014-05-27 01:58:31
阅读次数:
283
SCROT截图工具安装命令 sudo apt-get install
scrot截图命令使用说明:1.抓取整个桌面: scrot ~/Pictures/pic1.jpg2.抓取窗口: scrot -bs
~/Pictures/pic1.jpg3.区域截图: scrot -s ~/Pictures/....
分类:
系统相关 时间:
2014-05-27 01:28:36
阅读次数:
467
1。安装$ sudo apt-get install vsftpd2。
配置需要配置文件/etc/vsftpd.conf 来进行设置参数以对FTP进行控制,包括访问权限,流量等进行控制。执行sudo vi
/etc/vsftpd.conf (或sudo gedit /etc/vsftpd.conf ...
分类:
其他好文 时间:
2014-05-27 01:09:40
阅读次数:
283
是自己编写的一个jar文件,每次添加单个jar到maven本地仓库的操作如下:1.建立一个新的文件夹,将jar文件存放在该文件夹下。
注意文件夹下最好只存放该文件。2.在该文件夹下建立一个pom.xml文件,在pom文件中定义其maven坐标。3.在cmd窗口中执行以下命令: mvn
install...
分类:
其他好文 时间:
2014-05-27 00:46:40
阅读次数:
309
使用 PowerShell, 指定源文件路径然后进行安装:
Install-WindowsFeature NET-Framework-Core –Source D:\Sources\sxs
使用命令提示符中的DISM命令,指定源文件路径然后进行安装: DISM /Online /Enable-Fea...
一.svn
首页:http://subclipse.tigris.org/servlets/ProjectProcess?pageID=p4wYuA Install New
Software:http://subclipse.tigris.org/update_1.10.x 二.Eclipse Co...
分类:
系统相关 时间:
2014-05-24 06:27:20
阅读次数:
351
mini2440下烧写u-boot后,就可以用u-boot烧写linux内核了。安装mkimage工具:apt-get install
u-boot-tools解压缩官方mini2440 linux包:tar xf linux-2.6.32.2-mini2440-20130614.tar.gz
然后...
分类:
其他好文 时间:
2014-05-24 04:40:40
阅读次数:
287
错误error:cannotopenPackagesdatabasein/var/lib/rpmCRITICAL:yum.main:Error:rpmdbopenfailed解决方法:#rm
-rf /var/lib/rpm/__db*#rpm --rebuilddb#yum clean all
分类:
其他好文 时间:
2014-05-24 04:09:52
阅读次数:
484
设置归档模式(mount状态)ALTER database
ARCHIVELOG;//关闭数据库shutdown immediate//启动数据库到mount状态startup mount alter database
archivelog;//查看归档状态archive log list;SQL>...
分类:
数据库 时间:
2014-05-23 23:45:05
阅读次数:
441