码迷,mamicode.com
首页 >  
搜索关键字:google tasks    ( 19646个结果
C# get set方法
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace GetSetTest{ class A { ...
分类:其他好文   时间:2014-05-10 07:39:24    阅读次数:220
网页制作技巧:iframe自适应高度
转自:http://www.enet.com.cn/article/2012/0620/A20120620126237.shtml通过Google搜索iframe 自适应高度,结果5W多条,搜索iframe 高度自适应,结果2W多条。我翻了前面的几十条,刨去大量的转载,有那么三五篇是原创的。而这几篇...
分类:Web程序   时间:2014-05-10 06:43:39    阅读次数:472
在android market发布个人免费应用的步骤
写了一段时间的android应用了,只是在自己手机上面安装。上周申请了android developer,需要一次性25美元的程序开发注册费用。费用需要用google checkout,所以还要先申请google checkout。国内的信用卡一般都支持VISA,可以以香港地址作为付款地址注册成功。...
分类:移动开发   时间:2014-05-10 06:20:25    阅读次数:318
C# 索引器
使用索引器的目的是为了能够像数组一样访问类中的数组型的对象。using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace...
分类:其他好文   时间:2014-05-10 05:43:44    阅读次数:218
Threading.Tasks.Task多线程 静态全局变量(字典) --只为了记录
--------------------------------------------------------------后台代码------------------------------------------ public JsonResult ImportPDF(Int64 id) {.....
分类:编程语言   时间:2014-05-10 02:36:30    阅读次数:707
HBase中的时间维度
HBase是一个类Bigtable系统,按照Google的论文对 Bigtable的定义是“一种稀疏的,分布式的,持久的多为维度的有序Map。这个Map由row key,column key和timestamp做为索引,Map中的值是连续的byte数组”。HBase的多维度,包括table和colu...
分类:其他好文   时间:2014-05-10 00:30:36    阅读次数:357
google 搜索不跳中间页
Array.prototype.slice.call(document.links,0).forEach(function(link){link.onmousedown = null})插件总失效 用这个对付下
分类:其他好文   时间:2014-05-10 00:15:19    阅读次数:250
GWT-Dev-Plugin(即google web toolkit developer plugin)for Chrome的安装方法
如果你想要在Chrome中进行GWT调试,需要安装“gwt developer plugin for chrome”,但是普通安装模式下,会提示:This application is not supported on this computer. Installation has been dis...
分类:Web程序   时间:2014-05-10 00:12:24    阅读次数:507
Google JavaScript规范
Google JavaScript规范翻译版本
分类:编程语言   时间:2014-05-09 23:07:51    阅读次数:686
Texlive + TexStudio + Language Tool Win7配置
Texlive的配置很简单,安装的时候跟着向导一步一步安装就可以了。 TexStudio也是同样的安装过程,没什么技巧。这里提一下界面颜色的配置。习惯了暗底白字,所以就google了一下相关的配置,大多给出的是颜色配置的代码。代码的使用也十分简单,先在TexStudio里面保存一下Current S...
分类:Windows程序   时间:2014-05-09 19:46:13    阅读次数:1165
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!