|
 |
<%
String strConter="";
String title="";
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
Connection conn = DriverManager.getConnection("jdbc:odbc:ele","sa","sa");
Statement stmt= conn.createStatement(ResultSet.TYPE_SCROLL_INSENSITIVE,ResultSet.CONCUR_READ_ONLY);
title="insert into ipaddr(ip,vistime) values('"+request.getRemoteAddr();
title=title+"',getdate())";
stmt.execute(title);
ResultSet rs= stmt.executeQuery("SELECT TOP 5 newstitle,newsid FROM news order by newsid DESC");
String newsid= "";
String newstitle="";
while (rs.next()){
newstitle=rs.getString("newstitle");
if(newstitle.length()>28){
newstitle=newstitle.substring(0,28);
newstitle=newstitle+"......";
}
newsid=rs.getString("newsid");
%>
<%
}
rs.close();
stmt.close();
conn.close();
%> |
|
|
 |
 |
平台类产品
企业培训过程中,针对企业文化...... |
 |
课件类产品
东软是中国内唯一代理的SkillSoft...... |
 |
|
|
项目咨询
作为中国 e-learning
全面解决方案的提供商,东软在为客户提供标准成品课件和学习管理平台之外,还为机构和企业提供全方位e-learning 项目策划和实施服务。 |
课件定制
东软凭借多年国际合作积累的课件开发经验,并依托强大的课件开发技术团队,积极满足企业及机构的个性化课件需求。 |
|
|
|
|
 |
| 欢迎进入我们的演示平台,这是一个企业知识的平台,在这里您将更了解我们的产品,并找到您想要的课件。 |
进入 EKP |
|
|