原创地址:http://www.cnblogs.com/Alandre/
(泥沙砖瓦浆木匠),需要转载的,保留下! Thanks The reasonable man adapts himself to the world;the
unreasonable...
分类:
编程语言 时间:
2014-06-07 05:28:48
阅读次数:
349
DescriptionConflicts are everywhere in the
world, from the young to the elderly, from families to countries. Conflicts
cause quarrels, fights or even ...
分类:
其他好文 时间:
2014-06-07 04:23:10
阅读次数:
213
不能免俗,先打印个helloworld出来,c代码的函数hello.c#include int
helloworld(){ printf("hello world!"); return 0;}然后编译成动态链接库 gcc hello.c -fPIC
-shared -o libhello...
分类:
编程语言 时间:
2014-05-30 02:08:52
阅读次数:
467
一、if判断数字: $A=12 $B=15 if(("$A"<"$B"))
if(("$A"=="$B"))字符串: $A="HELLO" $B="WORLD" if [ "$A" = "FACT_LOGIN_USER" ] if [
"$A" = "$B" ]PS:字符串比较的时候...
分类:
其他好文 时间:
2014-05-28 09:32:44
阅读次数:
347
环球旅游小姐(MissToursimoftheGlobe)国际大赛于1971年由美国好莱坞美丽盛会组织(Festival Of Beauty)主席CharlieSee先生创办,大赛的宗旨是评选本国或地区的旅游形象大使。
该项大赛在60多个国家得到国际的认可,是各国旅游小姐大赛优胜者的最终国际比赛,....
分类:
其他好文 时间:
2014-05-28 09:06:22
阅读次数:
211
安装包下载:http://www.nodejs.org/download/Windows
操作系统安装方法:第一步:下载安装包:第二步:运行node-v0.10.28-x86.msi,选择要安装的地址。第三步:安装完后,运行cmd
,输入node,如图:说明安装成功。这样你就进入nodejs 世界。...
分类:
Web程序 时间:
2014-05-27 16:55:45
阅读次数:
364
We are the World词曲:Michael Jackson & Lionel
RichThere comes a time when we heed a certain call (Lionel Richie 莱昂纳尔.里奇)When
the world must come togethe...
分类:
其他好文 时间:
2014-05-26 17:07:17
阅读次数:
266
前提条件是已经安装了g++要是没有安装,就yum install
g++1,编写Hello.cpp1>vim2>#include int main(){ printf("Hello,the world!");
return 0;}3>:w hello.cpp2,退出vim !q3,编译#g++ .....
分类:
编程语言 时间:
2014-05-25 22:19:17
阅读次数:
468
1. 变量赋值时 = 两边不能有空格.2. if比较时 = 两遍有空格.3. [ 的左右两边 和 ]
的左边有空格, 1 #!/bin/sh 2 # 字符串比较 3 aa= 4 bb="hello" 5 cc="world" 6 7 #
1.注意判断中的字符串变量用双引号括起来(不括起来在某些情况....
分类:
其他好文 时间:
2014-05-25 22:01:11
阅读次数:
298
package chapter1;public class Demo1 { public
static void main(String[] args) { System.out.println("Hello World!"); /*...
分类:
编程语言 时间:
2014-05-25 13:56:17
阅读次数:
229