Network Configuration
TL;DR
When Docker starts, it creates a virtual interface named docker0 on
the host machine. It randomly chooses an address and subnet from the private range defined by RF...
分类:
Web程序 时间:
2014-08-20 14:12:09
阅读次数:
591
今天突然间update 一些软件后,就遇到了无法启动桌面,就是输入正确的用户名和密码后还是无法进入系统。重启后,一直停留在waiting for network configuration, 然后显示waiting up to 60 more seconds for networking confi...
分类:
其他好文 时间:
2014-08-20 01:22:55
阅读次数:
477
1. 在system->Configuration->Store Email Addresses中设置General Contact的Sender Name、Sender Email。 Sender Name是邮件的发件人,Sender Email是发件人的邮件地址2. 在system->Conf....
分类:
其他好文 时间:
2014-08-19 20:37:45
阅读次数:
266
Websocet服务端实现 WebSocketConfig.java @Configuration
@EnableWebMvc
@EnableWebSocket
public class WebSocketConfig extends WebMvcConfigurerAdapter implements WebSocketConfigurer {
@Override
...
分类:
编程语言 时间:
2014-08-19 16:58:25
阅读次数:
293
1 using System; 2 using System.Data; 3 using System.Configuration; 4 using System.Web; 5 using System.Web.Security; 6 using System.Web.UI; 7 using Sy....
分类:
其他好文 时间:
2014-08-19 16:07:34
阅读次数:
204
1、写一个验证码,前台什么都不用写,这是CreateVerificationCode_Page.aspx.cs后台代码using System;using System.Collections;using System.Configuration;using System.Data;using Sy...
分类:
其他好文 时间:
2014-08-19 14:29:04
阅读次数:
217
//这个是有什么作用来这忘了fopen('php://output','w');1.//demo zip格式的压缩文件上传function zqFileUpload($path,$proDir,$filename){ global $_configuration;// root_sys 得到项目的....
分类:
Web程序 时间:
2014-08-18 20:19:42
阅读次数:
204
目的:两个三层交换机下挂不同的vlan进行互通,所有端口都是access端口配置完成后10.86.3.50可以ping通所在设备的任意联网ipLSW4配置:<Huawei>displaycurrent-configuration#sysnameHuawei#vlanbatch2to4#clusterenablentdpenablendpenable#dropillegal-macalarm#diffse..
分类:
数据库 时间:
2014-08-18 18:52:13
阅读次数:
471
启动了AVD却说找不到AVD
错误提示:
No active compatible AVD's or devices found. Relaunch this configuration after connecting a device o
查看你的project版本是运行在哪个版本的(AndroidManifest.xml中android:targetSdkVersion属性...
分类:
其他好文 时间:
2014-08-18 00:20:43
阅读次数:
253
对oracle10grac配置em,原本是非常简单的事,却花费了很长时间,记录下来,备忘。
首先是报如下错误:
[oracle@node1 admin]$ emca -config dbcontrol db
STARTED EMCA at Aug 17, 2014 9:06:47 AM
EM Configuration Assistant, Version 10.2.0.5.0 Produc...
分类:
数据库 时间:
2014-08-17 18:37:12
阅读次数:
332