-
很好程序,自己编很好程序,真的很不错,很好程序,自己编很好程序。...
很好程序,自己编很好程序,真的很不错,很好程序,自己编很好程序。-A very good program, itself compiled a very good program, really very good, very good program, itself compiled a very good program.
- 2022-01-25 21:37:54下载
- 积分:1
-
进销存管理系统 JSP版
进销存管理系统(JSP版)
一套比较完整的JSP编写的企业进销存已经经过测试相关说明如下:【系统配置】 先将此目录下的WEB-INFclassesJXC 为JavaBean 本系统这里使用的ACCESS数据数据库。 数据源名称:JXC(Purchase, Sales and Inventory Management System (JSP version) a set of relatively complete JSP prepared enterprises Invoicing instructions have been tested are as follows: first] [system configuration this directory WEB-INFclassesJXC for JavaBean the system uses the data ACCESS database. Data Source Name: JXC)
- 2008-06-22 10:48:54下载
- 积分:1
-
糗事百科本地
package com.jeremyfeinstein.slidingmenu.lib.app;
import com.jeremyfeinstein.slidingmenu.lib.SlidingMenu;
import android.os.Bundle;
import android.preference.PreferenceActivity;
import android.view.KeyEvent;
import android.view.View;
import android.view.ViewGroup.LayoutParams;
public class SlidingPreferenceActivity extends PreferenceActivity implements SlidingActivityBase {
private SlidingActivityHelper mHelper;
/* (non-Javadoc)
* @see android.app.Activity#onCreate(android.os.Bundle)
*/
@Override
public void onCreate(Bundle savedInstanceState) {
mHelper = new SlidingActivityHelper(this);
super.onCreate(savedInstanceState);
mHelper.onCreate(savedInstanceState);
}
/* (non-Javadoc)
* @see android.app.Activity#onPostCreate(android.os.Bundle)
*/
@Overri
- 2022-02-25 08:01:17下载
- 积分:1
-
网络商城
用java开发的一个电器小商城 包含管理员 会员 普通用户功能 购物车商品订单的增删改查 支付方式的选择 使用功能较全面 不过页面比较low
- 2022-01-28 06:59:15下载
- 积分:1
-
js鼠标事件大全,既有鼠标事件名称又有详细的中文讲解,难得的资料呀...
js鼠标事件大全,既有鼠标事件名称又有详细的中文讲解,难得的资料呀-mouse event
- 2022-03-17 01:19:31下载
- 积分:1
-
calender
老师做的calendar 所以比较好 吼吼(Therefore, teachers do a better calendar left)
- 2011-06-14 22:59:21下载
- 积分:1
-
Flash
本文档含有详细的说明、使用方法、制作方法、以及在开发中遇到的问题,是一篇很好的flash学习的实例。(This document contains a detailed description of the use, production methods, and problems encountered in the development, flash is a good learning example.)
- 2011-06-22 11:07:26下载
- 积分:1
-
js 写入文档
$(function(){
$("#import").click(function(){
$("#files").click();
});
});
function importMsg(){
var selectedFile = document.getElementById("files").files[0];//获取读取的File对象
var name = selectedFile.name;//读取选中文件的文件名
var size = selectedFile.size;//读取选中文件的大小
console.log("文件名:"+name+"大小:"+size);
var reader = new FileReader();//这里是核心!!!读取操作就是由它完成的。
reader.readAsText(selectedFile);//读取文件的内容
reader.onload = function(){
console.log(this.result);//当读取完成之后会回调这个函数,然后此时文件的内容存储到了result中。直接操作即可。
};
}
$(function(){
$("#export").click(function(){
var content = "This is used as HTML5 log";
var blob = new Blob([content], {"type": "
- 2022-01-28 03:32:10下载
- 积分:1
-
Canvas实现文字云效果,多浏览器支持
文本云已封装为类。
原生代码,未用到其它js框架。
- 2023-03-26 01:10:03下载
- 积分:1
-
jgame-code-civi-students3k
Civilization game source code in Java: This game is a single or multiplayer strategy game. The player’s character is depends on the ruler of a civilization. It is a simple java game which is also developed for Android device platforms. Yeah! This game supports the android mobile devices as well.
- 2014-02-09 12:55:12下载
- 积分:1