This post will more focus on Technical part of credit check Functionality. You can check the functional part
of credir check functionality here.
TABLES
These are the main tables used for hold...
分类:
其他好文 时间:
2014-09-23 22:31:35
阅读次数:
387
AndroidAsync is a low level network protocol library. If you are looking for an easy to use, higher level, Android aware, http request library, check out?Ion?(it is built on top of AndroidAsync)....
分类:
移动开发 时间:
2014-09-23 18:05:35
阅读次数:
395
In Ruby, you check withnil?if an object is nil:article = nilarticle.nil? # => trueempty?checks if an element - like a string or an array f.e. - is em....
分类:
其他好文 时间:
2014-09-23 10:49:04
阅读次数:
175
callback is nothing but passing the function pointer to the code from where you want your handler/ callback to be invoked.check here
分类:
其他好文 时间:
2014-09-23 09:53:04
阅读次数:
313
上传app时出现的错误:
ERROR
ITMS-9000: "Missing or invalid signature. The bundle 'com.google.GPPSignIn3PResources' at bundle path 'Payload/My_app_name.app/GooglePlus.bundle' is not signed using an Apple sub...
分类:
移动开发 时间:
2014-09-22 18:16:43
阅读次数:
261
1. NFS配置
vi /etc/export 加入所需要共享目录。例如:
/home/liukang/workship 192.168.1.0/24(rw,sync,no_root_squash,no_subtree_check)
修改完毕后,运行
#exportfs -a 使改变生效。
#/etc/init.d/nfsserver start 启动NFS服务器。
#ex...
分类:
系统相关 时间:
2014-09-22 12:26:22
阅读次数:
306
首先到开发者中心启用服务器配置,填写好URL和Token,后面就是写代码了。在我们首次提交验证申请时,微信服务器将发送GET请求到填写的URL上,并且带上四个参数(signature、timestamp、nonce、echostr),通过对签名(即signature)的效验,来判断此条消息的真实性。...
分类:
微信 时间:
2014-09-22 12:15:02
阅读次数:
384
前言: 运营人员反映,有一单子提交卡住了,页面一直没有返回。1,刚开始怀疑是应用服务器或者db压力过高hang住了,马上去check应用服务器以及db的负载,看起来都OK,蛮低的,应该不是DB性能问题。2,最后去看下是否是表锁住了,查看到有2个事务一直RUNNING,没有结束。,mysql> select * from INNODB_TRX\G;**************************...
分类:
数据库 时间:
2014-09-22 01:34:01
阅读次数:
471
#region /// /// 初始化CheckBoxList中哪些是选中了的 /// /// CheckBoxList /// 选中了的值串例如:"0,1,1,2,1" /// 值串中使用的分割符例如"0,1,1,2,1"中的逗号 public string SetChecked(Check...
分类:
其他好文 时间:
2014-09-21 19:22:01
阅读次数:
197
If you're thinking about building anappand want to know what it takes to get an app approved byApple, check out what Jason Becker has to say on the to...
分类:
移动开发 时间:
2014-09-21 13:49:40
阅读次数:
289