联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 网络编程(277) 

[网络编程] 企业费用管理系统(SSH+Oracle)

程序说明: (1)系统测试环境: myEclipse8.5 + Tomcat8.0 + SQLServer2012 + JDK1.8 (2)数据库文件:数据库备份目录下的文件,自己在sqlserver2000数据库中还原即可,还原的数据库名称为school 然后在windows的管理工具里配置数据源,名称是school,指向此数据库,本系统采用的jdbc-odbc方式连接 此数据库的。 (3)测试帐号: 系统管理员帐号和密码: admin admin 教务管理员帐号和密码: edu edu 学生帐号和密码: 0319102206 123456 老师帐号和密码: 0319000003 123456
Procedure description: (1) system test environment: Windows XP SP2 + MyEclipse 8.5 + Tomcat 8.0 + SQL Server 2012 + JDK1.8 (2) database file: the file under the database backup directory can be restored in the sqlserver2000 database. The restored database name is school Then configure the data source in the management tool of windows. The name is school. Point to the database. The system uses JDBC ODBC mode to connect Of this database. (3) test account number: System administrator account and password: admin admin Educational administrator account and password: edu edu Student account and password: 0319102206 123456 Teacher account and password: 0319000003 123456 (2019-12-02, Java, 12911KB, 下载0次)

http://www.pudn.com/Download/item/id/1575271562561153.html

[网络编程] EasyDarwin-master

EasyDarwin是由国内开源流媒体团队开发和维护的一款开源流媒体平台框架,从2012年12月创建并发展至今,从原有的单服务的流媒体服务器形式,扩展成现在的云平台架构的开源项目,更好地帮助广大流媒体开发者和创业型企业快速构建流媒体服务平台,更快、更简单地实现最新的移动互联网(安卓、IOS、微信)流媒体直播与点播的需求,尤其是安防行业与互联网行业的衔接;
EasyDarwin is an open source streaming media platform framework developed and maintained by the domestic open source streaming media team. Since its establishment and development in December 2012, EasyDarwin has expanded from the original single-service streaming media server form to the current open source project of cloud platform architecture, which can better help streaming media developers and entrepreneurs to quickly build streaming media service platform, faster and simpler. To achieve the latest mobile Internet (Android, IOS, Wechat) streaming media live and on-demand demand demand, especially the security industry and the Internet industry convergence; (2019-01-23, C/C++, 8543KB, 下载6次)

http://www.pudn.com/Download/item/id/1548223889223794.html

[网络编程] 波迅+BHU-5G+网桥+编程器固件+AR9344芯片.bin

ar9344网桥固件波讯波迅+BHU-5G+网桥+编程器固件+AR9344芯片.bin
Ar9344 bridge firmware wave wave fast +BHU-5G+ bridge + programmer firmware +AR9344 chip.Bin (2018-09-22, Java, 6759KB, 下载15次)

http://www.pudn.com/Download/item/id/1537617231208790.html

[网络编程] MIMOBeamformingExample

这个例子展示了如何用波束形成来模拟点对点MIMO-OFDM系统。多输入多输出(MIMO)组合和正交频分复用(OFDM)技术已在最近的无线标准的采用,如802.11X,提供更高的数据传输速率。由于MIMO采用天线阵,波束形成可以提高接收信噪比,进而降低误码率。
This examples shows how to model a point-to-point MIMO-OFDM system with beamforming. The combination of multiple-input-multiple-output (MIMO) and orthogonal frequency division multiplexing (OFDM) techniques have been adopted in recent wireless standards, such as 802.11x families, to provide higher data rate. Because MIMO uses antenna arrays, beamforming can be adopted to improve the received signal to noise ratio (SNR) which in turn reduces the bit error rate (BER). (2017-11-25, matlab, 59KB, 下载50次)

http://www.pudn.com/Download/item/id/1511583301862217.html

[网络编程] www

