共享全局变量实例:#include #include #include #include int key=100;void *helloworld_one(char *argc){ printf("the message is %s\n",argc); key=10; printf...
分类:
编程语言 时间:
2014-06-19 06:19:28
阅读次数:
494
http://www.cnblogs.com/viprx/archive/2012/09/06/2673693.htmlMongoDB条件查询的基本语法。Query.All("name", "a", "b");//通过多个元素来匹配数组Query.And(Query.EQ("name", "a"),...
分类:
数据库 时间:
2014-06-19 00:53:44
阅读次数:
241
Sysctl指令是对系统核心参数的设置:用法:-a 参数列出系统中所有核心设置当然了这些核心的设置都是文件,存放于/proc/sys/net目录下。举个有代表性的例子:net.ipv4.icmp_echo_ignore_all = 0 把所有的点改为 / 就可以了。[root@redhat net]...
分类:
系统相关 时间:
2014-06-18 23:55:05
阅读次数:
421
由于EBS form界面有一个报错,是一个小bug,以下打一个小patch修补一下。【以下的过程没有停库】解压p8496830_111070_Linux-x86-64.zipcd 8496830$ORACLE_HOME/OPatch/opatch apply -invPtrLoc /u01/ERPT...
分类:
数据库 时间:
2014-06-18 22:57:28
阅读次数:
409
css3 动画效果比如transition:all 2s linear;这种用来计算及时的物体坐标的话会带来一定的问题比如把一个DIV从A点移动到B点。JS为DIV.style.left=B;但是当我们使用上面的transition属性后,A点移动到B点是2秒内完成的,当执行JS代码时候,DIV还没...
分类:
Web程序 时间:
2014-06-17 00:43:52
阅读次数:
443
Problem DescriptionTeacher HU and his 40 students were trapped by the brigands. To show their power, the head of the brigands want to select one peopl...
分类:
其他好文 时间:
2014-06-17 00:28:32
阅读次数:
362
添加用户并授权:grant ALL PRIVILEGES ON *.* TO 'username'@'%' IDENTIFIED BY 'password';创建数据库(UTF8)CREATEDATABASEIFNOTEXISTSmydatabasedefaultcharsetutf8COLLATE...
分类:
数据库 时间:
2014-06-16 23:24:51
阅读次数:
250
??
The UML Is a Language for Documenting
A healthy software organization produces all sorts of artifacts in addition to raw executable code. These artifacts include (but are not limited to)...
分类:
其他好文 时间:
2014-06-16 20:40:42
阅读次数:
164
一般而言,一个新的语言都是从屏幕输出“hello,world”开始的。通过swift可以通过下面一行代码实现1//2// main.swift3// 14//5// Created by 李森 on 14-6-6.6// Copyright (c) 2014年 李森. All rights rese...
分类:
其他好文 时间:
2014-06-15 13:54:36
阅读次数:
177
个人写的一些例子:
//
// ViewController.m
// CABasicAnimationDemo
//
// Created by haotian on 14-6-13.
// Copyright (c) 2014年 Baseus. All rights reserved.
//
#import "ViewController.h"
@interface ViewCo...
分类:
其他好文 时间:
2014-06-15 11:17:24
阅读次数:
215