摘要: server.c点击(此处)折叠或打开// gcc-lpthread server.c-o server#include #include #include #include #include #include ... 阅读全文
posted @ 2016-03-30 16:18 张同光 阅读(122) 评论(0) 推荐(0) 编辑
摘要: http://stackoverflow.com/questions/14563134/epoll-loops-on-disconnection-of-a-clientI am trying to impleme... 阅读全文
posted @ 2016-03-30 16:18 张同光 阅读(106) 评论(0) 推荐(0) 编辑
摘要: 点击(此处)折叠或打开 127.0.0.1 root 123456 criteria ... 阅读全文
posted @ 2016-03-30 16:12 张同光 阅读(102) 评论(0) 推荐(0) 编辑
摘要: ---------------------------------------//centos7 编译 php-5.6.14//centos7 yum 源# yum localinstall http://dl.... 阅读全文
posted @ 2016-03-30 16:03 张同光 阅读(109) 评论(0) 推荐(0) 编辑
摘要: +++++++++++++++++++++++++++++++++++++++++编译 php-5.6.14,将用到的库静态链接进来[root@localhost php-5.6.14]# pwd/opt/cBP... 阅读全文
posted @ 2016-03-30 16:01 张同光 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 参考:http://www.goland.org/nodejsonandroid/第1步:下载node-v4.2.1[root@localhost node-v4.2.1]# wget -c https://no... 阅读全文
posted @ 2016-03-30 16:00 张同光 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 宿主机:CentOS 7 + android-ndk-r8e-linux-x86_64.tar.bz2 + arm_linux-androideabi-4.7 + API-14 手机:MB526 + Android 4.4.4 + armv7 [root@localhost android-on-l 阅读全文
posted @ 2016-03-30 15:55 张同光 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 宿主机:CentOS 7 + android-ndk-r8e-linux-x86_64.tar.bz2 + arm_linux-androideabi-4.7 + API-14 手机:MB526 + Android 4.4.4 + armv7 [root@localhost android-on-l 阅读全文
posted @ 2016-03-30 15:53 张同光 阅读(170) 评论(0) 推荐(0) 编辑
摘要: 1.安装gcc,需要c和c++两部分,默认安装下,CentOS不安装编译器的,在终端输入以下命令即可 yum install gcc yum install gcc-c++ 2.安装gtk2-devel,因为默认已经安装了正式产品需要的支持库,但是没有安装开发所需要的文档. yum install 阅读全文
posted @ 2016-03-30 15:53 张同光 阅读(155) 评论(0) 推荐(0) 编辑
摘要: ★★★★★上面的问题——解决了:--------> /opt/cBPM/criteria-lin/src/Criteria/Criteria.WorkflowEngine/events/WorkflowLi... 阅读全文
posted @ 2016-03-30 15:51 张同光 阅读(100) 评论(0) 推荐(0) 编辑
摘要: 编译xerces-c (静态库)—CentOS 7— android-ndk[root@localhost xerces-c-3.1.2]# pwd/opt/cBPM-android/xerces-c-3.1.2... 阅读全文
posted @ 2016-03-30 15:49 张同光 阅读(164) 评论(0) 推荐(0) 编辑
摘要: http://blog.chinaunix.net/uid-14735472-id-5214306.html # export PATH=$PATH:/opt/android-on-linux/android-ndk-r8e/toolchains/arm-linux-androideabi-4.7/ 阅读全文
posted @ 2016-03-30 15:48 张同光 阅读(654) 评论(0) 推荐(0) 编辑
摘要: 参考:http://www.centoscn.com/image-text/install/2014/0905/3684.html 在CentOS7上安装Codelocks的过程。1.安装gcc,需要c和c++两... 阅读全文
posted @ 2016-03-30 15:46 张同光 阅读(135) 评论(0) 推荐(0) 编辑
摘要: CodeBlocks全局编译参数(Settings->Compiler)具体设置,参考 http://blog.chinaunix.net/uid-14735472-id-5194999.html打开CodeBl... 阅读全文
posted @ 2016-03-30 15:46 张同光 阅读(115) 评论(0) 推荐(0) 编辑
摘要: ftp://ftp.bluage.com/eclipse45/eclipse-cpp-mars-R-linux-gtk-x86_64.tar.gzftp://ftp.bluage.com/eclipse45/ec... 阅读全文
posted @ 2016-03-30 15:45 张同光 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 2002年参加工作以来(截止2014.6),讲授的课程如下,蓝色的课程是近5年主要讲授的课程。 《专业英语》 《汇编语言》 《计算机网络》 《离散数学》 《计算机网络安全》 《微型计算机硬件技术基础》 《Linux操作系统》 《嵌入式软件开发基础》 《嵌入式软件开发高级》 《Linux C程序设计》 阅读全文
posted @ 2016-03-30 15:25 张同光 阅读(109) 评论(0) 推荐(0) 编辑
摘要: 序号 名 称 出版社名称、时间 12 信息安全技术实用教程(第3版) 2015-11、电子工业出版社 张同光主编 11 Linux操作系统(RHEL7/CentOS7) 2014-11、清华大学出版社 张同光主编 10 嵌入式系统开发实用教程 2013-08、清华大学出版社 张同光主编 9 Linu 阅读全文
posted @ 2016-03-30 15:24 张同光 阅读(168) 评论(0) 推荐(0) 编辑
摘要: 2016-03-30-北邮-haoxiaop-daijiy 阅读全文
posted @ 2016-03-30 15:21 张同光 阅读(118) 评论(0) 推荐(0) 编辑
摘要: [root@bogon 桌面]# cat booklist.txt9787302115199978730214220197873021151999787115242907978711525329397873021... 阅读全文
posted @ 2016-03-30 10:39 张同光 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 张美英http://category.dangdang.com/all/?category_path=01.54.02.00.00.00&page_index=1&sort_type=sort_pubdate_d... 阅读全文
posted @ 2016-03-30 10:39 张同光 阅读(64) 评论(0) 推荐(0) 编辑