摘要: <!doctype html><html> <head> <title>test</title> <style type="text/css"> body { padding: 0; margin: 0; } .a { background-color: #ff8000; overflow: hidden; } .b { height: 300px; background-color: #00ff40; float: left; } </style> </head> <bo 阅读全文
posted @ 2011-12-08 08:40 houchengli 阅读(103) 评论(0) 推荐(0) 编辑
摘要: div class="item-image" style='position:relative;' i style=' width:48px; height:48px; background: url("http://www.cellbikes.com.au/site/images/SALE.png") no-repeat scroll top right; text-indent:-9999em; top:0; right:0; position:absolute; display:block; overflow:hidden;'xmas/i a href='/Cell-Jer 阅读全文
posted @ 2010-12-21 13:25 houchengli 阅读(112) 评论(1) 推荐(1) 编辑
摘要: <html> <head> <title>test</title> </head> <body> <script type='text/javascript'> function createXMLHttpRequest(){ var xmlHttpRequest = null; //XMLHttpRequest ... 阅读全文
posted @ 2010-11-30 12:36 houchengli 阅读(114) 评论(0) 推荐(0) 编辑
摘要: https://usergroup.netsuite.com/users/search.php?searchid=22440&pp=25&page=2 阅读全文
posted @ 2010-11-30 11:05 houchengli 阅读(150) 评论(0) 推荐(0) 编辑
摘要: I've set up a suitelet that takes POST data, authenticates using a shared key and then creates a Vendor Return Authorisation based on the input. Essentially, the suitelet acts as a web service.I've al... 阅读全文
posted @ 2010-11-30 10:21 houchengli 阅读(739) 评论(0) 推荐(0) 编辑
摘要: JSON (JavaScript Object Notation)一种简单的数据格式,比xml更轻巧。 JSON 是 JavaScript 原生格式,这意味着在 JavaScript 中处理 JSON 数据不需要任何特殊的 API 或工具包。JSON的规则很简单: 对象是一个无序的“‘名称/值’对”集合。一个对象以“{”(左括... 阅读全文
posted @ 2010-11-30 10:17 houchengli 阅读(4188) 评论(0) 推荐(0) 编辑
摘要: multipart form-data boundary 说明关键字: multipart form-data 含义 ENCTYPE="multipart/form-data" 说明: 通过 http 协议上传文件 rfc1867协议概述,jsp 应用举例,客户端发送内容构造 1、概述在最初的 http 协议中,没有上传文件方面的功能。 rfc1867 (http://www.ietf.org/r... 阅读全文
posted @ 2010-11-29 15:53 houchengli 阅读(512) 评论(0) 推荐(0) 编辑