-
v29
一个博客系统,简单的博客,没什么特别,初学者使用(A blog system, simple blog, nothing special, beginners use)
- 2020-06-18 14:00:02下载
- 积分:1
-
ASPzj
ASP组件开发指南
这本畅销书到了第二版已经全面改写,这个新版本几乎涵盖了运行Windows 2000以及使用IIS 5.0和ASP 3.0的组件开发者所关心的全部问题。本书的第一部分包括以下主题,对于开发有效的ASP组件这些都是必不可少的:ASP组件和COM(组件对象模型);ASP组件和线程模型;ASP组件和COM+服务;ASP组件与ASP脚本的交互。 (This ASP component development guide to the best-selling second edition has been fully rewritten, this new version covers almost running Windows 2000 and using IIS 5.0 and ASP 3.0 developers of components of concern to all the problems. The first part of the book includes the following topics, to develop effective ASP components for these are essential: ASP components and COM (Component Object Model) ASP components and threading model ASP components and COM+ services ASP components interact with ASP scripts.)
- 2010-09-25 15:35:20下载
- 积分:1
-
webgame_dxcys
一款运行于PHP环境的网页游戏地下城与勇士源码,非模拟器,只要你有PHP环境就可以运行。游戏后台管理:admin;可能部分功能还只是基础功能,像地图数据、怪物数据都很少,游戏中的人物技能也只是比较基础的技术,游戏还在完善中。(A run on PHP environment web game DNF source, non-simulator, as long as you have a PHP environment you can run. Game Management: admin may be some features just basic functions, such as map data, the data are rarely monsters, characters in the game is only relatively skill-based technology, the game is perfected.)
- 2020-11-17 16:49:39下载
- 积分: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
-
PHPExam
比较好的PHP在线考试系统,可满足考试需要!测试完整!(Good PHP online examination system to meet the test needs! Test complete!)
- 2011-11-29 20:22:31下载
- 积分:1
-
QRCoder-master
qr barcode scanning tuitoior
- 2018-10-30 22:04:23下载
- 积分:1
-
vote
实现了后台动态更新投票的内容、票数,比传统的投票系统更具弹性(To achieve the background dynamically updated content to vote, votes, than the traditional voting system more flexible)
- 2010-03-06 20:41:45下载
- 积分:1
-
ASP1110
ASP简单个人网站全站 v1.4(含Ajax版)!(ASP simple personal websites station v1.4 (with Ajax version)! )
- 2007-05-08 22:05:25下载
- 积分:1
-
java项目酒店管理(含数据库脚本)
java项目酒店管理(含数据库脚本)
- 2019-03-21下载
- 积分:1
-
jsp订餐系统(源码+数据库脚本+ppt)
①该项目是myeclipse8.5编写的工程。②源码可以通过myeclipse8.5或者更高版本打开,并可以直接导入项目。③该项目用的是mySql,在src文件目录下的applicationContext.xml可修改数据库用户名和密码,默认用户名为"root",默认密码为"123"。④数据库文件在文件在根目录data下。⑤导入完毕后,运行tomcat并在地址栏输入“http://localhost:8080/pocket/” 或 “http://localhost:8080/pocket/transition.jsp”均可进入网站首页。⑥管理员登陆页面请在地址栏输入“http://localhost:8080/pocket/admin/login.jsp”均可进入后台管理系统。
- 2019-09-24下载
- 积分:1