`
mqzsweet
  • 浏览: 132966 次
  • 性别: Icon_minigender_1
  • 来自: 江苏
社区版块
存档分类
最新评论
文章列表
Eclipse在做项目时,默认开发环境为1.4。而泛型则需要1.5以上,在Eclipse使用时,请设置如下: 以MyEclipse6.0G为例 window  =>  Preferences => java   =>   Compiler  =>  Configure Project Specifice Settings... 设置右边的下拉框由1.4改为5.0以上 也可以对单个项目进行设置:单击属性  =>   Preferences   后面方法由上。
MyEclipse 6.0.1 注册码 Subscriber: administrator  Subscription Code: nLR7ZL-655342-54657656405281154注册后: Subscriber: administrator  Product ID: E2MY (MyEclipse Standard Subscription)  License version: 1.0  Full Maintenance Included  Subscription expiration date (YYYYMMDD): 20091021  Number of licenses:  ...
原文地址:http://blog.csdn.net/imnol/archive/2007/08/16/1747406.aspx<wbr></wbr>   我将自己知道的web.xml的元素整理了一下:  web.xml首先是肯定要包含它的schema.  xml 代码 <web-app xmlns="http://java.sun.com/xml/ns/j2ee"      ...
1、为单个WEB设置SESSION 在WEB.XML中添加 xml 代码 <session-config>          <session-timeout>15</session-timeout>//单位为分钟       </session-config>     2、为单个Servlet指定会话超时时间 xml 代码 <servlet>    <servlet-name>Servlet名称</servlet-name>     ...
sql 代码 select top 3 emp_id from employee where emp_id in(select top 3 emp_id from employee where emp_id in(select top 3*3 emp_id from employee order by emp_id desc) order by emp_id) order by emp_id desc    最内层的查询:select top 3*3 emp_id from employee order by emp_id desc取出合适的总数据段  第二层查询:通过 ...
病毒名稱: TSPY_MARAN.AK   病毒特征: 引起浏览器无法上网 使用PING命令时,域名转IP时IP地址转为?   病毒地址 %System%MSPVBB64.DLL 說明: 是因為TCP/IP通訊參數遭病毒修改,運用通訊參數重置的指令( netsh winsock reset )將可獲得解決...

ASP与JS相互交流

    博客分类:
  • ASP
1、JS使用ASP的值 js 代码 <script>     js_name=<%=asp_name%>     </script>      2、ASP使用JS的值 js 代码 <script>          window.open("www.blueidea.com/index.asp?asp_name="+js_name)     </script>          网上查了下基本两种方法:      (1)使用FORM       ...
Global site tag (gtag.js) - Google Analytics