码迷,mamicode.com
首页 >  
搜索关键字:google now    ( 23000个结果
在android market发布个人免费应用的步骤
写了一段时间的android应用了,只是在自己手机上面安装。上周申请了android developer,需要一次性25美元的程序开发注册费用。费用需要用google checkout,所以还要先申请google checkout。国内的信用卡一般都支持VISA,可以以香港地址作为付款地址注册成功。...
分类:移动开发   时间:2014-05-10 06:20:25    阅读次数:318
一个SQL update语句
需要每隔一段时间选取最老的商户更新时间戳:  update DP_Shop set DP_Shop.LastDate = now() where DP_Shop.ShopId in (select ShopId from DP_Shop order by LastDate limit 5);  ERROR 1235 (42000): This version of MySQL doesn't ...
分类:数据库   时间:2014-05-10 04:22:58    阅读次数:423
UVA-1401-Remember the Word(Trie)
Neal is very curious about combinatorial problems, and now here comes a problem about words. Knowing that Ray has a photographic memory and this may not trouble him, Neal gives it to Jiejie. Since Ji...
分类:其他好文   时间:2014-05-10 03:48:22    阅读次数:352
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
HDU2430-Beans
Mr. Pote's shop sells beans now. He has N bags of beans in his warehouse, and he has numbered them with 1, 2, …, N according to their expired dates. The i-th bag contains Wi units of beans. For sellin...
分类:其他好文   时间:2014-05-09 22:41:06    阅读次数:503
poj3744之矩阵快速幂+概率DP
Scout YYF I Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 4410   Accepted: 1151 Description YYF is a couragous scout. Now he is on a dangerous mission wh...
分类:其他好文   时间:2014-05-09 22:40:05    阅读次数:419
Texlive + TexStudio + Language Tool Win7配置
Texlive的配置很简单,安装的时候跟着向导一步一步安装就可以了。 TexStudio也是同样的安装过程,没什么技巧。这里提一下界面颜色的配置。习惯了暗底白字,所以就google了一下相关的配置,大多给出的是颜色配置的代码。代码的使用也十分简单,先在TexStudio里面保存一下Current S...
分类:Windows程序   时间:2014-05-09 19:46:13    阅读次数:1165
Office Developer Tools for Visual Studio 2012现在可用了
[原文发表地址]Now Available: Office Developer Tools for Visual Studio 2012正如我以前写过的,我们正在为构建下一代Office和 SharePoint 应用程序而开发工具。这些工具表现为一种在线体验,即熟知的" Napa ",我们一直在每周...
分类:其他好文   时间:2014-05-09 19:24:50    阅读次数:342
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!