我先做一下自我介绍,我是 2007 年加入的 Google,在 Moutain View 总部任 Google SRE,今年年初回国加入 Coding。 在 Google 我参与了两个 Project,第一个就是 Youtube,其中包括 Video transcoding, streaming.....
分类:
其他好文 时间:
2015-11-04 21:20:47
阅读次数:
226
我先做一下自我介绍,我是 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
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
在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