码迷,mamicode.com
首页 >  
搜索关键字:build version    ( 35499个结果
判断访问站点的浏览器类型
function browserinfo() { var Browser_Name = navigator.appName; var Browser_Version = parseFloat(navigator.appVersion); var Browser_Agent = na...
分类:其他好文   时间:2014-05-23 06:59:14    阅读次数:232
自定义加密解密函数
/** * * 加密参数 * @author tarylei * @version 2014年3月31日 17:57:14 * @param string $param * @return string $_...
分类:其他好文   时间:2014-05-23 06:21:42    阅读次数:265
TNS-12535: TNS:operation timed out、TNS-00505: Operation timed out
在查看alert日志的时候发现: 1 *********************************************************************** 2 3 Fatal NI connect error 12170. 4 5 VERSION INFORMATI...
分类:其他好文   时间:2014-05-21 20:13:32    阅读次数:298
c#学习笔记-0520 (SharePointAPI)
根据SPContentType新建ItemItem01["ContentTypeId"] = LinkCT.Id;Item01.Update();取SharePoint Build-In ContentType或者ColumnSPContentType LinkCT = web.ContentTyp...
分类:Windows程序   时间:2014-05-21 20:11:30    阅读次数:288
Project facet Java version 1.7 is not supported.
在移植eclipse项目时,如果遇到“Project facet Java version 1.7 is not supported.”项目中的jdk1.7不支持。说明项目是其他版本jdk编译的,在eclipse里运行时会报版本不支持。解决办法:法1,选中项目Properties ,选择Projec...
分类:编程语言   时间:2014-05-21 17:35:03    阅读次数:295
2C01-View-Layout-Animation-Grid-Fade
介绍一个grid layout 顺序显示的代码 LayoutAnimation1.java /* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use th...
分类:其他好文   时间:2014-05-21 16:58:47    阅读次数:214
Eclipse 代码修改后仍然是之前的运行结果
网上很多方法, 又重启编译器又clear的, 都没好使。   实际上是因为项目执行前没有自动保存, 而单单勾选project 中的 build  automatically是没有用的 。      将项目先save 一下, 执行就可以了。   当然还是自动保存比较方便。   Windows-> preferences->run/debug>launching->save re...
分类:系统相关   时间:2014-05-21 16:25:35    阅读次数:354
[Linux] Git: 基本使用
Git 属于分布式版本控制系统( Distributed Version Control System,简称 DVCS )客户端并不只提取最新版本的文件快照,而是把原始的代码仓库完整地镜像下来。这么一来,任何一处协同工作用的服务器发生故障,事后都可以用任何一个镜像出来的本地仓库恢复。因为每一次的提取...
分类:系统相关   时间:2014-05-21 12:07:50    阅读次数:441
2C02-View-Layout-Animation-list-Cascade
描述list layout item有上倒下依次显示的代码实现形式 LayoutAnimation2.java /* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may no...
分类:其他好文   时间:2014-05-21 09:02:15    阅读次数:250
2C03-View-Layout-Animation-list-Reverse-Order
介绍list  item倒序显示 LayoutAnimation3.java /* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file e...
分类:其他好文   时间:2014-05-21 08:25:44    阅读次数:278
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!