码迷,mamicode.com
首页 >  
搜索关键字:home automation    ( 21129个结果
useradd命令详解
useradd是Linux添加新用户的命令,这个命令提供了一次性创建新用户账户及设置用户HOME目录结构的简便方法。 1、useradd命令加参数-D参看系统的默认值: # useradd -D GROUP=100 HOME=/home INACTIVE=-1 EXPIRE= SHELL=/bin/...
分类:其他好文   时间:2014-07-16 23:10:13    阅读次数:214
ORA-02095: specified initialization parameter cannot be modified
输入命令:alter system set utl_file_dir='/home/oracle/logmnr' scope=spfile;报错:出错原因:没有用spfile文件启动数据库解决办法:以spfile文件启动数据库。1:进$ORACLE_HOME/dbs路径,看是否有该spfile文件2...
分类:其他好文   时间:2014-07-10 14:17:21    阅读次数:466
屏蔽掉返回键,menu键,Home键
public class LockActivity extends Activity{ private static final int FLAG_HOMEKEY_DISPATCHED = 0x80000000; @Override protected void onCreate(Bundle s....
分类:其他好文   时间:2014-07-10 13:59:26    阅读次数:179
Linux
cd /home //到home 目录ll //列出当前目录下的所有文件,包括每个文件的详细信息ls //只列出文件名df -h //以更易读的方式显示目前磁盘空间和使用情况free -m //以MB为单位显示内存使用情况。history -c //清除所有的命令历史 historyhistory ...
分类:系统相关   时间:2014-07-10 12:11:27    阅读次数:262
Oracle 更新Opatch、打补丁
1.更新Opatch; 2.打补丁; 3.grid 打补丁; 1.更新Opatch(实验版本:oracle:11.2.0.3.0): 默认安装数据库后,在ORACLE_HOME 下会有个OPatch 文件夹,更新前先检查当前Opatch 版本: 1: [oracle@sywu2 OPatch]$ ....
分类:数据库   时间:2014-07-07 22:26:42    阅读次数:934
环境配置
java 环境配置sudo gedit /etc/profile添加:JAVA_HOME=/home/username/jdk1.7.0_45export JRE_HOME=$JAVA_HOME/jreexport CLASSPATH=.:$JAVA_HOME/lib:$JRE_HOME/lib:$...
分类:其他好文   时间:2014-07-07 17:35:52    阅读次数:210
使用HTML客户端 开发的一些应用
使用HTML客户端开发的一些应用: http://www.lightswitchextras.com/ 价格: 9.99 DALLAR本人看中其首页(HOME)的设计。
分类:Web程序   时间:2014-06-30 14:25:41    阅读次数:178
ubuntu 安装maven提示出错 The program 'mvn' can be found in the following packages
问题: I am trying to install apache maven 3 in Ubuntu 12.04 lts. What I did was open the terminal then I typed the following commands export M2_HOME=/usr/local/apache-maven/apache-maven-3.0.5 ...
分类:Windows程序   时间:2014-06-28 09:12:52    阅读次数:510
error
Gem::Ext::BuildError:ERROR:Failedtobuildgemnativeextension./home/chenwei/.rvm/rubies/ruby-1.9.3-p547/bin/rubyextconf.rbcheckingforruby/thread.h...nocheckingforrb_thread_blocking_region()...yescheckingforrb_wait_for_single_fd()...yescheckingforrb_hash_dup()...
分类:其他好文   时间:2014-06-28 00:32:22    阅读次数:296
scp出现ssh port 22: Connection refused 问题解决具体步骤
[root(0)@sys1109:20:29/home/work/Code_release/bj]#scp./release.shroot@192.168.161.151:/Users/a2014102/Downloadsssh:connecttohost192.168.161.151port22:ConnectionrefusedlostconnectionSolution:Onepossiblereasonisthatbecausethesshserverdaemon,orsshd, isnotloade..
分类:其他好文   时间:2014-06-27 07:06:12    阅读次数:499
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!