码迷,mamicode.com
首页 >  
搜索关键字:building    ( 1683个结果
PAT1008. Elevator
The highest building in our city has only one elevator. A request list is made up with N positive numbers. The numbers denote at which floors the elev...
分类:其他好文   时间:2015-02-19 12:55:04    阅读次数:139
[Bootstrap] 2. class 'row' & 'col-md-x' & 'col-md-offset-x'
Usually when desgin a web page, we think building the page in grid.Bootstrap can help us to do that.It divides the page into 12 cols. In the picture, ...
分类:其他好文   时间:2015-02-16 18:16:12    阅读次数:639
01-02 Introducing the Building Blocks of the .NET Platform (the CLR, CTS, and CLS)
The primary role of the CLR is to locate, load, and manage .NET objects on your behalf.CLR主要的角色就是为你定位,加载和管理.Net对象。The CLR also takes care of a number ...
分类:Web程序   时间:2015-02-15 16:25:26    阅读次数:176
无线局域网PC-PC的搭建
/** J.* Mon Dec 20,2010*/WLAN's building for game. (just PC to PC)Server :address: 192.168.1.2gateway: 192.168.1.2dns: 192.168.1.2client :address: 19....
分类:其他好文   时间:2015-02-15 12:08:36    阅读次数:195
CoreCLR 在 Linux 下编译成功
https://github.com/dotnet/coreclr/wiki/Building-and-Running-CoreCLR-on-Linuxubuntu-14.10clang --versionUbuntu clang version 3.5.0-4ubuntu2 (tags/RELEA...
分类:系统相关   时间:2015-02-11 21:52:56    阅读次数:742
Kernel boot options
There are three ways to pass options to the kernel and thus control its behavior: When building the kernel. Most of this book discusses these options....
分类:其他好文   时间:2015-02-11 16:21:54    阅读次数:157
Spatial Database使用时的一次debug(sdo_nn)
spatial 检索的时候SELECT b1.b_idFROM building b1,building b2WHERE b2.b_ID='b3' AND sdo_nn(b2.shape, b1.shape, 'sdo_num_res=5', 0.5) = 'TRUE';出现这种错误:ORA-132...
分类:数据库   时间:2015-02-11 08:11:49    阅读次数:177
如何在Xcode6中添加pch(Precompile Prefix Header)文件?
1.新建一个pch文件command + N , 选择 iOS -> Other -> PCHFile2.将building setting中的precompile header选项的路径添加“$(SRCROOT)/项目名称/pch文件名”(例如:$(SRCROOT)/RMWeibo/PrefixH...
分类:其他好文   时间:2015-02-09 22:53:13    阅读次数:102
personal log: make my own media center
rcd my own path , on building my own media center. Use ffserver ,ffmpeg;? May not be helpful for u . It‘s nothing the bugs i‘v meet & tasks I‘v made. ------------------------------------------CONT...
分类:其他好文   时间:2015-02-08 16:59:46    阅读次数:246
[原]Ubuntu 14.04编译Android Kernel
如何编译android kernel参考官方文档:https://source.android.com/source/building-kernels.html在Ubuntu 14.04上编译android kernel也没有遇到什么很难的问题。主要分以下几个步骤:首先查看emulator的cpu型...
分类:移动开发   时间:2015-02-07 18:52:43    阅读次数:160
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!