摘要:
阅读全文
摘要:
select id from T_CLOUD_BUY_NUMBER m where m.act_id = #{actId} and nvl(m.user_id, 0) = 0 order by dbms_random.value) where rownum <= #{number} 阅读全文
摘要:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head> <title>html-清除悬浮问题</title> </head> 阅读全文
摘要:
<html><body><span id="clock" ></span><script> var int=self.setInterval("clock()",1000); function clock() { var d=new Date(); var t=d.toLocaleTimeStrin 阅读全文
摘要:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head> <title> New Document </title> <met 阅读全文
摘要:
学习io流之前,先要了解File类。 File类:代表文件和文件夹的抽象路径表示。 构造函数 new File(String pathname); new File(String parent,String child); new File(File parent,String child); IO 阅读全文
摘要:
案例代码: $(function(){ $('#send').click(function(){ $.ajax({ type: "GET",//请求类型GET、POST url: "test.json",//请求地址 data: {username:$("#username").val(), con 阅读全文