码迷,mamicode.com
首页 >  
搜索关键字:windows环境wampserver version 2.5配置虚拟主机日记    ( 21237个结果
判断访问站点的浏览器类型
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
POJ 1328、Radar Installation 贪心
version  1 从右到左排序,每次都尽可能的选打击范围内最右边的点安装雷达(由于浮点,所以不要一棒子打死的判断是大是小,给出一个精度范围,一开始范围给打了就WA),拿这个雷达去覆盖其他点,最后雷达总数一定是最少的 /* poj 1328 264K 16MS */ #include #include #include #include #define MAXN 10...
分类:其他好文   时间:2014-05-23 02:23:38    阅读次数:239
ubuntu下sqlite3的用法(以后会讲到wxWidgets使用sqlite3开发)
1.先在线安装sqlite3,试用一下命令安装 ubuntu@ubuntu-virtual-machine:~$ sudo apt-get install sqlite3 2.安装成功后测试会出现 ubuntu@ubuntu-virtual-machine:~$ sqlite3 SQLite version 3.7.9 2011-11-01 00:52:41 Enter ".help"...
分类:数据库   时间:2014-05-22 17:13:35    阅读次数:348
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
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
[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
迷上了代码!