系列博文的传送门:http://www.cnblogs.com/lastpairs/p/6993237.html 客户端代码github地址 https://github.com/xxyjskx1987/lastpairswebapp 服务器端代码github地址 https://github.co ...
分类:
其他好文 时间:
2017-07-02 19:41:46
阅读次数:
217
详细信息参考廖雪峰老师的git!!! 基本条件:安装GitHub,安装成功之后;(windows系统) 1、安装完成后,还需要一步设置,在命令行输入: $ git config --global user.name "Your Name" $ git config --global user.ema ...
分类:
其他好文 时间:
2017-07-02 19:06:47
阅读次数:
189
基本条件:安装GitHub,安装成功之后;(windows系统) 1、安装完成后,还需要一步设置,在命令行输入: $ git config --global user.name "Your Name" $ git config --global user.email "email@example.c ...
分类:
Web程序 时间:
2017-07-02 16:17:22
阅读次数:
247
1.交互篇 2.视觉篇 交互篇 1.SlidingUpPanelLayout 项目介绍:他的库提供了一种简单的方式来加入一个可拖动滑动面板(由谷歌音乐推广,谷歌地图和Rdio)你的Android应用程序。 项目地址:https://github.com/umano/AndroidSlidingUpP ...
分类:
移动开发 时间:
2017-07-02 15:19:21
阅读次数:
1292
使用React时,也需要相对应的包,和jQuery一样。React需要的包如下: https://github.com/SongMengyao/react-demos.git 这是我的github的地址,react-demos.git这个仓库里面的build文件夹是react需要的包,可能版本有点低 ...
分类:
其他好文 时间:
2017-07-02 13:46:46
阅读次数:
145
从Django Packages站点上找到这个CKeditor集成组件:https://github.com/shaunsephton/django-ckeditor 按照官方的install方法安装完发现上传完页面后在服务器端浏览页面发现显示如下: Browse for the image you ...
分类:
其他好文 时间:
2017-07-02 12:18:53
阅读次数:
190
1、下载 下载地址:https://github.com/phpredis/phpredis/ 文件名:phpredis-develop.zip 文件下载成功后,上传至/usr/local 2、安装 unzipphpredis-php7.zip cd phpredis-php7 /usr/local ...
分类:
其他好文 时间:
2017-07-02 10:24:16
阅读次数:
156
echo "# reactNativeBle" >> README.md git init git add README.md git commit -m "first commit" git remote add origin https://github.com/drangonh/reactNa ...
分类:
其他好文 时间:
2017-07-02 00:11:44
阅读次数:
130
操作系统: CentOS 6.9_x64 python语言版本: 2.7.13 问题描述 现有一个tcp客户端程序,需定期从服务器取数据,但由于种种原因(网络不稳定等)需要自动重连。 测试服务器示例代码: https://github.com/mike-zhang/pyExamples/blob/m ...
分类:
编程语言 时间:
2017-07-01 23:24:51
阅读次数:
261
恢复内容开始 一、路由的安装: npm安装 执行命令完成vue-router的安装,并在package.json中添加了vue-router的依赖。 注:若从GitHub或他人的项目,安装项目时只需要执行npm install即可下载并完成安装该项目所有的依赖。 package.json 如果是要安 ...
分类:
其他好文 时间:
2017-07-01 21:40:45
阅读次数:
128