随笔分类 -  后端

摘要:UCenter 是国内最常用的会员整合系统,它定义了一套接口用于不同应用(系统)间的协作。注册过程通过某个应用注册时,应用会先调用 uc_client/client.php 中的uc_user_register,让 UCenter 先添加用户。如果成功则返回该用户id,否则返回错误代码(小于0)。应... 阅读全文
posted @ 2015-04-12 23:22 BeMxself 阅读(337) 评论(0) 推荐(0)
摘要:大小写敏感变量、常量大小写敏感大小写不敏感类名、方法名、函数名、魔法变量大小写不敏感原因有人原引了Rasmus 在一次会议上的发言大意:"I'm definitely not a good programmer, in terms of following strict coding rules o... 阅读全文
posted @ 2015-04-11 22:43 BeMxself 阅读(216) 评论(0) 推荐(0)