码迷,mamicode.com
首页 >  
搜索关键字:other    ( 5856个结果
codeblocks中给GCC编译器加参数
在使用gcc命令行编译的时候可以使用gcc xxx.c -o xxx.exe -std=c99来使用c99标准编译但是在codeblocks中默认是不使用c99标准编译的,如何加参数呢?Settings>Compiler>Other options>写上如下参数-std=c99如果想多加几个参数,分...
分类:其他好文   时间:2014-10-02 02:51:22    阅读次数:316
LeetCode :My solution N-Queens
N-Queens  Total Accepted: 15603 Total Submissions: 60198My Submissions The n-queens puzzle is the problem of placing n queens on an n×n chessboard such that no two queens attack each other...
分类:其他好文   时间:2014-10-01 12:42:01    阅读次数:139
Saving Files
Android uses a file system that's similar to disk-based file systems on other platforms. This lesson describes how to work with the Android file system to read and write files with the FileAPIs....
分类:其他好文   时间:2014-10-01 02:01:01    阅读次数:339
王立平--include在Android中的应用
一个布局中包含另一个布局 1.在layout下定义activity_other.xml布局 2.代码中的包含如下:     xmlns:tools="http://schemas.android.com/tools"     android:layout_width="match_parent"     android:layout_height="match_par...
分类:移动开发   时间:2014-09-30 11:45:39    阅读次数:184
aliyun Ubuntu 14.04 64bit OpenJDK Tomcat7 install
my work environment: aliyun Ubuntu 14.04 64位 first phase:apt-get update    (it is very important,otherwise will cause 404 error) second phase:installation referenced by other website informatio...
分类:其他好文   时间:2014-09-29 19:36:41    阅读次数:287
poj1007【求逆序数】
DescriptionOne measure of ``unsortedness'' in a sequence is the number of pairs of entries that are out of order with respect to each other. For insta...
分类:其他好文   时间:2014-09-26 22:07:08    阅读次数:194
Solo and Mute
【Solo and Mute】 Muting means a transition will be disabled. Soloed transtions are enabled and with respect to other transitions originating from the ....
分类:其他好文   时间:2014-09-26 18:54:28    阅读次数:164
Rectangles
Sometimes it is obvious what the attributes of an object should be, but other times you have to make decisions. For examples, imagine you are designin...
分类:其他好文   时间:2014-09-25 17:09:17    阅读次数:290
git 入门
important attributes1)Snapshots, Not DifferencesThe major difference between Git and any other VCS (Subversion and friends included) is the way Git th...
分类:其他好文   时间:2014-09-25 03:37:28    阅读次数:329
Linux mint cinnamon how to customize theme
Linux mint cinnamon ? ? ? how to customize theme Linux mint have two style theme- system theme and user theme? eg: system setting->themes like picture below: Void is user theme and the other is...
分类:系统相关   时间:2014-09-25 00:17:08    阅读次数:425
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!