自从OSSH推出了支持华为/CMCC PORTAL协议的免费软件后,很多爱好者都下载使用了。但是,CMCC协议的复杂性也给大家带来了很大的困难。RADIUS,交换机型号,PORTAL 服务器部署等这一系列问题,让绝大多数的爱好者都晕头转向了。好容易部署好了,又有很多人问PORTAL的密码是什么?
总之,各种问题影响了大家使用PORTAL!
经过一段时间的研究,我们发现了一个叫做...
分类:
其他好文 时间:
2015-04-28 14:11:17
阅读次数:
235
16.精灵进阶之节点下篇一般情况下,想要知道节点正在执行哪个动作,你一无所知;想要移除众多动作中的一个,你却只能删除所有。你还在苦恼吗?那么给“动作命名”(named actions)消除以上所有的障碍。已命名的动作都使用一个独一无二的关键字(key name)来标识自身。如此,你能够移除、找到以及替换掉一个附着于节点之上已命名的动作。对先前代码稍作改变,自然就是给动作添加一个key如下: //注...
分类:
其他好文 时间:
2015-04-28 14:09:32
阅读次数:
146
这几个小程序有助于我们更好的理解运算符重载,自己先写出运算结果,再看看编译的结果。
(1)
#include
using namespace std;
class Sample
{
private:
int x;
public:
Sample () { }
Sample(int a){x=a;}
void disp(){cout<<"x="<...
分类:
其他好文 时间:
2015-04-28 14:11:24
阅读次数:
115
本例中,对ExpandableListView中的数据进行了封装,分为两个JavaBean,一个为Group类表示组信息,一个Child类表示该组下子列表信息:
Group:
public class Group {
private String groupName;//分组名
private List childList;//该分组写子列表
public String getGro...
分类:
其他好文 时间:
2015-04-28 14:10:17
阅读次数:
134
/*
*copyright(c) 2015,烟台大学计算机学院
*All rights reserved。
*文件名称:第八周(运算符重载)
*作者:王忠
*完成日期:2015.4.28
*版本号:v1.0
*
*问题描述:请用类的成员函数,定义复数类重载运算符+、-、*、/,使之能用于复数的加减乘除
*输入描述:
*程序输出:
#include
using nam...
分类:
其他好文 时间:
2015-04-28 14:10:52
阅读次数:
164
今天看到一个代码,刚开始没有看明白,代码如下:
#include
#include
using namespace std;
void main()
{
string a="www.ok2002.com";
string b=" study C++ program";
a.append(b,0,sizeof(b)+2);
cout<<a<<" "<<sizeof(b)<<endl;
}结果显示:...
分类:
其他好文 时间:
2015-04-28 14:09:41
阅读次数:
138
//到达2 , 3 ... k的最小公倍数为lcm
//当x到达lcm的倍数时,x只能减一
//又从a到b一定会过lcm的倍数
//我们将a,b以lcm分割
//那么完整的lcm段的最小数是相同的,所以我们只需要计算一个lcm段的最小值乘以完整lcm段的个数
//以及首尾的不全的lcm段的和即为答案
#include
#include
#include
#include
usi...
分类:
其他好文 时间:
2015-04-28 14:09:09
阅读次数:
112
Oracle® Database 2 Day + Real Application Clusters Guide
11g Release 2 (11.2)
E17264-13
2 Preparing Your Cluster
About Shared Storage
Note:
If you choose not to use Oracle ASM for storing yo...
分类:
其他好文 时间:
2015-04-28 14:08:30
阅读次数:
161
Problem Description
In the mysterious forest, there is a group of Magi. Most of them like to eat human beings, so they are called “The Ogre Magi”, but there is an special one whose favorite food is ha...
分类:
其他好文 时间:
2015-04-28 14:08:31
阅读次数:
129
Log4j
0:导入jar包及log4j.properties配置文件
1:log4j 格式详解
1.1:日志级别
log4j.rootLogger=,
日志级别:ALL,不区分大小写
CONSOLE:控制台
注意,需在控制台输入,只需将其中一个appender定义为stdout即可
注意,rootLogger默认是对整个工程生效
注意,如果只想对某些包操作,那么:log...
分类:
其他好文 时间:
2015-04-28 14:08:48
阅读次数:
149
Gridland
Time Limit: 2 Seconds Memory Limit: 65536 KB
Background
For years, computer scientists have been trying to find efficient solutions to different computing problems. For some of them ef...
分类:
其他好文 时间:
2015-04-28 14:07:48
阅读次数:
146
#include
#include
#include
#include
typedef struct _emaillist emaillist;
struct _emaillist { // 定义结构体,用于保存邮件信息
int size;
int sig;
char head[500];
char msg[...
分类:
其他好文 时间:
2015-04-28 14:06:05
阅读次数:
120
Financial Management
Time Limit: 2 Seconds Memory Limit: 65536 KB
Larry graduated this year and finally has a job. He's making a lot of money, but somehow never seems to have enough. Larry has dec...
分类:
其他好文 时间:
2015-04-28 14:05:55
阅读次数:
184
Excel 的培训。
One. 数据的处理
1. 当前日期: ctrl+;
2. 已有文本: Alt+↓
3. 自动出现文本后文字: format Cells + custom: general"人"
4. 金额显示不同的单位: Excel中#代表金额,逗号是表示的是隐藏的位数: #,"K"// #,##,,"M"
5. 规律的数字:...
分类:
其他好文 时间:
2015-04-28 14:07:34
阅读次数:
116
题解:
枚举后面有几个 00,然后每次(当前求 kk 个后导 00 )算出第一个比 LL 大的 10k10^k 的倍数,和第一个比 LL 大的 5×10k5\times 10^k 的倍数。
然后把所有这些数都比较一下就好啦。
代码:
#include
#include
#include
#include
#define inf 0x3f3f3f3f
using namesp...
分类:
其他好文 时间:
2015-04-28 14:07:02
阅读次数:
126
Skype for Business Server 2015是Lync Server 2013的下一版本,将于5月正式发布,系统要求如下:Windows Server 2012 Standard OS with SP1或以上Windows Server 2012 Datacenter OS with SP1或以上Windows Server 2012 R2 Standard OSWindows S...
分类:
其他好文 时间:
2015-04-28 14:07:47
阅读次数:
168
一、什么是VML
VML相当于浏览器的画笔,它可以在浏览器中画出任何你想要的图形:小到直线、圆形、圆弧、曲线、矩形、圆角矩形、多边形;大到一张图画、一个动画、甚至于一个游戏。题中既以标明为简明教程,下边我们只限于讨论使用VML在浏览器中画一些直线、圆形、圆弧等小图。
VML是微软1999年前(具体时间不详)制作推出的,并集成到了IE5+浏览器,同样也是Microsoft Office ...
分类:
其他好文 时间:
2015-04-28 14:07:24
阅读次数:
152