码迷,mamicode.com
首页 >  
搜索关键字:home    ( 20796个结果
OEM按钮乱码问题解决
一、出现问题:          在Linux环境中安装Oracle 10g,启用EM时,出现按钮显示乱码现象,如下: 二、分析问题: 因为在安装Oracle10g时,JDK/JRE自动选择了字符集,而在$ORACLE_HOME/jdk/jre/lib和$ORACLE_HOME/jre/1.4.2/lib目录下,都有多种字体。每一个目录下都有一个缺省的字符集font.proper...
分类:其他好文   时间:2014-06-11 06:51:45    阅读次数:317
Home vs2013
Microsoft Visual Studio Ultimate 2013 版本 12.0.30110.00 Update 1 Microsoft .NET Framework 版本 4.5.50938 已安装的版本: Ultimate LightSwitch for Visual Studio 2...
分类:其他好文   时间:2014-06-10 09:49:49    阅读次数:314
TOMCAT启动提示NB: JAVA_HOME should point to a JDK not a JRE解决
本人使用的Tomcat版本为apache-tomcat-6.0.18(用的是解压包),解压路径为E:\apache-tomcat-6.0.18\apache-tomcat-6.0.18\,我如果部署在myEclipse里启动可以正常启动,当然也可以访问我的工程,但是如果我直接在tomcat源文件b....
分类:编程语言   时间:2014-06-10 08:32:35    阅读次数:264
linux svn 自启动
1.svn服务自启动脚本把脚本放在/etc/init.d/下vi /etc/rc.d/init.d/svnsvn脚本内容:01 #!/bin/bash02 # chkconfig: - 85 1503 # description: svn server04 SVN_HOME=...
分类:系统相关   时间:2014-06-10 00:52:42    阅读次数:315
MongoDB分布式
安装scp mongodb-linux-x86_64-2.6.0.tgz user@host:/home/user/ssh user@hosttar zxvf mongodb-linux-x86_64-2.6.0.tgzmv mongodb-linux-x86_64-2.6.0 mongodbcd....
分类:数据库   时间:2014-06-09 20:43:24    阅读次数:226
mount 远程挂载Nfs
服务器:192.168.20.204客户端:192.168.20.2031. 在服务器配置/etc/export 添加可以共享的文件夹和允许的客户端地址/home/dir 192.168.20.203(rw,no_root_squash,async)要加上no_root_squash,async,不...
分类:其他好文   时间:2014-06-09 19:39:09    阅读次数:358
[leetcode]Simplify Path @ Python
原题地址:https://oj.leetcode.com/problems/simplify-path/题意:Given an absolute path for a file (Unix-style), simplify it.For example,path="/home/", =>"/home...
分类:编程语言   时间:2014-06-09 19:13:54    阅读次数:181
Theirs Elegant Line Of Bags Are Resilient Than Others
Now, when you buy food, you will be able to return home in reusable bags that will not be rejected, which can be used over and over again, and washed ...
分类:其他好文   时间:2014-06-09 18:35:51    阅读次数:320
zip命令
常用示例:(1)zip -r myfile.zip ./* ----将当前目录下的所有文件和文件夹全部压缩成myfile.zip文件, -r表示递归压缩子目录下所有文件.(2)unzip -o -d /home/sunny myfile.zip ---把myfile.zip文件解压到 /home/s...
分类:其他好文   时间:2014-06-09 16:27:52    阅读次数:166
How to enable your website to public(set up your web server at home)
As a so exciting dream, I would like set up my owned web site which can be accessed anywhere nomatter from laptop/mobile phone or tablet. Current now ...
分类:Web程序   时间:2014-06-09 13:00:33    阅读次数:420
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!