<template> <div> <div class="container"> <div><h1>开卡充值</h1></div> <div class='prompt'>{{prompt}}</div> <div class="form-group"> <label for="userbarcod ...
分类:
其他好文 时间:
2017-12-08 12:16:45
阅读次数:
301
报错是因为case分支后面跟的参数必须是常数,也就是说library中的R.java的资源ID不是常数, public static final class animator { public static int design_appbar_state_list_animator = 0x7f02... ...
分类:
移动开发 时间:
2017-12-08 01:14:09
阅读次数:
227
package com.ra.car.rabbitMQ; import java.io.IOException; import java.util.HashMap; import java.util.Map; import java.util.UUID; import java.util.concu... ...
分类:
其他好文 时间:
2017-12-07 20:56:29
阅读次数:
175
package com.ra.car.utils; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; imp... ...
分类:
其他好文 时间:
2017-12-07 18:56:19
阅读次数:
107
1、count函数里写表达式 2、计算时间差值 ...
分类:
其他好文 时间:
2017-12-07 18:51:50
阅读次数:
123
WSL 前言 前段时间,机子上的win10又偷偷摸摸升级到了一周年正式版,比较无奈。不过之前听闻这个版本已经支持内置的linux子系统,于是就怀着好奇心试玩了一把。虽然期间遇到了很多问题,但总体来说这个子系统体验还不错,在这里就分享一些关键步骤和遇到的问题,剩下的大家自己折腾吧。。 启用linux子 ...
Distance could make you forget about them, but the memories would always be there. 距离会让你遗忘,但是回忆却始终在那里。 Whether you remember it or you forget it, those ...
分类:
其他好文 时间:
2017-12-07 13:30:44
阅读次数:
149
class _Getch: """Gets a single character from standard input. Does not echo to the screen.""" def __init__(self): try: self.impl = _GetchWindows() exc... ...
分类:
编程语言 时间:
2017-12-06 22:08:29
阅读次数:
195
select detail_num,carriage_num,ed_date,created_date from (select rownum id,detail_num,carriage_num,ed_date,created_date from (select detail_num,carria ...
分类:
数据库 时间:
2017-12-06 19:51:58
阅读次数:
195
JSON(JavaScript Object Notation,JS对象标记)是一种轻量级的数据交换格式。 目录 1、json的格式 2、JSONObject的使用 1、json格式 为{k:v},这个是一个键值对的json串;JSON中k都为String格式,v可以为Object、数组和集合,举例 ...
分类:
Web程序 时间:
2017-12-05 22:47:18
阅读次数:
187