// 因为后台改不了 返给我的是字符串 // 我需要转为数组来回赋值操作 但最后提交参数再改为字符串 // 以下是自己记录的 // 数据处理: 保存或提交的时 仅为把pic字段数组转为字符串 以传参 function handleData(status) { // 深拷贝一份form对象 为了不影响 ...
分类:
编程语言 时间:
2020-05-23 18:24:47
阅读次数:
77
对应java代码:packagecom.yoooya.ytp.utils.doc;importcom.aspose.words.Document;importcom.aspose.words.License;importcom.aspose.words.SaveFormat;importcom.yoooya.ytp.utils.DateUtils;importcom.yoooya.ytp.util
分类:
编程语言 时间:
2020-05-16 10:46:26
阅读次数:
66
旋转圆形图片: .pic:hover{ transform: rotate(360deg); transition: all 1.5s ease ; } .pic{ border-radius: 500px; border: solid #dddfdc; } 鼠标放置完全显示: .ganying:h ...
分类:
Web程序 时间:
2020-05-15 21:50:42
阅读次数:
214
首先介绍一下PriorityQueue优先队列,普通队列是先进先出的,但是优先队列刚好不是这样的,优先队列存在着一个优先级,换句话说也就是排序问题,队列里的对象,某个值越大,或越小,排的就越靠前。这里就用到了Comparable接口。pic-1589438395307.png这里的Student对象... ...
分类:
其他好文 时间:
2020-05-14 15:53:20
阅读次数:
65
File directory = new File("src/main/resources/static/pic"); String courseFile = directory.getCanonicalPath(); System.out.println(courseFile); ...
分类:
其他好文 时间:
2020-05-13 15:21:18
阅读次数:
165
pic = figure('Visible','off'); set(pic,'position',[0 0 600 350]) % 如果手动拖放,则不需要这一行命令 set(pic, 'PaperPositionMode', 'auto') % Use screen size plot( x,y, ...
分类:
其他好文 时间:
2020-05-07 14:00:23
阅读次数:
64
"git常用命令" "git子模块(git submodule)" "git配置多个SSH Key" "git对某个项目单独设置用户名/邮箱" git就不用多说了,有些配置或者不常用的命令容易忘,这里随手做个记录。 git常用命令 从工作目录中删除所有没有tracked过的文件 cherry pic ...
分类:
其他好文 时间:
2020-05-02 15:02:14
阅读次数:
53
public String doEdit( BrandVO brandVO,@RequestParam(value="pic")MultipartFile file) throws IllegalStateException, IOException{ //CurrentUser user = Cu ...
分类:
Web程序 时间:
2020-04-22 16:27:38
阅读次数:
108
#pic:hover { transform: rotate(666turn); transition-delay: 1s; transition-property: all; transition-duration: 59s; transition-timing-function: cubic-b ...
分类:
其他好文 时间:
2020-04-17 22:08:12
阅读次数:
95
首先写好html 其次逻辑:1通过标题渲染小图 2点击小图时,设置大图, 3判断左,右边的极限值, 代码如下(jquery) 拿到数据遍历数组,得到想要的数据,例: $data=data; console.log($data) $.each($data.pic,function(i,val){ co ...
分类:
其他好文 时间:
2020-04-14 20:52:29
阅读次数:
88