05 2019 档案

摘要:如题,jquery代码:window.parent.$('#testdiv'); 阅读全文
posted @ 2019-05-31 19:04 pascal1000 阅读(85) 评论(0) 推荐(0)
摘要:visjs 可以绘制拓扑图。 下载地址: https://visjs.org/#download_install 解压后可以执行例子,阅读文档。 阅读全文
posted @ 2019-05-31 19:01 pascal1000 阅读(175) 评论(0) 推荐(0)
摘要:https://spring.io/projects/spring-cloud-sleuth https://cloud.spring.io/spring-cloud-sleuth/spring-cloud-sleuth.html code: https://github.com/pascal198 阅读全文
posted @ 2019-05-25 22:11 pascal1000 阅读(186) 评论(0) 推荐(0)
摘要:https://spring.io/projects/spring-cloud-openfeign https://cloud.spring.io/spring-cloud-openfeign/spring-cloud-openfeign.html demo: https://github.com/ 阅读全文
posted @ 2019-05-25 22:07 pascal1000 阅读(355) 评论(0) 推荐(0)
摘要:参考: https://www.cnblogs.com/rcddup/p/7533125.html 一、添加 devtools 依赖 当配置了 devtools 后,我们在classpath修改任何文件项目都将会自动重启。 (1)某些资源在更改时不一定需要触发重新启动。例如, Thymeleaf 模 阅读全文
posted @ 2019-05-25 22:05 pascal1000 阅读(147) 评论(0) 推荐(0)
摘要:html, javascript, css, graphic,http https://developer.mozilla.org/en-US/docs/Web 阅读全文
posted @ 2019-05-25 22:01 pascal1000 阅读(152) 评论(0) 推荐(0)
摘要:https://learn.jquery.com/about-jquery/ 编写plugin时,常用的两个重要pai https://api.jquery.com/jQuery.extend/ https://api.jquery.com/jQuery.fn.extend/ 阅读全文
posted @ 2019-05-25 21:47 pascal1000 阅读(646) 评论(0) 推荐(0)
摘要:git: https://github.com/pascal19821003/micserver2019 工程包括: 配置服务、注册中心、网关、微服务 参考: https://www.jianshu.com/p/5df2e83d0ef8 使用sleuth实现微服务跟踪https://blog.csd 阅读全文
posted @ 2019-05-19 12:01 pascal1000 阅读(382) 评论(0) 推荐(0)
摘要:构建Bootstrap源码开发环境1. 参考 https://getbootstrap.com/docs/4.3/getting-started/build-tools/2. Install npm sudo apt-get install npm 升级npm为最新版本 sudo npm insta 阅读全文
posted @ 2019-05-19 11:35 pascal1000 阅读(348) 评论(0) 推荐(0)
摘要:introduce: https://www.vagrantup.com/intro/index.htmlget started https://www.vagrantup.com/intro/getting-started/index.html $ vagrant init hashicorp/p 阅读全文
posted @ 2019-05-12 10:24 pascal1000 阅读(153) 评论(0) 推荐(0)
摘要:安装: 环境: ubuntu19.04 参考: https://docs.docker.com/install/linux/docker-ce/ubuntu/使用的安装方式: Install from a package下载安装包:https://download.docker.com/linux/ 阅读全文
posted @ 2019-05-12 00:35 pascal1000 阅读(3988) 评论(0) 推荐(0)
摘要:#https://www.runoob.com/w3cnote/python-spider-intro.html#Python 爬虫介绍 import urllib.parseimport urllib.requestfrom http import cookiejar url = "http:// 阅读全文
posted @ 2019-05-11 18:57 pascal1000 阅读(1609) 评论(0) 推荐(0)
摘要:1、查看软件安装路径: pascal@pascal:~$ dpkg -L python3/./usr/usr/bin/usr/lib/usr/lib/valgrind/usr/lib/valgrind/python3.supp/usr/share/usr/share/doc/usr/share/do 阅读全文
posted @ 2019-05-11 18:50 pascal1000 阅读(2107) 评论(0) 推荐(0)
摘要:1、hasOwnPropertyvar o={x:1};o.hasOwnProperty("x"); //true,自有属性中有xo.hasOwnProperty("y"); //false,自有属性中不存在yo.hasOwnProperty("toString"); //false,这是一个继承属 阅读全文
posted @ 2019-05-11 18:40 pascal1000 阅读(370) 评论(0) 推荐(0)
摘要:Java序列化和反序列化 模型类: 阅读全文
posted @ 2019-05-11 18:37 pascal1000 阅读(136) 评论(0) 推荐(0)
摘要:bootstrap源码和测试 https://github.com/pascal19821003/bootstrap4.3.1 阅读全文
posted @ 2019-05-11 18:30 pascal1000 阅读(238) 评论(0) 推荐(0)
摘要:0. function: jsPlumb provides a means for a developer to visually connect elements on their web pages. It uses SVG and runs on all browsers from IE9 a 阅读全文
posted @ 2019-05-06 13:12 pascal1000 阅读(228) 评论(0) 推荐(0)