The United States intelligence response type enterprise website management system (with version 2.1 (mobile phone), mobile phone, tablet computer three, with mobile phone edition) (1) IIS did not open the "enable parent path" (modified method: right click - > - > - > the main site attribute directory configuration - > Options), modified, must restart IIS. (2) IIS did not open the "enablesession" (modified method: right click - > - > - > the main site attribute directory configuration - > Options), modified, must restart IIS. (3) IIS site, without users write permissions (server open write permissions: find the main site directory folder - > right key > > security attributes - > Add - > Advanced - > investigatedimmediately - > Add "Internet guest account" or "IIS_WPG", write permission.). (4) if the operating system is 64 bit, please set up compatible and allow 32 bit applications in iis.
The United States intelligence response type enterprise website management system (with version 2.1 (mobile phone), mobile phone, tablet computer three, with mobile phone edition) (1) IIS did not open the "enable parent path" (modified method: right click - > - > - > the main site attribute directory configuration - > Options), modified, must restart IIS. (2) IIS did not open the "enablesession" (modified method: right click - > - > - > the main site attribute directory configuration - > Options), modified, must restart IIS. (3) IIS site, without users write permissions (server open write permissions: find the main site directory folder - > right key > > security attributes - > Add - > Advanced - > investigatedimmediately - > Add "Internet guest account" or "IIS_WPG", write permission.). (4) if the operating system is 64 bit, please set up compatible and allow 32 bit applications in iis. (2017-07-04, ASP, 3620KB, 下载3次)

http://www.pudn.com/Download/item/id/1499159751697949.html

[网络编程] chat

一个网络聊天程序,要求使用UDP协议。聊天程序必须具备的功能是: (1) 聊天程序不需要经过服务器,既能发送聊天内容又能接收聊天内容。 (2) 通过点击“发送”按钮可以把聊天的一句话的内容附加一些特征信息发送到目的地。一般要把特征信息(本机IP,本人名字,对方密码)用特殊格式与聊天内容分隔开,发送至目的地。 (3) 通过一个“接收”线程接收目的地为本机并且端口号为设定端口号的信息。通过对信息解析,可以解析出对方发送时的密码,如果密码与本人设定的密码不一致,则认为是误发的信息,不接收也不显示;如果信息中的密码与本人设定的密码一致,则认为是发向自己的信息。要解析出发信人的IP和姓名以及内容,并且把内容显示出来
A network chat program, require the use of UDP protocol. Chat program must have features are: (1) chat program does not require the server, both can send chat to receive chats. (2) by clicking the "Send" button to chat with some of the words the contents of the additional features of the information sent to the destination. General characteristics of the information necessary to (local IP, I name, the other password) chats with a special format and separated, sent to the destination. (3) by a "receive" thread receives the destination-based machine and port number to set the port number. Through information analysis, you can parse out each other when sending the password if the password is inconsistent with the password I set, then send the information that is false, does not receive nor display if the information in the password and the password I set the same , is considered to be sent to their own information. To parse out the sender s IP and name and content, and the content (2011-07-29, Java, 6KB, 下载9次)

http://www.pudn.com/Download/item/id/1609794.html

[网络编程] opencms_7.5.3

OpenCms是一个专业水平的开放源代码WEB内容管理系统,可被任何组织或企业使用,OpenCms100 开放源码,采用该技术有如下优点: 直接从WEB站点的前台编辑内容 自动在线/离线工作流 灵活的内容资源 集成全文搜索引擎 所见即所得编辑非结构化内容 结构化内容采用易于定义的基于XML的内容项目 在一个应用中管理多个站点 全文搜索支持PDF、Word、Excel文档资源 为所有的存储资源均可进行配置 基于时间的自动内容发布和过期 完全支持统一编码内容 ACL(Access Control List 访问控制表)权限控制系统 可选的HTML静态导出 基于JSP的模版机制 模块具有版本控制 基于Java/XML,能方便地集成到现有的硬/软件环境中。
OpenCms is a professional level open source content management system WEB can be used by any organization or business use, OpenCms100 open source, the use of the technology has the following advantages: WEB site directly from the front edits Automatic online/offline workflow Flexible content resources Integrated full-text search engine WYSIWYG editing of unstructured content Structured content using easy-to-define the contents of XML-based project In an application to manage multiple sites Full-text search support PDF, Word, Excel documents resources For all storage resources can be configured Time-based automatic content publishing and expiration Fully supports Unicode content ACL (Access Control List access control list) access control system Optional static HTML export JSP based template mechanism Module has the version control Based on Java/XML, can be easily integrated into existing hardware/software environment. (2010-12-14, Java, 50786KB, 下载19次)

