自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(1)
  • 资源 (7)
  • 收藏
  • 关注

转载 SUSE telnet实练

一、查看TELNET是否已经启动<br /><br />linux:~ # chkconfig -list |grep telnet<br />        telnet:             off<br /><br />二、查看TELNET的启动配置文件信息<br />linux:/etc/xinetd.d # more telnet   <br /># default: off<br /># description: Telnet is the old login server which is

2010-11-22 15:49:00 578

中文版AutoCAD 2007实用教程课件

中文版AutoCAD 2007实用教程课件; 中文版AutoCAD 2007实用教程素材;

2012-10-17

The_CSharp_Programming_Language_Third_Edition

Description The C# project started almost ten years ago, in December 1998, with the goal of creating a simple, modern, object-oriented, and type-safe programming language for the new and yet-to-be-named .NET platform. Since then, C# has come a long way. The language is now in use by more than one million programmers, and it has been released in three versions, each of which added several major new features. This book, too, is in its third edition. A complete technical specification of the C# programming language, the third edition differs in several ways from the first two. Most notably, of course, it has been updated to cover all the new features of C# 3.0, including object and collection initializers, anonymous types, lambda expressions, query expressions, and partial methods. Most of these features are motivated by support for a more functional and declarative style of programming and, in particular, for Language Integrated Query (LINQ), which offers a unified approach to data querying across different kinds of data sources. LINQ, in turn, builds heavily on some of the features that were introduced in C# 2.0, including generics, iterators, and partial types. Another change in the third edition is that the specification has been thoroughly reorganized. In the second edition of this book, the features introduced in C# 2.0 were described separately from the original C# 1.0 features. With a third helping of new features, this approach did not scale—the utility of the book would be impaired by the reader’s need to correlate information from three different parts. Instead, the material is now organized by topic, with features from all three language versions presented together in an integrated manner. A final but important departure from earlier editions is the inclusion of annotations in the text. We are very fortunate to be able to provide insightful guidance, background, and perspective from some of the world’s leading experts in C# and .NET in the form of annotations throughout the book. We are very happy to see the annotations complement the core material and help the C# features spring to life. Many people have been involved in the creation of the C# language. The language design team for C# 1.0 consisted of Anders Hejlsberg, Scott Wiltamuth, Peter Golde, Peter Sollich, and Eric Gunnerson. For C# 2.0, the language design team consisted of Anders Hejlsberg, Peter Golde, Peter Hallam, Shon Katzenberger, Todd Proebsting, and Anson Horton. Furthermore, the design and implementation of generics in C# and the .NET Common Language Runtime are based on the “Gyro” prototype built by Don Syme and Andrew Kennedy of Microsoft Research. C# 3.0 was designed by Anders Hejlsberg, Peter Hallam, Shon Katzenberger, Dinesh Kulkarni, Erik Meijer, Mads Torgersen, and Matt Warren. It is impossible to acknowledge the many people who have influenced the design of C#, but we are nonetheless grateful to all of them. Nothing good gets designed in a vacuum, and the constant feedback we receive from our large and enthusiastic community of developers is invaluable. C# has been, and continues to be, one of the most challenging and exciting projects on which we’ve worked. We hope you enjoy using C# as much as we enjoyed creating it. Anders Hejlsberg Mads Torgersen Scott Wiltamuth Seattle, Washington July 2008 About the Authors Anders Hejlsberg is a programming legend. He is the architect of the C# language and a Microsoft Technical Fellow. He joined Microsoft in 1996, following a 13-year career at Borland, where he was the chief architect of Delphi and Turbo Pascal. Mads Torgersen is a senior program manager at Microsoft. As the program manager for the C# language, he runs the C# language design meetings and maintains the C# language specification. Prior to joining Microsoft in 2005, Mads was an associate professor at the University of Aarhus, teaching and researching object-oriented programming languages. There, he led the group that designed and implemented generic wildcards for the Java Programming Language. Scott Wiltamuth is partner program manager for Visual Studio. While at Microsoft, he has worked on a wide range of developer-oriented projects, including Visual Basic, VBScript, JScript, Visual J++, and Visual C#. Scott is one of the designers of the C# language, and holds bachelor’s and master’s degrees in computer science from Stanford University. Before leaving Microsoft, Peter Golde served as the lead developer of Microsoft’s C# compiler. As the primary Microsoft representative on the ECMA committee that standardized C#, he led the implementation of the compiler and worked on the language design.

2010-11-24

视频聊天软件delphi源程序

絮语是一个集聊天,语音视频,文件传输的通讯软件. 软件主要实现以下几个常用功能. 1.实时的文本消息.支持表情图释.发送图片. 2.强大的文件传送功能.支持大文件,多文件,目录的传输. 3.稳定的视频语音传输.

2010-11-22

VB写的网吧监控系统源代码

Internet Cafe Monitoring System •允许从多台计算机连接 •详细的有关连接如计算机名,用户密码,计算机信息总量,使用量,剩余的数额,总小时,使用时,左小时等 •时间计划 •会员和上门客户 •用户的速率信息 •自动生成优惠券/用户代码和密码 •历史报告 •最好的是我没有使用任何第三方控件 •其他更多... -------------------------A must have features for internet cafe monitoring system: •Allow connection from multiple computer •Detailed information about connected computer like computer name, user code, total amount, used amount, left amount, total hour, used hour, left hour, etc. •Time plan •Member and walk-in customer •User's rate information •Automatic generation of a coupon/user code and password •History report •And best of all I did not use any 3rd party controls •And a lot more...

2010-11-22

C#摄像头和图像处理编程

C# 摄像 图像处理 编程 Finding the Camera Let’s look at how the program code does this. The following enumeration is used by the display pull down to list all the video sources:

2010-11-19

DirectShowSamples

DirectShowSamples DirectShowLib Samples 2010-02-21 This package contains a selection of samples. These samples were formerly bundled with the DirectShowLib library, but as of version 1.4, they have been split out to this separate package. We have removed the build files for vs2003 in this release. vs2005 has been available (for free!) for 2 years now. Besides, no one on our dev team still has it installed. We have added two samples since the last release: BlackList EVRPlayer See the descriptions below. These samples should not be considered commercial quality applications. They are just intended to illustrate how to use some particular feature, or group of features in DirectShow. Feel free to polish them into applications of your own, or extract sections to use in your own code. Each sample has (at least one) readme file. Several samples also have help files (.chm files). If you are looking for info regarding a sample, those are always a good place to start. Also, while DirectShowLib is licensed under LGPL, these samples are public domain. Use them as you like. Every one of these samples needs the DirectShowLib library which is not included in this package. Get the latest version from the SourceForge website.

2010-11-19

DirectShow开发指南源码

DirectShow 开发指南 源码 (陆其明)

2010-11-19

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除