码迷,mamicode.com
首页 >  
搜索关键字:github    ( 38406个结果
初步学习FineUploader(java)
一、认识FineUploader的功能:进入示例网站:https://fineuploader.com/demos.html#basic-setup; 二、准备相关的js,css  Build Fine Uploader yourself from the GitHub repogit clone https://github.com/FineUploader/fine-uploader
分类:编程语言   时间:2018-01-16 17:59:27    阅读次数:182
python3 requests模块 基本
1 import requests 2 import json 3 4 5 # 1、HTTP方法 6 requests.get('https://github.com/timeline.json') #GET请求 7 requests.post('http://httpbin.org/post') ... ...
分类:编程语言   时间:2018-01-16 13:59:01    阅读次数:266
scala 资料集结
Scala入门到精通 http://lib.csdn.net/base/scala/structure http://hongjiang.info/scala/ http://blog.csdn.net/lovehuangjiaju/article/details/47612699 http://w... ...
分类:其他好文   时间:2018-01-16 13:55:07    阅读次数:116
GitHub Blog创建以及本地管理(转)
GitHub Blog创建以及本地管理 创建 注册GitHub账户 首页点击新建仓库 New repository repository name必须为 Owner.github.io EX:我的Owner下为pualus,那么就应为pualus.github.io 添加Description(可略 ...
分类:其他好文   时间:2018-01-16 12:21:57    阅读次数:146
git 本地代码到github(转)
git 本地代码到github 一·什么是gitHub? 官网解释:gitHub是一个让无论处于何地的代码工作者能工作于同一个项目,同一个版本的平台。(GitHub is a code hosting platform for version control and collaboration. I ...
分类:其他好文   时间:2018-01-16 12:19:31    阅读次数:168
windows下安装php5.5的redis扩展
windows下开发用的xampp集成的环境,想装个php-redis扩展,扩展的github地址: https://github.com/nicolasff/phpredisphp_redis.dll下载地址:http://windows.php.net/downloads/pecl/snaps/ ...
分类:Windows程序   时间:2018-01-16 12:18:21    阅读次数:239
Python操作微信跳一跳
“跳一跳”这个东西还是今天刚接触到的,看到了python群中有人再问“微信跳一跳的外挂有人写了没”,“早就有了”,“github”,“等着出个更详细的教程教程没看懂,主要没有用过adb”。 不过没关系,你们跳的再好,在毫无心理波动的程序面前都是渣渣。 刚刚会python的小白想玩怎么办? 下有详细的 ...
分类:微信   时间:2018-01-16 12:17:39    阅读次数:303
在使用 Spring Boot 和 MyBatis 动态切换数据源时遇到的问题以及解决方法
相关项目地址:https://github.com/helloworlde/SpringBoot DynamicDataSource 1. org.apache.ibatis.binding.BindingException: Invalid bound statement (not found) ...
分类:编程语言   时间:2018-01-16 12:15:14    阅读次数:2627
git仓库删除所有提交历史记录
stackoverflow原问题地址:http://stackoverflow.com/questions/13716658/how to delete all commit history in github 原文:http://blog.csdn.net/yc1022/article/detai ...
分类:其他好文   时间:2018-01-16 00:54:36    阅读次数:2003
RN笔记
https://facebook.github.io/react-native/docs/using-a-listview.html react native类似于react,不过它使用的是原生组件,而不是web组件。也就是说不能div或span等。react native使用jsx、state、p ...
分类:其他好文   时间:2018-01-16 00:50:30    阅读次数:117
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!