自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 资源 (24)
  • 收藏
  • 关注

翻译 怎样在Windows上安装Django

参考文章:https://docs.djangoproject.com/en/1.10/howto/windows/在windows上安装Python 3.5和Django1.安装python ,Django是python的web框架,最新版本是3.6.1https://python.org/downloads/ 到官网下载最新版本并安装。选中 Add Python 3.x to

2017-04-05 01:59:09 469

翻译 Dalvik字节码 Smali语法

dalvik的字节码主要有两种类型, 原始类型和引用类型。除了引用类型对象和数组, 其它的都是原始类型.原始类型会单独用一张表表示。表格中的缩写它们实际存在dex文件中。在 dex-format.html文档中有定义 (dalvik/docs/dex-format.html in the AOSP repository)。

2017-01-18 22:22:55 740

转载 显示软键盘ListView包含EditText失去焦点

The issue is when you have a ListView or an ExpandableListView with input capable fields that displays the soft keyboard on focus, the EditText loses its focus for the first time but the second time i

2016-04-22 16:58:50 364

转载 三种方法使android 手机执行 二进制程序

参考文档:http://gimite.net/en/index.php?Run%20native%20executable%20in%20Android%20App假如我要执行的二进制文件名为capturescr,我的android程序包名为com.zklc.capture一、使用assets 目录: 1.把二进制文件capturescr放到assets目录中 2.

2015-08-06 18:24:22 8942 1

原创 Android WebView加载本地CSS

