码迷,mamicode.com
首页 >  
搜索关键字:make menucomfig    ( 11169个结果
Erlang进程执行周期
比方说下面一段代码 make_process(List) when is_list(List)-> Pid1=spawn(fun()->do_action(List) end), register(pid1,Pid1), Pid2=spawn(fun()->do_action() end), register(pid2,Pid2). do_action(List)-> re...
分类:其他好文   时间:2014-08-24 18:09:53    阅读次数:302
How to Make cURL works with cmake
How to Make cURL works with cmake     Recently, I want to learn cURL, so downloaded it and compiled it, and use cmake to manage the project, I wrote a CMakelists.txt as below: cmake_minimum_req...
分类:其他好文   时间:2014-08-24 11:44:22    阅读次数:179
【2014-08-23】Beyong Coding
be a product engineer,not be a engineer选择比努力更重要just code it,code it ,until you make it缺的不是idea,而是到位的执行Find partner 尤其是懂市场的partner,选中一个互补的Teamlearn fi....
分类:其他好文   时间:2014-08-23 21:38:51    阅读次数:280
[Lua]mac 上安装lua
a  35  curl -R -O http://www.lua.org/ftp/lua-5.2.3.tar.gz    36  ls a   37  tar zxf lua-5.2.3.tar.gz    38  cd lua-5.2.3    39  lsz    40  sudo make install     41  ls    42  sudo...
分类:其他好文   时间:2014-08-23 20:24:41    阅读次数:340
Linux SSH tunnel access test
Use the SSH to build up the tunnel access to other computer can make the communication encrypted and secured, tested on the http service by using the SSH tunnel access...
分类:数据库   时间:2014-08-23 19:06:01    阅读次数:324
poj1003 Hangover
DescriptionHow far can you make a stack of cards overhang a table? If you have one card, you can create a maximum overhang of half a card length. (We'...
分类:其他好文   时间:2014-08-23 01:00:19    阅读次数:238
lighttpd基本配置
由于工作中需要用到lighttpd,自己安装了一个,遇到了一些问题记录如下: (1)安装 只需要下面3步即可: ./configure --prefix=/home/users/xxx/lighttpd/lighttpd-1.4.20-bin make make install (2)到安装之后的目录下创建2个文件夹 mkdir logs mkdir html ...
分类:其他好文   时间:2014-08-22 17:57:59    阅读次数:317
在ios项目中使用自定义字体
Custom fonts can make all the difference in the world when you’re trying to convey a specific user experience. Luckily, it’s pretty easy to add your own fonts in your iOS app but there are some ...
分类:移动开发   时间:2014-08-22 16:33:29    阅读次数:395
android fota小结
fota在make中有个关键的目标target-files-package,该目标生成一个用于做升级包的zip文件。升级包中的内容是定义好的文件列表。同时有一个主要的脚本./build/tools/releasetools/ota_from_target_files,这个脚本可以根据不同的参数生成完...
分类:移动开发   时间:2014-08-22 12:10:46    阅读次数:363
poj1002 487-3279
DescriptionBusinesses like to have memorable telephone numbers. One way to make a telephone number memorable is to have it spell a memorable word or p...
分类:其他好文   时间:2014-08-22 00:19:05    阅读次数:195
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!