码迷,mamicode.com
首页 >  
搜索关键字:make menuconfig    ( 11211个结果
Android 让GridView的高度为Wrap_content根据内容自适应高度
From:http://www.jayway.com/2012/10/04/how-to-make-the-height-of-a-gridview-wrap-its-content/ 如果把GridView放到一个垂直方向滚动的布局中,设置其高度属性为 wrap_content ,则该GridV....
分类:移动开发   时间:2014-08-01 15:45:21    阅读次数:337
作为一个jQuery的老用户,如何适应AngularJS的编程思想?
1. Don‘t design your page, and then change it with DOM manipulations In jQuery, you design a page, and then you make it dynamic. This is because jQuery was designed for augmentation and has grown i...
分类:Web程序   时间:2014-08-01 14:01:12    阅读次数:1354
MySQL for Linux(source installation )
Installationsteps->useraddmysql->cd/tmp;tar-xzfmysql-VERSION.tar.gz->chown-Rroot.rootmysql-VERSION->mkdirmybuild->cdmybuild->cmake-DBUILD_CONFIG=mysql_release\-DCMAKE_INSTALL_PREFIX=/usr/local/mysql\../mysql_VERSION->make-j&&mak..
分类:数据库   时间:2014-08-01 13:54:12    阅读次数:220
UVA 11991 Easy Problem from Rujia Liu?
Given an array, your task is to find the k-th occurrence (from left to right) of an integer v. To make the problem more difficult (and interesting!), you'll have to answer m such queries. Input Ther...
分类:其他好文   时间:2014-08-01 13:42:11    阅读次数:170
Couldn't read row 0, col -1 from CursorWindow
java.lang.IllegalStateException: Couldn't read row 0, col -1 from CursorWindow. Make sure the Cursor is initialized correctly before accessing data fr...
分类:Windows程序   时间:2014-08-01 12:59:01    阅读次数:321
再谈CMake与RPATH
之前写过一篇,只要针对的方面是在编译生成之后(不包括安装的make install)如何去除RPATH的问题。今天给大家主要介绍一下如何让CMake在用install命令之后如何保持RPATH。 我先来简单介绍下CMake关于RPATH的机制,在之前文章中介绍过,如果你没有显示指定CMAKE_SK....
分类:其他好文   时间:2014-08-01 10:27:21    阅读次数:224
ntp 控制报文
//make the procedure into block//2014.7.23 OK//#include "CSocket.h"#define NTP_SERVER_IP "192.168.1.12" /*ntp service IP*/int sendpkt(int sockfd...
分类:其他好文   时间:2014-07-31 20:20:27    阅读次数:287
ntp 校时程序
//effect:send ntp packet and get the ntp packet ,make the time OK//2014.7.31 is OK//#include #include #include #include #include #include #include #in...
分类:其他好文   时间:2014-07-31 20:18:57    阅读次数:263
crtmpserver 基本调通
目的:搭建crtmpserver 推rtmp流和播放,测试服务器性能安装和配置的过程中,遇到几个问题,记录一下。 安装crtmpserver过程: 1 yum -y install cmake openssl openssl-devel gcc gcc-c++ make svn 2 ser...
分类:其他好文   时间:2014-07-31 19:50:27    阅读次数:274
linux基本命令学习(一)文件处理命令
1.mkdir(make directory) 创建一个文件夹。 ex:mkdir input 2.rm(remove) ex:rm input 3.ls -a 显示当前目录所有文件 ls -al 显示当前目录下所有文件的详细信息 4.rmdir 删除文件夹 5....
分类:系统相关   时间:2014-07-31 16:28:07    阅读次数:246
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!