http://www.pudn.com/Download/item/id/1380424.html

[网络编程] Build_a_wireless_intrusion_honeypot

众所周知无线网络在带来灵活接入的同时安全问题一直以来都是其软肋,企业无线网络或者家庭无线网络都很容易吸引外来“观光者”,一方面WEP,WPA等加密措施的纷纷被破解使得无线加密形同虚设,另一方面无线网络的自动寻网自动连接也让很多“非有意者”连接到你的无线网络中。那么我们该如何防范针对无线网络的攻击和入侵呢?我们是否能够通过必要的措施对入侵者进行反击呢?今天就请各位读者跟随笔者一起反客为主搭建无线入侵蜜罐,让入侵者露出本来面目。
As we all know to bring a flexible wireless network access while security has always been its Achilles heel, enterprise wireless network or home wireless networks are easy to attract foreign " tourists" , on the one hand WEP, WPA and other encryption measures have been cracked makes wireless encryption useless, the other wireless network to automatically connect automatically search network also made a lot of " non-interested person" to connect to your wireless network. So how do we prevent attacks against wireless networks and intrusion it? If we can adopt the necessary measures to counterattack the invaders do? Today, I would urge readers to follow along to become masters build wireless intrusion honeypot for intruders exposed its true face. (2010-06-25, WORD, 294KB, 下载23次)

http://www.pudn.com/Download/item/id/1223199.html

[网络编程] zhicom

智睿系统除了注重功能上的强大以外更重要的特点就是操作上的方便快捷。我们设身处地为用户着想的设计理念使我们的产品达到了极高的易用性。只需轻点鼠标+简单录入即可完成企业网站管理。效率 + 速度 智睿系统在系统架构,数据库,程序等方面的设计都由资深的专业人士完成,保证了系统的健壮和效率,高效合理的管理流程助您在瞬息万变的商务活动中始终领先一步,掌握市场的主动权。 系统功能: 1、新闻发布,增加,删除,分类管理 2、产品发布,增加,删除,分类管理 3、人才招聘发布,增加,删除,分类管理 4、订单管理,应聘管理,评论,留言管理功能 5、多权限后台管理、IP封锁管理功能,SQL过滤功能 6、企业资执,关于我们,友情链接管理 你的域名/admin/admin_login.asp 帐号:admin 管理密码:123456 配置文件/include/config.asp 数据文件/include/conn.asp 20100611修正(3.6.1): 1、修正会员注册登陆防SQL注入 2、调配产品分页的显示 3、后台管理登陆加载防注入过滤
Core system functions in addition to Chile s strong focus on other more important feature is operational convenience. We put ourselves in the design concept for the sake of users so that our products meet the high ease of use. Just a simple click of a mouse+ input to complete the corporate Web site management. Core system efficiency+ speed wise on the system architecture, database, procedures, design completed by experienced professionals to ensure that the system robust and efficient, effective and reasonable management processes to help your business in a rapidly changing and always one step ahead grasp the initiative. System functions: 1, press releases, add, delete, Category Management 2, product launch, add, delete, Category Management 3, Job release, add, delete, Category Management 4, order management, candidate management, reviews, message management 5, multi-rights background management, IP block management, SQL filtering 6, enterprise resource executive, About (2010-06-12, ASP, 1621KB, 下载7次)

http://www.pudn.com/Download/item/id/1210604.html

[网络编程] Codejia.com_be7bf01a7e548fef79f773311cea4ee7

