码迷,mamicode.com
首页 >  
搜索关键字:awesome    ( 684个结果
[leetcode-455-Assign Cookies]
Assume you are an awesome parent and want to give your children some cookies. But, you should give each child at most one cookie. Each child i has a g ...
分类:其他好文   时间:2017-06-28 18:51:23    阅读次数:175
luogu_1601 A+B Problem(高精)
#include<bits/stdc++.h> using namespace std; string x,y; int a[100],b[100]; void add(int a[],int b[]){ for(int i=1;i<=max(a[0],b[0]);i++){ a[i]+=b[i]; ...
分类:其他好文   时间:2017-06-25 13:48:35    阅读次数:147
LeetCode 455. Assign Cookies (分发曲奇饼干)
Assume you are an awesome parent and want to give your children some cookies. But, you should give each child at most one cookie. Each child i has a g ...
分类:其他好文   时间:2017-06-25 10:18:15    阅读次数:201
登陆jq表单验证及jqcookie记住密码实例
尽知网 Toggle navigation ... ...
分类:其他好文   时间:2017-06-23 14:17:09    阅读次数:142
一些Python常用库的整理收藏
一些Python常用库的整理收藏 转载自:https://zhuanlan.zhihu.com/p/21563130 另外 https://awesome-python.com/#data-analysis 网站上也分类好了很多常用的库。 GUI 图形界面 Tkinter : Tkinter wxP ...
分类:编程语言   时间:2017-06-23 00:42:23    阅读次数:289
JQuery实现淡入淡出的回到顶部按钮
效果如下: 按钮的html和css代码如下。 i标签<i class="fa fa-chevron-up"></i>使用了Font Awesome,400多个图标(包括QQ、微信、微博)只要30KB,可无限放大,不需要js,非常的🐮。 按钮gotop用fixed定位到屏幕右下角,并且隐藏。 JQ代 ...
分类:Web程序   时间:2017-06-22 21:54:16    阅读次数:232
Android开源工具项目集合
最近因为要去外派了,工欲善其事,必先利其器!所以又回顾了一下自己github上所收藏的项目,也算是温故而知新吧。 最流行的Android组件大全 http://www.open-open.com/lib/view/open1409108030307.html android开源项目分类汇总 http ...
分类:移动开发   时间:2017-06-22 18:44:08    阅读次数:400
vue资源
列表是 Vue 的各种好东西 https://github.com/vuejs/awesome-vue bootstrap-vue:https://bootstrap-vue.github.io/docs/setup ...
分类:其他好文   时间:2017-06-21 14:10:12    阅读次数:137
Python3常用学习网站总结(随时更新)
Python资源大全 http://python.jobbole.com/84464/ https://github.com/jobbole/awesome-python-cn scrapy: https://scrapy-chs.readthedocs.io/zh_CN/1.0/intro/tut ...
分类:编程语言   时间:2017-06-21 11:40:24    阅读次数:230
Python_Web_App_Day_1:编写Web App骨架
用到知识点:logging、asyncio、aiohttp模块(后续补充知识点) ...
分类:移动开发   时间:2017-06-21 00:52:50    阅读次数:573
684条   上一页 1 ... 34 35 36 37 38 ... 69 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!