码迷,mamicode.com
首页 >  
搜索关键字:github    ( 38406个结果
android studio github 项目导入问题
在github上面看到一个比较好的项目,导入出现了一些问题,记录如下:项目演示效果如图:下载地址:https://github.com/asijack/PagerSlidingTabStrip如果不修改配置文件导入会出错,这个根据每个人as版本的问题会出现不同的问题。首先导入的时候需要注意下,不要勾...
分类:移动开发   时间:2015-01-22 12:31:26    阅读次数:208
node安装升级npm
安装npmnpm上有很多优秀的nodejs包,来解决常见的一些问题,比如用node-mysql,就可以方便通过nodejs链接到mysql,进行数据库的操作在开发过程往往会需要用到其他的包,使用npm就可以下载这些包来供程序调用a) 如果系统没有安装过Git,可以直接到https://github....
分类:其他好文   时间:2015-01-22 12:30:08    阅读次数:702
Linux下安装ffmpeg
下载ffmpeg 从ffmpeg官网:http://ffmpeg.org/download.html下载最新的ffmpeg安装包,然后通过如下命令解压: tar -jxvf ffmpeg-2.5.3.tar.bz2 或者用git从github下载: 配置 本文进行一个比较简单的配置: ./configure –enable-shared –p...
分类:系统相关   时间:2015-01-22 09:34:26    阅读次数:232
zxing ——android学习初探(一)
学习二维码扫描,首先下载zip,下载地址:https://github.com/zxing/zxing/archive/master.zip 下载完成后,压缩包内容如下所示: 为了能成功在android平台上运行zxing的Demo,把 android/   android-core/  android-integration/  core/ 四个文件夹解压出来,androidtes...
分类:移动开发   时间:2015-01-22 00:19:30    阅读次数:188
ubuntu安装nodejs
0 问题出现:要用hexo搭建静态博客,所以需要用到npm,安装nodejs在ubuntu中直接使用sudo apt-get install nodejs 安装的nodejs以为这样就好了然后就通过npm install -g hexo 也能下载下来,但是hexo指令失效,原因参见使用GitHub ...
分类:Web程序   时间:2015-01-22 00:12:49    阅读次数:221
artDialog ( v 6.0.2 ) content 参数引入页面 html 内容
/*! artDialog v6.0.2 | https://github.com/aui/artDialog */将页面某一隐藏的 div 的 html 内容传到 artdialog 的弹窗中,并且该 div 不会被删除,代码如下:test参考资料:https://github.com/aui/a...
分类:Web程序   时间:2015-01-22 00:11:30    阅读次数:316
[AngularJS] angular-schema-form -- 1
Check out on gitHub, see the example on Demo page, see the document, extension.Mainly, there are three parts consist of Javascript part:form, schema a...
分类:Web程序   时间:2015-01-21 23:47:48    阅读次数:401
linux 安装php的redis拓展
安装步骤:#wgethttps://github.com/nicolasff/phpredis/archive/2.2.4.tar.gz#tar -zxvf 2.2.4#cd phpredis-2.2.4#phpize#./configure --with-php-config=/usr/bin/p...
分类:Web程序   时间:2015-01-21 19:59:13    阅读次数:159
Android listview 侧滑 SwipeListView 详解 实现微信,QQ等滑动删除效果
转载请标明出处:http://blog.csdn.net/lmj623565791/article/details/28508769今天看别人项目,看到别人使用了SwipeListView,Google一把,果然github上的,也参考了csdn上的几篇文章,然后自己写了个例子,分享给大家。效果图:...
分类:微信   时间:2015-01-21 19:58:51    阅读次数:652
使用tcpcopy拷贝线上流量压测测试环境
tcpcopy项目地址:https://github.com/session-replay-tools/tcpcopy作者地址:http://blog.csdn.net/wangbin5791:环境描述架设三台服务器10.53.132.5210.53.132.5510.53.132.101101我们...
分类:其他好文   时间:2015-01-21 17:55:35    阅读次数:184
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!