Develop-开发

  • 2014-11-26
  • 30542 Views
  • 3 Comments

  • Warning: Use of undefined constant ‘ - assumed '‘' (this will throw an Error in a future version of PHP) in /www/wwwroot/www.ijophy.com/wp-content/themes/Clean/modules/excerpt.php on line 11

    Warning: Use of undefined constant ‘ - assumed '‘' (this will throw an Error in a future version of PHP) in /www/wwwroot/www.ijophy.com/wp-content/themes/Clean/modules/excerpt.php on line 11
    Develop-开发

C++ string 大小写转换

最近学着写写算法,说真的,从Python过来到写C++还是觉得蛮蛋疼的。虽然上说C++有了STL这种神器可以一定程度上不用“重复造轮子”,但是相比python 这种简洁的语言和py强大的各种库,总感觉C++要差了点什么。只能一步一步来,反看国内这些技术博客,关于C++ string 大小写转换做的都不是很好。本质上的东...

  • 2012-08-17
  • 14305 Views
  • 2 Comments

  • Warning: Use of undefined constant ‘ - assumed '‘' (this will throw an Error in a future version of PHP) in /www/wwwroot/www.ijophy.com/wp-content/themes/Clean/modules/excerpt.php on line 11

    Warning: Use of undefined constant ‘ - assumed '‘' (this will throw an Error in a future version of PHP) in /www/wwwroot/www.ijophy.com/wp-content/themes/Clean/modules/excerpt.php on line 11
    Develop-开发未分类

巧用php iconv函数处理QQ互联登陆返回值编码问题

    在开发QQ互联登陆时,我们往往需要得到用户的相关数据,而这一过程我们需要调用获取登录用户信息,这一过程官方称作get_user_info。目前可获取用户在QQ空间的昵称、头像信息及黄钻信息。而在文档中指出,返回参数的返回数据全部采用UFT-8编码,这样如果网站的编码是gbk(gb2312),...