码迷,mamicode.com
首页 >  
搜索关键字:card    ( 1723个结果
金融系列14《QPBOC交易流程》
中国银行金融IC卡qPBOC交易时间(不含终端处理时间)要求:IC卡私钥长度1024位,交易时间   ATR=3B8D800100814D220886601222275000014A CARD=6231200100000000217F Send:00A404000E325041592E5359532E4444463031 --->:6F30840E325041592E5359...
分类:其他好文   时间:2014-08-11 21:35:02    阅读次数:422
angular学习笔记(二十七)-$http(5)-使用$http构建RESTful架构
在angular中有一个特别为RESTful架构而定制的服务,是在$http的基础上进行了封装.但是为了学习,我们先看看用直接$http是如何构建RESTful架构的:假设有一个银行卡的列表.需要的功能有:可以通过id来获取用户123的指定id的卡 'GET' 'card/user/123/id.....
分类:其他好文   时间:2014-08-11 21:00:23    阅读次数:360
HDU-4336 Card Collector
Card CollectorTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 2421Accepted Submission(s): 1140Spe....
分类:其他好文   时间:2014-08-11 17:09:12    阅读次数:228
Y460/Y470 Nvidia optirum solution : switch off the nvidia card and solve screen flash problem
i have such a long time fall in love with ubuntu , but i found it's much unconfortable for me with a lenovo y460n , that owning a intel display card a...
分类:其他好文   时间:2014-08-08 23:39:17    阅读次数:379
HDU4930:Fighting the Landlords(模拟)
Problem Description Fighting the Landlords is a card game which has been a heat for years in China. The game goes with the 54 poker cards for 3 players, where the “Landlord” has 20 cards and the ot...
分类:其他好文   时间:2014-08-08 16:04:46    阅读次数:204
debian mysql 定时自动备份的脚本
#!/bin/sh LOG=/var/log/mysql-backup.log # mysql db info USER_ROOT=XXXXXX USER_PWD=XXXXXXX # mysql data stored dir TODAY=`date +%F` STOREDIR=/mnt/tf-card/mysql-back/$TODAY mkdir $STOREDIR echo "*** PAT...
分类:数据库   时间:2014-08-08 12:56:05    阅读次数:228
机房收费系统中遇到的SQL语句问题
个人版机房收费系统正在进行中,遇到了几个有关SQL语句的问题。 1.sum函数的使用: 在结账部分,要求出某个表中某一列的和。在第一次机房系统中,我不知道sum函数的存在,很傻很天真地用循环一个一个往上加。下面以求所有卡中余额的和来说说sum函数怎么使,SQL语句为:select sum(cash)from T_Card。这个格式不是固定的,可以根据需求更改,比如求多列的和:select su...
分类:数据库   时间:2014-08-07 23:13:35    阅读次数:374
HDU 4903 (模拟+贪心)
Fighting the LandlordsProblem DescriptionFighting the Landlords is a card game which has been a heat for years in China. The game goes with the 54 pok...
分类:其他好文   时间:2014-08-07 21:47:30    阅读次数:408
android获取设备信息
public class DeviceInfo { private static Application APP = null; private static String sd_card = Environment.getExternalStorageDirectory()+File.separator+"wlcache"; public static Application getApp...
分类:移动开发   时间:2014-08-06 19:08:22    阅读次数:305
社保系列5——基本指令
本部分的指令是ISO/IEC 7816定义的基本指令,包括: Ø  APPLICATION BLOCK(应用锁定) Ø  CARD BLOCK(卡片锁定) Ø  CHANGE PIN(修改个人密码) Ø  EXTERNAL AUTHENTICATION(外部鉴别) Ø  GET RESPONSE(获取响应) Ø  GET CHALLENGE(获取...
分类:其他好文   时间:2014-08-05 19:18:40    阅读次数:582
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!