登录
首页 » Visual Basic » kexing_2

kexing_2

于 2009-05-06 发布 文件大小:5716KB
0 252
下载积分: 1 下载次数: 35

代码说明:

  千年(1000y)游戏网站整站程序,不是千年官网。本程序是克星千年网站的完整源代码,喜欢的朋友可以下下去研究下(Millennium (1000y) stations throughout the game site, not the Millennium official website. This procedure is the nemesis of the integrity of the Millennium Web site source code, like a friend can go under study)

文件列表:

摸版②
......\283168261.mdb
......\admin
......\.....\admin.rar
......\.....\admin_admin_list.asp
......\.....\admin_article_delete.asp
......\.....\admin_article_insert.asp
......\.....\admin_article_list.asp
......\.....\admin_article_update.asp
......\.....\admin_cache_list.asp
......\.....\admin_compression_list.asp
......\.....\admin_images
......\.....\............\li.gif
......\.....\............\li1.gif
......\.....\............\li2.gif

......\.....\............\style.css
......\.....\............\table.gif
......\.....\............\ul.gif
......\.....\............\uploadbg.gif
......\.....\admin_image_delete.asp
......\.....\admin_image_insert.asp
......\.....\admin_image_list.asp
......\.....\Admin_Left.Asp
......\.....\admin_link_delete.asp
......\.....\admin_link_insert.asp
......\.....\admin_link_list.asp
......\.....\admin_login.asp
......\.....\admin_main.html
......\.....\admin_sql_list.asp
......\.....\admin_survey_list.asp
......\.....\admin_system_list.asp
......\.....\admin_upload.asp
......\.....\fckeditor
......\.....\.........\editor
......\.....\.........\......\css
......\.....\.........\......\...\behaviors
......\.....\.........\......\...\.........\disablehandles.htc
......\.....\.........\......\...\.........\showtableborders.htc
......\.....\.........\......\...\fck_editorarea.css
......\.....\.........\......\...\fck_internal.css
......\.....\.........\......\...\fck_showtableborders_gecko.css
......\.....\.........\......\...\images
......\.....\.........\......\...\......\fck_anchor.gif
......\.....\.........\......\...\......\fck_flashlogo.gif
......\.....\.........\......\...\......\fck_hiddenfield.gif
......\.....\.........\......\...\......\fck_pagebreak.gif
......\.....\.........\......\dialog
......\.....\.........\......\......\common
......\.....\.........\......\......\......\fcknumericfield.htc
......\.....\.........\......\......\......\fck_dialog_common.css
......\.....\.........\......\......\......\fck_dialog_common.js
......\.....\.........\......\......\......\images
......\.....\.........\......\......\......\......\locked.gif
......\.....\.........\......\......\......\......\reset.gif
......\.....\.........\......\......\......\......\unlocked.gif
......\.....\.........\......\......\......\moz-bindings.xml
......\.....\.........\......\......\fck_about

