Welcome![Sign In][Sign Up]
Location:
Search - 1433

Search list

[JSP/JavaWebtest(jsp)

Description: 用jsp编写的网上测试系统。 (1)以“Windows身份验证模式”连接SQL Server数据库。 (2)需要安装SQL Server 的补丁SP3。 (3)运行的时候可以参照书上的说明进行,如出试卷的时候,若试卷标题重复,可以从数据库中删除,然后添加试卷。 (4)出试卷路径为 http://localhost:8080/chap22/chujuan.jsp 如果放在根目录,则路径和书上的界面一样。 (5)选择题路径为 http://localhost:8080/chap22/xuanzeti.jsp (6)判断题路径为 http://localhost:8080/chap22/panduanti.jsp (7)如果采用本应用中连接数据库的方法调试不通,可以参照20章中通过ODBC连接数据库的方法来修改 将以下代码: Class.forName(\"com.microsoft.jdbc.sqlserver.SQLServerDriver\") String driver = \"jdbc:microsoft:sqlserver://localhost:1433\" Connection conn = DriverManager.getConnection(driver,\"\",\"\") 修改成: Class.forName(\"sun.jdbc.odbc.JdbcOdbcDriver\") String driver = \"jdbc:odbc:try\" Connection conn = DriverManager.getConnection(driver,\"sa\",\"\") //如果是windows验证,则不用用户名和密码 -jsp prepared using online testing system. (1) "Windows authentication model" to SQL Server databases. (2) the need to install SQL Server SP3 patches. (3) Run the reference book can be a description, such as out of the papers, if the papers title repeat can deleted from the database, then add the papers. (4) The path to http://localhost papers : 8080/chap22/chujuan.jsp If on the root directory. while trails and a book on the same interface. (5) multiple-choice path to http://localhost : 8080/chap22/xuanzeti.jsp (6) judgment that path at http : / / localhost : 8080/chap22/panduanti.jsp (7) If the application using the data link the method of debugging sense, can refer to Chapter 20 through ODBC to connect to the database approach to the revision of the following codes : JDBC ( &quo
Platform: | Size: 11861 | Author: fly | Hits:

[JSP/Java20060212194507109

Description: 1.JICQ部署 安装JDBC连接器|SQL SERVER补丁 广域网需要打开7890(聊天)\\1433(数据库端口) 2.导入数据库文件(在数据库文件夹里面) 3.广域网部署网页注册网站申请JICQ号码,端口需要打开80 访问地址:http://localhost/register/firsts.htm 4.启动chatserverthree.java聊天服务器 5.打开主程序MainFrame.java登陆JICQ
Platform: | Size: 21001 | Author: zengji | Hits:

[Internet-Networkblog

Description: 博客管理系统。安装说明: 1、在SQLSERVER中创建blog数据库并创建登陆帐号blog:blog,然后在SQL Server查询分析器中运行doc目录下db.sql创建所有表; 2、将工程导入Eclipse; 3、部署工程; 4、运行tomcat; 5、进入tomcat管理web后台, 在Tomcat->Service->Host->Context(blog)->Resources->Data Sources中添加 Data Source URL: jdbc:jtds:sqlserver://${dbhost}:1433 DatabaseName=blog JDBC Driver Class: net.sourceforge.jtds.jdbc.Driver User Name: blog Password: blog 6、done!
Platform: | Size: 947849 | Author: 黄狄全 | Hits:

[Scanner135_1433_ScanTool

Description: 功能强大的135以及1433端口扫描器,还带有上传木马文件的功能,由Delphi与VB共同打造,代码写得不错,可以借鉴。此文件编译后杀软会报毒,请小心使用!仅供学习与测试!
Platform: | Size: 270886 | Author: jeffery | Hits:

[Scannerportscan

Description: 一个简单的端口扫描程序: addstr = \"发现端口\" & Str(port) & \"打开\" & Space(5) Select Case port Case 7 plus = \"ECHO服务\" Case 21 plus = \"FTP服务★★★★★\" Case 25 plus = \"SMTP服务★★\" Case 43 plus = \"Whois服务\" Case 53 plus = \"DNS服务☆\" Case 80 plus = \"HTTP服务★★★★★\" Case 81 plus = \"HOSTS2名称服务\" Case 99 plus = \"NCX99后门★★★★★\" Case 110 plus = \"POP3服务★★★★★\" Case 111 plus = \"Sun RPC服务★★\" Case 135 plus = \"本地服务\" Case 137 plus = \"NETBIOS 名称服务/流影POP\" Case 138 plus = \"NETBIOS 数据存储服务\" Case 139 plus = \"NETBIOS 会议服务★★★\" Case 119 plus = \"NNTP虚拟服务\" Case 163 plus = \"SNMP服务\" Case 443 plus = \"https服务\" Case 512 plus = \"远程执行服务\" Case 513 plus = \"login, remote login\" Case 514 plus = \"cmd, exec with auto auth.\" Case 600 plus = \"Sun IPC服务器\" Case 1080 plus = \"SOCKS代理服务★★★\" Case 1433 plus = \"SQL服务器★★★\" Case 3128 plus = \"HTTP代理服务\" Case 7626 plus = \"木马冰河★★★★★\" Case 8080 plus = \"HTTP代理服务\" Case Else plus = \"未知服务!\"
Platform: | Size: 563397 | Author: miyaonanhai | Hits:

[Documents自动整理IP

Description: @echo off color 1a title 扫描报告整理程序——飞鱼(专用)QQ:365595926 echo 扫描报告整理程序 echo 专供内部使用 echo 哈哈就要整理好啦~稍等. echo 程序整理中,请稍候…… for /f "usebackq tokens=1,2,3*" %%i in (Result.txt) do ( if 1433==%%j ( echo %%i>>1433.txt ) else ( if 80==%%j ( echo %%i>>80.txt ) else ( if 79==%%j ( echo %%i>>79.txt ) else (
Platform: | Size: 779 | Author: jiuzi123 | Hits:

[Other1433 scan

Description: 1433 fast scan
Platform: | Size: 60578 | Author: 1213672955@qq.com | Hits:

[Documents涛涛1433源码

Description:
Platform: | Size: 30220 | Author: 122711236@qq.com | Hits:

[JSP/JavaWebtest(jsp)

Description: 用jsp编写的网上测试系统。 (1)以“Windows身份验证模式”连接SQL Server数据库。 (2)需要安装SQL Server 的补丁SP3。 (3)运行的时候可以参照书上的说明进行,如出试卷的时候,若试卷标题重复,可以从数据库中删除,然后添加试卷。 (4)出试卷路径为 http://localhost:8080/chap22/chujuan.jsp 如果放在根目录,则路径和书上的界面一样。 (5)选择题路径为 http://localhost:8080/chap22/xuanzeti.jsp (6)判断题路径为 http://localhost:8080/chap22/panduanti.jsp (7)如果采用本应用中连接数据库的方法调试不通,可以参照20章中通过ODBC连接数据库的方法来修改 将以下代码: Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver") String driver = "jdbc:microsoft:sqlserver://localhost:1433" Connection conn = DriverManager.getConnection(driver,"","") 修改成: Class.forName("sun.jdbc.odbc.JdbcOdbcDriver") String driver = "jdbc:odbc:try" Connection conn = DriverManager.getConnection(driver,"sa","") //如果是windows验证,则不用用户名和密码 -jsp prepared using online testing system. (1) "Windows authentication model" to SQL Server databases. (2) the need to install SQL Server SP3 patches. (3) Run the reference book can be a description, such as out of the papers, if the papers title repeat can deleted from the database, then add the papers. (4) The path to http://localhost papers : 8080/chap22/chujuan.jsp If on the root directory. while trails and a book on the same interface. (5) multiple-choice path to http://localhost : 8080/chap22/xuanzeti.jsp (6) judgment that path at http :// localhost : 8080/chap22/panduanti.jsp (7) If the application using the data link the method of debugging sense, can refer to Chapter 20 through ODBC to connect to the database approach to the revision of the following codes : JDBC ( &quo
Platform: | Size: 11264 | Author: fly | Hits:

[JSP/Java20060212194507109

Description: 1.JICQ部署 安装JDBC连接器|SQL SERVER补丁 广域网需要打开7890(聊天)\1433(数据库端口) 2.导入数据库文件(在数据库文件夹里面) 3.广域网部署网页注册网站申请JICQ号码,端口需要打开80 访问地址:http://localhost/register/firsts.htm 4.启动chatserverthree.java聊天服务器 5.打开主程序MainFrame.java登陆JICQ -1.JICQ deployment to install JDBC connector | SQL SERVER WAN patches need to open 7890 (chat) c3 (data port) 2. To import database files (in the database inside the folder) 3. Wide Area Network deployment of the page to apply for registration site JICQ numbers, ports need to 80 Open Access Address: http://localhost/register/firsts.htm4. Start chatserverthree.java chat server 5. MainFrame.java open the main landing JICQ
Platform: | Size: 20480 | Author: zengji | Hits:

[Internet-Network135_1433_ScanTool

Description: 功能强大的135以及1433端口扫描器,还带有上传木马文件的功能,由Delphi与VB共同打造,代码写得不错,可以借鉴。此文件编译后杀软会报毒,请小心使用!仅供学习与测试!-Powerful port scanner 135 and 1433, but also with a Trojan horse file upload features, from Delphi and VB to create a common code written well, can learn from. Compiling this file will be reported after the killing of soft drugs, please be careful with the use! Learning and testing purposes only!
Platform: | Size: 270336 | Author: jeffery | Hits:

[Internet-Networkportscan

Description: 一个简单的端口扫描程序: addstr = "发现端口" & Str(port) & "打开" & Space(5) Select Case port Case 7 plus = "ECHO服务" Case 21 plus = "FTP服务★★★★★" Case 25 plus = "SMTP服务★★" Case 43 plus = "Whois服务" Case 53 plus = "DNS服务☆" Case 80 plus = "HTTP服务★★★★★" Case 81 plus = "HOSTS2名称服务" Case 99 plus = "NCX99后门★★★★★" Case 110 plus = "POP3服务★★★★★" Case 111 plus = "Sun RPC服务★★" Case 135 plus = "本地服务" Case 137 plus = "NETBIOS 名称服务/流影POP" Case 138 plus = "NETBIOS 数据存储服务" Case 139 plus = "NETBIOS 会议服务★★★" Case 119 plus = "NNTP虚拟服务" Case 163 plus = "SNMP服务" Case 443 plus = "https服务" Case 512 plus = "远程执行服务" Case 513 plus = "login, remote login" Case 514 plus = "cmd, exec with auto auth." Case 600 plus = "Sun IPC服务器" Case 1080 plus = "SOCKS代理服务★★★" Case 1433 plus = "SQL服务器★★★" Case 3128 plus = "HTTP代理服务" Case 7626 plus = "木马冰河★★★★★" Case 8080 plus = "HTTP代理服务" Case Else plus = "未知服务!" -err
Platform: | Size: 563200 | Author: miyaonanhai | Hits:

[Internet-Network1433

Description: 1433抓鸡源码,分享给大家,这个源码可以高速扫描-sdasfsafasfasdasdasdasfasfasvdffwqw
Platform: | Size: 2048 | Author: Star86 | Hits:

[Other1433

Description: 1433修复命令大全!有hack-权限写出来的!重未开源过!这是首次开源!希望大家重视-1433 repair order Daquan! A hack-permissions to write out! Weight is not open source too! This is the first open source! Hope that we attach importance to
Platform: | Size: 626688 | Author: zhang zhe | Hits:

[ScannerChinaAuto1433CVB

Description: 扫描端口的源码 1433 端口 C++ 和 VB语言的编写的源码-Scan port 1433 port C++ source code and source code written in VB language
Platform: | Size: 222208 | Author: 枯黄 | Hits:

[ScannerAutoSql3.0

Description: 1433扫描的源码.2010年最新的,拿去看看,玩吧~-.2010 In 1433 to scan the latest source code, take a look, play ~
Platform: | Size: 3625984 | Author: sdjas | Hits:

[Internet-Network1433commercialversion

Description: 1433商业版源码,主要用于扫描1433漏洞,入侵服务器的好工具,可以学习研究下。-1433 commercial version source, mainly used for scanning 1433 loophole, invasion server tool, and can study.
Platform: | Size: 1331200 | Author: yinlee | Hits:

[Internet-Network135-1433

Description: 135超强扫鸡配套软件 -Super scan 135 software packages of chicken
Platform: | Size: 2953216 | Author: sad | Hits:

[Internet-Network1433-vulnerability-scanning-

Description: 1433端口进行弱口令扫描检测服务器存在的危险。-1433 port scan detection of weak passwords, servers and present danger.
Platform: | Size: 3499008 | Author: 李志飞 | Hits:

[Other1433---scan-it

Description: 冰雪1433端口扫描工具,1433全自动循环扫描传马(冰雪版 ),梦想天空学生技术联盟-Snow and ice 1433 port scanning tool, the 1433 automatic cycle scan biography horse (snow edition), dream of sky students Technology Alliance
Platform: | Size: 732160 | Author: lijixnin | Hits:
« 12 »

CodeBus www.codebus.net