Linux内核编译是一件简单却费事的事。
但是独立的编译linux内核会帮助你很好的理解Linux内核的工作机理。
首先编译linux内核我们需要在当前linux操作系统下安装gcc编译器,因为我是Centos distribution版本
yum install gcc
接下来安装依赖环境:
yum install ncurses-devel
现在我们以lin...
分类:
系统相关 时间:
2014-12-29 16:52:45
阅读次数:
150
确保Gralde已经安装好。1.用idea新建一个gralde的project,新建时注意选use local gradle distribution,虽然官方文档上说如果配制gradle的环境变量后idea能自动找gradle的路径,但通过实践,还是选上好。不选idea还是找不到依赖的包.另外注意...
分类:
其他好文 时间:
2014-12-28 15:25:39
阅读次数:
299
该程序摘自官网教程;1、首先去Jetty官网,下载jetty-distribution-9.2.6.v20141205.zip,JettyJar包,解压到任意目录;2、使用Eclipse新建一个Java Project,命名为helloworld-jetty;3、选中工程,右键->propertie...
分类:
其他好文 时间:
2014-12-25 20:03:53
阅读次数:
237
对于Struts、spring、hibernate大体上去过一遍之后,就是针对这个几个框架的整合了。对ssh框架异常熟悉、能够在1个小时搞定这些无聊的配置的程序猿,请飘过。
整合的环境
hibernate-distribution-3.6.0.Final-dist
spring-framework-2.5.6.SEC01-with-dependencies
str...
分类:
其他好文 时间:
2014-12-19 00:41:08
阅读次数:
605
1. Check the sales order type : SPRO -- > Salse and distribution -- > Sales -- > Sales Documents -- > Sales document Header -- > Define sales document...
分类:
其他好文 时间:
2014-12-17 20:29:28
阅读次数:
191
1、在“Provisioning Profiles”中点击“Add”按钮。2、在“What type of provisioning profile do you need?”页面中选择“Distribution”下的“Ad Hoc”,点击“Continue”按钮,如下图3、在“Select App...
分类:
移动开发 时间:
2014-12-10 15:57:48
阅读次数:
243
c++11提供的实现了随机数库,它通过随机数引擎类(random_number_engines)产生随机数序列,随机数分布类(random-number distribution)使用随机数引擎生成服从特定概率分布的随机数。让我们看一个简单的例子:#include #include using s....
分类:
编程语言 时间:
2014-12-07 16:17:38
阅读次数:
346
一、成员介绍1.Certification(证书)证书是对电脑开发资格的认证,每个开发者帐号有一套,分为两种:1)Developer Certification(开发证书)安装在电脑上提供权限:开发人员通过设备进行真机测试。可以生成副本供多台电脑安装;2)Distribution Certifica...
分类:
移动开发 时间:
2014-12-05 01:56:28
阅读次数:
211
1. 网站注册以及 apple profile 设置网站上注册完成后。在 app dev center 创建一个 adhoc distribution 的 profile。添加你想测试的设备的 uuid 到这个 profile 中。未添加的不可测试。2. Xcode 设置添加结束后,下载 profi...
分类:
移动开发 时间:
2014-12-04 00:42:48
阅读次数:
336
从stackoverflow上找到的,已经安装成功,借此留存下
Here's how I got Auctex to work with pure Emacs:
Install the MacTeX distribution package
Download OS X emacs, place in /Applications
Download the Auctex tarba...
分类:
系统相关 时间:
2014-12-03 23:31:35
阅读次数:
531