码迷,mamicode.com
首页 >  
搜索关键字:ping unknown host    ( 24738个结果
openstack I版的搭建六--
[root@linux-node2init.d]#chkconfigopenstack-neutron-linuxbridge-agenton[root@linux-node2init.d]#chkconfigopenstack-nova-computeon[root@linux-node1~]#novahost-list+---------------------------+-------------+----------+|host_name|service|zone|+----------------..
分类:其他好文   时间:2014-08-21 19:34:15    阅读次数:229
userData 本地存储
(function(window, undefined){ function userData(){ var doc = document; var name = location.host || 'localhost'; var store = doc.createElemen...
分类:其他好文   时间:2014-08-21 18:53:04    阅读次数:146
ASP.NET MVC SSO单点登录设计与实现
实验环境配置HOST文件配置如下:127.0.0.1 app.com127.0.0.1 sso.comIIS配置如下:应用程序池采用.Net Framework 4.0注意IIS绑定的域名,两个完全不同域的域名。app.com网站配置如下:sso.com网站配置如下:memcached缓存:数据库配...
分类:Web程序   时间:2014-08-21 18:46:34    阅读次数:292
crontab 导入任务列表
crontab导入任务列表crontabfilename#导入任务列表,导入会把之前的清除[root@host]#crontab-l|grep-v"#">file.txt [root@host]#echo"*****echook">>file.txt [root@host]#crontabfile.txt [root@host]#catfile.txt MAILTO="" */30****sh/usr/shell/updatetime.sh ..
分类:其他好文   时间:2014-08-21 15:19:16    阅读次数:222
KVM下raw和qcow2格式磁盘文件IO测试
1. Host OS 环境CPU: Intel Xeon E5620 2.40GHzMEM: 16GBDISK: 500GB SATAOS: CentOS5.7 64bit2. Guest OS 环境CPU: 2 coreMEM: 8GBDISK: 50GB raw/qcow2 virtioOS: ...
分类:其他好文   时间:2014-08-21 14:50:54    阅读次数:205
adb出现unkown host advices 错误
今日在Windows DOS窗口中输入adb命令,如adb devices,adb shell等后,会出现如下错误:adb server is out of date. killing... ADB server didn't ACK * failed to start daemon * error...
分类:数据库   时间:2014-08-21 14:44:54    阅读次数:252
CC150 - 11.3
Question:Given a sorted array of n integers that has been rotated an unknown number of times, write code to find anelement in the array. You may assum...
分类:其他好文   时间:2014-08-21 02:46:43    阅读次数:194
禁止ecshop杂志编辑器自动修改路径
ECSHOP杂志管理发送促销邮件功能十分强大,但每次编辑内容保存时,均会将HTML邮件内容的“src=”替换为’src=http://.$_SERVER["HTTP_HOST"]‘,即每次保存均在“src”引用的内容中增加站点路径,例如: 第一次保...
分类:其他好文   时间:2014-08-20 19:45:03    阅读次数:237
开机就提示“请安装TCP/IP协议,error=10106”的解决的方法
一、问题描写叙述: 今天开机时提示“请安装TCP/IP协议,error=10106”,现象是popo,qq等登录不了,IE浏览器等连不了网,使用ping命令ping其它机器和路由器都能够收到返回的数据包,可是远程桌面连接不能正常使用。二、解决方法: 上网搜索,得到答案,须要又一次安装TCP/IP协议...
分类:其他好文   时间:2014-08-20 19:34:12    阅读次数:177
WPF中的WebBrowser
MainWindow.xaml.cs //新窗口事件 { Uri uri = new Uri(textBox_uri.Text); System.Windows.Forms.Integration.WindowsFormsHost host = ...
分类:Web程序   时间:2014-08-20 19:29:42    阅读次数:314
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!