Java:简单的读写XML文件之使用DOM4J读写
分类:
编程语言 时间:
2018-10-17 20:00:29
阅读次数:
193
优化后的代码:if...else...... 用的太乱。。。。 break的使用: 如果付款确认书的项目公司名称,在除外的项目公司里面,检测没有问题,否则就有问题。 StringUtils.isBlank 与 StringUtils.notBlank 的使用: 对时间的比较的方法,数据库为 Data ...
分类:
其他好文 时间:
2018-10-17 16:49:39
阅读次数:
176
vue中常用的 每次增加数据 要缓存 每次删除数据也要缓存 storage.js 文件 然后某个页面需要本地存储,就需要用 import引入:import storage from './storage.js' App.vue页面: <template> <div id="app"> <input ...
分类:
其他好文 时间:
2018-10-16 17:51:29
阅读次数:
457
该函数主要用于获取视频流信息。 在一些格式当中没有头部信息,如flv格式,h264格式,这个时候调用avformat_open_input()在打开文件之后就没有参数,也就无法获取到里面的信息。这个时候就可以调用此函数,因为它会试着去探测文件的格式,但是如果格式当中没有头部信息,那么它只能获取到编码 ...
分类:
其他好文 时间:
2018-10-16 13:35:22
阅读次数:
160
using System; namespace lianxi8 { class Program { public static void Main(string[] args) { for (int i=1;i<10;i++){ for(int j=1;j<10;j++){ Console.Writ... ...
分类:
其他好文 时间:
2018-10-16 01:45:47
阅读次数:
144
import java.util.Scanner; public class Random { public static void main(String[] args) { // TODO Auto-generated method stub System.out.print("输入你要获取的随... ...
分类:
其他好文 时间:
2018-10-14 19:18:37
阅读次数:
148
title: OpenOCD JTAG调试 tags: ARM date: 2018 10 13 23:36:28 [TOC] Todo [ ] JTAG 调试linux内核 [ ] linux下使用OpenOCD调试 [x] win下使用OpenOCD调试 概述 学习文档 韦东山 Eclipse, ...
分类:
其他好文 时间:
2018-10-14 01:45:47
阅读次数:
624
一、定义与功能 React-Redux 将所有组件分成两大类:UI 组件(presentational component)和容器组件(container component) 1、UI 组件特征: 只负责 UI 的呈现,不带有任何业务逻辑 没有状态(即不使用this.state这个变量) 所有数据 ...
分类:
其他好文 时间:
2018-10-13 19:48:52
阅读次数:
168
package hello; public class digui { public static void main(String[] args) { // TODO Auto-generated method stub System.out.println(1+sum(2)); } public... ...
分类:
编程语言 时间:
2018-10-13 18:13:53
阅读次数:
225