我们首先可以通过挂在光盘的方法来查看samba包大家也可以通过yum的方法安装cd/etc/yum.repos.d/virhel-source.reponame名字的意思baseurl这个是路径enabled等于0则不启用,等于1则启用;gpgcheck等于0则不检测gpgkey,等于1则检测,此处设置为0即可;可以通过这个命令来查看smb..
分类:
其他好文 时间:
2014-08-14 03:52:08
阅读次数:
244
http://www.fanli7.net/a/bianchengyuyan/C__/20130611/325825.html# is this config file disabled# false for enabled# true for disableddisabled=false#当前配置...
分类:
其他好文 时间:
2014-08-12 21:18:24
阅读次数:
290
Problem description: The problem may happen when UAC is enabled, it is usually because of the insufficient right to delete the registry key. Solution:...
分类:
其他好文 时间:
2014-08-07 18:51:20
阅读次数:
371
1、由于权限问题,第一步应先以sys账户登录,路径:工具->DBMS 调试程序->作业 ,新建一个作业,出现如下图的窗口2、开始依次填写相应内容,Name为作业名字,注意要加上用户名前缀 如 :ORACLE_OCM.CS 如果不写前缀默认为SYS,则作业的权限还是sys3、Enabled 默认即可,...
分类:
其他好文 时间:
2014-08-07 18:43:50
阅读次数:
203
这个问题偶尔碰到两次,现在又遇上了,解决办法如下:打开注册表,设置HKLM\Software\Microsoft\FTH\Enabled 为0 打开CMD,运行Rundll32.exe fthsvc.dll,FthSysprepSpecialize参考http://msdn.microsoft.co...
分类:
移动开发 时间:
2014-08-06 14:36:51
阅读次数:
2670
On most of the Linux distribution IPv6 is enabled by default, which may cause your internet is workding slow, so If your network do not supportor do not setup IPv6 network, you should better to dis...
分类:
Web程序 时间:
2014-08-05 11:40:29
阅读次数:
348
以前在linux5版本的时候,总是认为YUM目录一定要配置到具体的目录,今天看了网上的资料才知道自己想太多,直接配置到ISO挂载目录就可以了。具体配置:[rhel-source]
name=RedHatEnterpriseLinux$releasever-$basearch-Source
baseurl=file:///software/RHEL6U5/
enabled=1
gpgc..
分类:
系统相关 时间:
2014-08-03 07:55:55
阅读次数:
336
一、安装mongodb 创建/etc/yum.repos.d/mongodb.repo文件,配置文件内容如下: [mongodb]
name=MongoDB?Repository
baseurl=http://downloads-distro.mongodb.org/repo/redhat/os/x86_64/
gpgcheck=0
enabled=1 ...
分类:
数据库 时间:
2014-08-01 23:24:52
阅读次数:
524
菜单单选 关键点 CMenu::GetMenuState
UINTGetMenuState(UINTnID,UINTnFlags)const;
MF_CHECKED
MF_DISABLED
MF_ENABLED
MF_GRAYED
MF_MENUBARBREAK
MF_MENUBREAK
MF_SE...
分类:
编程语言 时间:
2014-08-01 22:37:12
阅读次数:
343
先这边文章是为了Django项目的nginx配置
注意点;
以下是/etc/nginx/nginx.conf的内容
include /etc/nginx/conf.d/*.conf;#所以我们可以使用 service nginx start ----如果不需要指定特定的nginx配置
include /etc/nginx/sites-enabled/*;#运行上面的命令时 会加载...
分类:
其他好文 时间:
2014-08-01 19:43:12
阅读次数:
315