摘要: 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 阅读(620) 评论(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 阅读(371) 评论(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 阅读(334) 评论(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 阅读(146) 评论(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 阅读(3932) 评论(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 阅读(1593) 评论(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 阅读(2076) 评论(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 阅读(361) 评论(0) 推荐(0) 编辑
摘要: Java序列化和反序列化 模型类: 阅读全文
posted @ 2019-05-11 18:37 pascal1000 阅读(125) 评论(0) 推荐(0) 编辑
摘要: bootstrap源码和测试 https://github.com/pascal19821003/bootstrap4.3.1 阅读全文
posted @ 2019-05-11 18:30 pascal1000 阅读(233) 评论(0) 推荐(0) 编辑