-
实现Web服务器重定向功能的java编程
实现Web服务器重定向功能的java编程-redirect Web server function of java programming
- 2022-02-16 00:11:14下载
- 积分:1
-
基于百度地图API基本地图操作及数据库交互
基于百度地图和jsp实现车辆信息查询、显示。包含了电子地图的基本操作、ajax、数据库连接查询、json数据封装及解析等。同时还包含了js中的常见操作如表单等功能,值得借鉴
- 2022-02-03 08:48:03下载
- 积分:1
-
GA-master
遗传算法java代码实现,遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法(GeneticAlgorithm,download from github)
- 2018-05-28 19:05:50下载
- 积分:1
-
信息面板特效插件
一款非常实用的jQuery点击弹出侧边栏提示信息面板特效插件(A very practical jQuery click pop-up side bar prompt information panel special effect plug-in)
- 2019-01-17 16:05:21下载
- 积分:1
-
cartoon_Application
基于安卓的高仿快看漫画项目源码,只是仿照了UI部分,没有实际功能。仿照的UI有设置、分类、热门、首页按星期展示内容等部分。一个常见展示类app的大体框架就是这些了。可以在本项目基础上自己二次开发。(Based on Android s high imitation fast look at the comic project source code, just modeled on the UI section, there is no practical function. Modeled on the UI have set, classification, popular, home page by week display content and other parts. A common display of the general framework of the class app is these. Can be based on the project itself, the two development.)
- 2016-09-03 10:27:36下载
- 积分:1
-
新建 ZIP 压缩文件
说明: 查看Jar类型的源码,很牛逼,贼优秀,帮助很大
对于新手开发者很推荐,欢迎下载!(View the source code for Jar type)
- 2020-06-22 14:20:02下载
- 积分:1
-
string-base64
Convert data (an array of integers) to a Base64 string.
- 2014-02-13 21:35:08下载
- 积分:1
-
用Java实现坐标转换
本程序可以实现常规的测量中的一些坐标转换,主体采用Java来实现,过程比较简单非常适合初学者使用。
- 2022-03-05 01:31:07下载
- 积分:1
-
SessionListener
防止一个用户多次登陆,session统计在线人数(To prevent a user repeatedly landing, session statistics on the number of online)
- 2009-03-06 12:59:47下载
- 积分:1
-
服务器端原代码:
服务器端原代码:
双击代码全选123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596usingSystem; usingSystem.Collections.Generic; usingSystem.ComponentModel; usingSystem.Data; usingSystem.Drawing; usingSystem.Text; usingSystem.Windows.Forms; usingSystem.Net; usingSystem.Threading; usingSystem.Net.Sockets; namespaceWin_Talk { publicpartialclassForm1:Form { publicForm1() { InitializeComponent(); } privatevoidForm1_Load(objectsender,EventArgse) { } #region//定义变量 IPAddressHostIP=IPAddress.Parse("127.0.0.1"); IPEndPointpoint; Socketsocket; boolflag=true; SocketacceptedSocket; #endregion #region//声名委托 delegatevoidSetTextCallback(stringtext); privatevoidSetText(stringtext) { textBox2.AppendText(text+"rn"); } #endregion #region//进程方法 privatevoidProccess() { if(accept
- 2022-02-05 01:15:10下载
- 积分:1