码迷,mamicode.com
首页 >  
搜索关键字:NPU    ( 4242个结果
【Java-jxl插件】【Excel文件读写报错】jxl.read.biff.BiffException: Unable to recognize OLE stream
问题: 使用了两种方式读取excel,执行都报错:jxl.read.biff.BiffException: Unable to recognize OLE stream 以下代码片段: package com.hlq.atm.excelCase; import java.io.File; impor ...
分类:编程语言   时间:2020-06-07 14:29:45    阅读次数:65
超简单的jq图片上传
<label class="file_img" for="file_imgs"> <input class="file_imgs" id='file_imgs' type="file" accept="image/jpg,image/jpeg,image/png" name="file" /> <i ...
分类:Web程序   时间:2020-06-07 10:59:05    阅读次数:315
制作一个简单的轮播图
<!doctype html><html><head><meta charset="utf-8"><title>无标题文档</title></head> <body> <img src="img/1.jpg" id="imge" onMouseMove="jieshu()" onMouseOut=" ...
分类:其他好文   时间:2020-06-06 18:36:12    阅读次数:126
Ajax,get
<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title>Ajax</title> <script src="js/jquery-2.1.1.min.js"></script> <style> body{ padding: 50px; fo ...
分类:Web程序   时间:2020-06-06 13:08:13    阅读次数:79
前端---进阶8
阻止后续事件执行 <script> $('#d2').click(function (e) { $('#d1').text('宝贝 你能看到我吗?') // 阻止标签后续事件的执行 方式1 // return false // 阻止标签后续事件的执行 方式2 // e.preventDefault( ...
分类:其他好文   时间:2020-06-06 12:47:09    阅读次数:59
vue脚手架安装配置
搭建vue脚手架 下载vue.js vue官网:https://cn.vuejs.org/ ? vue.js文件,右键保存到磁盘: https://cdn.jsdelivr.net/npm/vue/dist/vue.js nodejs的下载安装 http://nodejs.cn/download/ ...
分类:其他好文   时间:2020-06-06 12:35:02    阅读次数:77
Java 8 - Predicate和Consumer接口函数式编程
Predicate函数编程 Predicate功能判断输入的对象是否符合某个条件。官方文档解释到:Determines if the input object matches some criteria. 了解Predicate接口作用后,在学习Predicate函数编程前,先看一下Java 8关于 ...
分类:编程语言   时间:2020-06-05 22:56:55    阅读次数:79
偷学Python第三十一天:Python正则表达式的语法以及re模块的使用
文章目录 偷学Python第三十一天:Python正则表达式的语法以及re模块的使用正则表达式的语法什么是正则表达式字符类元字符正则中的重复分支条件贪婪和懒惰分组零宽断言零宽度正预测先行断言零宽度正回顾后发断言负向零宽断言零宽度负预测先行断言零宽度负回顾后发断言re模块正则表达式的装饰符查找单个匹配 ...
分类:编程语言   时间:2020-06-05 22:41:42    阅读次数:66
git LF 和 CRLF换行的问题
错误提示: warning: LF will be replaced by CRLF in xxx The file will have its original line endings in your working directory 注解: ? LF:Line Feed 换行 ? CRLF: ...
分类:其他好文   时间:2020-06-05 14:44:47    阅读次数:82
013#猜字游戏
重点:如何生成随机数? #!/bin/bash # random=$(date +%s%N) max=100 number=$((random%max)) guess=0 guessCount=0 echo "Guess a guess between 1 and $max." while [ "$ ...
分类:其他好文   时间:2020-06-05 00:40:25    阅读次数:69
4242条   上一页 1 ... 38 39 40 41 42 ... 425 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!