style.css放在资产目录下,content为html代码try {//设置行间距content = ""content;webview.loadDataWithBaseURL("", content,"text/html", "utf-8", null);} catch (Exception e) {e.printStackTrace();}

2015-08-06 18:18:25 682

原创 在线阅读android源码

http://grepcode.com/project/repository.grepcode.com/java/ext/com.google.android/android/

2015-08-06 18:16:23 237

翻译 解决读取bitmap内存溢出问题

官方文档解决办法:http://developer.android.com/training/displaying-bitmaps/index.html一、有效的加载大图(Loading Large Bitmaps Efficiently)1.读取图片的密度和类型(Read Bitmap Dimensions and Type)BitmapFactory.Opt

2015-08-06 18:10:47 1281

Learning.Bootstrap

Learning Bootstrap is for budding as well as proficient web designers and developers who want to build professional-looking, dynamic websites. Basic knowledge of HTML, HTML5, and CSS in addition to a little bit of JavaScript (very basic) is required for aspiring users looking to implement Bootstrap in their development process. Prior knowledge of Bootstrap is not needed as the learning guide equips you with all the know-how required to incorporate Bootstrap into your pet projects.

2017-10-19

BootstrapEssentials

This book is a step-by-step and detailed guide to develop full device-friendly websites. It starts with the basic concepts of CSS, CSS3, and Bootstrap. It includes all the practical know-hows about all major features and functionalities offered by Bootstrap. It also shows you how to work with the Bootstrap main source code and how to customize and extend the framework. An example application is accompanied by every step as an easy-to-follow practical exercise and demonstrates the usage of the features of Bootstrap.

2017-10-19

Extending Bootstrap

Extending Bootstrap is a practical guide to extending the use of Bootstrap, a very popular open source CSS framework originally developed by Twitter. This book focuses on different techniques to customize and extend Bootstrap according to your needs. We will cover theming, CSS customization, LESS usage, compiling your styles with Grunt.js, and much more. After reading this book, you will be an expert in Bootstrap and have all the knowledge you need to use it efficiently in your projects

2017-10-19

Mercurial3.7.3.7

mercurial(hg)此版本 配合Windows版本 SourceTreeSetup-2.1.2.5版本一块使用,SourceTreeSetup-2.1.2.5版本请在我的资源里下载

2017-09-01

Windows版本 SourceTreeSetup-2.1.2.5

Windows版本 SourceTreeSetup-2.1.2.5 SourceTree 是 Windows 和Mac OS X 下免费的 Git 和 Hg 客户端,同时也是Mercurial和Subversion版本控制系统工具。支持创建、克隆、提交、push、pull 和合并等操作。 SourceTree拥有一个精美简洁的界面,大大简化了开发者与代码库之间的Git操作方式,这对于那些不熟悉Git命令的开发者来说非常实用

2017-09-01

Tango With Django 1.9 1.10

Tango With Django 1.9 1.10 How to Tango with Django 1.9 A beginners guide to Python/Django Leif Azzopardi and David Maxwell This book is for sale at http://leanpub.com/tangowithdjango19 This version was published on 2017-02-28 Tweet this book!

2017-08-23

SQLite Expert Personal3.5.61

SQLite Expert Personal

2017-08-23

机器学习实战.pdf

机器学习实战.pdf

2017-06-24

Learning Django Web Development

Learning Django Web Development

2017-06-24

Django.Web.Development.with.Python

Django.Web.Development.with.Python

2017-06-24

django1.11.1

django1.11.1

2017-06-24

Android Native Development Kit Cookbook

Android Native Development Kit Cookbook

2017-06-24

Android内核剖析下.pdf

Android内核剖析下.pdf

2017-06-24

Android内核剖析上.pdf

Android内核剖析上.pdf 分两部分 还有下册

2017-06-24

building-machine-learning-systems-with-python-2nd-edition

building-machine-learning-systems-with-python-2nd-edition 使用python构建机器学习系统 第二版

2017-06-24

Web Scraping with Python

python 爬虫 英文版

2017-06-24

Ryan Mitchell Web Scraping with Python- Collecting Data from the Modern Web

Ryan Mitchell Web Scraping with Python- Collecting Data from the Modern Web

2017-06-24

Android软件安全与逆向分析

Android软件安全与逆向分析

2015-07-02

Android多媒体开发高级编程.(美)艾佛瑞(全)

Android多媒体开发高级编程.(美)艾佛瑞(全)

2015-07-02

ibatis最新

压缩包中包括ibatis-core-3.0.jar、ibatis-sqlmap-3.0-beta-10.jar、ibator-1.2.1.681.jar

2015-03-02

VsualC++ MFC入门教程 闻怡洋

第一章 VC入门 1.1 如何学好VC 1.2 理解Windows消息机制 1.3 利用Visual C++/MFC开发Windows程序的优势 1.4 利用MFC进行开发的通用方法介绍 1.5 MFC中常用类,宏,函数介绍 第二章 图形输出 2.1 和GUI有关的各种对象 2.2 在窗口中输出文字 2.3 使用点,刷子,笔进行绘图 2.4 在窗口中绘制设备相关位图,图标,设备无关位图 2.5 使用各种映射方式 第三章 文档视结构 3.1 文档 视图 框架窗口间的关系和消息传送规律 3.2 接收用户输入 3.3 使用菜单 3.4 文档,视,框架之间相互作用 3.5 利用序列化进行文件读写 3.6 MFC中所提供的各种视类介绍 第四章 窗口控件 4.1 Button 4.2 Static Box 4.3 Edit Box 4.4 Scroll Bar 4.5 List Box/Check List Box 4.6 Combo Box 4.7 Tree Ctrl 4.8 List Ctrl 4.9 Tab Ctrl 4.A Tool Bar 4.B Status Bar 4.C Dialog Bar 4.D 利用AppWizard创建并使用ToolBar StatusBar Dialog Bar 4.E General Window 4.F 关于WM_NOTIFY的使用方法 第五章 对话框 5.1 使用资源编辑器编辑对话框 5.2 创建有模式对话框 5.3 创建无模式对话框 5.4 在对话框中进行消息映射 5.5 在对话框中进行数据交换和数据检查 5.6 使用属性对话框 5.7 使用通用对话框 5.8 建立以对话框为基础的应用 5.9 使用对话框作为子窗口 第六章 网络通信开发 6.1 WinSock介绍 6.2 利用WinSock进行无连接的通信 6.3 利用WinSock进行有连接的通信

2011-07-15

C /c++ 笔试题

C /c++ 笔试题 C /c++ 笔试题 C /c++ 笔试题

2010-05-12

C语言常用函数电子书

很多C语言函数 对学C的朋友们有很大帮助!

2010-03-18

空空如也

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

TA关注的人

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