......\.....\.........\......\......\.........\logo_fredck.gif
......\.....\.........\......\......\fck_about.html
......\.....\.........\......\......\fck_anchor.html
......\.....\.........\......\......\fck_button.html
......\.....\.........\......\......\fck_checkbox.html
......\.....\.........\......\......\fck_colorselector.html
......\.....\.........\......\......\fck_docprops
......\.....\.........\......\......\............\fck_document_preview.html
......\.....\.........\......\......\fck_docprops.html
......\.....\.........\......\......\fck_find.html
......\.....\.........\......\......\fck_flash
......\.....\.........\......\......\.........\fck_flash.js
......\.....\.........\......\......\.........\fck_flash_preview.html
......\.....\.........\......\......\fck_flash.html
......\.....\.........\......\......\fck_form.html
......\.....\.........\......\......\fck_hiddenfield.html
......\.....\.........\......\......\fck_image
......\.....\.........\......\......\.........\fck_image.js
......\.....\.........\......\......\.........\fck_image_preview.html
......\.....\.........\......\......\fck_image.html
......\.....\.........\......\......\fck_link
......\.....\.........\......\......\........\fck_link.js
......\.....\.........\......\......\fck_link.html
......\.....\.........\......\......\fck_listprop.html
......\.....\.........\......\......\fck_paste.html
......\.....\.........\......\......\fck_radiobutton.html
......\.....\.........\......\......\fck_replace.html
......\.....\.........\......\......\fck_select
......\.....\.........\......\......\..........\fck_select.js
......\.....\.........\......\......\fck_select.html
......\.....\.........\......\......\fck_smiley.html
......\.....\.........\......\......\fck_source.html
......\.....\.........\......\......\fck_specialchar.html
......\.....\.........\......\......\fck_spellerpages
......\.....\.........\......\......\................\spellerpages
......\.....\.........\......\......\................\............\blank.html
......\.....\.........\......\......\................\............\controls.html
......\.....\.........\......\......\................\............\controlWindow.js
......\.....\.........\......\......\................\............\server-scripts
......\.....\.........\......\......\................\............\..............\spellchecker.cfm
......\.....\.........\......\......\................\............\..............\spellchecker.php

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 346573736
    装修公司网站系统修正版源码,有需要的就下载吧。(Decoration company website system amended version of the source code, need to download it.)
    2013-09-09 16:33:10下载
    积分:1
  • SQLDatabaseImage
    ASP+vb读取数据库图像并处理,下载做为参考。(ASP+vb read the database and image processing, downloaded as a reference.)
    2013-07-11 07:57:37下载
    积分:1
  • PWM-ULN2003A
    利用ULN2003A进行驱动,产生PWM波,里边有照片,可供参考,通过本例程了解PWM 的基本原理和使用 (#include <reg52.h> unsigned char timer1 sbit PWM=P1^2 void system_Ini() { TMOD|= 0x11 //PWM TH1 = 0xfe //11.0592 TL1 = 0x33 TR1 = 1 IE =0x8A } main() { system_Ini() while(1) { if(timer1>100) timer1=0 if(timer1<30) PWM=0 else PWM=1 } )
    2013-11-21 15:17:25下载
    积分:1
  • inductionmotorbeginner
    感应电动机的启动小程序,可以模拟启动过程,自动计算启动的参数,帮助初学者理解感应电动机的结构(Induction motor start-up small program that can simulate the boot process, automatically calculates the start parameters and Help beginners understand the structure of induction motor.)
    2010-06-08 10:27:21下载
    积分:1
  • vb6.0-yanshi
    vb驱动控制器源代码就这样啦 具体自己看吧(vb drive controller source code)
    2013-04-25 23:06:22下载
    积分:1
  • Timer
    定时器:设定时间格式(00::00)后,到时间弹出提示(timer:set time(00:00),then run up)
    2013-12-07 08:46:19下载
    积分:1
  • web
    一个用c++编写的网页程序,可以作为大家的学习(Using a web page written in c++ program can be used as our learning)
    2009-12-15 16:40:39下载
    积分:1
  • donggan
    动感购物SQL完整版这个不是完整版本,官方发布源码说是正式无限制的,大家选择下载!首先在SQL数据库中建立一个库然后右击库名选择所有任务.你会看到有项是还原数据库.然后选择还原数据库在还原数据库对话框上会有选择你要还原的数据库.选择还原SNSN.BAK文件,选择后在还原数据库对话框上面选择选项栏目,里面会有强制还原数据库.选择此项.然后开始还原即可. 数据库还原后打开CONN文件夹中的CONN.ASP文件,修改里面的SQL数据库用户密码等参数即可。 (This is not a complete version of the official release source said, is the official without limit, we choose to download! First create a database and then right-click library select all tasks in the SQL database. You will see is to restore the database. Then select restore database restore database dialog box in a choice you want to restore the database. The selective reduction of SNSN.BAK files, select options column in the restore database dialog box above, there will be forced restore database. Select this option. Then began to restore the database after reduction. Open the CONN folder in the CONN.ASP file, modify the SQL database user password parameters. )
    2013-12-07 10:52:40下载
    积分:1
  • 5933
    AD5933评估板下位机程序(keil C)和上位机程序(VB)(AD5933 Evaluation procedures under the plan (keil C) and PC (VB))
    2021-01-28 00:48:35下载
    积分:1
  • China-Tidal-Prediction
    中国海域潮汐预报软件Chinatide的应用(China Sea tide forecasts Chinatide application software)
    2021-04-28 21:18:43下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载