`
文章列表
《YUI 3 Cookbook 中文版》高清扫描版   带目录 需要的朋友可以参考一下。 https://pan.baidu.com/s/1dF6hngP
你有没有在Mac上体验过慢到不行的Wi-Fi 网速? 这大都归结于OS X 应运而生出的(AWDL)Apple Wireless Direct Link 这一新技术。 这个技术被应用于Airdrop,AirPlay。虽然与此方便的同时也带来了一个弊端,那就是Wi-Fi 网速问题。 如果你想要改善你的Mac Wi-Fi 网速,想获得更快的网上冲浪以及更快的网络文件传输速度。   1.打开终端,输入 sudo ifconfig awdl0 down 2.系统会提示输入密码来验证管理员帐户,输入密码,enter。你马上会有一个更快的Wi-F网速。 3.不过,这也意味着将禁用Mac上的A ...
关闭Dashboard: 打开“终端”,输入命令: defaults write com.apple.dashboard mcx-disabled -boolean YES killall Dock 如果想再重新开启,则使用下面的命令: defaults write com.apple.dashboard mcx-disabled -boolean NO killall Dock
问题原因:iptables、防火墙、selinux会默认的阻止运行sqlplus命令   SElinux以及防火墙的关闭 作者:佚名厚朴教育来源:网络点击数:13585 更新时间:2011-1-25
CentOS 6.4安装chrome浏览器vim /etc/yum.repos.d/CentOS-Base.repo根据你的系统增加一个节点32-bit [google] name=Google - i386 baseurl=http://dl.google.com/linux/rpm/stable/i386 enabled=1 gpgcheck=1 gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub 64-bit
1.下载tomcat  http://tomcat.apache.org/download-70.cgi 2.解压tomcat  apache-tomcat-7.0.55 3.编辑 sudo vim /usr/apache-tomcat-7.0.55/bin/startup.sh export JAVA_HOME=/usr/java/jdk1.7.0_67 export JRE_HOME=${JAVA_HOME}/jre export CLASSPATH=.:${JAVA_HOME}/lib:${JRE_HOME}/lib export PATH=${JAVA_HOME}/bin ...
Installing git on CentOS 5 using yum Since you're using CentOS 5, the default package manager is yum, not apt-get. To install a program using it, you'd normally use the following command: $ sudo yum install <packagename> However, when trying to install git this way, you'll encounter the f ...
1.对应机器显卡的型号到官网下载显卡驱动程序。 2.将Nouveau加入黑名单 vim /etc/modprobe.d/blacklist.conf 加入 “blacklist nouveau” 保存退出 mv /boot/initramfs-$(uname -r).img /boot/initramfs-$(uname -r).img.bak dracut -v /boot/initramfs-$(uname -r).img $(uname -r) 3.重新启动机器,切换至init 3字符界面 4.运行安装文件 ./NVIDIA-Linux-x86-319.76.run   ...
1.下载JDK http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html 2.解压 sudo tar zxvf jdk-7u45-linux-x64.tar.gz 3. sudo mkdir /usr/java; sudo chmod -R 777 java; sudo cp -r jdk1.7.0_45 /usr/java/ 4.设置环境变量 sudo vim ~/.bashrc " export JAVA_HOME=/usr/java/jd ...
cmd mstsc /console /v:10.1.2.39  
1.安装jdk以后,需要配置一下环境变量,在我的电脑->属性->高级->环境变量->系统变量中添加以下环境变量(假定你的jdk安装在C:\Program Files\Java): JAVA_HOME=C:\Program Files\Java\jdk1.6.0_10 classpath=.;%JAVA_HOME%\lib\dt.jar;%JAVA_HOME%\lib\tools.jar;(.;一定不能少,因为它代表当前路径) path=%JAVA_HOME%\bin 2.安装Tomcat后,在我的电脑->属性->高级->环境变量->系统变 ...
安装完centOs4.7 IA64  然后yum update更新,出错: "Setting up Update Process Setting up repositories not using ftp, http[s], or file for repos, skipping - 4 is not a valid release or hasnt been released yet Cannot find a valid baseurl for repo: update Error: Cannot find a valid baseurl for repo: update&quo ...
直接用rm命令删除了数据库文件。 重新启动数据库服务时 SQL> startup; ORACLE instance started.   Total System Global Area 1703624704 bytes Fixed Size                  2170464 bytes Variable Size            1056965024 bytes Database Buffers          637534208 bytes Redo Buffers                6955008 bytes Database ...
hp-ux默认是不支持命令历史查询的。 现在更改一下配置文件,使其可以使用history命令,及使用快捷键 ESC+J/K来翻滚查找历史命令 cd / vi .profile  找到 DEITOR=vi 这一行的下面插入 HISTFILE=${HOME}/.~sh_history #这是要生成的历史记录配置文件 HISTSIZE=1000 #记录条数 export EDITOR HISTFILE HISTSIZE  然后保存退出,注销。  
swinstall -s /opt/*.depot >enter 选择目标路径 报错信息如下: You do not have the required permissions to select this target.  Check permissions using the "swacl" command or see your system administrator for assistance.....   解决方案: cd /var/adm/sw chmod 777 security swreg -l depot /tmp/* ...
Global site tag (gtag.js) - Google Analytics