Wesley13 Wesley13
2年前
java常见的时间工具类
packagecom.app.common.util;importjava.text.DecimalFormat;importjava.text.ParseException;importjava.text.SimpleDateFormat;importjava.util.Calendar;
Wesley13 Wesley13
2年前
java判断通常的逻辑
packagecom.stylefeng.guns.core.common.constant.factory;importcom.baomidou.mybatisplus.mapper.EntityWrapper;importcom.baomidou.mybatisplus.mapper.Wrapper;importcom.style
Stella981 Stella981
2年前
MTK Android修改System分区
Z:\\rk3326\_p\_hq\_rf8637sa\\device\\rockchip\\common\\BoardConfig.mkCalculatepartitionsizefromparameter.txtUSE\_DEFAULT\_PARAMETER:$(shelltestf$(TARGET\_DEVICE\_D
Wesley13 Wesley13
2年前
C#的Json操作类,支持数组,DataTable,DataReader等转Json
usingSystem;usingSystem.Data;usingSystem.Text;usingSystem.Collections.Generic;usingSystem.Reflection;usingSystem.Data.Common;usingSystem.Co
Stella981 Stella981
2年前
Maven多模块下,扫描不到子模块mybatis xml文件的解决方法
有一个Maven项目, 里面有common模块和主模块, 其中common模块中有若干个mybatis的mapper和xml, 结果主模块调用其mapper时提示出错, 原因是找不到mapper对应的xml映射关系.         查资料得知, 主模块的application.yml里面,配置mybatis的mapperlocations时, 用的是
Wesley13 Wesley13
2年前
ubuntu 16 LTS install QT creator
$sudoaptgetinstallbuildessentialqtcreatorqt5defaultsudovi/usr/lib/x86_64linuxgnu/qt5/mkspecs/common/linux.confQMAKE_LIBS_OPENGL
Stella981 Stella981
2年前
AngularJS5.0 (第五篇)
新建approuting.module.tsimport{NgModule}from'@angular/core';import{CommonModule}from'@angular/common';import{RouterModule,Routes}from'@angular/router
Easter79 Easter79
2年前
StringBuilder
1、首先需要填写一个StringBuilder的扩展类namespaceCode.Common{///<summary///扩展StringBuilder方法///防止Sql注入///</summarypublicstaticcl
Stella981 Stella981
2年前
C++ Map运用实例
CMap运用实例!复制代码(https://common.cnblogs.com/images/copycode.gif)include<mapinclude<string\include<iostreaminclude<iomanipusingnamespacestd;intmain(){
Stella981 Stella981
2年前
Selenium(八)测试用例的设计与模块化
一.设计测试用例1.分析我之前写的登录脚本:fromseleniumimportwebdriverimporttimefromselenium.webdriver.common.action_chainsimportActionChainsfromselenium.webdriver.suppor