2018年6月15日

sublime

摘要: 代码自动提示 : https://github.com/SublimeCodeIntel/SublimeCodeIntel ctrl+b 直接执行 ruby示例 : (ownrubybuild.sublime-build是保存后的命名) { "cmd": [ruby,"$file"], "file_ 阅读全文

posted @ 2018-06-15 17:08 --LP-- 阅读(112) 评论(0) 推荐(0) 编辑

2018年6月7日

返回 字符串的 form和js组合让页面跳转

摘要: vertx 代码示例 阅读全文

posted @ 2018-06-07 17:43 --LP-- 阅读(293) 评论(0) 推荐(0) 编辑

2018年6月5日

jquery 设置某div里面的内容为此div里面非img标签的内容

摘要: 要注意 <div id="#div_1"> 几个字 <img ....../> </div> 这样的话 几个字 不会被保存下来 解决方式: 把这 几个字 包在一个什么标签里 比如 div 里 阅读全文

posted @ 2018-06-05 16:46 --LP-- 阅读(621) 评论(0) 推荐(0) 编辑

2018年5月20日

Lozad.js 简单使用

摘要: GayHub位置:https://github.com/ApoorvSaxena/lozad.js 导入: <script type="text/javascript" src="http://www.trancemelody.cn/bigi/js/lozad-v1.4.0.js"></script 阅读全文

posted @ 2018-05-20 00:03 --LP-- 阅读(498) 评论(0) 推荐(0) 编辑

2018年5月16日

Rancher 2.0 简单使用 重要部分截取

摘要: 学习地址 : https://rancher.com/docs/rancher/v2.x/en/quick-start-guide/ Install Rancher sudo docker run -d --restart=unless-stopped -p 80:80 -p 443:443 ran 阅读全文

posted @ 2018-05-16 10:44 --LP-- 阅读(905) 评论(0) 推荐(0) 编辑

2018年5月12日

kubernetes 基础

摘要: 官网 kubernetes.io 有中文 中文网站 http://docs.kubernetes.org.cn kubectl 详细情况 https://kubernetes.io/docs/reference/kubectl/overview/ 学习资料来自于:https://kubernetes 阅读全文

posted @ 2018-05-12 12:17 --LP-- 阅读(595) 评论(0) 推荐(0) 编辑

2018年5月4日

java 导mysql数据为表格给浏览器接收

摘要: jar 包准备 <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi</artifactId> <version>3.17</version> </dependency> 后端 前端 结果 5001263243584372792 阅读全文

posted @ 2018-05-04 23:22 --LP-- 阅读(296) 评论(0) 推荐(0) 编辑

flutter 自己整理

摘要: 2018-05 资料 常见问题解决处 https://flutter.io/flutter-for-android/ 起步 api widget https://flutter.io/docs/ 其他(资源来自 Udacity https://cn.udacity.com/course/build- 阅读全文

posted @ 2018-05-04 11:29 --LP-- 阅读(772) 评论(0) 推荐(0) 编辑

docker 基础

摘要: 目录 : 基础 网络访问 数据管理 镜像构建 仓库 杂谈 --Docker 资源隔离 --Docker 资源限制 --Docker 网络模式 1:在 linux 64位上跑 (win不是不行,基本不用) 2:安装 https://docs.docker.com/install/linux/docke 阅读全文

posted @ 2018-05-04 10:37 --LP-- 阅读(892) 评论(0) 推荐(0) 编辑

2018年4月24日

服务端简单重定向

摘要: 相应头里写 ctx.response().putHeader("Location","http://127.0.0.1/enjoy"); 相应状态写 ctx.response().setStatusCode(302); 返回个空响应就行了 阅读全文

posted @ 2018-04-24 21:23 --LP-- 阅读(137) 评论(0) 推荐(0) 编辑

导航