-
Oracle PL/SQL Best Practices is a concise, easy-to-use summary of best
practices in the program development process. It covers coding style,
writing SQL in PL/SQL, data structures, control structures, exception
handling, program and package construction, and built-in packages.
標(biāo)簽:
easy-to-use
Practices
practices
concise
上傳時(shí)間:
2015-07-11
上傳用戶:gonuiln
-
DWT變換源代碼,As a special exception, you may use this file as part of a free
software library without restriction. Specifically, if other files
instantiate templates or use macros or inline functions from this
file, or you compile this file and link it with other files to
produce an executable, this file does not by itself cause the
resulting executable to be covered by the GNU General Public
License. This exception does not however invalidate any other
reasons why the executable file might be covered by the GNU General Public License.
標(biāo)簽:
DWT
變換
源代碼
上傳時(shí)間:
2014-12-05
上傳用戶:ynsnjs
-
本書以4個(gè)面向來表現(xiàn)C++的本質(zhì):procedural(程序性的)、generic(泛型的)、object-based(個(gè)別對(duì)象的)、object-oriented(面向?qū)ο蟮模1緯慕M織圍繞著一系列逐漸繁復(fù)的程序問題,以及用以解決這些問題的語言特性。循此方式,你不只學(xué)到C++的函數(shù)和結(jié)構(gòu),也會(huì)學(xué)習(xí)到它們的設(shè)計(jì)目的和基本原理。 你可以由本書發(fā)現(xiàn)以下關(guān)鍵主題: ● Generic (泛型)編程風(fēng)格和Standard Template Library(STL) ● Object-based(個(gè)別對(duì)象)編程風(fēng)格和class的設(shè)計(jì) ● Object-oriented(面向?qū)ο?編程風(fēng)格和classes階層體系的設(shè)計(jì) ● Function template 和class template 的設(shè)計(jì)和運(yùn)用 ● Exception handling(異常處理)與執(zhí)行期型別鑒定(Run-Time Type Identification)
標(biāo)簽:
object-oriented
object-based
procedural
generic
上傳時(shí)間:
2013-12-30
上傳用戶:362279997
-
帶進(jìn)度條的文件上傳(java+ajax源碼)
在寫代碼的時(shí)候,還要用到關(guān)于servlet的包servlet-api.jar。
寫完后調(diào)試的過程中,老報(bào)錯(cuò):java.lang.NoClassDefFoundError: org/apache/commons/io/output/DeferredFileOutputStream,后來一查才知道少了commons-io-1.2.jar,加上后,就ok了。
關(guān)于獲取及顯示進(jìn)度部分,用了我原來自己寫的一個(gè)ajax的應(yīng)用架構(gòu),從中抽取了部分代碼出來,注意,js文件只適用于UTF-8編碼的頁面,因?yàn)楝F(xiàn)在我只寫UTF-8編碼的頁面了,國(guó)際化方便。
progressUpload.jar中,包含了commons-fileupload-1.1.1.jar,servlet-api.jar,commons-io-1.2.jar,在progressUpload.jar中,還包含一個(gè)屬性文件,里面是一些默認(rèn)配置,可根據(jù)自己的需要修改。
由于有源碼,怎么用可以自己看源碼,此外,那個(gè)例子中也寫了,在此不再贅述。例子中只取到了FileItem,再將item保存一下就ok了,示例代碼: File upFile = new File(remoteFilePath)
try
\{
item.write(upFile)
fileInfo.put("infotip", "上傳成功.")
}
catch (java.lang.Exception e)
\{
fileInfo.put("infotip", "上傳失敗.")
}
標(biāo)簽:
java
ajax
文件上傳
代碼
上傳時(shí)間:
2015-09-01
上傳用戶:ccclll
-
tServer task executes functions at low priority (254). serverSend
funtion is used to send a request to the tServer to execute a
function at the tServer s priority.
First tServer task executes the i() system call to print the summary
of tShell task. Next an address exception is caused in tServer
task by trying to execute a funtion at non-aligned word boundry.
As a result SIGBUS signal is raised automatically. Signals
(setjmp() and longjmp()) are used to allow the tServer task to
recover gracefully from an address error exception. For more
information about signals, please refer to sigLib manual pages.
標(biāo)簽:
serverSend
functions
executes
priority
上傳時(shí)間:
2015-09-21
上傳用戶:tianjinfan
-
This thorough, hands-on reference for database developers and administrators delivers expert guidance on sophisticated uses of Transact-SQL (T-SQL)¡ ª one of the most familiar and powerful programming languages for SQL Server. Written by a T-SQL guru, this guide focuses on language features and how they are interpreted and processed by the SQL Server execution engine. You¡ ¯ ll get in-depth coverage of the sophisticated uses of T-SQL, including triggers, user-defined functions, exception handling, and more. The book explains and compares solutions to database-development problems in both SQL Server 2000 and SQL Server 2005, discussing the new T-SQL programming features added to SQL Server 2005 in detail. Includes extensive code samples, table examples, and logic puzzles to help database developers and administrators understand the intricacies and help promote mastery of T-SQL.
標(biāo)簽:
administrators
developers
reference
thorough
上傳時(shí)間:
2013-12-29
上傳用戶:Avoid98
-
how to extend an OLE DB consumer template class and make it much easier to use in applications. I had also explained how you can utilize the power of C++ exception-handling feature to make your work easier, especially in error handling. It was just a small class in my last article.
標(biāo)簽:
applications
consumer
template
extend
上傳時(shí)間:
2014-11-26
上傳用戶:royzhangsz
-
Core Java 2 Volume I - Fundamentals, Seventh Edition
Completely revised and up-to-date coverage of
Generic programming, restrictions and limitations, type bounds, wilcard types, and generic reflection
Swing GUI development, including input validation and other enhancements
Exception handling and debugging, including chained exceptions, stack frames, assertions, and logging
Streams and files, the new I/O API, memory-mapped files, file locking, and character set encoders/decoders
Regular expressions using the powerful java.util.regex package
Inner classes, reflection, and dynamic proxies
Application packaging and the Preferences API
標(biāo)簽:
Fundamentals
Completely
up-to-date
coverage
上傳時(shí)間:
2016-01-02
上傳用戶:標(biāo)點(diǎn)符號(hào)
-
jSP編寫的了BBS系統(tǒng)
架設(shè)方法 : 解壓縮dzbbs.zip後,打開dzbbs/set.jsp,修改以下
try{
cn=DriverManager.getConnection("jdbc:mysql://localhost/mysql?useUnicode=true&characterEncoding=big5","root","pass") // mysql為資料庫名稱,root 為用戶帳號(hào) , pass為用戶密碼
}catch(Exception e){
}
String bbs_name="DzBBS" //論壇名稱
String temple="default" //風(fēng)格模版
String adminpass="pass" //管理員密碼
設(shè)定好後運(yùn)行http://user.net/dzbbs,然後再注冊(cè)成為會(huì)員即可,密碼需要和上面所設(shè)定的一樣
免費(fèi)論壇空間推薦
MyJavaServer+db4free 完美組合
MyJavaServer是國(guó)外免費(fèi)5mb空間
如何申請(qǐng)請(qǐng)看 http://blog.csdn.net/leafxx/archive/2006/10/02/1317960.aspx
db4free是國(guó)外免費(fèi)Mysql空間
標(biāo)簽:
dzbbs
jSP
BBS
zip
上傳時(shí)間:
2013-12-10
上傳用戶:yimoney
-
華東師范大學(xué)(面向?qū)ο蟪绦蛟O(shè)計(jì)基于C++)課程全部作業(yè)(12次)代碼,包含一個(gè)大整數(shù)類。(包含作業(yè)內(nèi)容)
1 How to use VC++ & IBM Visual Age (XL) C++
2 Pointers, Arrays and Structures
3 Operators & Statements
4 Functions
5 Use of classes in STL
6 Define concrete classes
7 Data abstraction
8 Operator Overloading
9 Define integer type with arbitrary precision
10 Virtual functions
11 Templates
12 Exception handling
標(biāo)簽:
大學(xué)
代碼
對(duì)象
程序設(shè)計(jì)
上傳時(shí)間:
2016-02-24
上傳用戶:baiom