- 博客(12)
- 收藏
- 关注
原创 ttttttttttttttttttttttttttttttest
传统上,原文地址:http://www.woiweb.net/efficient-javascript.html网页中不会有大量的脚本,至少脚本很少会影响网页的性能。但随着网页越来越像 Web 应用程序,脚本的效率对网页性能影响越来越大。而且使用 Web 技术开发的应用程序现在越来越多,因此提高脚本的性能变得很重要。对于桌面应用程序,通常使用编译器将源代码转换为二进制程序。编译器可以花...
2011-03-03 16:58:59
435
原创 saaa
<table> <tr> <td> <div id="articleContainer"> <div id="article"> <div class="articleSubject">${article.subject}</div&a
2011-01-18 10:31:27
171
原创 sdfsadfsdfsdf
hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh文章类型 ${articleType.name} ${articleType.name} ...
2011-01-17 21:40:30
365
原创 MySQL数据库中的一些字段类型解释
1.文本类型char用法:char(length)char类型最大长度是255个字符。当插入到表中的字符串的长度小于length时候,将给字段右边不够的部分用空格填补。varchar用法:varchar(length)varchar的最大长度是255个字符。varchar和char几乎一样,区别在于varchar是变长的类型,不会填补空格。t...
2010-08-03 15:09:56
201
servlet test
:D :test for servletINFO: Container org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/study_servlet] has already been startedinit() inclass org.strategy.study.servlet.AServletinit...
2010-07-18 16:31:57
159
原创 [转]locale 详解
locale 详解2006-07-29 00:08在这里详述"locale 详解". --------------------------------------------------------------------------------作者: hew 发布日期: 2006-6-27 查看数: 201 出自: http://www.linuxsky.net 关于...
2010-07-16 10:36:02
205
原创 MIME
Multipurpose Internet Mail Extensions (MIME) is an Internet standard that extends the format of e-mail to support:Text in character sets other than ASCIINon-text attachmentsMessage bodies with m...
2010-07-15 22:02:30
144
原创 install mysql.5.1.*
:D i think you can know what you will see when you succeed to install mysql server whitch your install fail won't tell you.Somebody may don't know what shows install's success and get into a trap...
2010-07-13 16:26:01
132
原创 Tomcat 5 Startup Sequence
Tomcat 5 Startup SequenceSequence 1. Start from Command LineClass: org.apache.catalina.startup.BootstrapWhat it does: a) Set up classloaders commonLoader (common)-> System Loader shar...
2010-07-10 14:55:04
184
原创 NTP
The Network Time Protocol (NTP) is a protocol for synchronizing the clocks of computer systems over packet-switched, variable-latency data networks. NTP uses UDP on port 123 as its transport layer. It...
2010-07-08 12:06:13
129
原创 AJP13
The ajp13 protocol is packet-oriented. A binary format was presumably chosen over the more readable plain text for reasons of performance. The web server communicates with the servlet container over T...
2010-07-08 00:13:08
523
原创 TLS/SSL
Transport Layer Security (TLS) and its predecessor, Secure Socket Layer (SSL), are cryptographic protocols that provide security for communications over networks such as the Internet. TLS and SSL enc...
2010-07-07 22:54:06
174
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人