03 2019 档案

摘要:最近在学vue,用的是微软的vscode 开发工具。 很不错,赞一下微软。里面包含了众多插件大家可以各取所需。 另外有一项实用的功能,User Snippets 用户自定义代码段, 对于那些需要重复编写的代码段 用一个快捷键自动补全,很省事。下面就演示一下, 代码如下: "vh": { "prefi 阅读全文
posted @ 2019-03-30 17:57 一锤子技术员 阅读(9) 评论(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 一锤子技术员 阅读(7) 评论(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 一锤子技术员 阅读(5) 评论(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 一锤子技术员 阅读(72) 评论(0) 推荐(0) 编辑
摘要:首先感谢08年MLDN出的这个培训视频,我把代码和文档整理了一下,发布出来给需要学习Swing的朋友。 源码地址: https://gitee.com/indexman/gobang 一、知识点准备: JFrame:窗体 JOptionPane:对话框 MouseListener:鼠标事件 Grap 阅读全文
posted @ 2019-03-24 15:47 一锤子技术员 阅读(42) 评论(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 一锤子技术员 阅读(6) 评论(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 一锤子技术员 阅读(24) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示