06 2016 档案

摘要:0x00 介绍JSON 介绍JSON :http://www.json.org/json-zh.html Introducing JSON :http://www.json.org/ 阅读全文
posted @ 2016-06-30 13:59 GeekSwallow 阅读(162) 评论(0) 推荐(0)
摘要:0x00 Android 入门资料 a. Android 学习之路 b.《第一行代码》 介绍及购买链接:http://blog.csdn.net/guolin_blog/article/details/26365913 c. 极客学院Android开发视频教程 http://www.jikexuey 阅读全文
posted @ 2016-06-28 16:55 GeekSwallow 阅读(471) 评论(0) 推荐(0)
摘要:0x00 leakcanary 【内存泄漏检测】 Leakcanary : A memory leak detection library for Android and Java. 良心企业Square最近刚开源的一个非常有用的工具,强烈推荐 帮助你在开发阶段方便的检测出内存泄露的问题,使用起来更 阅读全文
posted @ 2016-06-28 14:29 GeekSwallow 阅读(153) 评论(0) 推荐(0)
摘要:本文学习自Stromzhang, 原文地址请移步:从0开始学习 GitHub 系列汇总 我的笔记: 0x00 从0开始学习GitHub 系列之[初识GitHub] GitHub 影响力 a.全球顶级科技公司纷纷加入 GitHub ,并贡献他们自己的项目代码 Google: https://githu 阅读全文
posted @ 2016-06-27 17:49 GeekSwallow 阅读(570) 评论(0) 推荐(0)
摘要:现在有这样一种情形: 有一个叫做Joe的程序猿写了一个游戏程序,而你可能要去改进它。并且Joe将他的代码放在了GitHub仓库上。 下面是你要做的事情 fork并且更新GitHub仓库的图表演示 Fork他的仓库:这是GitHub操作,这个操作会复制Joe的仓库(包括文件,提交历史,issues,和 阅读全文
posted @ 2016-06-27 17:06 GeekSwallow 阅读(23719) 评论(0) 推荐(17)
摘要:WPF 概述 阅读全文
posted @ 2016-06-24 16:13 GeekSwallow 阅读(305) 评论(0) 推荐(0)
摘要:Quick Chinese Guide to learn SQL(SQL学习快速中文指南): http://www.w3school.com.cn/sql/index.asp SQL English guide and online Run:SQL Tutorial http://www.w3sch 阅读全文
posted @ 2016-06-24 16:04 GeekSwallow 阅读(157) 评论(0) 推荐(0)
摘要:Bug: 在别的机子上创建一个maven工程,复制到本机上导入,出现pom.xml文件错误. 错误信息出现在pom头的project标签,project标签内容是 原因: 这是由于缺少maven-resources-plugin-2.4.3.jar文件。 这个文件是在{user.home}\.m2\ 阅读全文
posted @ 2016-06-17 16:28 GeekSwallow 阅读(401) 评论(0) 推荐(0)
摘要:今天使用Eclipse+Maven建立了一个Javaweb工程。 可是,JSP页面顶端出现“红色”的报错信息:The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path。 原来Javaweb 阅读全文
posted @ 2016-06-17 16:16 GeekSwallow 阅读(185) 评论(0) 推荐(0)