码迷,mamicode.com
首页 >  
搜索关键字:git github    ( 62390个结果
Android新浪微博客户端(五)——主界面的TabHost和WeiboUtil
原文出自:方杰|http://fangjie.sinaapp.com/?p=183转载请注明出处最终效果演示:http://fangjie.sinaapp.com/?page_id=54该项目代码已经放到github:https://github.com/JayFang1993/SinaWeibo一...
分类:移动开发   时间:2014-05-19 19:41:15    阅读次数:441
android 仿小米icon处理,加阴影和边框
本人自己在做一个launcher,所以需要处理icon,加阴影和边框等。这只是一种处理方法,其他的处理方法类似。 源代码: https://github.com/com314159/LauncherIconMaskEffect 效果图: 核心思想: 1. 绘制边框时,先取原图片的颜色,再根据颜色绘制边框,加上了渐变效果 2.添加阴影其...
分类:移动开发   时间:2014-05-18 18:46:59    阅读次数:429
springMVC项目异步处理请求的错误Async support must be enabled on a servlet and for all filters involved in async
从github上down下来一个项目,springMVC-chat。作者全是用的注解,也就是零配置。 这可苦了我,经过千辛万苦,最终集成到现在的项目中有一点样子了,结果报出来下面的错误。红色部分。解决方法为,在web.xml中也就是springMVC的总配置文件中加上一句话: true 这句话的位置一定要放正确,否则,一切都是徒劳。至于配置spring异步支持(其实是配置servlet异...
分类:编程语言   时间:2014-05-18 18:32:49    阅读次数:499
JQuery -> 超级简单的下拉菜单
用jquery实现的一个超级简单的下拉菜单。 效果图 初始效果 鼠标悬浮效果 代码 nav a { text-decoration: none; } nav > ul > li { float: left; text-align: center; padding: 0 0.5em; } nav li ul.sub-menu { ...
分类:Web程序   时间:2014-05-18 10:48:11    阅读次数:522
github basic usage
GitHub and Git basic command tips...
分类:其他好文   时间:2014-05-18 09:03:35    阅读次数:255
LeetCode: Swap Nodes in Pairs [023]
【题目】 Given a linked list, swap every two adjacent nodes and return its head. For example, Given 1->2->3->4, you should return the list as 2->1->4->3. Your algorithm should use only constant space. You may not modify the values in the list, only nodes it...
分类:其他好文   时间:2014-05-18 08:37:57    阅读次数:370
LinearLayout详解二:从其父类View说起
如果大家不知道怎么下载View.class的源代码,或者说懒得去下载(因为源代码确实比较大,大概有10G)的话,教大家几个取巧的办法: 1.直接在google中输入“android view.java”即可。这种方法成功率非常高,一般android的比较重要的类都能搜到。 2.给大家提供一个人家用于放源码的的git:git@gitorious.org:rowboat/frameworks-base.git 大家自己去clone一下。(什么!你Y的居然连git都不会用!服了,好吧,请继续往下看)。 3登录到这...
分类:其他好文   时间:2014-05-18 08:32:48    阅读次数:751
开源项目AndroidUtil-采用Fragment实现TabHost
原文出自:方杰|http://fangjie.sinaapp.com/?p=141 转载请注明出处 学习Android也有一段时间了,感觉大部分的Android应用都有很多类似的组件,所以就打算做了这样一个开源项目,目的是整合一些Android开发常用的组件Demo,方便以后项目中直接拿来用。git地址:https://github.com/JayFang1993/AndroidUtil ...
分类:移动开发   时间:2014-05-18 06:06:04    阅读次数:395
一个基于Gsoap 的ONIVF C++ 库
https://github.com/xsmart/onvifcpplib 这个库支持ProfileS 和ProfileG,目前还在开发当中,现在已经支持Event 下面是一个客户端的例子 int _tmain(int argc, _TCHAR* argv[]) { int ret; /* 192.168.1.1 is the NVT, 192.168.1.234 is the N...
分类:编程语言   时间:2014-05-18 05:26:01    阅读次数:384
ledisdb:支持类redis接口的嵌入式nosql
ledisdb现在可以支持嵌入式使用。你可以将其作为一个独立的lib(类似leveldb)直接嵌入到你自己的应用中去,而无需在启动单独的服务。ledisdb提供的API仍然类似redis接口。首先,你需要创建db对象:import "github.com/siddontang/ledisdb/ledis" configJson = []byte('{ "data_db" : {...
分类:数据库   时间:2014-05-18 05:02:25    阅读次数:412
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!