当前位置:首页
开发技术指南» 文章正文
    引言:
 

 

 ·jdk环境    »显示摘要«
    摘要: 安装了jdk1.4 配置好了java_home,path,classpath 但解释执行程序的时候通不过? 请各位帮我看看: ________________________________ /*hello.java */ import java.io.*; public class hello { public void main(string[] args) { system.out.......
    摘要: 最好是给出详细的安装过程。如果您推荐的是glut,那么请给我一个可以下载的 地址,网上提供的mesa地址无法下载。望各位赐教。 ......


关于VB与SQL server

如何实现VB与SQL   Server   的保存并新增  
  对材料表里内容的更新与保存

NO.1   作者: Leftie

新增  
    conn.execute   "   insert   into   材料表(...)   values(...)   "  
  修改  
    conn.execute   "   update   材料表   set   ...   where   ...   "  
 

NO.2   作者: penper

新增  
    conn.execute   "   insert   into   材料表(...)   values(...)   "  
  修改  
    conn.execute   "   update   材料表   set   ...   where   ...   "

NO.3   作者: online

新增  
    conn.execute   "   insert   into   材料表(...)   values(...)   "  
  修改  
    conn.execute   "   update   材料表   set   ...   where   ...   "


    摘要: <table> <% string sqlselect; int messageid=1; sqlselect="select * from inbox where id="+messageid+""; resultset result=executesql(sqlselect); %> <tr> <......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE