上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 65 下一页
摘要: 最近在学vue,用的是微软的vscode 开发工具。 很不错,赞一下微软。里面包含了众多插件大家可以各取所需。 另外有一项实用的功能,User Snippets 用户自定义代码段, 对于那些需要重复编写的代码段 用一个快捷键自动补全,很省事。下面就演示一下, 代码如下: "vh": { "prefi 阅读全文
posted @ 2019-03-30 17:57 一锤子技术员 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 知识点: v-model双向绑定 v-on事件绑定 实现效果 源码 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, 阅读全文
posted @ 2019-03-30 17:28 一锤子技术员 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 1.添加一个虚拟机 /usr/local/nginx/sbin ./nginx -t nginx: [warn] conflicting server name "localhost" on 0.0.0.0:80, ignored nginx: the configuration file /usr 阅读全文
posted @ 2019-03-29 16:12 一锤子技术员 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 用SSH登录到Linux的时候,由于默认的连接超时时间很短,经常断开! 1、修改文件 # vi /etc/ssh/sshd_config # vi /etc/ssh/sshd_config 找到 #ClientAliveInterval 0 #ClientAliveCountMax 3 修改为 Cl 阅读全文
posted @ 2019-03-24 17:21 一锤子技术员 阅读(38) 评论(0) 推荐(0) 编辑
摘要: 首先感谢08年MLDN出的这个培训视频,我把代码和文档整理了一下,发布出来给需要学习Swing的朋友。 源码地址: https://gitee.com/indexman/gobang 一、知识点准备: JFrame:窗体 JOptionPane:对话框 MouseListener:鼠标事件 Grap 阅读全文
posted @ 2019-03-24 15:47 一锤子技术员 阅读(28) 评论(0) 推荐(0) 编辑
摘要: 初始化git操作(摘自码云) Git 全局设置: git config --global user.name "luohanye" git config --global user.email "indexman@126.com" 创建 git 仓库: mkdir helloweb cd hello 阅读全文
posted @ 2019-03-14 16:29 一锤子技术员 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 以下是我在使用SecureCRT这个SSH工具时用到的很实用的快捷键,与大家分享: 【Alt】+【Enter】:全屏 【Alt】+【B】: 快速打开新的连接 【Alt】+【1/2/3/4/5.../9】:切换到第1/2/3/4/5.../9个标签 【Alt】+【F】+【N】:克隆会话 【Ctrl】+ 阅读全文
posted @ 2019-03-13 09:48 一锤子技术员 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 本项目还是通过卖票和买票模块来介绍spring cloud。 1.新建服务注册模块:eureka-server 1.1 配置pom <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4 阅读全文
posted @ 2019-02-23 00:00 一锤子技术员 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 本项目通过模拟卖票和买票模块来讲解spring boot如何整合dubbo。 1.搭建zookeeper 使用docker方式: docker pull registry.docker-cn.com/library/zookeeper 启动zookeeper docker run --name zk 阅读全文
posted @ 2019-02-21 21:11 一锤子技术员 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 项目地址:https://gitee.com/indexman/spring_boot_in_action 在task模块下,我写了test类 邮件发送流程: 发件方:836491384@qq.com 收件方:indexman@126.com 配置pom.xml 添加mail依赖: <depende 阅读全文
posted @ 2019-02-17 22:44 一锤子技术员 阅读(1) 评论(0) 推荐(0) 编辑
上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 65 下一页