一个大型企业销售管理系统!用asp和sql server做的成套的东西!很是完美!!欢迎下载!!!!
A large enterprise sales management system! Asp and sql server with the set of things to do! It is perfect! ! Welcome to download! ! ! ! (2009-11-23, ASP, 5318KB, 下载5次)

http://www.pudn.com/Download/item/id/980219.html

[网络编程] fg689pb3

可以突破網路封鎖,瀏覽任何網站,給大家一個自由的網路空間
Lift the blockade network, visit the website `do any real freedom network (2009-11-07, Others, 1905KB, 下载5次)

http://www.pudn.com/Download/item/id/962726.html

[网络编程] XmxCms20

本程序采用 三层架构 + 抽象工厂设计模式 + Linq 实现,目前只做了Access 和 SQL Server ,默认数据库为Access,要更换数据库只需修改web.config 即可。在SQL Server 部分 采用Linq 技术进行对数据库的操作 ,用xml编辑器打开XmxCms.dbml 文件就可看到 SQL Server 的数据库连接字符串 ,请根据实际情况修改。 本程序中的分页控件、文本编辑器、一些图片 来自于网络,在此感谢共享 ! 后台登陆用户名/密码为:admin/admin888 。 后台主要功能有:系统管理 管理员管理 幻灯设置 链接管理 企业信息 产品管理 产品类别 发布产品 新闻管理 添加新闻内容 管理新闻类别 管理首页标签新闻 留言管理 招聘管理 发布招聘 应聘管理 人才策略调查管理 添加新调查 会员管理 广告管理 如果有什么意见或建议尽管提出 。
This program uses three-tier architecture+ abstract factory design pattern+ Linq to achieve, at present only went for Access and SQL Server, the default database to Access, to replace the database can only modify the web.config. (2009-09-27, C#, 3264KB, 下载96次)

http://www.pudn.com/Download/item/id/923806.html

[网络编程] Personal_SQL

网站系统个人版是一套基于.Net + Access(SQL)建站管理系统软件、不依赖于服务商特定空间、不需安装任何空间商组件、独创“网站模板与网站程序完全分离”全新的概念,让网站的模板设计与程序彻底分开、快速搭建网站平台、经过完善设计是专门为中国市场量身定做的一套适合个人、企业、政府和行业网站、内部知识网站、电子商务网站,精心设计的架构与功能体制,为您提供一个安全、高效、全新、快速、优秀的各种网站解决方案。
Personal Edition is a suite of Web-based systems. Net+ Access (SQL) website appear in the software, not dependent on service provider-specific space, without having to install any space commercial components, original " web site templates and website completely separate program" New The concept, so that the site template design and procedures completely separate web site quickly to build a platform through improved design is tailored specifically for the Chinese market set for individuals, businesses, government and industry sites, internal knowledge sites, e-commerce sites , well-designed structure of the system, to provide you with a safe, efficient, new, fast, excellent variety of web site solutions. (2009-09-20, ASP, 2586KB, 下载12次)

http://www.pudn.com/Download/item/id/916302.html

[网络编程] fjqq_cn_film_free

在线影院小偷程序联盟伪静态后台版 v4.1 (发布日期:2009-08-31) 更新日志: ·解决上一版本被卡巴斯基杀毒软件误报的问题; ·解决播放列表旁QVOD播放器与GVOD播放器无法下载的问题; ·解决电影播放页QVOD播放器的下载链接无法打开的问题; ·更改初始后台管理路径及管理帐号密码,避免不修改而产生的安全问题; ·后台管理路径:http://你的路径/cfss_admin 初始管理帐号:长发帅帅 密码:123456
Online Cinema thief procedures Union pseudo-static background Edition v4.1 (Release Date :2009-08-31) Update Log: · resolved on a version of the Kaspersky anti-virus software was the problem of false alarms · solve playlist next to the player with QVOD GVOD player can not download the issue · solution page QVOD player movie player download link can not open the question · change the path and the original admin account password management, avoid security issues arising from modification · Admin Path: http:// your path/cfss_admin the initial management of accounts: long-haired handsome Password: 123456 (2009-09-01, ASP, 254KB, 下载5次)

http://www.pudn.com/Download/item/id/897304.html

[网络编程] Art2008CMS(Free)3.5

首先感谢您选择Art2008 CMS网站管理系统。 Art2008 CMS是一款具有强大的功能的基于ASP语言的网站管理软件,支持ACCESS数据库。Art2008 CMS是一款完全开源的程序,都毫无保留的完全开放源代码,用户不需额外安装其他DLL组件,其最大的特点是易用,标签或js调用方法,简单直观。 系统介绍 : Art2008 CMS系统功能完善,覆盖面广、扩展性强、负载能力好、模板调用非常灵活、管理方便,因此不仅适合于建设一般企业、政府、学校、个人等小型网站,同时也适合于建设地方门户、行业门户等大中型网站。
First of all, Thank you for choosing Art2008 CMS Web site management system. With Art2008 CMS is a powerful language based on the ASP web site management software, to support the ACCESS database. Art2008 CMS is a completely open process, have no reservations about the complete open-source, users do not need an additional DLL to install other components, is characterized by its maximum-to-use, labels or call the js method, simple and intuitive. System: Art2008 CMS system perfect, wide coverage, scalability, and load capacity, and very flexible template call, management convenience, it is not only suitable for the construction of general business, government, schools, individuals and small websites, but also suitable for the construction of local portals, industry portals, such as large and medium-sized Web site. (2009-08-21, ASP, 3446KB, 下载38次)

http://www.pudn.com/Download/item/id/884760.html

[网络编程] aybook.cn_tushuguanguanli1223

主要介绍了此次毕业设计题目“网上书店”的开发背景及如何分析、设和实现的。现在绝大多数的人们购书都是通过去书店,在那里查找自己需要的书籍并进行购买。经过几年实践,我国电子商务发展迅猛,并且越来越走向务实,还有就是网络的发展与应用已经蓬勃发展起来。一类适合现代人网上购书的系统 网上书店是非常必要和可行的,并在我国已得到初步应用并有很广泛的市场需求前景。
Mainly introduce the subject in the graduation project " online bookstore" the development of the background and how to analyze, design and implementation of the. The vast majority of people now book through bookstores go, where they need search and buy books. After several years of practice, the rapid development of electronic commerce in our country and moving toward more and more pragmatic, is to have the development and application of already flourishes. One type of suitable modern system online book online bookstore is a very necessary and feasible, and our country has been at the initial application and has very broad prospects for market demand. (2009-03-23, ASP, 6197KB, 下载28次)

http://www.pudn.com/Download/item/id/684722.html

[网络编程] sfjs

为 了提高用户身份认证和授权管理的灵活性,从We b 应用系统的安全性角度出发,讨论了 一 种在. N E T F r a me w o r k下保证应用程序安全性的身份验证和授权模型,并给出了模型的具体实现方法。 该模型利用 F o r ms身份验证方法对用户的身份进行鉴别。在授权处理上,模型结合统一资源定位( u . J f o r m R e s o u r c e L o c a t o r , U R L ) 授权模式和用户所具有的系统角色,分别从页面级和页面操作级对用户的访问进行 控制。该模型在企业局域网环境内能够提供比较灵活的身份认证和基于角色的授权服务。实际应用表明, 基于该模型的We b应用系统能够对用户的访问进行有效的控制,从而保证了系统的安全性
In order to enhance user authentication and authorization management flexibility, from the We b application system security point of view, discussed 1 Species. NETF ra me work to ensure application security identity authentication and authorization model, and give a model of the specific methods of implementation. The model F or ms using authentication methods on the user s identity were identified. At authorized treatment, the model combination of Uniform Resource Locator (u. J form R esource L ocator, URL) authorization model and the user has the role of the system, separately from the page-level and page-level operations on the user s visit Control. The model in the enterprise LAN environment can provide a more flexible role-based identity authentication and authorization services. Practical application shows that Based on the model We b applications can access the user s effective control, thereby ensuring the system security (2009-03-10, Others, 245KB, 下载9次)

http://www.pudn.com/Download/item/id/667161.html
总计:277