-
un the configuration script
----------------------------
In the CGIs directory there is a configure.s and a configure.bat file.
Run this file after you ve moved the CGIs directory to it s desired
location. The configure script will create a file nammed apache.conf.
Append this file the the httpd.conf file.
LINUX:
[prompt]$ ./configure.s
[prompt]$ cat apache.conf >> /etc/httpd/conf/httpd.conf
Note: you may need to set the executable flag on the script
chmod 755 configure.s
WINDOWS:
prompt> configure.bat
Copy the Contents of apache.conf to httpd.conf
標(biāo)簽:
configuration
the
directory
config
上傳時(shí)間:
2014-01-25
上傳用戶:heart520beat
-
本書(shū)是英文版,但內(nèi)容非常不錯(cuò),本書(shū)目錄如下:
Table of Contents
SIP—Understanding the Session Initiation Protocol, Second Edition
Foreword to the First Edition
Preface to - the Second Edition
Preface to - the First Edition
Chapter 1 - SIP and the Internet
Chapter 2 - Introduction to SIP
Chapter 3 - SIP Clients and Servers
Chapter 4 - SIP Request Messages
Chapter 5 - SIP Response Messages
Chapter 6 - SIP Header Fields
Chapter 7 - Related Protocols
Chapter 8 - Comparison to H.323
Chapter 9 - Wireless and 3GPP
Chapter 10 - Call Flow Examples
Chapter 11 - Future Directions
Appendix A - Changes in the SIP Specification from RFC 2543 to RFC 3261
標(biāo)簽:
英文
上傳時(shí)間:
2014-01-06
上傳用戶:爺?shù)臍赓|(zhì)
-
This guide explains how data networks operate, why data systems are becoming more complicated, and how data networks are changing to permit broadband services and applications.
Table of Contents
Introduction To Data Networks—PDN, LAN, MAN, WAN, and Wireless Data, Technologies and Systems
Data Networks
List of Figures
標(biāo)簽:
data
complicated
explains
becoming
上傳時(shí)間:
2017-09-26
上傳用戶:邶刖
-
Matlab 畫(huà)三維立體圖形
The aim of geom3d library is to handle and visualize 3D geometric primitives
such as points, lines, planes, polyhedra... It provides low-level functions
for manipulating 3D geometric primitives, making easier the development of more
complex geometric algorithms.
Some features of the library are:
- creation of various shapes (3D points, 3D lines, planes, polyhedra...)
through an intuitive syntax.
Ex: createPlane(p1, p2, p3) to create a plane through 3 points.
- derivation of new shapes: intersection between 2 planes, intersection between
a plane and a line, between a sphere and a line...
- functions for 3D polygons and polyhedra. Polyhedra use classical vertex-faces
arrays (face array contain indices of vertices), and support faces with any
number of vertices. Some basic models are provided (createOctaedron,
createCubeoctaedron...), as well as some computation (like faceNormal or
centroid)
- manipulation of planar transformation. Ex.:
ROT = createRotationOx(THETA);
P2 = transformPoint3d(P1, ROT);
- direct drawing of shapes with specialized functions. Clipping is performed
automatically for infinite shapes such as lines or rays. Ex:
drawPoint3d([50 50 25; 20 70 10], 'ro'); % draw some points
drawLine3d([X0 Y0 Z0 DX DY DZ]); % clip and draw straight line
Some functions require the geom2d package.
Additional help is provided in geom3d/Contents.m file, as well as summary files
like 'points3d.m' or 'lines3d.m'.
標(biāo)簽:
Matlab 畫(huà)三維立體圖形
上傳時(shí)間:
2015-11-02
上傳用戶:A1321
-
pppdump - print out the Contents of a record file generated by
pppd in readable form
標(biāo)簽:
ppp ppp解析
上傳時(shí)間:
2016-03-26
上傳用戶:guoshuai1996
-
Talbe of Contents:
1、the e4 application model
2、implement views
3、extending the application model
4、dependency injiection basic
5、behavior annotations
6、services
7、eclipse 3.x vs eclipse 4.- which platform to use?
8、soft migration from 3.x to eclipse 4(e4)
標(biāo)簽:
Tutorial
Eclipse
上傳時(shí)間:
2017-04-26
上傳用戶:xiefy
-
From the transition of analog to digital communication along with seamless mobility and
high computing power of small handheld devices, the wireless communications industry has
seen tremendous changes leading to the integration of several telecommunication networks,
devices and services over last 30 years. The rate of this progress and growth has increased
particularly in the past decade because people no longer use their devices and networks for
voice only, but demand bundle Contents such as data download/streaming, HDTV, HD video ,
3D video conferencing with higher efficiency, seamless connectivity, intelligence, reliability
and better user experience. Although the challenges facing service providers and
telecommunication companies differ by product, region, market size, and their areas of
concentration but time to market, efficient utilization of their assets and revenue expansion,
have impacted significantly how to manage and conduct their business while maintaining
sufficient margin.
標(biāo)簽:
Convergence
Networks
Beyond
4G
of
上傳時(shí)間:
2020-05-26
上傳用戶:shancjb
-
Over the past few decades there has been an exponential growth in service robots
and smart home technologies, which has led to the development of exciting new
products in our daily lives. Service robots can be used to provide domestic aid for
the elderly and disabled, serving various functions ranging from cleaning to enter-
tainment. Service robots are divided by functions, such as personal robots, field
robots, security robots, healthcare robots, medical robots, rehabilitation robots and
entertainment robots. A smart home appears “intelligent” because its embedded
computers can monitor so many aspects of the daily lives of householders. For
example, the refrigerator may be able to monitor its Contents, suggest healthy alter-
natives and order groceries. Also, the smart home system may be able to clean the
house and water the plants.
標(biāo)簽:
Robotics
Service
Digital
within
Home
the
上傳時(shí)間:
2020-06-06
上傳用戶:shancjb
-
It has been over a decade since the Chinese publication of Line Loss in Electric Power Systems. To keep pace
with technological developments, I started a revision as early as 2002, following the main principles that the
theoretical framework and characteristics of the first edition should be retained, with new Contents added
according to new problems after the reform of electric power systems and the new requirements for line loss
management practices and in combination with practical experience.
標(biāo)簽:
Analysis
Line
Loss
上傳時(shí)間:
2020-06-07
上傳用戶:shancjb
-
This book addresses programmer attitudes, but it’s not some kind of psychology
textbook. We’ll investigate many topics, including:
Source code presentation
Defensive coding techniques
How to debug programs effectively
Good teamworking skills
Managing your source code
Take a quick glance through the table of Contents to see exactly what’s
covered. What is the rationale behind my selection of topics? I’ve been mentor-
ing trainee programmers for many years, and these are the topics that have
come up time and time again. I’ve also worked in the software factory for
long enough to have seen the recurring problems—I address these too.
If you can conquer all of these programming demons, you’ll progress
from an apprentice coder to a real code craftsman.
標(biāo)簽:
excellent
practice
writing
Craft
Code
code
the
of
上傳時(shí)間:
2021-11-09
上傳用戶:danix800