CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - charset.a
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - charset.a - List
[
JSP/Java
]
ClassPageTestProject
DL : 0
压缩包内有项目数据库 文件 一个很好的分页测试功能的小程序源代码 自己也在做这个项目。这里有增、删、该、查加分页。有上一页、下一页、首页、尾页、第几页、还有带数字和点的分页。可以说是非常好的分页代码。想要的朋友自己处下载 < @ page contentType="text/html charset=GB2312" language="java" import="java.sql.*" errorPage="" > < @ page import="java.io.*" > < @ page import="java.util.*" > -Compressed database file within the project a good test function for a small page source code itself is doing the project. There are add, delete, that, plus search page. There Previous, Next, Home, End, the first few pages, there are pages with figures and points. Can be said to be a page code. Want your friends to download the < @ page contentType = " text/html charset = GB2312" language = " java" import = " java.sql .*" errorPage = " " > < @ page import = " java . io .* " > < @ page import =" java.util .* " >
Date
: 2025-12-25
Size
: 729kb
User
:
xiaokui
[
JSP/Java
]
charsetDetect
DL : 0
文本文件编码检测(charset detect)工具。提供单一api。特别适用于爬虫(spider)检测html编码-Text file encoding detection (charset detect) tools. Provides a single api. Especially for reptiles (spider) html code detection
Date
: 2025-12-25
Size
: 75kb
User
:
li
[
JSP/Java
]
XIANXING
DL : 0
北京现在实施汽车尾号限行,小弟的汽车尾号是 8,每周五不能上路,如果忘记了,周五上路了,一旦被摄像头拍下,要罚 100 元,所以这个小软件的用途就是:点击 FRI(周五),FRI 这一列变成红色,提醒小弟周五不要开车。 阅读下面的源代码,您可以发现,软件是用 html/javascript/css 编写的,没有一行 java/vb/c++/c# 语句,这就是 phonegap 软件的最显著特点。 有朋友可能会问:我想在手机 SD 卡上存储文件,怎么办?由于 javascript 没有这种命令,phonegap 又额外提供了一组 javascipt 扩展命令,包括读写 SD 卡、读写 GPS、读写短信-<!doctype html> <html> <head> <meta charset="utf-8" /> <title>Don t Drive in Red Days</title> <style type="text/css"> body { background:black color:whitesmoke } body, p, span, div, td, a { font:bold 16px Arial } p, span, div, td { text-align:center } td { background:darkgreen border:1px solid black height:40px width:48px } a:link, a:active, a:visited { color:whitesmoke text-decoration:none } a:hover { color:crimson } table { border-collapse:collapse margin:auto } .header { color:crimson font-size:30px white-space:nowrap } </style> <script type="text/javascript"> String.prototype.trim = function() { return this.replace(/(^\s*)|(\s*$)/g, "") } function save(value) { var expiry, count if (navigator.userAgent.indexOf("Chrome") >= 0 || navigator.userAgent.indexOf("Safari") >= 0) { localStorage.c
Date
: 2025-12-25
Size
: 2kb
User
:
杨剑
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.