ghost主题

主题市场 http://marketplace.ghost.org/themes/free/ 例子:下载https://github.com/oswaldoacauan/ghostium/archive/master.zip 解压到ghost目录\content\themes 打 »

ghost博客搭建

前言 这几天搭建了一个博客,使用的是ghost 官网 http://www.ghostchina.com 几个插件配置了一下凑合着用。 搭建——更改主题——代码高亮——评论——搜索——存储——站点统计 把大致配置记录下来方便下次重做。 搭建 1.环境: win7 64 »

kotlin-配置出错

开发环境为jdk1.7 Gradle sync failed: Cause: org/jetbrains/kotlin/gradle/plugin/android/AndroidGradleWrapper : Unsupported major.minor version 52. »

c++指针测试

#include <iostream> #include <exception> using namespace std; int main() { //数组1 char str1[] = "我是一个可变数组";//数组的内容可以修 »

Eclipse连接真机--华为荣耀6

今天换了个电脑Eclipse无法连接真机(华为荣耀6) 解决方法:将usb连接方式切换到PC助手模式再切换到媒体设备模式后成功连接 我的理解:USB驱动没有装好导致无法连接,打来pc助手模式会在pc端将usb驱动安装好 具体步骤: 第一步,切换pc助手方式 第二步,安装pc助手 »

windows无法连接虚拟机的linux

windows无法连接虚拟机的linux 遇到的问题:今天使用xshell连接虚拟机,无法连接。 解决过程: 1.测试ping, linux虚拟机能ping通windows主机,可是windows主机ping不通linux虚拟机。 2.查看vm虚拟机的子网地址,如图,点击'编辑' »