推荐
专栏
教程
课程
飞鹅
本次共找到2775条
工厂类
相关的信息
Stella981
•
3年前
Python 学生管理
原文链接: Python学生管理(https://my.oschina.net/ahaoboy/blog/1526102)python3练手 codingutf8学生类classStu:三个字段id字符串,name字符串,score小数def__init__(sel
Wesley13
•
3年前
Java使用xsd校验xml
最近项目需要使用xsd对xml进行预校验,于是封装了一个工具类,来完成校验工作。完整代码如下:importjava.io.File;importjava.io.IOException;importjava.io.StringReader;importjava.util.ArrayList;im
Stella981
•
3年前
SpringBoot整合Redis乱码原因及解决方案
问题描述:springboot使用springdataredis存储数据时乱码rediskey/value出现\\xAC\\xED\\x00\\x05t\\x00\\x05问题分析:查看RedisTemplate类!(https://oscimg.oschina.net/oscnet/0a85565fa
Easter79
•
3年前
SpringBoot整合Redis乱码原因及解决方案
问题描述:springboot使用springdataredis存储数据时乱码rediskey/value出现\\xAC\\xED\\x00\\x05t\\x00\\x05问题分析:查看RedisTemplate类!(https://oscimg.oschina.net/oscnet/0a85565fa
Wesley13
•
3年前
JAVA并发容器代码随读
1.java.util.concurrent所提供的并发容器java.util.concurrent提供了多种并发容器,总体上来说有4类,队列类型的BlockingQueue和 ConcurrentLinkedQueue,Map类型的ConcurrentMap,Set类型的ConcurrentSkipListSet和CopyOnWri
Wesley13
•
3年前
16年工作日志
0331:1.Random随机数2.DreamService互动屏保http://www.cnblogs.com/rustfisher/p/5232471.html3.http://blog.csdn.net/andylao62/article/details/440602454.Android服务类Service的详细学习
Stella981
•
3年前
Spark2.0机器学习系列之8:多类分类问题(方法归总和分类结果评估)
一对多(OnevsRestclassifier)将只能用于二分问题的分类(如Logistic回归、SVM)方法扩展到多类。参考:http://www.cnblogs.com/CheeseZH/p/5265959.html(https://www.oschina.net/action/G
Stella981
•
3年前
SpringBoot定时任务xml配置
由于定时任务需要工程实施人员进行配置,写在Java代码里面不利于维护,故采用SpringBoot集成SpringXML文件进行配置,属于新瓶装旧酒。1新建定时任务类packagecom.duhongming.springbootscheduled.scheduled;importlomb
Stella981
•
3年前
ArrayList源码解析
ArrayList源码分析简介类型:类|extendsAbstractList|implementsList<E,RandomAccess,Cloneable,java.io.Serializable梗概:ArrayList是一个大小可变的数组,由于其实现是基于数组,所以其用于数组所特有的属性,对
Wesley13
•
3年前
Visual Studio 2017中使用正则修改部分内容
最近在项目中想实现一个小工具,需要根据类的属性<summary的内容加上相应的Description特性,需要实现的效果如下修改前:///<summary///条形码///</summarypublicList<GoodsBarcodeEditModelBarcodes{get
1
•••
145
146
147
•••
278