Java Regex Primer Since version 1.4, Java has had support for Regular Expressions in the core API. Java Regex follows the same basic principles used in other languages, just withdi erent access methods, and some subtledi erences with the PATTERNS. This primer is aimed towards developers already familiar with regex in other languages wanting a brief outline of its support in Java. It may also be beneficial to developers learning regex if used in conjunction with detailed documentation explaining the construction of regex PATTERNS. Reading the javadoc forjava.util.regex. Pattern is a must to see how the Java regex PATTERNS aredi erent from other languages such as Perl. Most of the functions discussed herin are from thejava.util.regex. Matcher class with a few fromjava.util.regex. Pattern. Reading this text in conjunction with the javadoc of those classes is advised.
標(biāo)簽: Java Expressions Regular version
上傳時間: 2013-12-18
上傳用戶:lanhuaying
本文根據(jù)發(fā)表在CUJ Expert Forum上的兩篇文章編譯而成。C/C++ User s Journal是目前最出色的C/C++語言專業(yè)雜志,特別是在C++ Report閉刊之后,CUJ的地位更加突出。CUJ Expert Forum是CUJ主辦的網(wǎng)上技術(shù)專欄,匯集2000年10月以來C++社群中頂尖專家的技術(shù)短文,并免費(fèi)公開發(fā)布,精彩紛呈,是每一個C/C++學(xué)習(xí)者不可錯過的資料。由Jim Hyslop和Herb Sutter主持的Conversation系列,是CUJ Expert Forum每期必備的精品專欄,以風(fēng)趣幽默的對話形式講解C++高級技術(shù),在C++社群內(nèi)得到廣泛贊譽(yù)。譯者特別挑選兩篇設(shè)計模式方面的文章,介紹給大家。設(shè)計模式方面的經(jīng)典著作是GoF的Design PATTERNS。但是那本書有一個缺點(diǎn),不好懂。從風(fēng)格上講,該書與其說是為學(xué)習(xí)者而寫作的教程范本,還不如說是給學(xué)術(shù)界人士看的學(xué)術(shù)報告,嚴(yán)謹(jǐn)有余,生動不足。這一點(diǎn)包括該書作者和象Bjarne Stroustrup這樣的大師都從不諱言。實(shí)際上Design Pattern并非一定是晦澀難懂的,通過生動的例子,一個中等水平的C++學(xué)習(xí)者完全可以掌握基本用法,在自己的編程實(shí)踐中使用,得到立竿見影的功效。這兩篇文章就是很好的例證。本文翻譯在保證技術(shù)完整性的前提下作了不少刪節(jié)和修改,以便使文章顯得更緊湊。
標(biāo)簽: Journal Expert Forum User
上傳時間: 2015-11-21
上傳用戶:windwolf2000
C++ Network Programming, Volume 2, focuses on ACE frameworks, providing thorough coverage of the concepts, PATTERNS, and usage rules that form their structure. This book is a practical guide to designing object-oriented frameworks and shows developers how to apply frameworks to concurrent networked applications. C++ Networking, Volume 1, introduced ACE and the wrapper facades, which are basic network computing ingredients. Volume 2 explains how frameworks build on wrapper facades to provide higher-level communication services.
標(biāo)簽: Programming frameworks providing coverage
上傳時間: 2013-12-26
上傳用戶:daguda
This book is good for learning C++.It conclude five parts:professional c++ introduction,C++ codeing the professional way,mastering advanced features of c++, ensuring Bug-free code and using libraries and PATTERNS.
標(biāo)簽: introduction professional conclude learning
上傳時間: 2016-01-06
上傳用戶:ljmwh2000
僅學(xué)習(xí)使用,design PATTERNS... Creational類的,包含singleton,prototype,builder, factoryMethod,abstractFactory
標(biāo)簽:
上傳時間: 2016-01-09
上傳用戶:hj_18
Data mining (DM) is the extraction of hidden predictive information from large databases (DBs). With the automatic discovery of knowledge implicit within DBs, DM uses sophisticated statistical analysis and modeling techniques to uncover PATTERNS and relationships hidden in organizational DBs. Over the last 40 years, the tools and techniques to process structured information have continued to evolve from DBs to data warehousing (DW) to DM. DW applications have become business-critical. DM can extract even more value out of these huge repositories of information.
標(biāo)簽: information extraction predictive databases
上傳時間: 2016-03-19
上傳用戶:啊颯颯大師的
Just what is a regular expression, anyway? Take the tutorial to get the long answer. The short answer is that a regular expression is a compact way of describing complex PATTERNS in texts. You can use them to search for PATTERNS and, once found, to modify the PATTERNS in complex ways. You can also use them to launch programmatic actions that depend on PATTERNS. A tongue-in-cheek comment by programmers is worth thinking about: "Sometimes you have a programming problem and it seems like the best solution is to use regular expressions now you have two problems." Regular expressions are amazingly powerful and deeply expressive. That is the very reason writing them is just as error-prone as writing any other complex programming code. It is always better to solve a genuinely simple problem in a simple way when you go beyond simple, think about regular expressions. Tutorial: Using regular expressions
標(biāo)簽: expression the tutorial regular
上傳時間: 2013-12-19
上傳用戶:sardinescn
Wiley出版,共20章,大小為12M 1.Introduction to the Series 60 Platform 2.Overview of the Series 60 Platform 3.Design PATTERNS for Application Development 4.Software Development on the Series 60 Platform 5.Platform Architecture 6.User-centered Design for Series 60 Applications 7.Testing Software 8.Application Framework 9.Standard Panes and Application Windows 10.Lists and List Types 11.Other User Interface Components 12.View Architecture 13.Audio 14.Customizing the Series 60 Platform 15.Communications Architecture 16.Communications Application Programming Interface 17.Messaging 18.Connectivity 19.Programming in Java for Smartphones 20.Midlet User Interface Framework
標(biāo)簽: Wiley
上傳時間: 2013-12-23
上傳用戶:zgu489
企業(yè)應(yīng)用架構(gòu)模式 (PDF, 中文掃描版,全本,384頁) 【原 書 名】 PATTERNS of Enterprise Application Architecture 【作 者】(美)Martin Fowler 【譯 者】 王懷民 周斌 【出 版 社】 機(jī)械工業(yè)出版社 【出版日期】 2004 年7月
標(biāo)簽: 企業(yè)應(yīng)用 架構(gòu) 掃描版
上傳時間: 2016-04-03
上傳用戶:ippler8
UML,統(tǒng)一建模,包括UML和模式應(yīng)用 Applying UML and PATTERNS(中文版)和Applying UML and PATTERNS
標(biāo)簽: UML
上傳時間: 2013-12-22
上傳用戶:chenjjer
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1