Thursday, October 21, 2010

VBScript Global Properties



Global Properties

Sets or returns a Boolean value that specifies the search string pattern matching is all or only the first match.

object.Global [= True | False]

RegExp object is always the object parameters. If the search applied to the entire string, Global property is True, otherwise the value is False. The default is set to False.

Explain
The following code illustrates the usage of Global properties (change the value of property given to Global and to observe its effects):

Function RegExpTest (patrn, strng) Dim regEx, match, matches''to establish variable. Set regEx = New RegExp''establish a standard expression. regEx.Pattern = patrn''set the pattern. regEx.IgnoreCase = True''set to distinguish the letters are case-sensitive. regEx.Global = True''to set the whole nature. set matches = regEx.Execute (strng)''perform a search. for each match in matches''Repeat match set RetStr = RetStr & Match found at position RetStr = RetStr & Match.FirstIndex &. Match Value is''RetStr = RetStr & Match.Value &''.& vbCRLF NextRegExpTest = RetStrEnd FunctionMsgBox (RegExpTest (is., IS1 is2 IS3 is4))







Recommended links:



Braun Series 7 790cc Pulsonic Shaver An Effective



Let The Old Computer "rejuvenation"



Evaluate Business Databases And Tools



Dreamweaver 8 Style rendering toolbar glimpse



Best Astronomy



Grand View eHR followed the situation, to help reform public institutions to promote merit pay



XviD To WMV



GEM made The most rich of 10



How To Identify Real And Can Automatically Create Index Index



New accounting standards and tax law differences on how to coordinate



New Wang Zhidong: Eliminating "Sina label"



Symantec Said The New Storm Worm Detected



MKV TO Zune



AVI to DivX



Monday, October 18, 2010

Problems and breakthrough IPTV


According to CCID Consulting, released in late July, "the Chinese IPTV Market Analysis and Strategy Report", the first half of 2004 and 2005 IPTV users in China were 46,000 and 267,000. China IPTV has a bright future, faced with a rare opportunity, but there are many problems and risks. Therefore, the development of IPTV, seize rare opportunities for development need in the business model, network model, content and intellectual property protection and other aspects of innovation and breakthroughs.

Strictly speaking, IPTV at home and abroad are currently in commercial trials. Since the development of IPTV in China Netcom, "every day online" in 2004 was China's first video since the license has begun to take contour. December 28, 2004, Shanghai Media Group, founded by the East Network TV announced formally launched. In addition, Dalian Netcom, Netcom Yichun, Sichuan Telecom, Shanghai Telecom, and Shanghai Mobile and other operators have begun small-scale test conducted with the cooperation of Alcatel Shanghai Bell.

Problems and risks

China's IPTV industry risks, the present mainly in the following five aspects.

First, the operation mode. As a network, and telecommunications networks and Internet triple play of the concentrated expression, IPTV industry chain, many stakeholders involved, and therefore need to have a business relationship to rationalize and coordinate the interests of all operating modes. However, existing systems lack this ability, but to develop a new system, no large-scale application of practical experience, with a very difficult.

Second, the content and intellectual property protection. Operators and content providers need to transfer between the digital content delivery, storage, and copy and no loss of fidelity. At the same time, IPTV content is also involved in licensing standards, encryption standard, key management standards and architecture, etc., but these problems are not an appropriate solution.

Third, the technical standards. IPTV is a highly integrated product, involving a large number of business links and technical standards, and only IPTV service involving a variety of technical standards to ensure the unity of the smooth development of IPTV business.

Fourth, industrial policy. Policy factors are the decisive factors affecting the development of IPTV, the outstanding problem is access to telecommunications and broadcasting policy is unclear. Meanwhile, IPTV and digital TV that the treatment, how to achieve effective management of the IPTV and coordination of all parties, but also affect the healthy development of key IPTV. The present situation, the policy of the obstacles caused by the uncertainty is much greater than the technical obstacles.

