码迷,mamicode.com
首页 >  
搜索关键字:ssi    ( 7015个结果
hdu 1283 最简单的计算机
水题。。。 import java.util.Scanner; public class Main { static int m1, m2; static int r1, r2, r3; public static void main(String[] args) { Scanner sc = ne ...
分类:其他好文   时间:2017-05-01 19:51:54    阅读次数:188
Android-Universal-Image-Loader载入图片
直接看代码:MainActivity: package com.example.textwsjdemo; import com.nostra13.universalimageloader.cache.disc.naming.Md5FileNameGenerator; import com.nostr ...
分类:移动开发   时间:2017-05-01 17:03:46    阅读次数:148
#27 Remove Element
题目链接:https://leetcode.com/problems/remove-element/ Given an array and a value, remove all instances of that value in place and return the new length. ...
分类:其他好文   时间:2017-05-01 14:19:22    阅读次数:127
hdu 4723 How Long Do You Have to Draw(贪心)
How Long Do You Have to Draw Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 277 Accepted Submis ...
分类:其他好文   时间:2017-05-01 11:10:04    阅读次数:174
redis
redis简介 redis的优点 Redis的最佳应用场景 redis安装 Redis文档 http://doc.redisfans.com/ KEY的基本操作 字符串类型基本操作 哈希类型基本操作 列表(队列)类型基本操作 集合类型基本操作 redis主从同步 redis cluster redi ...
分类:其他好文   时间:2017-05-01 10:01:51    阅读次数:279
Eclipse Android 代码自己主动提示功能
Eclipse Android 代码自己主动提示功能 Eclipse for android 实现代码自己主动提示智能提示功能。介绍 Eclipse for android 编辑器中实现两种主要文件 java 与 xml 代码自己主动提示功能,解决 eclipse 代码提示失效、eclipse 不能 ...
分类:移动开发   时间:2017-04-30 19:23:26    阅读次数:146
HDU1789时间贪心
Doing Homework again Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 13883 Accepted Submission(s) ...
分类:其他好文   时间:2017-04-30 17:22:12    阅读次数:211
You never know what's going to happen
In the absence of the center of the Marcel Goc and striker Kris Letang, two injured Friday continued. Andrew Ebbett was called on the squad to take th ...
分类:移动开发   时间:2017-04-30 16:07:49    阅读次数:212
MVVMLight介绍以及在项目中的使用
http://www.des8.me/detail-1822826.html 一、MVVM 和 MVVMLight介绍 MVVM是Model-View-ViewModel的简写。类似于目前比较流行的MVC、MVP设计模式,主要目的是为了分离视图(View)和模型(Model)的耦合。 它是一种极度优 ...
分类:其他好文   时间:2017-04-30 14:03:05    阅读次数:138
[leetcode-566-Reshape the Matrix]
In MATLAB, there is a very useful function called 'reshape', which can reshape a matrix into a new one with different size but keep its original data. ...
分类:其他好文   时间:2017-04-30 14:02:02    阅读次数:203
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!