码迷,mamicode.com
首页 >  
搜索关键字:sre    ( 675个结果
【转】人,技术与流程
我先做一下自我介绍,我是 2007 年加入的 Google,在 Moutain View 总部任 Google SRE,今年年初回国加入 Coding。 在 Google 我参与了两个 Project,第一个就是 Youtube,其中包括 Video transcoding, streaming.....
分类:其他好文   时间:2015-11-04 21:20:47    阅读次数:226
Coding CTO 孙宇聪:《人,技术与流程》
我先做一下自我介绍,我是 07 年加入的 Google,在 Moutain View 总部任Google SRE,今年年初回国加入 Coding 。在 Google 我参与了两个 Project, 第一个就是 Youtube, 其中包括 Video transcoding, streaming 等,...
分类:其他好文   时间:2015-09-10 10:48:34    阅读次数:245
判断回文,位与,位或
//判断字符串是否是回文? int fun(char *sre) { char *s1,*s2; s1 = str; s2=str+strlen(str)-1; if(strlen(str)%2 != 0) { return 0; } while(s1 { if(*s1==*s2) { s1++; s2--;...
分类:其他好文   时间:2015-06-22 15:01:57    阅读次数:225
JS判断是否来自手机并跳转到手机版
functionisMobilePhone(){ functiongetCookie(sName){ varsCookies=document.cookie; if("string"==typeof(sName)){ varsRE="(?:;)?"+sName+"=([^;]*);?"; varreRE=newRegExp(sRE); if(reRE.test(sCookies)){ returndecodeURIComponent(RegExp["$1"]); }else{ returnnull; } }e..
分类:移动开发   时间:2014-12-25 18:48:40    阅读次数:159
MSSQLSERVER数据库- LEFT JOIN后面跟着WHERE竟变成内联 解决方法
在LEFT JOIN后面跟着WHERE竟变成内联。百度后看到这个解决方法。 记录如下: select sre.*, co.description from subscribedratingelement sre left outer join custom_options co on sre...
分类:数据库   时间:2014-11-26 18:16:23    阅读次数:199
675条   上一页 1 ... 66 67 68
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!