登录
首页 » Visual Basic » kexing_2

kexing_2

于 2009-05-06 发布 文件大小:5716KB
0 241
下载积分: 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 个回复

  • fer1
    $regfile = M8DEF.dat internal crystal 8000000 Config Lcdpin = Pin , Db4 = Portc.1 , Db5 = Portc.2 , Db6 = Portc.3 , Db7 = _ Portc.4 , E = Portd.2 , Rs = Portd.3 Config Lcd = 16 * 2 Config Timer1 = Counter , Edge = Rising Ddrb.1 = 0 : Portb.1 = 1 PULL UP RESISTOR ACTIVATED Config Timer0 = Timer , Prescale = 1024 Enable Counter1 Enable Interrupts Enable Timer0 Enable Timer1 On Ovf1 Pulsecount On Ovf0 Ovf0occures Dim A As Long , I As Long , B As Byte B = 0 Cls Start Timer0 Do Loop End end program Ovf0occures: Incr I If I > 30 Then Stop Timer0 Cls : Home A = B * 65536 A = A + Counter1 Lcd FREQ IS : A HZ B = 0 I = 0 : Counter1 = 0 Start Timer0 End If Return Pulsecount: Incr B Counter1 = 0 Return
    2014-11-22 01:04:48下载
    积分:1
  • RwVote_v7.9.0
    智睿系统定位于投票评选行业的量身开发,打造行业的领先服务评选品牌,系统整合单选/多选一体化功能,并适合图文评选,适合用于大型媒体单位、机关单位、院校机构、集团公司、门户网站可用于城市评选、美景评选、优秀人物评选、活动评选,事迹评选. 授权版模块: 加强CC防注,一健切换单,多选切换,ADSL防刷,时间防注,自动防刷锁IP,COOKIE防注,SQL防注,时间控制,IP封锁,最大有效票数控制,间隔控制,外链控制,票数控制,动态验证码等 (Zhi Rui positioned to tailor the system to develop the industry voted to create the industry s leading brand of service selection, system integration, radio/multi-select feature integration, and is suitable for graphic selection, suitable for large media institutions, agencies, institutions agency, corporation, portals can be used for city selection, beauty selection, excellent character selection, activity selection, story selection Authorized Version modules: CC strengthen anti-Note, a healthy single switch, multiple choice switch, ADSL anti brush, time anti-Note , automatic anti-lock brush IP, COOKIE anti Notes, SQL injection prevention, time control, IP blocking, the largest number of valid votes control, interval control, outside the chain of control, the votes control, dynamic authentication code, etc.)
    2014-05-06 18:51:07下载
    积分:1
  • vb_温湿度_Access
    100% 可以运行的温湿度显示软件,数据保存在数据库之间的通信 串口通信(100% operational temperature and humidity display software, data stored in the database communication serial port)
    2020-06-18 06:20:01下载
    积分:1
  • MPC837xE-RDB_init.cfg.tar
    which will use for MPC837XERDB when programming
    2011-11-01 21:54:43下载
    积分:1
  • Lab005a
    Cambios de giro de un motor DC controlado por hiperterminal
    2011-07-04 01:35:51下载
    积分:1
  • SPH
    SPH相关的程序源代码,希望能帮到大家,谢谢(SPH-related source code, I hope to help everyone)
    2014-12-04 22:10:42下载
    积分:1
  • personweb
    ,,,,,,,,,,个人网站web作品 ,,,,,。(personal web)
    2014-06-17 18:30: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
  • ktraregy__lock
    用高级语言编写和调试一个简单的文件系统,模拟文件管理的工作过程,(Written in a high-level language, and debug a simple file system, simulated the process of file management,)
    2017-04-14 18:10:46下载
    积分:1
  • MUSIC-
    基于最小冗余线阵的谱相关共轭循环MUSIC算法(MUSIC algorithm based on conjugate cyclic spectral correlation minimum redundancy linear arrays)
    2013-12-26 12:39:53下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载