您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. 第一个struts程序

  2. 这个问题搞了一个晚上。(希望对初学的朋友有帮助) 发现不能运行的原因 1、login.jsp的form表格里的action是在struts.xml中的name的属性的名字后面加上.action 例如: 2、web.xml中 org.apache.struts2.dispatcher.FilterDispatcher dispatcher这个单词写错了。 3、LoginAction.java这个文件中的方法写错了。public String execute(),excecute这个单词写错了
  3. 所属分类:Java

    • 发布日期:2010-01-21
    • 文件大小:3145728
    • 提供者:darkhorse_guo
  1. 电话薄管理系统C语言

  2. win-tc下的,修改下可以在vc下运行,是c语言编写的 #include "stdio.h" /*标准输入输出函数库*/ #include "stdlib.h" /*标准函数库*/ #include "string.h" /*字符串函数库*/ #include "conio.h" /*屏幕操作函数库*/ #define HEADER1 " ---------------------------TELEPHONE BOOK---------------------------\n" #defi
  3. 所属分类:C

    • 发布日期:2010-12-16
    • 文件大小:16384
    • 提供者:a635161812
  1. C语言凯撒移位加密算法

  2. c语言编写,欢迎扔板砖 //移位算法 #include #include #define SIZE 50 int main() { //i 用于计数输入个数,j 为临时变量, plain 存放明文, cipher 存放密文,decryption存放解密后文本,fpp 为明文文件指针,fpc 为密文文件指针 int i,j; char plain[SIZE],cipher[SIZE],decryption[SIZE],ciphertext[SIZE]; FILE * fpp,* fpc,* fp
  3. 所属分类:其它

    • 发布日期:2011-03-14
    • 文件大小:3072
    • 提供者:ryanlei
  1. 购物网站系统

  2. public class Addcontentservlet extends HttpServlet { public Addcontentservlet(){ super(); } /** * Destruction of the servlet. */ public void destroy() { super.destroy(); // Just puts "destroy" string in log // Put your code here } /** * The doGet m
  3. 所属分类:系统集成

    • 发布日期:2011-10-09
    • 文件大小:6291456
    • 提供者:panyayun1111
  1. ganymed-ssh2-build251beta1.zip

  2. 将ganymed-ssh2-build251beta1.jar包引入以后,大概使用方法如下: import ch.ethz.ssh2.Connection; import ch.ethz.ssh2.Session; public class Test { /** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub Connection conn = null;
  3. 所属分类:Java

    • 发布日期:2012-11-16
    • 文件大小:611328
    • 提供者:zhangbest2009
  1. c语言——学生信息管理系统

  2. c语言——学生信息管理系统 void main() { Link l; /*定义链表*/ FILE *fp; /*文件指针*/ int select; /*保存选择结果变量*/ char ch; /*保存(y,Y,n,N)*/ int count=0; /*保存文件中的记录条数(或结点个数)*/ Node *p,*r; /*定义记录指针变量*/ l=(Node*)malloc(sizeof(Node)); if(!l) { printf("\n allocate memory failure
  3. 所属分类:数据库

    • 发布日期:2013-03-19
    • 文件大小:18432
    • 提供者:sunhr1993
  1. 简单的邮件发送类

  2. 简单的邮件发送类 /** * PHP_EMAIL Class * * @param str $host smtp服务器 * @param int $port smtp连接端口号 * @param void $user 用户名 * @param str $pwd 密码 * @param int [$format] 发送邮件格式 * @param int [$debug] 是否开启调试 * * @return sucess/false * @author w50103
  3. 所属分类:PHP

    • 发布日期:2013-04-23
    • 文件大小:5120
    • 提供者:w50103
  1. Oracle10-FC4-sucess-20080416

  2. Oracle10-FC4-sucess-20080416Oracle10-FC4-sucess-20080416Oracle10-FC4-sucess-20080416
  3. 所属分类:Oracle

  1. springmvc的一个简单实例

  2. spring的mvc应用的简单实例 package com.spring.mvc.controller; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.Reques
  3. 所属分类:Java

    • 发布日期:2013-09-14
    • 文件大小:13631488
    • 提供者:mengxingleok
  1. android源码连连看

  2. private void init() { config=new GameConf(8, 9, 1, 10, 100000, this); gameView=(GameView) findViewById(R.id.gameview); timeTextView=(TextView) findViewById(R.id.timeText); startButton=(Button) findViewById(R.id.startButton); dis=soundPool.load(this,
  3. 所属分类:Android

    • 发布日期:2015-08-24
    • 文件大小:2097152
    • 提供者:lll1204019292
  1. Lua-5.3。0 reference

  2. 直接从官网上拷贝下来的。加了标题: fr = open(r'Lua Reference.md', 'r') fw = open(r'lua_reference.md', 'w') for line in fr: linelist = line.split() if len(linelist) == 0: continue if linelist[0].isdigit(): fw.write(r'# ') fw.write(line) fw.write('\n') continue if lin
  3. 所属分类:其它

    • 发布日期:2015-10-10
    • 文件大小:489472
    • 提供者:corfox_liu
  1. 动态创建Access的数据源名

  2. 动态创建Access的数据源名 sprintf(szDesc,"DSN=%s: DEscr iptION=TOC support source: DBQ=%s: FIL=MicrosoftAccess: DEFAULTDIR=D:\\Database:: ","TestDB","D:\\Friends.mdb"); mlen = strlen(szDesc); for (int i=0; i<mlen; i++) { if (szDesc[i] == ':') szDesc[i] = '
  3. 所属分类:Access

    • 发布日期:2008-11-18
    • 文件大小:48128
    • 提供者:hsphsphsp
  1. 通过js获取主要颜色

  2. 最近写了个js,可以用来获取图片的主要颜色 只需要引入js,然后在js中用以下方法引用。 Maincolor.getmaincolor(图片,{sucess:function(p(任意参数){p.maincolor//主要颜色//可以进行各种操作},是否忽略黑色(默认是忽略,可以填null),色阶)
  3. 所属分类:Javascript

    • 发布日期:2016-06-26
    • 文件大小:3072
    • 提供者:linbingying
  1. 修复版ajaxfileupload

  2. ajaxfileupload.js原生版本有以下问题 1:无法带参数提交,只能上传文件; 2:运行时报:jquery.handleError is not a function 错误; 3:执行成功后,始终指向error方法处理,无法执行sucess方法; 此版本解决了这些问题
  3. 所属分类:Javascript

    • 发布日期:2017-08-09
    • 文件大小:8192
    • 提供者:wwd0501
  1. ajaxfileupload.js 修复版 下载

  2. 修复问题: a:执行成功后,始终指向error方法处理,无法执行sucess方法; b:无法带参数提交,只能上传文件; c:运行时报:jQuery.handleError is not a function 错误;
  3. 所属分类:Javascript

    • 发布日期:2017-11-29
    • 文件大小:7168
    • 提供者:u010163510
  1. md5 c++ 实现 sucess

  2. md5 c++ 输入字符串输出hash 值
  3. 所属分类:C++

    • 发布日期:2009-03-11
    • 文件大小:10240
    • 提供者:wengjiang858
  1. 二进制文件编辑器qt

  2. qt编写的二进制文件编辑器,可成功运行于linux和windows平台,实现了游戏文件二进制编辑的功能,含2个文件比对的功能
  3. 所属分类:C++

    • 发布日期:2018-06-26
    • 文件大小:10240
    • 提供者:xxsmall
  1. creator发布微信小游戏(个人,群)转发Demo

  2. 1、creator发布的微信小游戏,用于转发到个人、群测试Demo。 2、creator构建微信小游戏时,需要填入自已的appid。 3、效果图请移步https://pan.baidu.com/disk/home?errno=0&errmsg=Auth Login Sucess&&bduss;=&ssnerror=0&traceid;=#/all?vmode=list&path;=/我的分享/CSDN/ShareDemo 如有侵权,请及时联系。
  3. 所属分类:其他

    • 发布日期:2018-10-10
    • 文件大小:630784
    • 提供者:u014646536
  1. openssh升级

  2. 准备工作: 确认telnet服务开启 7.2的系统默认通过lsof 查看telnet服务已开启,但无法登录的现象,应为firewall默认禁用23端口 需要开启 firewall-cmd --query-port=23/tcp 返回 no表示禁用 firewall-cmd --zone=public --add-port=23/tcp --permanent 开启返回sucess firewall-cmd --complete-reload 重启firewall 将xinetd、telnet服
  3. 所属分类:Linux

    • 发布日期:2018-12-09
    • 文件大小:2048
    • 提供者:zc_lifengxiang
  1. 图形填充-sucess.m

  2. 图形填充-sucess.m :victory: 在大神的帮助下,A总算生成了……
  3. 所属分类:其它

    • 发布日期:2019-08-12
    • 文件大小:2048
    • 提供者:weixin_39840650
« 12 »