随笔分类 -  Network

摘要:把Ubuntu系统硬盘安装到其他的电脑上,网络连接不了 在一台i5电脑上安装好ubuntu18.04后,把该系统磁盘安装到另外一台i5电脑上。系统可以成功启动,但是不能正常上网。 解决办法如下: 1) 用下面这个命令查看本台电脑上可用的网络接口 $ ifconfig -a # 查看可用的网络接口 $ 阅读全文
posted @ 2023-04-16 12:18 opencoder 阅读(250) 评论(0) 推荐(0) 编辑
摘要:Eclipse中设置Installed JREs路径为jdk_xxx/jre目录, 如下图所示: 阅读全文
posted @ 2021-02-24 12:29 opencoder 阅读(69) 评论(0) 推荐(0) 编辑
摘要:Recently, I am working on the game networking module for the game. Some investigation was done to find some easy to use networking packages or problems solutions. There are a lots of packages there, s... 阅读全文
posted @ 2013-05-11 11:43 opencoder 阅读(288) 评论(0) 推荐(0) 编辑
摘要:This sample is a multiplayer 2D game. The communication between the server and client is the UDP socket. The UDP socket communication will be much faster compared to the TCP socket. But it will not... 阅读全文
posted @ 2013-05-05 09:48 opencoder 阅读(151) 评论(0) 推荐(0) 编辑
摘要:MySQL database used vary from general MIS system to game development: check the current player whether is a valid or not while they login in the game lobby, and overwrite the critical player record du... 阅读全文
posted @ 2013-05-05 08:10 opencoder 阅读(265) 评论(0) 推荐(0) 编辑
摘要:The Netty project provides an asynchronous event-driven network application framework and tooling for the rapid development of maintainable high-performance high-scalability protocol servers and clien... 阅读全文
posted @ 2013-04-04 18:50 opencoder 阅读(350) 评论(0) 推荐(0) 编辑
摘要:该书描述了一个简单2D 图形绘制接口。由于没有从网络上下载到本书的配套源码,所以不得不根据其提供出来的接口给出具体的实现。以下是本书中利用该2D lib编写的两个例子。相关源码可以从这里下载。 阅读全文
posted @ 2013-04-04 17:03 opencoder 阅读(218) 评论(0) 推荐(0) 编辑
摘要:本文简要介绍了怎么样使用Mysql++库来操作MySQL数据库。 Mysql++是官方发布的、一个为MySQL设计的C++语言的API,这个API的作用是使工作更加简单且容易。你可以从这里了解以及下载到Mysql++库的详情。在使用mysql++库之前,请确保MySQL数据库服务器已经安装成功。因为编译mysql++的过程需要MySQL数据库的include目录和lib目录。 ... 阅读全文
posted @ 2013-03-01 23:11 opencoder 阅读(353) 评论(0) 推荐(0) 编辑
摘要:该书对MySQL的基本操作进行了简单的描述,此文对其进行简要概括和总结,以便以后查阅。 MySQL操作截图如下: 阅读全文
posted @ 2013-03-01 21:45 opencoder 阅读(150) 评论(0) 推荐(0) 编辑
摘要:Here is a C# Web Crawler that could help you download web pages and attachments from one web-site. Such kind of crawler used vastly among some online stores during their beginning stage. They called t... 阅读全文
posted @ 2013-01-21 22:14 opencoder 阅读(538) 评论(0) 推荐(0) 编辑
摘要:This sample program shows the foundation of sockets communication, chat system. One central server used to distribute the message for all clients, even with the clients 'own messages. The basics of s... 阅读全文
posted @ 2013-01-17 23:34 opencoder 阅读(151) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示