登录
首页 » JavaScript » 107012358974

107012358974

于 2007-06-05 发布 文件大小:6KB
0 48
下载积分: 1 下载次数: 12

代码说明:

  从文本文件读取数据,在网页上可以动态显示,用脚本语言JavaScript语言实现。(read from the text file data on the website can dynamically display, JavaScript scripting language used language.)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • DFA
    java DFA converter program
    2010-08-11 20:47:58下载
    积分:1
  • Japanese-games
    这是在国外的一个网站找到的小日本写的,具体效果看我源码出处吧 (This is a site in a foreign country to find a small Japanese writing, the specific effect of the source code to see me right)
    2013-09-03 15:38:47下载
    积分:1
  • Think-In-Java-4-(chinese)
    thinking in java 是一部经典的java书籍,无论是是对于初学者还是有一定开发经验的java程序员来说,他都是一不好说,称得上是一部经典。(thinking in java java books is a classic, whether for a beginner or have some experience in the development of java programmers, he is a hard to say, be regarded as a classic.)
    2014-02-08 11:04:45下载
    积分:1
  • HeadFirstJava
    《head first java》的源代码(" Head first java" source code)
    2015-04-08 22:43:27下载
    积分:1
  • java
    这是一个用java编写的一个界面,此界面与数据库相连,通过对界面中的数据操作继而对数据库进行操作。(This is a java written in an interface, this interface is connected to the database, through the interface data manipulation and then to operate the database.)
    2011-06-21 20:59:15下载
    积分:1
  • 基于Spark的电影推荐系统源码
    基于Spark的电影推荐系统本次项目是基于大数据过滤引擎的电影推荐系统--“懂你”电影网站,包含了爬虫、电影网站(前端和后端)、后台管理系统以及推荐系统(Spark)。一、爬虫开发环境: pycharm python3.6软件架构: mysql scrapy运行环境: 本次爬取的内容在外网,所以需先翻墙后才能成功运行。项目架构:二、电影网站开发环境: IntelliJ IDEA maven git linux powerdesigner软件架构: mysql mybatis spring springmvc项目描述: 懂你电影推荐网站是一个基于SSM框架的web项目,类似当前比较流行的豆瓣。用户可以在网站上浏览电影信息和查询电影,并且网站会根据用户的浏览记录给用户进行实时的电影推荐。现已将网站部署在 http://115.159.204.68 网站上,感兴趣的朋友可以自行查看。Git的安装与IDEA和github的集成可以参考博客。项目架构:三、后台管理系统开发环境: IntelliJ IDEA maven git linux powerdesigner软件架构: mysql mybatis spring springmvc easyui项目描述: 后台管理系统主要对用户信息和电影信息进行管理,如添加删除电影信息和完成用户信息的完善。其中为了更好地保存电影的图片信息,搭建了图片服务器,关于图片服务器FastDFS的搭建可参考博客。后台系统也布置在服务器上,感兴趣的朋友可以通过地址 http://115.159.204.68:8080/ 访问,为大家提供的测试账号为 test,密码为88888888。项目架构:四、推荐系统(Spark)开发环境: IntelliJ IDEA maven git linux软件架构: hadoop zookeeper flume kafka nginx spark hive mysql项目描述: 通过在电影网站系统埋点,获取到用户的点击事件(如用户喜欢哪部电影或对某部电影的评分)并将信息传至推荐系统,推荐系统根据该信息做出相应的处理,将推荐结果存入到mysql数据库中,web前端通过查询数据库将推荐的电影展示给用户
    2019-10-16下载
    积分:1
  • ITInterviewQuestions
    搜集了超级多的面试题,做成了CHM版,希望对准备面试的朋友有所帮助,主要的分类如下: Java面试题,J2EE面试题,.net面试题,PHP面试题,数据库面试题,英语面试,外企面试,软件测试面试题,Python面试题,Oracle面试题,MySql面试题,Web开发面试题,Unix面试题,程序员面试,网络技术面试题,网络安全面试题,Linux面试题,Hibernate面试题,Spring面试题,SQL Server面试题,Struts面试题,EJB面试题 本文件已经收集了 http://www.mianwww.com 至 2009年10月27日的所有内容。 有人可能下载后打不开:提示The address is not valid 解决方法: 1. 右键点击下载后的文件,点Properties 属性 2. 点击Unblock 3. 双击重新打开下载的文件 (Has collected more than super-face examination questions, made a CHM version, want to interview a friend ready to help, the main categories are as follows: Question Java side, J2EE surface examination questions,. Net surface examination questions, PHP surface examination questions, the database side examination questions in English interviews, foreign interviews, software testing surface examination questions, Python surface examination questions, Oracle surface examination questions, MySql surface examination questions, Web development area of examination questions, Unix surface examination questions, the programmer interviews, network technical examination questions, network security face examination questions, Linux face examination questions, Hibernate surface examination questions, Spring surface examination questions, SQL Server Surface Questions, Struts surface examination questions, EJB face examination questions This document has been collected http://www.mianwww.com until)
    2009-10-31 10:11:31下载
    积分:1
  • source
    说明:  JDWP 是 Java Debug Wire Protocol 的缩写,它定义了调试器(debugger)和被调试的 Java 虚拟机(target vm)之间的通信协议。 JDWP 协议介绍 这里首先要说明一下 debugger 和 target vm。Target vm 中运行着我们希望要调试的程序,它与一般运行的 Java 虚拟机没有什么区别,只是在启动时加载了 Agent JDWP 从而具备了调试功能。而 debugger 就是我们熟知的调试器,它向运行中的 target vm 发送命令来获取 target vm 运行时的状态和控制 Java 程序的执行。Debugger 和 target vm 分别在各自的进程中运行,他们之间的通信协议就是 JDWP。(JDWP is Java Debug Wire Protocol)
    2019-04-25 11:00:32下载
    积分:1
  • SelectionModelDemo
    说明:  表格选择模式,当用户对表格做数据域位的选取时会产生ListSelectionListener事件(Table selection mode, when users place on the table to do the selection of data fields will produce ListSelectionListener events)
    2010-04-07 10:44:39下载
    积分:1
  • 灰色模型
    说明:  灰色模型,包括残差修正模型,matlab可直接使用,亲测有效(Grey model, including residual correction model, matlab can be used directly, effective pro test)
    2019-12-12 11:14:45下载
    积分:1
  • 696524资源总数
  • 103939会员总数
  • 12今日下载