• nodejs , node.exe

    下载node.exe之后,放到c盘nodejs文件下,在环境变量path里面加上 c:\nodejs\node.exe,在nodejs目录下建立server.js,文件里面写上这些 var http = require('http'); http.createServer(function (request, response) { response.writeHead(200, {'Content-Type': 'text/html'}); response.end('<b>Hello World</b>'); }).listen(8888); console.log('Server running at http://127.0.0.1:8888/'); 保存,在cmd里面到nodejs目录下 ,再node server.js后可以看到输出的"Server running at http://127.0.0.1:8888/",在浏览器地址栏输入http://localhost:8888就可以看到输出的"Hello World"

    5
    362
    9.72MB
    2012-11-16
    14
  • jquery帮助文档

    初学者建议使用,此文档是中文版的,学习不会很难!

    0
    32
    219KB
    2010-06-25
    2
  • ThinkPHP2.0完全开发手册

    让那些不管是初学还是精通的学者,能够更好的利用资源学习,ThinkPHP2.0完全开发手册。

    5
    33
    627KB
    2010-05-07
    2
  • ibatis-2.3.4.726.jar

    ibatis的jar包,对学习ibatis者找到这个包容易,如果想到ibatis官方网去看的话也不错哦, 地址:http://ibatis.apache.org

    4
    27
    375KB
    2010-03-25
    3
  • spring+struts+hibernate+ajax

    服务器端的验证,Ajax技术的判断是否存在此用户,去包的但压缩包内有数据库。同时是用spring+strust+hibernate集成的工程

    0
    55
    220KB
    2009-12-12
    3
  • spring+struts+hibernate

    去包的小项目,product项目的处理与添加

    0
    40
    1.03MB
    2009-12-12
    0
  • spring+struts+hibernate集成

    集成小项目,给初学者些帮助,内容关于新闻的

    0
    49
    454KB
    2009-12-12
    10
  • Spring+Struts+Hibernate 丽星私立管帐系统

    Spring+Struts+Hibernate集成开发

    0
    68
    345KB
    2009-11-29
    4
关注 私信
上传资源赚积分or赚钱