1. 呼叫虚拟设备/向虚拟设备发送短信 1. 在eclipse中点击:
Window--->Open Perspective--->DDMS,选择Emulator Control选项; 2. 在Telephony
Actions选项的Incoming number输入要模拟的呼入号码,选择Voi.....
分类:
移动开发 时间:
2014-05-15 10:58:45
阅读次数:
327
The modernization of world had led to coming of
many businesses online. Businesses have realized the importance of coming up
online. That is the main ...
分类:
其他好文 时间:
2014-05-15 10:14:55
阅读次数:
364
Python网络编程一一.一些基本概念 在Python网络编程这一节中会涉及到很多网络相关的术语,对于一些最基本的概念,如TCP/IP,Socket等等不再赘述,不明白的可以自己去查一查,对于一些常见但是可能不是很熟悉的术语这里做了一个简要的介绍,后续遇到不会因此止步。SNTP:简单网络时间协议(Simple Network Time Protocol)简单来说就是用来同步因特网中的计算机时钟,...
分类:
编程语言 时间:
2014-05-15 09:14:26
阅读次数:
314
需要导入dom4j的包,以提供dom4j的支持。
package day06_parser.dom4j;
/**dom4j是一个Java的XML API,类似于jdom,用来读写XML文件的
DOM4J是dom4j.org出品的一个开源XML解析包,它的网站中这样定义:
Dom4j is an easy to use, open source library for working with ...
分类:
其他好文 时间:
2014-05-15 08:00:47
阅读次数:
215
其实关键就是window.opener,这个东西就是如何在子窗口页面中,访问父窗口页面的文档的方法,在frame中,是parent、top这类的东西,知道了这个东西,剩下想做点什么就好说了。
父窗口操作子窗口的话,就利用open的返回值就可以了。 father.htm: 我是父页面。child.ht...
分类:
其他好文 时间:
2014-05-15 07:43:22
阅读次数:
232
最小化安装OracleEnterpriseLinux6.5新建虚拟机开始安装系统安装完成后查看虚拟机大小查看内存资源占用情况修改网卡设置:配置网卡vi/etc/sysconfig/network-scripts/ifcfg-eth0DEVICE=eth0TYPE=EthernetUUID=d6a9eff4-4273-4681-a93f-4b43110d2365ONBOOT=yesNM_CONTROLLED=yesB..
分类:
其他好文 时间:
2014-05-15 00:50:43
阅读次数:
416
vi/etc/sysconfig/network-scripts/ifcfg-eth0ONBOOT=no改成ONBOOT=no然后重启网络service
network restart
分类:
其他好文 时间:
2014-05-14 22:24:24
阅读次数:
251
描述把文本读出的API,在手机上测试知识支持英文,中文库应该没有所以不支持
/*
* Copyright (C) 2009 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file exce...
分类:
移动开发 时间:
2014-05-14 21:34:49
阅读次数:
435
算了下复杂度好像是n^3 就感觉不大好做。结果n^31a。。。
#include
#include
#include
#include
#include
#include
#include
#include
using namespace std;
#define eps 1e-9
#define PI acos(-1.0)
#define N 1005
#define inf ...
分类:
Web程序 时间:
2014-05-14 20:11:42
阅读次数:
309
物理机上的文件夹或盘符直接挂载到虚拟机上使用。VM--SettingsOptions--SharedFolders--勾选Alwaysenabled,勾选MapasanetworkdriveinWindowsguests在点击下面的添加来添加共享的文件夹选择路径可以看到虚拟机中的共享文件夹已经出现在Windows中了
分类:
其他好文 时间:
2014-05-14 17:03:58
阅读次数:
352