码迷,mamicode.com
首页 >  
搜索关键字:complete    ( 2283个结果
单机使用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
《Code Complete》ch.8 防御式编程
WHAT?主要思想:子程序不应因传入参数错误而被破坏WHY?保护程序免遭非法输入的破坏HOW?断言assert denominator != 0 : "denominator should not be 0"; // 启动VM时需要 -ea 参数用以启动assert功能只用于开发、维护阶段用错误处理...
分类:其他好文   时间:2014-06-28 20:11:37    阅读次数:274
mass种子模块之domready
总结:由于IE6/7/8不支持DOMContentLoaded事件,虽然它支持onreadystatechange事件,但是readyState=complete几乎和onload事件一样,需要等页面中的外部资源加载完后才触发,想要尽快可采用doScroll检测法(仅在非iframe下有效) 1 v...
分类:其他好文   时间:2014-06-26 00:12:18    阅读次数:319
Leetcode Best Time to Buy and Sell Stock
Say you have an array for which theithelement is the price of a given stock on dayi.If you were only permitted to complete at most one transaction (ie...
分类:其他好文   时间:2014-06-25 13:06:16    阅读次数:198
Leetcode Best Time to Buy and Sell Stock II
Say you have an array for which theithelement is the price of a given stock on dayi.Design an algorithm to find the maximum profit. You may complete a...
分类:其他好文   时间:2014-06-25 12:59:40    阅读次数:202
LeetCode: Best Time to Buy and Sell Stock III [123]
【题目】 Say you have an array for which the ith element is the price of a given stock on day i. Design an algorithm to find the maximum profit. You may complete at most two transactions. Note: You may not engage in multiple transactions at the same time (i...
分类:其他好文   时间:2014-06-24 23:28:43    阅读次数:223
LeetCode: Best Time to Buy and Sell Stock II [122]
【题目】 Say you have an array for which the ith element is the price of a given stock on day i. Design an algorithm to find the maximum profit. You may complete as many transactions as you like (ie, buy one and sell one share of the stock multiple times). H...
分类:其他好文   时间:2014-06-24 19:40:53    阅读次数:240
Private strand flush not complete
Thread 1 cannot allocate new log, sequence 415 Private strand flush not complete Current log# 4 seq# 414 mem# 0: /dev/rora_redotb04 Thread 1 advanced to log sequence 415...
分类:其他好文   时间:2014-06-24 17:44:29    阅读次数:285
《Code Complete》ch.20 软件质量概述
WHAT & WHY ?软件质量的特性外在特性正确性(Correctness)可用性(Usability)效率(Efficiency)可靠性(Reliability)完整性(Integrity)适应性(Adaptability)精确性(Accuracy)健壮性(Robustness)内在特性可维护性...
分类:其他好文   时间:2014-06-20 21:10:27    阅读次数:245
Mysql 安装
如何安装MySql数据库   2009-12-26 14:30:52|  分类: 编程环境 |举报 |字号 订阅 打开下载的mysql安装文件mysql-5.0-win32,双击解压缩,运行“setup.exe”,出现如下界面 mysql安装向导启动,按“Next”继续 选择安装类型,有“Typical(默认)”、“Complete(完全)”、“...
分类:数据库   时间:2014-06-18 07:46:58    阅读次数:369
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!