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

[网络编程] WebWeather-BaseDemo-

基于webService的天气查询案例,基础版,未连接公网的,socket、webservice、wsdl使用过程生成的代码来创建客户端
Weather query case based on webService, basic version, not connected to the public network, socket, webservice, wsdl use the code generated by the process to create the client (2016-08-03, Java, 0KB, 下载0次)

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

[网络编程] panama

panama是一个高性能的代理服务器,基于shadowsocks协议,采用netty实现,可以使用ss客户端进行连接。并且除了常规的代理模式,还支持链式代理,反向代理功能,支持内网穿透。
Panama is a high-performance proxy server. It is based on the shadowlocks protocol and implemented by netty. It can be connected using the ss client. Besides the conventional proxy mode, it also supports chain proxy, reverse proxy and intranet penetration. (2023-07-20, Java, 0KB, 下载0次)

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

[网络编程] SocketPushClient

最近项目中要求做推送,基于内网的。由于工期不是很紧,需求不是很严格,所以放弃了使用三方的推送框架,基于Socket自己写了消息推送功能(服务端+android端)。服务器端使用java,客户端使用Android。本人是做Android开发的,所以demo重点介绍客户端的一些...,
Recently, the project requires push, which is based on the intranet. Because the construction period is not very tight and the requirements are not very strict, we gave up using the three-way push framework and wrote the message push function (server+android) based on Socket. The server uses java, and the client uses Android. I am an Android developer, so the demo focuses on the client, (2017-03-29, Java, 0KB, 下载0次)

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

[网络编程] Film

javaweb系统,有上传视频,权限控制,在线浏览等功能 数据库:sqlserver2008(数据库文件在压缩包里有,格式为.mdf和.ldf) 工具:myeclipse
(A movie website source code, including the Java source file and all the CSS style sheets and JS files, the data is MySQL) (2020-02-06, Java, 7592KB, 下载0次)

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

[网络编程] 某网ssm到Spring Boot 从零开发校园商铺平台 (2)

Java版本(SSM到SpringBoot)校园商铺全栈开发,自学面试必备,从小白到大牛,你值得拥有
Java version (SSM to springboot) full stack development of campus shops, necessary for self-study interview, from Xiaobai to Daniel, you deserve to have (2020-02-06, Java, 1445KB, 下载9次)

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

[网络编程] lcg0124-bootdo-master

项目介绍 面向学习型的开源框架,简洁高效,减少过渡封装,展现技术本质 Springboot作为基础框架,使用mybatis作为持久层框架 使用官方推荐的thymeleaf做为模板引擎,shiro作为安全框架,主流技术,“一网打尽” 基于注解的sql写法,零XML,极简配置,一键前后台代码生成
Project introduction The learning oriented open source framework is concise and efficient, reduces transition encapsulation, and shows the essence of Technology Springboot as a basic framework, using mybatis as a persistence layer framework Use the official recommended thymeleaf as a template engine, Shiro as a security framework, mainstream technology, "" SQL writing based on annotation, zero XML, minimalism configuration, one key front and back platform code generation (2018-01-04, Java, 12559KB, 下载5次)

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

[网络编程] Maven_CN

《MAVEN 权威指南中文版》 虽然网络上有许多Maven 的参考文章,但是没 有一篇单独的,编写规范的介绍Maven 的文字,它需要是一本细心编排的入门指南和参考手册。我们做的,正是试图提供这 样的,包含许多使用参考的文字。
" MAVEN Definitive Guide Chinese version of" While there are many Maven reference articles on the web, but there is no a single, standardized written text describes Maven, it needs to be a carefully choreographed Getting Started Guide and Reference Manual. We do now is try to provide such, contains many references using text. (2014-05-05, Java, 3804KB, 下载1次)

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

[网络编程] http4j

对于HTTP访问过程进行分析,包括建立连接的时间,DNS域名解析的时间,首包返回的时间,页面对象下载的时间等一系列耗时。类似于国外著名的httpwatch
HTTP access process, including the establishment of the connection, the DNS domain name resolution, the first packet returned by the time the object of the page download time series of time-consuming. Similar foreign famous httpwatch (2012-08-16, Java, 474KB, 下载12次)

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

[网络编程] Implementation_of_Aloha

