码迷,mamicode.com
首页 > 2014年12月16日 > 全部分享
Android -- PullToRefresh应用
PullToRefresh 支持ListView、ExpandableListView、GridView、WebView下载地址:https://github.com/chrisbanes/Android-PullToRefresh注意,若是要放到android studio中的话,需要在eclip...
分类:移动开发   时间:2014-12-16 00:55:43    阅读次数:452
Calling Extraterrestrial Intelligence Again
DescriptionA message from humans to extraterrestrial intelligence was sent through the Arecibo radio telescope in Puerto Rico on the afternoon of Satu...
分类:其他好文   时间:2014-12-16 00:56:13    阅读次数:266
Windows Azure使用必读(转)
原文:http://www.cnblogs.com/dyllove98/archive/2013/06/15/3137528.html近些日子帮了不少用户移植应用到了Windows Azure上,在这个过程中,我发现了用户对于Azure不太好的使用习惯,其原因一是对Azure技术不太了解,二是对Az...
分类:Windows程序   时间:2014-12-16 00:54:40    阅读次数:425
CSS3 3D Transform
转载于:http://www.w3cplus.com/css3/css3-3d-transform.html早前2011年5月就在站上写了一篇《CSS3 Transform》介绍CSS3中Transform属性的简单应用。但这篇文章里的知识无法满足大家对Transform的一个全面认识,最近重新整理...
分类:Web程序   时间:2014-12-16 00:56:31    阅读次数:236
[转]移动端开发经验
转自:http://www.cnblogs.com/couxiaozi1983/p/3736229.html一、zepto和jQuery的区别 从支持上来说,zepto支持touch事件,而jquery中没有touch事件,只在jquery Mobile中才有touch事件 zepto不支持IE.....
分类:移动开发   时间:2014-12-16 00:54:08    阅读次数:236
Ruby快速入门
Rb是什么 ?交互式Ruby(IRB)为实验提供了一个shell。内置IRB shell,你可以立即一行行查看表达式的结果。该工具自带Ruby安装,所以你必须做一些额外的IRB工作无关。只需键入在命令提示符IRB和交互式Ruby会话将启动.Ruby语法:Ruby代码一般忽略空白字符,如空格和制表符,...
分类:其他好文   时间:2014-12-16 00:53:31    阅读次数:329
(数论)最大公约数和最小公倍数问题
题目描述Description输入二个正整数x0,y0(2 2 #include 3 int x,y; 4 bool zhi(int x) 5 { 6 for (int i=2;i<=sqrt(x);++i) 7 if (x%i==0) return 0; 8 ...
分类:其他好文   时间:2014-12-16 00:53:58    阅读次数:202
centos 时区设置初认识
由于一些需要,我租用了一个海外服务器,并开始了我的centos之旅。由于之前一直用虚拟机,而且在国内,所以不需要考虑时区的问题,但是现在,这个服务器是在海外的,所以就必须考虑时区的问题了。更何况我的部分网页代码中有关于时间对比的问题,所以时区这是比较重要。由于我也是新手,所以我在网络上搜索了很多东西...
分类:其他好文   时间:2014-12-16 00:55:02    阅读次数:291
4.事件篇
namespace ConsoleApplication2{ class Program { private static void student_registerFinish() { Console.WriteLine("注册成功")...
分类:其他好文   时间:2014-12-16 00:55:38    阅读次数:176
Tempter of the Bone
Tempter of the BoneTime Limit:1000MSMemory Limit:32768KB64bit IO Format:%I64d & %I64uSubmitStatusDescriptionThe doggie found a bone in an ancient maze...
分类:其他好文   时间:2014-12-16 00:56:05    阅读次数:142
[AngularJS] $http cache
By default your HTTP requests with the $https service in Angular arenotcached. By setting some options, you can turn caching on./** * Created by Answe...
分类:Web程序   时间:2014-12-16 00:55:06    阅读次数:491
数组引用赋值
1 package com.java7; 2 3 class AssignARef { 4 public static void main(String[] args) { 5 int i; 6 7 int nums1[] = new i...
分类:编程语言   时间:2014-12-16 00:54:44    阅读次数:225
1089: [SCOI2003]严格n元树
好久没更新了。。于是节操掉尽python水过本来就水的题。。1 n,d=map(int, raw_input().split())2 if d==0:3 print 14 else:5 f=[1]6 for i in range(0, d+1):7 f.app...
分类:其他好文   时间:2014-12-16 00:52:54    阅读次数:176
关于verilog中语句可不可综合
1)所有综合工具都支持的结构:always,assign,begin,end,case,wire,tri,aupply0,supply1,reg,integer,default,for,function,and,nand,or,nor,xor,xnor,buf,not,bufif0,bufif1,n...
分类:其他好文   时间:2014-12-16 00:53:01    阅读次数:415
关于解决 Failed to prepare partial IU:
在新版本的Eclipse(Luna)中安装插件经常会碰到Failed to prepare partial IU的错误,一把都是兼容性的问题,要下载个兼容包,步骤如下:1、打开安装插件的页面:Help -> Install New Software2、Add添加插件3、选择"Eclipse Test...
分类:其他好文   时间:2014-12-16 00:52:22    阅读次数:341
FPGA实践——基于ROM访问的直接波形合成
基于rom访问的直接波形合成
分类:其他好文   时间:2014-12-16 00:51:45    阅读次数:251
米的建站日记(2014年12月15日)
今天试着定义了一个音乐实体如下图: 然后搜了下mongdb数据库层的框架,发现大部分都是用spring的,然后又去找相关的教程和demo,找到了http://blog.csdn.net/cuiran/article/details/8287204 这篇博文,但是用在我自己的项目上各种报错,...
分类:其他好文   时间:2014-12-16 00:51:34    阅读次数:142
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!