码迷,mamicode.com
首页 >  
搜索关键字:add    ( 36740个结果
关于如何查看android-support-v4.jar源码
刚刚在学习ViewPager的使用,于是想要观看它的源码。上网找了很多资料大概步骤如下1: 找到libs/android-support-v4.jar,对其Build Path-add toBuild Path2:Java Build Path-Libraries android-support-v...
分类:移动开发   时间:2014-05-27 03:05:40    阅读次数:291
Orchard 刨析:Caching
关于Orchard中的Caching组件已经有一些文章做了介绍,为了系列的完整性会再次对Caching组件进行一次介绍。 缓存的使用 在Orchard看到如下一段代码: 可以看到使用缓存的方法Get而看不到以前常见的缓存方法:Add\Set\Remove,是不是很神奇。 其实也不是那么的神奇,Get...
分类:其他好文   时间:2014-05-24 05:09:23    阅读次数:398
Kali安装jdk8
sudo add-apt-repository ppa:webupd8team/javavi /etc/apt/sources.list.d/webupd8team-java-wheezy.listdeb http://ppa.launchpad.net/webupd8team/java/ubunt...
分类:其他好文   时间:2014-05-23 12:48:58    阅读次数:1311
Leetcode:Add Binary
戳我去解题Given two binary strings, return their sum (also a binary string).For example,a ="11"b ="1"Return"100".分析:高精度加法,只是将10进制的高精度加法 换成了 2进制的高精度加法首先将 两个...
分类:其他好文   时间:2014-05-20 11:21:52    阅读次数:224
设置IE搜索栏的默认搜索引擎
由于本人比较喜欢用Google香港作为自己的默认搜索引擎,Chrome里面可以轻松设置。但是在IE里面,默认的搜索引擎为Bing搜索,要更改或者添加默认的搜索引擎非常简单,步骤如下设置 --> 管理插件(Manage add-ons) --> 点击下面的"查找更多搜索提供者"但是这个微软官网提供的搜...
分类:其他好文   时间:2014-05-19 17:46:54    阅读次数:276
WAYOS 跨域 注册用户的例子
Insert title herehttp://root:admin@192.168.1.1:880/user.asp?user=1234567&pwd=123&state=32&gid=0&opt=add只支持火狐、google、手机等浏览器,不支持IE可以注册为pppoe用户,也可以注册为web...
分类:其他好文   时间:2014-05-19 16:58:08    阅读次数:375
LeetCode:Add Two Numbers
题目链接 You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a si...
分类:其他好文   时间:2014-05-19 13:53:32    阅读次数:296
【LeetCode】Add Binary
Given two binary strings, return their sum (also a binary string).For example,a ="11"b ="1"Return"100".public class Solution { public String addBin...
分类:其他好文   时间:2014-05-19 12:15:49    阅读次数:220
ZXing for Android 修改为竖屏模式
zxing github连接:https://github.com/zxing/zxing以下为修改方法Step 1: Add following lines to rotate data beforebuildLuminanceSource(..)indecode(byte[] data, int...
分类:移动开发   时间:2014-05-19 12:06:40    阅读次数:629
【LeetCode】Add Two Numbers
You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single ...
分类:其他好文   时间:2014-05-19 12:05:23    阅读次数:386
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!