下面的设置仅允许*.ms026.com和www.ms026.com绑定并访问主机NameVirtualHost *ServerName
default:80Order Allow,DenyDeny from allDocumentRoot ../htdocs/gbServerName
www.ms0...
分类:
Web程序 时间:
2014-05-23 22:07:09
阅读次数:
349
为什么要使用抽象类 ? 父类是打印机, 子类是 喷墨打印机 和 针式打印机 父类的 print
函数, 由于 喷墨打印机 和 针式打印机 原理不同而无法编写, 故应使用抽象函数 下面演示一种抽象类的价值.abstract class Printer{
void Open(){ ...
分类:
其他好文 时间:
2014-05-23 22:02:30
阅读次数:
382
哎,第一,我想说官网的教程尚需完善第二:是我自己基础不好,所以费了点劲就是这样:tcp::endpoint
end_p(boost::asio::ip::address_v4::from_string("127.0.0.1"), target_port);
tcp::endpoin...
分类:
其他好文 时间:
2014-05-23 11:45:19
阅读次数:
279
zTree实现获取一级节点数据
1、实现源码
zTree实现基本树
<!--
var setting = {
data: {
simpleData: {
enable: true
}
}
};
var zNodes =[
{ id:1, pId:0, name:"湖北省", open:true...
分类:
其他好文 时间:
2014-05-23 08:20:00
阅读次数:
378
Create a Project with Eclipse
Click New in the toolbar.In the window that appears, open the Android folder, select Android Application Project, and click Next.
Figure 1. The New Android A...
分类:
系统相关 时间:
2014-05-22 11:55:51
阅读次数:
418
Gallery和swithcer联合使用
/*
* Copyright (C) 2007 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in complian...
分类:
其他好文 时间:
2014-05-22 11:19:05
阅读次数:
288
MPC8313ERDB在Linux从NAND FLASH读取UBoot环境变量的代码分析
Yao.GUET@2014-05-19
一。故事起因
因为文件系统的增大,已经大大的超出了8MB的NOR FLASH,而不得不把内核,文件系统和设备树文件保存到NAND FLASH上。但是因为使用的是RAMDISK,而无法保存一些个别的配置和参数,最简单的需要就是设置系统的IP了,,,
要使用统一的R...
分类:
数据库 时间:
2014-05-22 09:52:50
阅读次数:
407
zTree实现单独选中根节点中第一个节点
1、实现源码
zTree实现基本树
<!--
var setting = {
data: {
simpleData: {
enable: true
}
}
};
var zNodes =[
{ id:1, pId:0, name:"湖北省", open...
分类:
其他好文 时间:
2014-05-22 08:54:06
阅读次数:
309
两种方法:
一、File→ArcGIS Online→影像图→Open。
二、
效果:...
分类:
其他好文 时间:
2014-05-20 14:33:54
阅读次数:
310
结果分析1,ipconfig显示本机ip地址配置情况。2,ipconfig/all显示本机IP地址配置等情况的详细信息。3,ping指令测试网络的连通性,发送4个ICMP的类型8报文给对方,对方回应4个ICMP类型的报文给本机。4,ping
–t不停发送ICPM的类型8报文给对方,只要对方存活,就会...