In this DocumentGoalSolutionReferencesAPPLIES TO:Workspace Manager - Version 9.0.1.0 to 12.1.0.1 [Release 9.0.1 to 12.1]Information in this document a...
分类:
数据库 时间:
2014-09-24 16:44:37
阅读次数:
531
[举例]目前常用的==========*更新本机中的数据库缓存:sudo apt-get update *查找包含部分关键字的软件包:sudo apt-cache search *安装指定的软件:sudo apt-get install 例如: sudo apt-get install xfce4....
分类:
其他好文 时间:
2014-09-24 16:09:57
阅读次数:
671
安装Sublime Text 3打开终端(Ctrl + Alt +T), 键入并运行下列命令:sudo add-apt-repository ppa:webupd8team/sublime-text-3sudo apt-get updatesudo apt-get install sublime-t...
分类:
其他好文 时间:
2014-09-24 16:09:27
阅读次数:
169
以下是该PSU的自述文件中的内容:
3.2 Patch Installation Instructions
Follow these steps:
If you are using a Data Guard Physical Standby database, you must install this patch on both the primary database and t...
分类:
数据库 时间:
2014-09-24 15:49:17
阅读次数:
508
1. 查看设备adb devices这个命令是查看当前连接的设备, 连接到计算机的android设备或者模拟器将会列出显示2. 安装软件adb install 这个命令将指定的apk文件安装到设备上3. 卸载软件adb uninstall adb uninstall -k 如果加 -k 参数,为卸载...
分类:
移动开发 时间:
2014-09-24 15:39:27
阅读次数:
182
一:分步安装SASS环境安装SASS和compass的方法:1.安装Ruby,Windows下使用rubyinstaller-2.0.0-p353-x64.exe2.使用Ruby安装sass, gem install sass, 如果命令行不好用,就手动安装: gem install --lo...
最近安装vsftp的需求越来越多,自己弄了一个vsftp的安装脚本,确实很方便节约了不少时间。
好了直接上脚本内容:
viinstall_vsftpd.sh
#!/bin/bash
#Remove=>Download=>Install=>Configure=>Startservice"vsftpd"
#
#/usr/bin/yum=>#!/usr/bin/python2.4
#R..
分类:
其他好文 时间:
2014-09-24 13:34:17
阅读次数:
230
sudo chown -R yourusename:admin /usr/local/binMac-Pro:local user$ brew install imagemagick Error: You must `brew link jpeg' before imagemagick can be ...
分类:
其他好文 时间:
2014-09-24 13:27:26
阅读次数:
250
直接从ppa安装python3肯定有zlib:sudo apt-get install python3如果是自己编译的python3源码,则需要configure的时候指定zlib位置:./configure --with-zlib=/usr/include ./configure ...
分类:
编程语言 时间:
2014-09-24 13:14:06
阅读次数:
1472
系统:ubuntu1404、python:2.7 解析yaml文件要先安装pyyaml,可以直接用sudo pip ?install ?pyyaml 安装yaml模块; t.yaml文件内容:隔距为2个空格或4个空格 t.yaml"?10L,?143C????????????????...
分类:
编程语言 时间:
2014-09-24 04:22:36
阅读次数:
210