搜索到与相关的文章
Ubuntu

安装Virtualbox Install Virtualbox in Ubuntu

VirtualBoxisapowerfulOpenSourcevirtualizationsoftwarefromOracle,WhichsupportsLinux,WindowsandMacOS.CurrentstablereleaseisVirtualBox4.3.RecommendedwayofinstallingVirtualboxinUbuntu/LinuxMintisbyaddingPPAtoyourrepository.Advertiseme

系统 2019-08-29 22:50:44 3192

Ubuntu

Ubuntu 安装 rvm / ruby Install RVM ( Ruby Ve

InthisarticleIwillexplainhowyoucangetRVM(RubyVersionManager)installedonUbuntu12.04Linux.Firstwehavetomakesurethatwehavesomedependenciesinstalled,sorunthefollowingcommandtotakecareofthem.sudoapt-getinstallbuild-essentialgit-coreNow

系统 2019-08-12 09:29:28 3192

数据库相关

ORA-01994 故障一例

在给用户授予sysdba权限时,收到ORA-01994错误,查看描述信息即是passwordfilemissingordisabled。也可以使用oerrora来查看错误号具体的细节。从描述来看应该是密码文件丢失或REMOTE_LOGIN_PASSWORDFILE参数设置的问题。下面给出具体过程。1、错误提示情况sys@CNMMBO>grantsysdbatoscott;grantsysdbatoscott*ERRORatlin

系统 2019-08-12 01:52:10 3192

编程技术

一个查找rpm包的站

WelcometotheRPMrepositoryonzid-lux1.uibk.ac.atWelcometotheRPMrepositoryonzid-lux1.uibk.ac.atrpm2htmlautomaticallygeneratesWebpagesdescribingasetofRPMpackages.TheRpmfindtoolallowsautomatethesearchofpackagesfromtheRPMDatabaseormaint

系统 2019-08-12 01:32:36 3192

编程技术

使用 Nginx 提升网站访问速度

使用Nginx提升网站访问速度#log_formatmain'$remote_addr-$remote_user[$time_local]$request'#'"$status"$body_bytes_sent"$http_referer"'#'"$http_user_agent""$http_x_forwarded_for"';#access_logoff;access_loglogs/access.log;#日志文件名使用Nginx提升网站访问速度

系统 2019-08-12 01:32:36 3192

Python

Python使用正则表达式去除(过滤)HTML标签提取文字功能

正则表达式是一个特殊的字符序列,可以帮助您使用模式中保留的专门语法来匹配或查找其他字符串或字符串集。正则表达式在UNIX世界中被广泛使用。下面给大家介绍下Python使用正则表达式去除(过滤)HTML标签提取文字,具体代码如下所示:#-*-coding:utf-8-*-importre##过滤HTML中的标签#将HTML中标签等信息去掉#@paramhtmlstrHTML字符串.deffilter_tags(htmlstr):#先过滤CDATAre_cda

系统 2019-09-27 17:52:17 3191

Python

用Python计算三角函数之atan()方法的使用

atan()方法返回x的反正切值,以弧度表示。Syntax以下是atan()方法的语法:atan(x)注意:此函数是无法直接访问的,所以我们需要导入math模块,然后需要用math的静态对象来调用这个函数。参数x--这必须是一个数值。返回值此方法返回x的反正切值,以弧度表示。例子下面的例子显示atan()方法的使用。#!/usr/bin/pythonimportmathprint"atan(0.64):",math.atan(0.64)print"atan

系统 2019-09-27 17:47:31 3191

Javascript

javascript综合

windows对象每个HTML文档的顶层对象.属性frames[]子桢数组.每个子桢数组按源文档中定义的顺序存放.feames.length子桢个数.self当前窗口.parent父窗口(当前窗口是中一个子窗口).top顶层窗口(是所有可见窗口的父窗口).status浏览器状态窗口上的消息.defaultStatus当status无效时,出现在浏览器状态窗口上的缺省消息.name内部名,为由window.open()方法打开的窗口定义的名字.方法alert

系统 2019-08-29 23:27:05 3191

Ubuntu

使用Ubuntu当桌面了

1.升级package2.安装sshserver默认安装完Ubuntu后是安装了ssh-client的,需要我们手动安装serverps-e|grepsshsudoapt-getinstallopenssh-server启动/etc/init.d/sshstart2.安装virtbox使用新立得安装可以避免处理依赖关系3.virtboxtools,他会挂载到虚拟机的光驱中,然后到vm的光驱里找到exe文件安装(能动态设置屏幕分辨率)4.安装网卡驱动,在硬件

系统 2019-08-12 09:29:58 3191