自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(9)
  • 资源 (8)
  • 收藏
  • 关注

原创 c和指针的9:12题解,个人觉得比答案给的好

char ASIIC[30] = "ABCDEFGHIJKLMNOPQRSTUVWXYZ";  int prepare_key(char * key)  {         int i = 0;         char * copy = strdup(key);         while(*copy != NUL)         {                    *co

2013-12-01 20:18:59 706

原创 android的ndk里面编译boost

一:背景 工作需要,要在android里面使用boost库,但是使用方法不是供界面通过jni的方法调用, 而是只需要编译以后供c/c++的应用程序调用就好。 平台使用的是atom的,所以本来如果不求甚解的话,我可以直接使用linux下的编译方法, 通过静态编译就可以开发应用程序了;但是为了更好了的理解ndk,我还是决定要在ndk下面编 译通过。 二: 首先遇到的问题是,ndk下载以后

2013-08-07 10:22:08 2850

原创 python3运行中的一些问题

1:几个月前交叉编译了python3,一直没有使用;最近工作需要 又开始折腾,首先遇到的问题就是一些内置的模块找不到:time等等; 经过上网搜索,发现是Modules/Setup需要打开一些没有编译的文件,比如 上文提到了time; 打开后会遇到_Pytime_DoubleToTimet找不到的问题,下载一个timemodule.c 补上那个函数就可以了 接着编译还会遇到make:

2012-12-28 13:39:25 1963 1

原创 交叉编译python3.2

最近由于工作需要,在tcc8900的板子上面交叉编译了python3.2 为了备忘和有需要的朋友参考,将步骤记录下来; 首先都是需要下载http://www.python.org/ftp/python/ 对应版本;Python-3.2.2.tar.bz2 然后执行: tar -xvzf Python-3.2.2..tarbz2 cd Python-3.2.2

2012-05-24 18:11:02 3750

原创 ubuntu10.04启动流程

关于linux的启动流程已近有很多人讨论过,但是很多时候都不是适合自己; 这就是linux版本差异造成的,比如目前我看的10.04版本,就和很多网上的帖子论述的不一样 所以需要自己边看边实验; 大致的顺序就是: /etc/init.d/rc-sysinit.sh /etc/init.d/rcS /etc/init.d/rc S /etc/rcX.d/* 然后就是用户相关的 /et

2011-12-19 17:44:23 517

原创 关于在ubuntu下面添加自启动脚本的方法

我们需要依据upsatart启动机制,在/etc/init.d/里面添加要增加的脚本 比如cat 》onlytest echo “I am here!” CTRL+D 然后修改文件权限 chmod a+x onlytest 最后运行系统的perl脚本 sudo updata-rc.d onlytest default 98 删除的方法 sudo update-rc.d -f

2011-12-19 10:36:19 457

原创 linux下隐藏鼠标的方法

最近工作需要,调查了一下如何在界面启动以后不显示鼠标光标,但是触摸屏可以正常工作,现将方法总结一下: 1:使用XCursor Transparent Theme 方法 下载xcursor-transparent-theme-0.1.1.gz,解压; 编译,安装; ./configure cd cursors make install-data-local DESTDIR=/home/use

2011-12-17 10:27:38 5823 1

原创 linux下网卡配置

linux系统安装完,以后通过命令模式配置网卡IP。配置文件通常是/etc/sysconfig/network-scripts/ifcfg-interface-name1.配置网卡IP地址vi /etc/sysconfig/network-scripts/ifcfg-eth0 #第二块网卡:vi /etc/sysconfig/network-scripts/ifcfg-eth1DEVI

2009-12-31 14:42:00 2050

原创 shell中的反引号与$()区别

今天在现在了ldd3的代码,运行scull中的scull_load的时候弹出如下错误: [root@localhost scull]# ./scull_load awk: cmd. line:1: /=="scull" {print /} awk: cmd. line:1: ^ backslash not last character on line mknod: wrong number

2009-11-08 16:05:00 1782

TCP/IP网络编程(随书代码)

韩国网站下载,在此分享;需要的下载, TCP/IP网络编程 随书代码

2015-03-28

网络游戏核心技术与实战

网络游戏核心技术与实战 code 代码 日文的网站,蒙着下载了下来 需要的请下载

2014-04-20

byte_of_vim

byte_of_vim vim的技巧实用,很实用

2013-08-29

A Little C Primer

This book was generated by the volunteers at Wikibooks, a team of people from around the world with varying backgrounds. The people who wrote this book may not be experts in the field. Some may not even have a passing familiarity with it. The result of this is that some information in this book may be incorrect, out of place, or misleading. For this reason, you should never rely on a community-edited Wikibook when dealing in matters of medical, legal, financial, or other importance. Please see our disclaimer for more details on this. Despite the warning of the last paragraph, however, books at Wikibooks are continuously edited and improved. If errors are found they can be corrected immediately. If you find a problem in one of our books, we ask that you be bold in fixing it. You don't need anybody's permission to help or to make our books better. Wikibooks runs off the assumption that many eyes can find many errors, and many able hands can fix them. Over time, with enough community involvement, the books at Wikibooks will become very high-quality indeed. You are invited to participate at Wikibooks to help make our books better. As you find problems in your book don't just complain about them: Log on and fix them! This is a kind of proactive and interactive reading experience that you probably aren't familiar with yet, so log on to http:/ / en. wikibooks. org and take a look around at all the possibilities. We promise that we won't bite!

2013-08-29

c++沉思录的21章代码录入

c++沉思录的21章代码 没有下载的,只是书上有些分散的代码片段,我录入了一下,供需要的人下载使用,节省时间

2013-04-09

80x86、80x87结构与汇编语言程序设计

资源集合。关于80x86、80x87结构与汇编语言程序设计的

2012-10-15

linux内核情景分析

上下册一体 便于阅读 网上下载的 再传一遍

2010-01-12

gnu_c_book.pdf

gnu类别的c语言 学习linux下编程必备

2008-10-06

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除