上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 53 下一页
摘要: 明明有项目和文件,而且别的项目都可以运行,偏偏这个不能用,报错The origin server did not find a current representation for the target resource or is not willing to disclose that one 阅读全文
posted @ 2019-11-30 23:51 博二爷 阅读(4674) 评论(0) 推荐(0) 编辑
摘要: 参考博客: https://www.cnblogs.com/gzhnan/articles/9536275.html 注意 安装完成之后一定不要点 Launch Myeclipse 下载地址: https://pan.baidu.com/s/1avuC4IdgGyIvTKLVD1gF_w 提取码:8 阅读全文
posted @ 2019-11-20 16:11 博二爷 阅读(960) 评论(0) 推荐(0) 编辑
摘要: 直接上源码: 1 <!doctype html> 2 <html lang="en"> 3 <head> 4 <meta charset="utf-8"> 5 <meta name="viewport" content="width=device-width, initial-scale=1"> 6 阅读全文
posted @ 2019-11-19 18:55 博二爷 阅读(553) 评论(0) 推荐(0) 编辑
摘要: 首先要的配置: pillow image qrcode zxing 然后直接上代码: 1 import PIL 2 import qrcode 3 # 实例化二维码生成类 4 qr = qrcode.QRCode( 5 version=1, 6 error_correction=qrcode.con 阅读全文
posted @ 2019-11-19 16:40 博二爷 阅读(929) 评论(0) 推荐(0) 编辑
摘要: 一、String转为int int i=Integer.parseInt(string);int i=Integer.valueOf(s).intValue(); 二、int转为String String s = String.valueOf(i);String s = Integer.toStri 阅读全文
posted @ 2019-11-16 11:12 博二爷 阅读(850) 评论(0) 推荐(0) 编辑
摘要: 全部区域代码 地址:https://pan.baidu.com/s/1Elz-zW_nLS8YR8GZAn3WRw 提取码:ze3s 阅读全文
posted @ 2019-11-16 10:39 博二爷 阅读(2832) 评论(0) 推荐(0) 编辑
摘要: 源码: 1 <!DOCTYPE html> 2 <head> 3 <meta charset="utf-8"> 4 <script type="text/javascript" src="js/echarts.js"></script> 5 <script type="text/javascript 阅读全文
posted @ 2019-11-14 17:10 博二爷 阅读(768) 评论(1) 推荐(0) 编辑
摘要: 刚刚发现官网实例里边的数据其实在:https://www.echartsjs.com/data/asset/data/flare.json 源码: html: 1 <!DOCTYPE html> 2 <head> 3 <meta charset="utf-8"> 4 <script type="te 阅读全文
posted @ 2019-11-14 16:47 博二爷 阅读(3387) 评论(2) 推荐(0) 编辑
摘要: 关系图: 代码: 1 <!DOCTYPE html> 2 <head> 3 <meta charset="utf-8"> 4 <script type="text/javascript" src="js/echarts.js"></script> 5 <script type="text/javas 阅读全文
posted @ 2019-11-14 11:03 博二爷 阅读(1018) 评论(0) 推荐(0) 编辑
摘要: 1. 在virtualBox中设置网络:设置->网络->将连接方式选定为“网络地址转换(NAT)” 点确定 2.进入Ubuntu系统中:系统设置->网络, 在弹出的对话框中选择:有线->点右上角的“开启”即可 阅读全文
posted @ 2019-11-11 23:18 博二爷 阅读(2933) 评论(0) 推荐(0) 编辑
上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 53 下一页