码迷,mamicode.com
首页 >  
搜索关键字:int    ( 143001个结果
QTP-MySql+对象库实例
By-Lh
分类:数据库   时间:2014-05-12 09:35:46    阅读次数:420
关于时间的转换
//把秒转换成分钟 /// /// 把秒转换成分钟 /// /// public static int SecondToMinute(int Second) { // / 换成 * 号...
分类:其他好文   时间:2014-05-12 09:33:41    阅读次数:198
CGContextAddArc
这个函数让我在纸上画了半天才搞明白,把我的理解给大家分享下。void CGContextAddArc(CGContextRef c, CGFloat x, CGFloat y, CGFloat radius, CGFloat startAngle, CGFloat endAngle, int clo...
分类:其他好文   时间:2014-05-12 09:32:43    阅读次数:266
substring、sunstr、Substring的用法
一:在js中截取字符串的方法有两个:substring和sunstr 1、方法: substring(int stringIndex,[int endIndex])截取从索引为stringIndex到索引为endIndex之间的字符 substr(int stringInd...
分类:其他好文   时间:2014-05-10 23:40:36    阅读次数:1028
微信开发订阅号(ASP.NET MVC4+jquery mobile+AppHarbor发布)
首先应该去微信公众平台注册一个账号,因为我是用的个人,所以只能注册订阅号,然后需要提供身份证照片,这些大家慢慢折腾。然后在微信管理面板中选择高级功能,进入开发者模式。 在服务器配置中需要提供最重要的url,用来接收微信发过来的消息和回复消息,token这个随便填一个就行了,主要是用来验证消息来...
分类:微信   时间:2014-05-10 23:16:43    阅读次数:1301
postgreSQL初步使用总结
一、安装postgreSQL安装完成后会默认生成一个名为postgres的用户和一个名为postgres的数据库。可以使用自带的psql.exe工具来登录。其帮助信息如下连接到本地的postgreSQL instance的命令如下:其中:-U指定连接用的用户名,-d指定连接到的数据库名,-h指定po...
分类:数据库   时间:2014-05-10 22:51:15    阅读次数:515
处理程序“PageHandlerFactory-Integrated”在其模块列表中有一个错误模块“ManagedPipelineHandler”
开发web项目时需要安装IIS,在安装好IIS的Windows7本上发布asp.net网站时,web程序已经映射到了本地IIS上,但运行如下错误提示“处理程序“PageHandlerFactory-Integrated”在其模块列表中有一个错误模块“ManagedPipelineHandler”” ...
分类:其他好文   时间:2014-05-10 22:49:18    阅读次数:332
Antimony making plant
The Universal MaxCap Impact Primary Crusher features the best of both the Andreas and New Holland Style Primary Crushers. It offers a large expansion ...
分类:其他好文   时间:2014-05-10 22:47:22    阅读次数:396
基本输入输出系统BIOS
基本输入输出系统BIOS概述硬盘操作系统DOS建立在BIOS的基础上,通过BIOS操纵硬件,例如DOS调用BIOS显示I/O程序完成输入显示,调用打印I/O完成打印输出通常应用程序应该调用DOS提供的系统功能完成输入输出或者其他操作,这样做不仅容易实现,而且对硬件依赖性最少,但是有时候DOS不提供某...
分类:移动开发   时间:2014-05-10 21:10:08    阅读次数:432
【LeetCode】Integer to Roman
Given an integer, convert it to a roman numeral.Input is guaranteed to be within the range from 1 to 3999.public class Solution { public String int...
分类:其他好文   时间:2014-05-10 20:31:10    阅读次数:335
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!