自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

JiezhiG的专栏

一个菜鸟的成长史

  • 博客(2)
  • 资源 (5)
  • 收藏
  • 关注

原创 [python]使用Counter统计文章中出现频率最高的单词

利用collections中的Counter来统计一篇文章中出现次数最多的单词:#!/usr/bin/env python# -*- coding: utf-8 -*-"""Created on 4/21/16@author: [email protected]: jiezhi.github.ioReference: https://docs.python.

2016-04-21 11:03:19 7926 1

原创 [Python]使用Decorator设计Cache

运行后可以看到结果:4{'dedfca39c250ca2047c5d66a13c5df2e9ac90181': {'value': 4, 'time': 1461155366.249486}}we got a winner4

2016-04-20 20:36:59 1754

【PDF】Java in a Nutshell(英文第六版,涵盖java 8)

This book is a desktop Java reference, designed to sit faithfully by your keyboard while you program. Part I of the book is a fast-paced, “no-fluff ” introduction to the Java programming language and the core runtime aspects of the Java platform. Part II is a reference section that blends elucidation of core concepts with examples of important core APIs. The book covers Java 8, but we recognize that some shops may not have adopted it yet—so where possible we call out if a feature was intro‐ duced in Java 8 (and sometimes Java 7). We use Java 8 syntax throughout, including using lambda expressions in code that would previously have used a trivial anony‐ mous nested class.

2015-01-12

Migrating to Swift from Android

The primary objective of this book is to help experienced Android developers leap into native iOS–Swift mobile development. It is easier than you think, and this book will make it even easier with Android analogies and mapping guidelines. You can immediately translate common mobile use cases to iOS. Who Is This Book For? This book is specifically written for Android developers who want to take advantage of their mobile knowledge and make mobile applications available on the iOS mobile platform. The book will show you the common iOS programming subjects and frameworks using your familiar Android vocabularies without lengthy explanations, because you already know these mobile subjects from being an Android developer.

2014-11-22

Android 实现电子时钟效果

详细的效果图可以见我的博文:http://blog.csdn.net/jiezhi2013/article/details/39209249

2014-09-12

eclipse NDk插件

如果在eclipse里配置ndk却发现没有配置的选项,则需要此插件,放置在eclipse/plugins下,重启即可。详见:http://blog.csdn.net/jiezhi2013/article/details/38980077

2014-09-01

apktool和apksign

里面包含apktool1.5.2.tar.bz2和apktool-install-windows-r05-ibot.tar.bz2的解压文件、apksign程序

2014-04-09

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除