码迷,mamicode.com
首页 >  
搜索关键字:all in one    ( 50303个结果
线程共享全局变量和私有全局变量
共享全局变量实例:#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
MongoDB官方C#驱动中查询条件Query用法
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
<linux下sysctl指令详解>
Sysctl指令是对系统核心参数的设置:用法:-a 参数列出系统中所有核心设置当然了这些核心的设置都是文件,存放于/proc/sys/net目录下。举个有代表性的例子:net.ipv4.icmp_echo_ignore_all = 0 把所有的点改为 / 就可以了。[root@redhat net]...
分类:系统相关   时间:2014-06-18 23:55:05    阅读次数:421
oracle db打one-off-patch 一例
由于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 动画效果带来的bug
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
acd The Game about KILL(和约瑟夫归则一样,归律)
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
MySQL常用命令
添加用户并授权:grant ALL PRIVILEGES ON *.* TO 'username'@'%' IDENTIFIED BY 'password';创建数据库(UTF8)CREATEDATABASEIFNOTEXISTSmydatabasedefaultcharsetutf8COLLATE...
分类:数据库   时间:2014-06-16 23:24:51    阅读次数:250
UML是文档化的语言
??  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
swift旅程
一般而言,一个新的语言都是从屏幕输出“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
CABasicAnimation学习Demo 包括了一些常用的动画效果
个人写的一些例子: // // 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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!