{"msg":"the user modify password wrong","ret":-73} 最近集成shareSDK的第三方登录,登录的时候第一次会授权获得用户资料,之后就是每次登录就不会再次授权了。第三方登录的时候最好都要调取授权界面再登录,因为如果用户更改了qq 微信的密码之后,登录就 ...
分类:
其他好文 时间:
2016-04-19 12:04:52
阅读次数:
263
SELECT ... LOCK IN SHARE MODE sets a shared mode lock on the rows read. A shared mode lock enables other sessions to read the rows but not to modify t ...
分类:
数据库 时间:
2016-04-16 18:17:52
阅读次数:
198
Maven auto deploy and release artifacts, management the version. Maven help you to avoid manually modify the project version and strict with the stand ...
分类:
其他好文 时间:
2016-04-14 17:31:50
阅读次数:
654
先在微软官网下载 “DirectX Software Development Kit”,然后安装。如果之前安装过 Visual C++ 2010 Redistributable Package ,需要先卸载掉,否则SDK会安装失败。 安装成功后就可以打开vs进行项目配置了: Modify the p ...
添加字段的语法:alter table tablename add (column datatype [default value][null/not null],….); 修改字段的语法:alter table tablename modify (column datatype [default ...
分类:
数据库 时间:
2016-04-11 12:13:18
阅读次数:
178
错误:Warning: Cannot modify header information - headers already sent by (output started at 错误:Warning: Cannot modify header information - headers alrea ...
分类:
其他好文 时间:
2016-04-08 14:55:40
阅读次数:
170
修改表: 修改字段类型 alter table 表名 modify 字段名 字段类型 【附加属性】【after 字段名|first】 修改字段名 alter table 表名 change 原字段名 新字段名字段类型【附加属性】【after 字段名|first】 alter table 表名 add... ...
分类:
其他好文 时间:
2016-04-05 22:44:55
阅读次数:
124
For a Maximum Segment Tree, which each node has an extra value max to store the maximum value in this node's interval. Implement a modify function wit ...
分类:
其他好文 时间:
2016-04-05 19:19:49
阅读次数:
135
ALTER TABLE SCOTT.TEST RENAME TO TEST1--修改表名ALTER TABLE SCOTT.TEST RENAME COLUMN NAME TO NAME1 --修改表列名ALTER TABLE SCOTT.TEST MODIFY NAME1 NUMBER(20) - ...
分类:
数据库 时间:
2016-04-01 12:45:00
阅读次数:
134
sysctl 内核变量配置 Usage: sysctl [options] [variable[=value] ...] NAME sysctl - configure kernel parameters at runtime DESCRIPTION sysctl is used to modify ...
分类:
系统相关 时间:
2016-03-28 18:46:43
阅读次数:
184