第一步:https://www.runoob.com/bootstrap/bootstrap-tutorial.html //菜鸟教程 第二步:https://v3.bootcss.com/getting-started/ Bootstrap官网进行整体深化学习 第三步:结束本门技术,仿照京东或者淘 ...
分类:
其他好文 时间:
2019-07-10 00:59:23
阅读次数:
129
问题描述 解决办法 使用sudo vmware-networks –start查看是否能够启动网络 使用命令sudo modprobe vmnet 重新启动网络成功 VMware成功启动 ...
分类:
系统相关 时间:
2019-07-09 09:27:52
阅读次数:
577
装饰者模式 Decorator模式或者Wrapper模式允许修饰或者封装(在字面意义中,即修改行为)一个对象,即使你没有该对象的源代码或者该对象标识为final。 Decorator模式适用于无法继承该类(例如,对象的实现类使用final标识)或者无法创建该类的实例,但可以从另外的系统中可以取得该类 ...
分类:
其他好文 时间:
2019-07-08 23:47:48
阅读次数:
114
A. Keanu Reeves 题目链接:http://codeforces.com/contest/1189/problem/A 题目: After playing Neo in the legendary "Matrix" trilogy, Keanu Reeves started doubti ...
分类:
其他好文 时间:
2019-07-06 13:06:45
阅读次数:
81
检查日志发现了1077错误 State of services: The service 'wampapache64' is NOT started EXIT error code:1077 Help message for error code 1077 is: Son aç??tan bu ya... ...
Hbase基本介绍 Hbase工作机制 Hbase安装 Hbase的命令行客户端 HBASE客户端API操作 ...
分类:
其他好文 时间:
2019-06-30 18:46:38
阅读次数:
96
这两个命令都可以查看进程列表,不同点如下: 1. 风格不同。ps ef是System v显示风格,而ps aux是BSD显示风格。 2. ps ef和ps aux显示内容不一样。 3. COMMADN列如果过长,aux会截断显示,而ef不会。 ps ef: [young@ ...
分类:
其他好文 时间:
2019-06-28 00:31:30
阅读次数:
177
详细可参考 "官方文档" ,这里进记录一些重要过程。 安装环境 下载 Android Studio 选择 Custom 进行安装: Android SDK Android SDK Platform Performance (Intel ? HAXM) (AMD 处理器看这里) Android Vir ...
分类:
其他好文 时间:
2019-06-27 16:23:57
阅读次数:
130
这篇文章的全局观和思路一级棒! The Fairy Tale Cast your mind back to 2010 when users started to demand interactive web applications. Back then the only real solution ...
分类:
其他好文 时间:
2019-06-25 19:49:00
阅读次数:
152
https://docs.microsoft.com/zh-cn/visualstudio/get-started/csharp/?view=vs-2019 ...