Wesley13 Wesley13
4年前
java dwg转svg
packagecom.example.demo.dxf2svg;importcom.aspose.cad.InterpolationMode;importcom.aspose.cad.SmoothingMode;importcom.aspose.cad.TextRenderingHint;im
Easter79 Easter79
4年前
targetSdkVersion
关于<usessdkhttp://developer.android.com/guide/topics/manifest/usessdkelement.htmlconsiderations(https://www.oschina.net/action/GoToLink?urlhttp%3A%2
Wesley13 Wesley13
4年前
servlet
思路分析:1\.根据需求抽象出业务对象User{usrename;password;}ShoppingCarItem{product;num;}ShoppingCar{List<ShoppingCarItem}2\.写Servlet处理请求...
Stella981 Stella981
4年前
Linux node_exporter安装部署
node\_exporter部署tarxzvfnode_exporter0.18.1.linuxamd64.tar.gzcdnode_exporter0.18.1.linuxamd64nohup./node_exporteroutput.log2&1&prome
Wesley13 Wesley13
4年前
MySQL修改root密码的各种方法
方法1:用SETPASSWORD命令  mysqluroot  mysqlSETPASSWORDFOR'root'@'localhost'PASSWORD('newpass');方法2:用mysqladmin  mysqladminurootpassword"newpass"  如果root已经设置过密
Stella981 Stella981
4年前
SpringBoot Jackson 框架返回结果处理
1\.常用框架框架阿里fastjson谷歌gsonJavaBean序列化为Json,性能:JacksonFastJsonGsonJsonlib2\.Jackson处理相关结果1\.指定字段
Stella981 Stella981
4年前
Map的几种取值方法
publicstaticvoidmain(String\\args)throwsIOException,ParseException{Map<String,StringmnewHashMap<String,String();m.put("1","haha");m.put("2","hehe");m.put(
Wesley13 Wesley13
4年前
JAVA 数组遍历
一、遍历List1、增强for循环StringarrnewString{"xx","yy","zz"};for(Stringelt:arr){System.out.println(elt);}2、下标的方式String
Stella981 Stella981
4年前
Mnesia判断数据库和表是否存在
1\.判断数据库是否存在casemnesia:system\_info(use\_dir)of    true        alread\_created;    \_        mnesia:create\_schema(\node()\)    end.2\.判断
Wesley13 Wesley13
4年前
4、定时任务关闭超时未支付的订单
//1.在主启动类上加上支持定时任务的注解@EnableSchedulingpublicclassApplication{//2.编写定时任务@ComponentpublicclassOrderJob{@Autowiredp