码迷,mamicode.com
首页 >  
搜索关键字:ping unknown host    ( 24738个结果
error: unknown field 'ioctl' specified in initializer
error message:原因: 从2.6.36开始,file_operations结构发生了重大变化具体看 xx../include/linux/fs.h定义:取消了原先的int (*ioctl)(struct inode*, struct file*, unsigned int, unsign...
分类:其他好文   时间:2014-07-31 16:19:37    阅读次数:275
android 下载SDK被墙问题
先看看如何加快更新速度,再说如何更新。首先更新host文件,如图,打开目录C:\Windows\System32\drivers\etc,在目录下有hosts文件打开方式选用“记事本”打开将一下的文字复制到hosts文件里面,保存,注意不修改原来的文件内容,只是附加这些内容74.125.113.12...
分类:移动开发   时间:2014-07-31 16:06:16    阅读次数:278
禁用win7自动配置ipv4地址
现象 一台新电脑,连了网线,没有dhcp,需要手动配置Ip。 配置了一个Ip后,发现ping网关不通。 ipconfig 发现有2 个IP:  自动配置 IPv4 地址  . . . . . . . : 169.254.11.19(首选)    子网掩码  . . . . . . . . . . . . : 255.255.0.0    IPv4 地址 . . . . ...
分类:Windows程序   时间:2014-07-31 13:30:16    阅读次数:593
SharePoint 2013 Apps
1. App Web & Host WebThe special website to which the app isdeployedis called an App Web. The website to which the app isinstalledis called the Host W...
分类:移动开发   时间:2014-07-31 12:46:06    阅读次数:304
ping一个网段内所有命令的批处理命令
for /l %%p in (x,1,y) do @ping 192.168.1.%%p -n 1 >> c:\1.txt保存为1.bat,其中比如ping 192.168.1.1~192.168.1.255,则x为1,y为255。输出在C盘下面1.txt。每次ping一个包。然后再在命令行下面运行...
分类:其他好文   时间:2014-07-31 12:14:46    阅读次数:421
DEDE常见问题(转)
问题1.把数据保存到数据库附加表 `dede_addonvisa` 时出错,请把相关信息提交给DedeCms官方。Unknown column 'redirecturl' in 'field list'解决办法:一种原因是由于你的数据库字段与添加字段不匹配,请检查数据库建立是否正确。另一种原因是由于...
分类:其他好文   时间:2014-07-30 23:10:05    阅读次数:499
确认Linux系统是否收到和响应ping包
简单说就是发现某系统无法被ping通,需要确认是服务器收到了ping包没有响应,还是它压根没有收到ping包在Linux系统上执行以下命令tcpdump-ieth0icmp-i:指定检测哪个网口,不指定此参数将捕获所有接口数据,包括lo;#-v:显示详细信息,可选,对于上述问题来讲,不加-v也能完成..
分类:系统相关   时间:2014-07-30 15:02:14    阅读次数:352
Mingyang.net:注解配置Hibernate时报错Unknown Entity
注解配置时报错:org.hibernate.MappingException: Unknown entity: net.mingyang.cms.bean.Userorg.hibernate.MappingException: Unknown entity: net.mingyang.cms.bea...
分类:Web程序   时间:2014-07-30 11:46:33    阅读次数:294
MYSQL拒绝访问:not allowed to connect解决方法
分享下MYSQL拒绝访问报错not allowed to connect的解决方法。可以在其它任何的主机上以root身份登录mysql报如下错误,截取部分,message from server: "Host '****' is not allowed to connect to this MySQ...
分类:数据库   时间:2014-07-30 07:38:13    阅读次数:337
linux环境配置与使用合集
配置linux和samba共享1. 安装linux操作系统2. 通过windows操作系统ping linux看看是否可以ping通3. 相关软件安装 a. 安装samba sudo apt-get install samba4, sudo apt-get install system-co...
分类:系统相关   时间:2014-07-29 21:05:52    阅读次数:296
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!