-
IQ中文手册
官方jQuery API :http://api.jquery.com/
官方jQuery 源码:http://code.jquery.com/
因国内jquery中文手册更新太慢了,等了一段时间实在等不下去了,干脆自己动手做一个丰衣足食,时刻更新.
最后感谢Shawphy提供1.4.1版,jehn提供1.5.2版,julying提供1.7
- 2023-05-24 07:10:03下载
- 积分:1
-
wxwidgets grid 的详细使用例程
wxwidgets grid 的详细使用例程,使用codeblocks widgets开发,gcc编译,经过测试,可以使用
- 2022-05-13 16:13:59下载
- 积分:1
-
delphi的功能就不多说 下面是delphid 一些很使用的资料,用语学习...
delphi的功能就不多说 下面是delphid 一些很使用的资料,用语学习-not say delphid Below are some of the data used, the language learning
- 2023-01-27 17:20:03下载
- 积分:1
-
银行系统
资源描述好的beginners.completely Java程序语言
- 2022-02-15 03:32:44下载
- 积分:1
-
24k真彩色任意图形窗体 24k真彩色任意图形窗体
24k真彩色任意图形窗体 24k真彩色任意图形窗体-24k arbitrary true color graphics Form 24k arbitrary true color graphics Form
- 2022-03-06 06:03:58下载
- 积分:1
-
redis 测试工具
reids 测试数据工具上传,包含了一些数据,能够在任用平台用下去,也有些测试记录,方便让大家清晰的看到结果,不在去测试
- 2022-01-22 01:54:08下载
- 积分:1
-
Unity3D NGUI插件
Unity3D NGUI插件, NGUI插件是一款Unity图形界面插件,资源仅供学习参拷使用,如涉及到作者版权,
请购买正版,下载学习后请及时删除
- 2022-03-24 05:25:05下载
- 积分:1
-
漂亮的VB边框控件附源码实例,可以为你的窗体加上一个边框,或者是图片加边框,或者是一个LISTBOX列表加上边框,颜色是可以更改的,请查阅控件源码代码,好好研究...
漂亮的VB边框控件附源码实例,可以为你的窗体加上一个边框,或者是图片加边框,或者是一个LISTBOX列表加上边框,颜色是可以更改的,请查阅控件源码代码,好好研究一下,做出一个你满意的窗体效果是件轻松的事情。-Border control is attached to a beautiful VB source code examples, you can add a form for your border, or a picture frame, or a list of add LISTBOX border, colors can be changed, please refer to the control source code, a good study this problem, you have to make a form satisfactory results are pieces of easy things.
- 2023-05-11 13:40:03下载
- 积分:1
-
Qt login,自动识别焦点
#include "mainwindow.h"
#include "ui_mainwindow.h"
MainWindow::MainWindow(QWidget *parent) :
QMainWindow(parent),
ui(new Ui::MainWindow)
{
ui->setupUi(this);
pushButton = new QPushButton(this);
pushButton->setObjectName(QString::fromUtf8("pushButton"));
pushButton->setGeometry(QRect(40, 180, 51, 27));
pushButton_2 = new QPushButton(this);
pushButton_2->setObjectName(QString::fromUtf8("pushButton_2"));
pushButton_2->setGeometry(QRect(40, 140, 51, 27));
pushButton_3 = new QPushButton(this);
pushButton_3->setObjectName(QString::fromUtf8("pushButton_3"));
pushButton_3->setGeometry(QRect(100, 140, 51, 27));
&
- 2022-03-13 04:00:49下载
- 积分:1
-
大学课程作业小组作业Java列车控制系统
带有gui的列车管理系统,可以查看列车进程,添加车,车站,旅程和司机,可以删除车站,旅程,司机和车,可以远程停车,可以查看某站点的到站时间表和某车次的旅程表,GUI非常简单不带皮肤,没有用jar包,使用了SIP, DRY等design principle,北京邮电大学&QMUL 国际学院software engineering课程作业。附带user manual。
- 2023-06-22 10:45:03下载
- 积分:1