1 pattern 模式,方式n eg. A change in the pattern of his breathing became apparent.他的呼吸方式明显起了变化。 图案 eg. A golden robe embroidered with red an purple thread...
分类:
其他好文 时间:
2014-08-08 08:26:57
阅读次数:
273
http://www.codeproject.com/Articles/16466/Unraveling-the-Mysteries-of-NET-Configurationhttp://www.codeproject.com/Articles/16724/Decoding-the-Mysterie...
分类:
Web程序 时间:
2014-08-08 08:25:55
阅读次数:
193
http://blog.csdn.net/qmhball/article/details/7838989一.官方说法301,302都是HTTP状态的编码,都代表着某个URL发生了转移,不同之处在于:301redirect:301代表永久性转移(PermanentlyMoved)。302redirec...
分类:
其他好文 时间:
2014-08-08 08:25:45
阅读次数:
173
负载均衡大家都知道是什么了吧,就不用介绍了。如何在 microsoft Azure 上配置了?创建两台虚拟机,并加入如云服务。然后在远处登录上去,有时你想在两台虚拟机上通信,怎么办,比如mymv2 ping mymv1先在 mymv1 打开 ICMP协议右键启用即可这是通信.下面添加服务角色在两台虚...
分类:
其他好文 时间:
2014-08-08 06:22:16
阅读次数:
780
首先你要在手机上装一个模拟终端(android terminal emulator或者Wireless ADB)我用的是前者 然后在终端上输入setprop service.adb.tcp.port 5555stop adbd//停止adbstart adbd//开启adb(注意:以上指令必须在ro...
分类:
移动开发 时间:
2014-08-08 01:58:15
阅读次数:
305
package com.example.myprogressbar;import android.app.Activity;import android.os.Bundle;import android.util.Log;import android.view.View;import android...
分类:
其他好文 时间:
2014-08-08 01:57:35
阅读次数:
228
mysql的主从模式配置1、改主库配置文件:[mysqld]log=c:/a.loglog-bin=mysql-binserver-id=12、授权,导数据:grant replication slave on *.* TO 'replication'@'192.168.234.123' ident...
分类:
数据库 时间:
2014-08-08 01:56:25
阅读次数:
308
题目大意: 给出一串序列Ai{0,1},求一个序列Bi[0,1](Bi#include #include using namespace std;struct Edge{ int sum,len;};int a[1000005];stack q;int main(){ //freope...
分类:
其他好文 时间:
2014-08-08 01:55:25
阅读次数:
233
package com.demo.book;public class StaticInitialization{ static Table table = new Table(); static Cupboard cupboard = new Cupboard(); pub...
分类:
其他好文 时间:
2014-08-08 01:55:05
阅读次数:
189