码迷,mamicode.com
首页 >  
搜索关键字:github    ( 38406个结果
GitHub上值得关注的iOS开源项目
1.AFNetworking地址:https://github.com/AFNetworking/AFNetworking用于网络请求2.JSONKit地址:https://github.com/johnezang/JSONKit解析JSON3.Reachability地址:https://gith...
分类:移动开发   时间:2015-05-02 15:02:08    阅读次数:116
redis-py说明文件(转)
译文:http://blog.sina.com.cn/s/blog_6262a50e0101574h.html英文原文:https://github.com/andymccurdy/redis-py1.安装redis-py是Redis key-value数据库的Python接口,安装如下$ sudo...
分类:其他好文   时间:2015-05-02 13:44:46    阅读次数:173
Druid基本配置及内置监控使用
Druid基本配置及内置监控使用 1.???????????? 使用方法 首先从http://repo1.maven.org/maven2/com/alibaba/druid/?下载最新的jar包。如果想使用最新的源码编译,可以从https://github.com/alibaba/...
分类:其他好文   时间:2015-05-02 11:16:49    阅读次数:213
C++ 无法解析的外部符号
错误 3 error LNK2001: 无法解析的外部符号 “public: static struct table * security::head” (?head@security@@2PAUtable@@A) F:\github\membership\security\security\security.obj出现这种错误,一般是在类当中声明了静态变量,但是没有在类外进行定义,从而导...
分类:编程语言   时间:2015-05-02 11:14:24    阅读次数:156
把别人的Tcl/Tk代码加入到Go语言里6 无框窗体
package main import "github.com/nsf/gothic" const init_script = ` catch { destroy .clock errorswindow } set w [ toplevel .clock ] wm ?withdraw ?. wm ?title ?$::w ?"clock" tk ?appname ?"cloc...
分类:编程语言   时间:2015-05-02 09:59:36    阅读次数:209
Android-WizardPager
https://github.com/HeinrichReimer/Android-WizardPager
分类:移动开发   时间:2015-05-01 22:29:34    阅读次数:128
github 简单使用指令
$ cd E:\pro\ // 进入文件$mkdir admin // 创建库$cd admin // 进入库$pwd // 显示当前文件路径$git init // 初始化,生成.git文件在admin文件下新建一个readme.txt,在.txt文件中...
分类:其他好文   时间:2015-05-01 22:28:20    阅读次数:196
MPAndroidChart
https://github.com/PhilJay/MPAndroidChart
分类:移动开发   时间:2015-05-01 22:27:26    阅读次数:120
material-singleinputform
https://github.com/HeinrichReimer/material-singleinputformhttps://play.google.com/store/apps/details?id=com.heinrichreimersoftware.singleinputform.exa...
分类:其他好文   时间:2015-05-01 22:26:43    阅读次数:126
[翻译] PPDragDropBadgeView
PPDragDropBadgeViewhttps://github.com/smallmuou/PPDragDropBadgeViewPPDragDropBadgeView is a badge view which able to drag and drop. Just like QQ 5.0 b...
分类:其他好文   时间:2015-05-01 22:24:58    阅读次数:253
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!