-
XS
CMS php source XS
http://sfvn.org
- 2014-02-17 16:53:03下载
- 积分:1
-
asp 购物网站
一个仿造淘宝的jsp网站。功能比较完善,数据库是sql-A replica of the jsp site Taobao
- 2022-06-21 19:34:39下载
- 积分:1
-
bootstrap 示例源码
本资源是bootstrap的示例,下载来可直接进行二次开发。
- 2022-08-10 15:07:31下载
- 积分:1
-
基于Java Web的验证登录
这是一个基于普通登录的程序设计,servlet的生命周期 (1)什么是servlet的生命周期? 容器如何创建servlet对象,如何对servlet对象进行 初始化, 如何调用servlet对象的方法处理请求以及 销毁servlet对象的整个过程。 (2)四个阶段 1)实例化(创建) a,什么是实例化? 容器调用servlet的构造器,创建servlet对象。 b,什么时候实例化? 情况1:容器收到请求之后。 情况2: 容器事先创建好。 需要配置参数。 参数是一个大于等0的整数,越小,优先 级越高(先被实例化)。 注意:
- 2022-02-03 10:10:52下载
- 积分:1
-
MyLogPHP.class_8w0smd
php脚本语言实现,这是一个用php脚本语言写的电子商务,无忧淘宝客系统(集成jssdk) v1.4,老版本已经不能使用 新版本集成了jssdk 可以正常使用了2012、5、19修复部分已知BUG 增加TXT文章管理系统,测试火车头等采集器可以 成功发布文章修改模板调用函数,让模板打造更简单新增单页推广模块: ,参考学习应运于开发实践不错的例子(php scripting language, which is a php scripting language used to write the e-commerce , Taobao customers worry-free system ( integrated jssdk) v1.4, the old version can not use the new version incorporates jssdk can normally use 2012,5,19 repair)
- 2014-06-08 12:41:56下载
- 积分:1
-
BlueTooth
Android的蓝牙编程例子,基于SPP协议与蓝牙串口设备通信.(Android Bluetooth programming examples, based on the SPP agreement with the Bluetooth serial device communication)
- 2011-06-12 13:52:42下载
- 积分:1
-
深入React技术栈
说明: 本书从几个维度介绍了 React。一是作为 View 库,它怎么实现组件化,以及它背后的实现原理。二是扩展到 Flux 应用架构及重要的衍生品 Redux,它们怎么与 React 结合做应用开发。三是对它与 server 的碰撞产生的一些思考。四是讲述它在可视化方面有着怎样的优势与劣势(This book introduces React from several dimensions. The first is how to implement componentization as a View library, and the implementation behind it. The second is to extend to the Flux application architecture and important derivatives Redux, how they can be combined with React for application development. The third is some thoughts on the collision between it and the server. The fourth is to tell what advantages and disadvantages it has in visualization.)
- 2019-02-21 11:18:59下载
- 积分:1
-
medicine
毕业论文《仓库管理系统的设计与实现》,管理和控制仓库所有入出库动态,统计分析库存数据,access2003(mdb)数据库,asp语言(Thesis, " Warehouse Management System Design and Implementation" , manage and control all warehouse into a dynamic database, statistical analysis inventory data, access2003 (mdb) database, asp language)
- 2011-06-11 09:12:41下载
- 积分:1
-
4
2048中文版小游戏代码基于jquery.1.10.2.min.js制作,电脑版2048小游戏,键盘W、S、A、D控制方向。(2048 Chinese version of the game code is based on jquery.1.10.2.min.js production, computer version of 2048 games, keyboard W, S, A, D control direction.)
- 2019-01-05 20:40:50下载
- 积分:1
-
计算 时间差 准确
class date
{
public:
date(){}
void set(int p1,int p2,int p3)
{
year=p1;month=p2;day=p3;
}
int year,month,day;
};
int a[]={31,28,31,30,31,30,31,31,30,31,30,31},*p1,*p2,*p3,i=1,k=0;
int main()
{
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-01-26 07:10:28下载
- 积分:1