经典的以太网Aloha协议的Java实现,内附三种基本的Aloha,即PureAloha,PureAloha2和slottedAloha,是网络初学者实践必备的代码
classic Implementation of Ethernet Aloha Protocol with Java programming,containing PureAloha1/2 and slotted Aloha (2010-02-24, Java, 5KB, 下载30次)

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

[网络编程] feigechuanshuV0.8

1、扫描本地局域网内同本机同一网段的所有计算机,并将能ping通机器的机器名放在列表中,可以对列表排序,刷新(对JTree的操作)。 2、最多添加3个自定义网段。(对于机房特别实用,因为机房不同房间的机器通常在不同的网段中)。自定义服务监听端口(注:保证两台机器端口一致才能互相通信)。 3、对于列表中的计算机,可以发送系统消息(前提:系统的信使服务开启,注:windows xp sp2 以后的计算机都是默认关闭的,所以系统服务无效,好在我们学校机房是2000系统)。本网段群发,和局域网群发功能暂未实现(因为群发太邪恶了,实训期间深有体会)。 4、任意两台在线(两台机器都打开本软件)可以互相聊天(目前看来除了机房上课的无聊间隙,这个功能实用性实在有限)。 5、任意两台在线的机器可以互相传文件(在宿舍试了一下速度基本可以达到百兆局域网上限,所以用在同一宿舍互传文件也不错,省去了U盘、移动硬盘插拔的麻烦,也不需设置恼人的windows网上邻居或FTP服务)。
1, scan the local LAN with this machine all the computers in the same network segment, and will pass the machine can ping the machine name on the list, you can sort the list, refresh (for JTree s operation). 2, add up to three custom segment. (For room especially useful, because the machine room is usually different rooms in a different network segment). Customized service listening port (Note: to ensure that the same port to two machines communicate with each other). 3, for the list of computers, you can send system messages (the premise: The system messenger service is turned on, note: windows xp sp2 after the computer is off by default, so the system service is invalid, and good in our school computer room is a 2000 system). Ben Wang segment mass, and the mass function of local area network yet to achieve (because the mass is too evil, and practical training during the profound understanding). 4, any two-line (two machines are to open the software) can chat with each oth (2009-09-14, Java, 153KB, 下载134次)

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

[网络编程] Searcher

用JAVA写的局域网扫描程序,可以扫描同网段的局域网中有哪些正在工作的主机
Written using JAVA LAN scanner can scan the same network segment of the LAN which is the work of the host (2009-07-20, Java, 1KB, 下载92次)

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

[网络编程] kcfree

福运订餐网免费版,提供大家免费使用! 如需要美化,修改,增加功能请到,福运建站网--福运订餐网官方网站。 福运订餐系统分为免费版,普及版,创业版,通用版,中级版,高级版。 欢迎查看演示:http://www.fooun.com 产品管理功能,订餐管理功能 网站基本设置功能 特色是:按周显示餐品。 每天都在变化 后台管理目录admin 用户名admin 密码admin
Fu Yun-free reservation network to provide free access to everyone! Required such as landscaping, modify, add features go, Yun-Fu建站Net- Net official Fu Yun-reservation website. Yun-Fu reservation system is divided into free, universal version of GEM, General Edition, Intermediate Version, advanced version. Welcome to view the presentation: http://www.fooun.com product management functions, management functions reservation website features the basic settings are: food products weekly show. Change the background every day management of the directory admin user name admin password admin (2009-04-02, Java, 1305KB, 下载5次)

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

[网络编程] Internal_and_external_network_multimedia_data_tran

基于JMF的内外网多媒体数据传输技术,随着网络的不断发展,多媒体传输技术的应用越来越广泛。但目前的多媒体传输普遍存在着内外网通信无法进行或受到某些限制的问题,该文提出了该问题的一种解决思路,并描述了其在JMF中的具体实现。
JMF-based internal and external network of multimedia data transmission technology, with the continuous development of networks, multimedia transmission technology more widely. However, the current prevalence of internal and external multimedia transmission Netcom or letter can not be subject to certain restrictions on the issue, the article raised the issue of a solution ideas, and describe its specific realize JMF. (2008-05-24, Java, 195KB, 下载17次)

http://www.pudn.com/Download/item/id/471997.html
123
总计:53