一、问题描述 OS:centos 原因是拷贝虚拟机造成的。 使用vmworkstation打开虚拟机的时候,要选择copy而非move。 二、解决描述 网络上解决步骤各异,其实就一句话。只要保证vmwrare virtual machine的.vmx配置文件、ifconfig –a、/etc/sys... ...
分类:
其他好文 时间:
2016-11-28 15:06:51
阅读次数:
272
一、MainActivity: 1、每个种语言都有一个程序入库(如:C#main函数),而Android程序的入口就是Mani Actiivty函数。 2、Activity是Android的核心类(android.app.Activity),在Activity类有onCreate事件方法,一般用于对 ...
分类:
移动开发 时间:
2016-11-27 23:07:30
阅读次数:
247
一.故障现象: [root@c1node01 ~]# service network restart Shutting down loopback insterface: [ OK ] Bringing up loopback insterface: [ OK ] Bringing up inter ...
分类:
其他好文 时间:
2016-11-27 19:31:16
阅读次数:
257
菜单的三种创建方式 一、OptionsMenu 选项菜单 二、ContextMenu 上下文菜单 三、PopupMenu 弹出式菜单 可以在指定的组件上设置弹出式菜单,默认情况下,弹出式菜单会显示在该组件的下方或者上方,PopupMenu可增加多个菜单项,也可以为菜单项增加子菜单项。 创建步骤: 1 ...
分类:
移动开发 时间:
2016-11-27 14:27:54
阅读次数:
190
1、Linear Algebra (线性代数) 和 Statistics (统计学) 是最重要和不可缺少的。 这代表了Machine Learning中最主流的两大类方法的基础。一种是以研究函数和变换为重点的代数方法,比如Dimension reduction,feature extraction, ...
分类:
其他好文 时间:
2016-11-26 17:17:54
阅读次数:
200
[POJ1328]Radar Installation 试题描述 Assume the coasting is an infinite straight line. Land is in one side of coasting, sea in the other. Each small islan ...
分类:
其他好文 时间:
2016-11-26 11:49:26
阅读次数:
172
promotion:促销Online shopping website:在线电商 I think that's it. Is there anything else you want to know? 1.Work with2.Communicate with 3.Talk with/discuss ...
分类:
其他好文 时间:
2016-11-24 19:11:55
阅读次数:
139
引言: Android框架的发展的过程就是一个不断化繁为简的过程,大家都在研究如何正确方便高效的规范代码。当然这条路也永远不会停止,就像新的芽儿,随着时间的流逝,每天都在长出新的枝叶,每天都在成长。对于技术,每次新框架的提出都在剔除旧框架的诟病和痛点,演变成更方便,更高效,更简洁的新框架,然后新的框 ...
分类:
移动开发 时间:
2016-11-24 15:53:45
阅读次数:
248
【转】http://blog.csdn.net/liuxiao723846/article/details/51611183 1、Java开发WebService最重要的两个规范: JSR-224 (JAX-WS:Java API for XML-Based Web Services ) ,主要使用 ...
分类:
其他好文 时间:
2016-11-24 11:31:43
阅读次数:
246
复制:private void button1_Click(object sender, System.EventArgs e) { // Takes the selected text from a text box and puts it on the clipboard. if(textBox ...