Ubuntu安装过程很顺利,安装完成后还是有小问题存在问题1:无法联网,PING可以通,网址无法解析原因:默认DNS设置不正确解决:设置DNS地址为8.8.8.8,问题解决问题2:vmware-tools安装失败,无法建立Share
Folder原因:vmhgfs 模块编译失败,一堆源码中的类型不兼...
分类:
其他好文 时间:
2014-07-22 23:12:55
阅读次数:
417
1、下载并安装(Active direcotry 下面统一为AD)
https://directory.apache.org/studio/download/download-windows.html
http://directory.apache.org/apacheds/download/do....
分类:
其他好文 时间:
2014-05-01 15:57:37
阅读次数:
506
//
查找满足指定条件的结果中的第一行$post=Post::model()->find($condition,$params);//
查找具有指定主键值的那一行$post=Post::model()->findByPk($postID,$condition,$params);//
查找具有指定属性...
分类:
数据库 时间:
2014-05-01 01:59:01
阅读次数:
411
活动目录(Active Directory)是面向Windows Standard
Server、Windows Enterprise Server以及 Windows Datacenter Server的目录服务。(Active
Directory不能运行在Windows Web Server上,...
分类:
其他好文 时间:
2014-05-01 01:56:58
阅读次数:
715
【创建目录】using
System.IO;Directory.CreateDirectory(FilePath);【使用WriteFile下载文件】private string
fileName = HttpContext.Current.Server.UrlEncode("规范.rar"); p...
分类:
其他好文 时间:
2014-04-30 23:34:03
阅读次数:
443
1简介编辑在查看域名whois的时候,都有一项“域名状态”栏,每一个域名,都有当前的状态,有可能只有一个状态或多个状态。域名状态分别有以下几种情况:2ACTIVE编辑活动状态。由Registry设置;该域名可以由Registrar更改;可以续费;至少被指派一个DNS。3REGISTRY-LOCK编辑...
分类:
其他好文 时间:
2014-04-30 17:01:21
阅读次数:
376
Applies to: Oracle Server - Enterprise Edition
- Version 11.1.0.6 to 11.2.0.4 [Release 11.1 to 11.2]Information in this
document applies to any platfo...
分类:
数据库 时间:
2014-04-30 15:38:17
阅读次数:
624
在ios7真机上和iOS6模拟器上运行是好的,而在iOS6真机上运行却报错解决方法:或是都设置为yes。。Build Active Architecture
Only的意思是只生成适应的指令集
分类:
移动开发 时间:
2014-04-30 14:39:37
阅读次数:
447
一、linux 命令 0.man:查询使用手册1.pwd:Print the full
filename of the current working directory. 打印当前工作目录(文件夹)2.ls:List information
about the FILEs (the current...
分类:
编程语言 时间:
2014-04-29 11:31:46
阅读次数:
489
最近给VPS重装了系统,因为服务商不提供DHCP,所以只好手动设置IP和DNS
Server。悲催的是系统重装的时候忘记了输入DNS
Server,最后导致进去系统后,各种域名无法解析。Linux中修改DNS有两种方式,临时修改和永久修改,下面分别介绍。1、临时修改网卡DNS地址sudo
vim /...
分类:
系统相关 时间:
2014-04-29 11:21:47
阅读次数:
597