01 2018 档案

摘要:package com.brianway.learning.spring.helloworld.service; import com.alibaba.fastjson.JSONObject; import com.google.gson.Gson; import com.google.gson.JsonElement; import com.google.gson.JsonParser; ... 阅读全文
posted @ 2018-01-30 14:04 yasepix 阅读(4153) 评论(0) 推荐(0)
摘要:sql2o是谷歌的一款对jdbc封装了的轻量级框架 使用方法非常简单:executeAndFetch(Task.class); 返回一个实体类List集合 addParameter("fromDate", fromDate); 添加参数executeScalar(Integer.class);返回单 阅读全文
posted @ 2018-01-26 14:44 yasepix 阅读(675) 评论(0) 推荐(0)
摘要:简单来说: Unicode 是「字符集」 UTF-8 是「编码规则」其中: 字符集:为每一个「字符」分配一个唯一的 ID(学名为码位 / 码点 / Code Point) 编码规则:将「码位」转换为字节序列的规则(编码/解码 可以理解为 加密/解密 的过程) 很久很久以前,有一群人,他们决定用8个可 阅读全文
posted @ 2018-01-08 11:21 yasepix 阅读(148) 评论(0) 推荐(0)
摘要:import keyword print(keyword.kwlist) ['False', 'None', 'True', 'and', 'as', 'assert', 'break', 'class', 'continue', 'def', 'del', 'elif', 'else', 'except', 'finally', 'for' 阅读全文
posted @ 2018-01-07 20:32 yasepix 阅读(202) 评论(0) 推荐(0)
摘要:Java Micro ORM equivalent [closed] Ask Question Java Micro ORM equivalent [closed] Ask Question up vote 51 down vote favorite 21 What would be the clo 阅读全文
posted @ 2018-01-02 11:39 yasepix 阅读(1035) 评论(0) 推荐(0)