码迷,mamicode.com
首页 >  
搜索关键字:improve    ( 241个结果
HBV检测数据分析
#一。总述:this program is used for HBV data analysis# need more data to improve it, a HBV expert's help is necessary#二.检查数据包括data include:#(1)HBsAg,(hepat...
分类:其他好文   时间:2014-12-20 12:52:41    阅读次数:309
[转载]前端数据之美 -- 七天打造前端性能监控系统
开始行动本文中的性能主要指 web 页面加载性能,对性能还不了解?不用担心,接下来的“每一天”跟我一起进入前端性能的世界。Day 1 为什么要监控性能?“If you cannot measure it, you cannot improve it” ———— William Thomson这是一个...
分类:其他好文   时间:2014-12-19 21:56:02    阅读次数:190
HDU 2710 Max Factor (筛选求素数)
Max Factor Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 3995    Accepted Submission(s): 1301 Problem Description To improve the ...
分类:其他好文   时间:2014-12-10 16:30:26    阅读次数:152
Added components improve switching-regulator stability
Added components improve switching-regulator stability
分类:其他好文   时间:2014-11-28 14:21:55    阅读次数:199
NO working today. Cause today is Thanks Giving Day
Next monthDecember, I want to learn selenium technic to improve my work. Also, have a bit for Phthon. It can be cool things.May be start my voline ......
分类:其他好文   时间:2014-11-27 23:27:59    阅读次数:204
微软职位内部推荐-Software Engineer II-Office Incubation
微软近期Open的职位:Office China team is looking for experienced engineers to improve consumer experience in China. Office has great products and features tha...
分类:其他好文   时间:2014-11-13 06:57:50    阅读次数:202
SICP习题练习
练习1.6new-if的三个参数会先被执行,这样就会无限循环下去练习1.7(define (sqrt-iter last-guess guess x) (if (good-enough? last-guess guess) guess (sqrt-iter guess (improve...
分类:其他好文   时间:2014-11-11 16:14:11    阅读次数:255
Unity中使用c#语言在开发环境正常发布却报数据类型不支持错误的注意事项
Windows Store Apps: Missing .NET TypesSuggest a changeSuccess!Thank you for helping us improve the quality of Unity Documentation. Although we cannot ...
分类:编程语言   时间:2014-11-05 12:45:42    阅读次数:308
[翻译] STAlertView
STAlertViewThe idea of this component is to improve the readability while using the native UIAlertView. The UIKit alert view works with delegates. Whe...
分类:其他好文   时间:2014-10-26 21:08:40    阅读次数:180
解剖SQLSERVER 第四篇 OrcaMDF里对dates类型数据的解析(译)
解剖SQLSERVER 第四篇 OrcaMDF里对dates类型数据的解析(译)http://improve.dk/parsing-dates-in-orcamdf/在SQLSERVER里面有几种不同的date相关类型,当前OrcaMDF 支持三种最常用的date类型:date,datetime,s...
分类:数据库   时间:2014-10-16 19:36:03    阅读次数:280
241条   上一页 1 ... 18 19 20 21 22 ... 25 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!