Fifth, networks and devices. Network and equipment and the essential technical issues, mainly due to immaturity caused IPTV business.

Breakthrough

Combined with the actual development of China's IPTV current situation, drawing on international successful experience, we believe that the Chinese IPTV market should open up following directions from the break.

First, the establishment of a IPTV platform interactive entertainment brand. Interactive entertainment is a huge industry, and IPTV is the interactive entertainment business, many bearing platform, allowing users to have the brand in the entertainment sense of belonging is very important.

Secondly, the formation of customer-driven customer segmentation strategy and program content segments. High-quality content is the core of IPTV business competition, the program content over competitors, and effectively segment customers to develop differentiated pay channels to increase the viscosity of business is operators to solve the problem.
Finally, the coexistence of upstream and downstream to create a win-win business model. By the equipment suppliers, content providers, operators and end-user composition of IPTV industry needs a common value-added co-profit business model.

Three directions around the need to do the following: identification of a reasonable, affordable rates, flexible service delivery, using binding modes of operation, relying on the popularity of the development of broadband IPTV, identify the killer application, increasing user awareness degree and take care of user habits.






Recommended links:



Some tips on data collection



Tongfang response to PIRACY crisis: is the distributor of pirated security



Liu: Do not play tricks to play on the capital



RM To AVI



P2P popular series of four



Selected fifth one, Peking University Guanghua New Year's Forum



My favorite Communications Tools



Best Encryption TOOLS



Material control manager, the day has come Easy to you?



Faster "Save All"



Why is my pc slow answers you need



Easy Computer Education



MKV to PSP



AVI to FLV



Tuesday, October 5, 2010

Telnet in RHEL 5 on the opening process



1, make sure your telnet service is not open:

[Root @ 111 ~] # chkconfig - list | grep telnet

ekrb5-telnet: off

krb5-telnet: off

[Root @ 111 ~] #

Note here that off test results

2, open the telnet service:

[Root @ 111 ~] # chkconfig krb5-telnet on

[Root @ 111 ~] # chkconfig - list | grep telnet

ekrb5-telnet: offv

krb5-telnet: on

[Root @ 111 ~] #

Inspection has been opened

3, modify the login files securetty, a major increase to the terminal point of landing

[Root @ 111 ~] # vi / etc / securetty

Add the following lines:

pts / 1

pts / 2

pts / 3

pts / 4

pts / 5

... ...

Save eject.

If chkconfig krb5-telnet on

Prompts Unencrypted connection refused. Goodbye.Connection closed by foreign host. See the error message seems to be saying for the encrypted connection is rejected, view his profile did not find any on the encryption option, and the configuration file is also correct, then go to google search a large circle, and finally find a foreigner to write a solution:

I really needed a bit of guidance and you provided it. / sbin / chkconfig - list | grep telnetThe above command told me I had both krb5-telnet and ekrb5-telnet, andalso the installed telnet all on. Initially I did not know what theywere all for. After turning them on and off and testing my telnetconnection from another box I realised that "ekrb5-telnet" was theencrypted telnet server that I needed to turn off to run "krb-telnet" which allowed non-encrypted telnet connections.eg / sbin / chkconfig ekrb5-telnet offThanks for your help.

Original ekrb5-telnet is a need to encrypt the telnet service to start on the course, this service requires encryption. Solutions: / etc/xinetd.d/ekrb5-telnet inside disable change = yes, then restart the xinetd service xinetd restart service to OK it!







Recommended links:



Shanghai foreign brain drain rate of 16.5 percent beyond the reasonable



Qi Cheng white-collar workers willing to work part-time outside the "private activities"



Experts explain social engineers most commonly used techniques of deception



If Tomorrow is the last night of IPv4



QuickTime to MPG



After The Recent Binocular Revolution How Do I



Guide Adventure And Roleplay



Create a simple window



Who is "Green Dam" in pay?



For you Games And Entertainment



WMV To Zune



YouTube To WMV



ASP test two simple functions external to submit



Wizard Covert Surveillance