1 public class SerializeUtil { 2 /** 3 * 任意类型和二进制互转 4 * @param obj 5 * @return 6 */ 7 public static byte [] serialize(Object obj){ 8 ObjectOutputStrea ...
分类:
其他好文 时间:
2020-02-20 17:18:03
阅读次数:
77
[oracle@localhost dumpdir]$ impdp system/oracle@ORA12CPDB1 dumpfile=expdat.dmp directory=datapump_dir transport_datafiles='/u01/app/oracle/oradata/ora ...
分类:
其他好文 时间:
2020-02-20 15:27:02
阅读次数:
113
自定义的格式: * * * @Description * $param$ * @Author $user$ * @Date $time$ $date$ * @return $return$ **/ $param$使用下面的语句: groovyScript("def result='';def par ...
分类:
其他好文 时间:
2020-02-20 15:21:31
阅读次数:
73
转自:https://www.cnblogs.com/hnsongbiao/p/9375888.html Webapi的接口返回值主要有四种类型 void无返回值 IHttpActionResult HttpResponseMessage 自定义类型 void无返回值 大家都知道void声明的是一个 ...
Office Web Components是一组的COM控件,设计的目的是为众多的控件容器提供交互的电子表格建模,数据报表和数据可视化功能。OWC库包含四个主要的组件:电子表格组件,图表组件,透视表组件和数据源组件。 1、 目录 1 编程 2 航运 目录 1 编程 2 航运 2、 1、 编程 “Of ...
分类:
Web程序 时间:
2020-02-20 13:02:07
阅读次数:
91
写代码好久了之后很多东西忘记了,混淆了,今天重新记录一下这个注解 1.form表单提交,name属性与controller参数对齐,则不用这个注解 2.需要 例如 1.public Long login(@RequestParam Map<String, String> map) {2.比如说你只传 ...
分类:
其他好文 时间:
2020-02-20 09:36:00
阅读次数:
63
使用这个代码之前 首先确认开发版的 “/sys/class/” 目录下有gpio这个文件夹,如果没有就需要配置linux内核 /** * @author emlsyx * @email yangx_1118@163.com * @create date 2020-02-19 19:11:53 * @ ...
分类:
系统相关 时间:
2020-02-19 21:20:10
阅读次数:
184
public class Solution { /** * @param costs: n x 3 cost matrix * @return: An integer, the minimum cost to paint all houses */ public int minCost(int[][ ...
分类:
其他好文 时间:
2020-02-19 21:05:47
阅读次数:
63
public class Solution { /** * @param s: a string, encoded message * @return: an integer, the number of ways decoding */ public static int numDecodings ...
分类:
其他好文 时间:
2020-02-19 20:54:13
阅读次数:
67
为什么要阅读开源代码 阅读 Python 开源项目代码主要有如下三个原因: 在工作过程中遇到一些问题 Google 和 StackOverFlow 等网站找不到解决办法,只能去翻源码。 对某些项目或者方向非常感兴趣,希望深入。 学习遇到瓶颈需要汲取开源项目的经验和用法来做提高。注意:很多人学Pyth ...
分类:
编程语言 时间:
2020-02-19 20:37:26
阅读次数:
85