- 博客(11)
- 收藏
- 关注
原创 Android生成Excel表格之ZzExcelCreator
Github传送门:https://github.com/zhouzhuo810/ZzExcelCreator (欢迎star!)效果图: 最近做项目用到jxl.jar来生成Excel表格;但是发现jxl源码都没有注释的,方法也没有说明, 虽然最后在网上找到了对应的方法。不过这不是我的style,果断自己封装一下,添加注释。下面介绍一下用法:Gradle:compile 'me.zhouz
2017-01-18 10:12:04 1303
原创 Android自定义FragmentTabhost之ZzFragmentTabhost
Github传送门:ZzFragmentTabhost最新觉得安卓自带的FragmentTabhost的适配性不佳且用起来比较麻烦。 于是自己撸了个,分享给大家,欢迎批评指正。ZzFragmentTabHostA powerful FragmentTabhost.Gradlecompile 'me.zhouzhuo.zzfragmenttabhost:zz-fragment-tabhost:1.0
2016-12-05 15:46:11 329
原创 Android自定义数据库封装之ZzSQLHelper
ZzSQLHelperGithub传送门:https://github.com/zhouzhuo810/ZzSQLHelper 欢迎starA powerful sqlite framework that supports ORM and Cursor mode. (一个简单却强大的数据库封装工具。)· 支持ORM和Cursor两种操作模式;Gradle:compile 'me.zhouzhu
2016-10-14 15:01:41 445
原创 Android自定义图片添加器-ZzImageBox
ZzImageBoxA powerful image container for adding and removing images.功能简介:1.支持添加、删除、默认图片的配置; 2.支持最大行数限制; 3.支持每行数量修改; 4.支持添加、删除、图片点击回调接口。 5.支持Box的添加(.addImage(String imagePath))和删除(.removeImage(int p
2016-10-10 10:06:56 932
原创 Android自定义水平进度条控件
ZzHorizontalProgressBarA Horizontal ProgressBar that is customized easily.功能简介: 1.支持自定义进度颜色; 2.支持自定义背景颜色; 3.支持自定义背景与进度之间的内间距大小; 4.支持自定义最大值和默认进度值。与系统控件相比的优势:属性配置更简单、大小适配更方便。Gradle:compile 'me.zhouzh
2016-09-23 17:58:02 2229 1
原创 Android自定义水平日历控件
ZzHorizontalCalenderViewA horizontal and scrollable CalenderView.Github地址:https://github.com/zhouzhuo810/ZzHorizontalCalenderViewGradle:compile 'me.zhouzhuo.zzhorizontalcalenderview:zz-horizontal-calen
2016-09-14 23:40:32 1034
原创 Android自定义星级评定条实现
Github托管地址:https://github.com/zhouzhuo810/ZzRatingBar (喜欢就点一下 star 吧!)ZzRatingBarA powerful RatingBar that can be customized easily.Gradle:compile 'me.zhouzhuo.zzratingbar:zz-rating-bar:1.0.0'Maven:<d
2016-09-10 15:21:29 507
原创 Android自定义蜂窝图实现
项目github托管地址:https://github.com/zhouzhuo810/ZzBeeLayoutZzBeeLayoutA nice Image ViewGroup like honeycomb.What does it look like ?How to use it ?Gradlecompile 'me.zhouzhuo.zzbeelayout:zz-bee-layout:1.0.0
2016-09-08 00:38:43 1399
原创 Android自定义ViewPager指示器
ZzPagerIndicatorA powerful custom indicator for Android ViewPager.Gradle:compile 'me.zhouzhuo.zzpagerindicator:zz-pager-indicator:1.0.0'Maven:<dependency> <groupId>me.zhouzhuo.zzpagerindicator</grou
2016-08-24 18:14:46 440
原创 Android自定义二级联动菜单
项目Github托管地址:https://github.com/zhouzhuo810/ZzSecondaryLinkage效果图How to use it ?准备工作①第一步,添加布局 <me.zhouzhuo.zzsecondarylinkage.ZzSecondaryLinkage android:id="@+id/zz_linkage" android:
2016-08-20 15:20:32 3736
原创 如何使用WampServer搭建PHP服务器
一、安装WampServer点击打开链接 访问密码 2fd2二、安装WampServer一路next即可,可勾选创建桌面快捷方式。打开后,1)右键小图标可以选择语言。2)鼠标单击,选择phpMyAdmin可以访问数据库,默认没密码。3)鼠标单击,选择www目录可以访问工程文件目录。默认访问方式为:"http://
2016-02-17 13:54:40 1549
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人