码迷,mamicode.com
首页 >  
搜索关键字:change    ( 6994个结果
单机使用tungsten 同步mysql数据到mongodb
[注意],当前的测试环境仅仅是一台服务器.部署测试的tungten版本是2.1.2-xxxx;Requirements:mysql配置To change the Tungsten user to use the new password format complete the following s...
分类:数据库   时间:2014-06-29 06:37:28    阅读次数:394
concrete mixer truck
Do you often write a check at the grocery store, mail tax returns, change service providers for your mobile phone, or apply for a credit card? If you ...
分类:其他好文   时间:2014-06-28 23:48:54    阅读次数:495
缓动函数
/** Tween.js* t: current time(当前时间)* b: beginning value(初始值)* c: change in value(变化量)* d: duration(持续时间)*/var Tween = { Linear: function(t, b, c, d...
分类:其他好文   时间:2014-06-28 21:03:41    阅读次数:160
设计对象的一些基本原则(学习自设计模式之禅)
1.单一职责原则(srp):就是设计一个对象,对象的职责要单一.比如设计用户类,将用户的行为和用户的属性分成两个接口,继承的方式设计类.还有一个srp的解释是:there is no more than one reason for a class to change但srp的原则有可能把握的过细,...
分类:其他好文   时间:2014-06-28 13:57:06    阅读次数:205
C#邮件接收系统核心代码(接收POP3邮件IMAP邮件)
/* * Created by SharpDevelop. * User: Administrator * Date: 2013/11/18 * Time: 20:55 * * To change this template use Tools | Options | Coding | Edit ....
分类:其他好文   时间:2014-06-28 12:34:14    阅读次数:466
Activity重要函数
一。onConfigurationChanged 与android:configChangesLists configuration changes that the activity will handle itself. When a configuration change occurs at...
分类:其他好文   时间:2014-06-28 12:15:22    阅读次数:207
mtime,ctime,atime
在学习makefile的时候涉及到修改时间,对于mtime,ctime,atime三个时间之间有啥区别呢??atime - access time mtime - if modify timectime - of change timels -luTo view ctimels -lcTo vi.....
分类:其他好文   时间:2014-06-23 07:58:14    阅读次数:246
texCUBE() to CubemapSampler.Sample()
update dx9 to dx11refers to CUBEMAP samplertexCUBE(CubeMpaSampler,normal)maybe change toCubemapSampler.Sample(CubeMapSamplerState,???)??? 这里需要一个 三维向量....
分类:其他好文   时间:2014-06-21 14:25:05    阅读次数:230
dyld: Library not loaded...
Libraries and frameworks are designated as Required by default, but you can change this designation to Optional.Required libraries must be present on ...
分类:其他好文   时间:2014-06-21 11:46:17    阅读次数:199
include/linux/tasks.h
#ifndef _LINUX_TASKS_H#define _LINUX_TASKS_H/** This is the maximum nr of tasks - change it if you need to*///最大的进程数量#define NR_TASKS 128#endif
分类:系统相关   时间:2014-06-20 17:29:36    阅读次数:290
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!