摘要: 前言 主要是Linux网络程序和多线程程序的编写,实现一个网络访问的LED矩阵显示器。客户端采用telnet进行连接。 socket的编程主要和计网实验课上的差不多,计网实验socket编程传送门 字符串的显示 在上次显示一个字符的基础上进行一个字符串的显示。字符的显示 对于字符串的显示可以直接写入 阅读全文
posted @ 2016-06-08 14:23 JackWang822 阅读(545) 评论(0) 推荐(0) 编辑
摘要: 博客已迁移,请前往http://wangkejie.me/2016/06/04/rasp-gpio/阅读 阅读全文
posted @ 2016-06-04 04:37 JackWang822 阅读(3333) 评论(0) 推荐(1) 编辑
摘要: 博客已迁移,请前往http://wangkejie.me/2016/05/27/linux-pthread-socket/阅读 阅读全文
posted @ 2016-05-27 03:19 JackWang822 阅读(5738) 评论(0) 推荐(1) 编辑
摘要: 博客已迁移,请前往http://wangkejie.me/2016/05/21/ucos-stm32-migration/阅读 阅读全文
posted @ 2016-05-21 10:30 JackWang822 阅读(1549) 评论(0) 推荐(0) 编辑
摘要: 工作区,版本库解析 参考链接:http://blog.csdn.net/felix_f/article/details/8777463 左边为工作区,即是我们平时看到的目录,右图为版本库,其中版本库中左侧的index为暂存区(stage, index),右侧为分支(图中为master) 我们修改工作 阅读全文
posted @ 2016-05-07 12:30 JackWang822 阅读(358) 评论(0) 推荐(0) 编辑
摘要: mysql 5.5版本安装 第一次安装直接采用了apt-get直接安装只要按顺序输入以下几条命令即可以完成安装 安装完成后通过mysql --version就可以查看安装时候成功以及安装的mysql的版本 mysql的卸载与最新版本安装 由于apt-get中mysql的源比较老,安装的mysql是5 阅读全文
posted @ 2016-05-06 15:03 JackWang822 阅读(3317) 评论(0) 推荐(0) 编辑
摘要: 博客已迁移,请前往http://wangkejie.me/2016/04/17/stm32-start-cube/阅读 阅读全文
posted @ 2016-04-17 11:29 JackWang822 阅读(1093) 评论(0) 推荐(0) 编辑
摘要: This puzzle consists of a random sequence of m black disks and n white disks on an oval-shaped track, with a turnstile capable of flipping (i.e., reve 阅读全文
posted @ 2016-04-07 23:24 JackWang822 阅读(753) 评论(0) 推荐(0) 编辑
摘要: Worm is an old computer game. There are many versions, but all involve maneuvering a "worm" around the screen, trying to avoid running the worm into i 阅读全文
posted @ 2016-04-07 22:47 JackWang822 阅读(375) 评论(0) 推荐(0) 编辑
摘要: ProblemA cyclic number is an integer n digits in length which, when multiplied by any integer from 1 to n, yields a ��cycle�� of the digits of the ori 阅读全文
posted @ 2016-04-06 19:30 JackWang822 阅读(229) 评论(0) 推荐(0) 编辑