码迷,mamicode.com
首页 >  
搜索关键字:github    ( 38406个结果
ZhuGongpu CloudX-for-Android
https://github.com/ZhuGongpu/SweetyPlayhttps://github.com/ZhuGongpu/CloudX-for-Android
分类:移动开发   时间:2015-05-18 14:22:51    阅读次数:115
[Asp.net 5] DependencyInjection项目代码分析
最近在研究开源代码,正好发现Asp.net5的源码,下载地址:https://github.com/aspnet。今天主要讲的是DependencyInjection这部分,抛砖引玉,供大家参考,也欢迎莅临斧正。闲话不多说,下面就代码进行简单分析项目架构如下:一共包含DependencyInject...
分类:Web程序   时间:2015-05-18 12:45:57    阅读次数:91
ServiceStack.Hello——跨平台.net REST api服务搭建
ServiceStack.Hello——跨平台.net REST api服务搭建自己创建:https://github.com/ServiceStack/ServiceStack/wiki/Create-your-first-webservice直接下载源代码:https://github.com/...
分类:Windows程序   时间:2015-05-18 12:45:39    阅读次数:165
快速搭建 Node.js 开发环境以及加速 npm
如何快速搭建node开发环境npm超慢github无法打开的问题于是我觉得应该写一篇文章解答所有这些起步问题,让新同学也能顺顺利利入门。快速搭建Node.js开发环境如果你想长期做 node 开发, 或者想快速更新 node 版本, 或者想快速切换 node 版本, 那么在非 Windows(如 o...
分类:Web程序   时间:2015-05-18 12:16:47    阅读次数:141
git 的一些用法
以前都是在github上面整整,基本的git clone就足够了,git push, git pull一直没有深入学习。现在工作中需要用到,所以把最近遇到的一些总结起来了 git checkout develop #切换到develop分支 git push -u --all #这样可以把本地的分支与远程的分支关联起来,否则git pull的时候会需要你git push --se...
分类:其他好文   时间:2015-05-18 10:54:24    阅读次数:108
Android Studio配置Android annotation
Android annotation官网:https://github.com/excilys/androidannotationsAndroid annotation官网中有提到在Gradle中要怎么配置: https://github.com/excilys/androidannotations/wiki/Building-Project-Gradle我也是参考上面的配置的.我的配置如下,要配...
分类:移动开发   时间:2015-05-18 01:11:44    阅读次数:574
Linux 配置文件管理
一、简介 参考:https://robots.thoughtbot.com/rcm-for-rc-files-in-dotfiles-repos http://dotfiles.github.io/ 二、安装 1、rcm安装 参考:http://software.opensuse.org/downl...
分类:系统相关   时间:2015-05-18 01:04:43    阅读次数:237
贪吃蛇小游戏编写心得
https://github.com/Devilzero/6package贪吃蛇;importjava.awt.*;importjava.awt.event.*;publicclassGreedSnake//主类{/***@paramargs*/publicstaticvoidmain(String...
分类:其他好文   时间:2015-05-17 23:34:27    阅读次数:169
结对项目 实践三
一:题目简介该次实践作业主要实现一个手机的简单应用,计算器。可以在手机平台上实现,这里模拟的安卓环境。二:结对分工及过程这次结对的同学是郭淑涛,主要是两人确定了题目后,编写代码,之后在各自的电脑环境平台下进行运行,有问题互相交流,互相学习,也收获很多。三:代码地址https://github.com...
分类:其他好文   时间:2015-05-17 23:11:34    阅读次数:143
结对项目
实验题目是 : 手机计算器应用软件的开发 结对分工及过程 : 我和孟千共同讨论代码的编写过程,用到了android 的知识,看了一些书,在各自的电脑调试成功代码后,运行截屏。 github 地址是我们代码托管地址: github 地址为: https://gi...
分类:其他好文   时间:2015-05-17 23:11:00    阅读次数:163
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!