搜索到与相关的文章
编程技术

Scrollable可拖动的TabActivity

看图:/***/packagecom.ql.activity;importjava.util.ArrayList;importjava.util.List;importcom.ql.view.RadioStateDrawable;importcom.ql.view.TabBarButton;importandroid.app.ActivityGroup;importandroid.app.LocalActivityManager;importandroid

系统 2019-08-29 22:07:26 2453

Android

android开发学习大纲

时间的问题把原来的写博客的机会给耽搁了,后期会抽时间能补上,本来画了个思维导图,没想到贴不上,只能用文字表示了Andriod应用开发大纲android开发简介android简介主流手机开发平台android的优势android的特点android系统架构android应用程序框架android开发环境搭建android开发准备工作android模拟器介绍案例:HelloAndroidandroid项目目录结构android程序设计基础android应用解析

系统 2019-08-12 09:30:37 2453

编程技术

Build a RESTful API Using Node and Express 4

WiththereleaseofExpress4.0justafewdaysago,lotsofourNodeappswillhavesomechangesinhowtheyhandlerouting.WiththechangesintheExpressRouter,wehavemoreflexibilityinhowwecandefinetheroutesforourapplications.Todaywe’llbelookingatcreatingaR

系统 2019-08-12 09:30:31 2453

Tomcat

Setup Eclipse and Tomcat to play nice togeth

EclipseisbyfarmyfavoriteIDE,whichmakesRationalApplicationDeveloperbearable.TheonethingI’vebeenspoiledoninRADisbeingabletoruntheWebSphereTestEnvironmentinsidethedevelopmentenvironmentandbeabletohavesomelevelofhotdeploywhenmodifying

系统 2019-08-12 09:30:11 2453

编程技术

Flex4消息提示框Alert

在任何BS项目中,消息提示框都是非常常见的功能组件,flex在AIR的渲染下,消息提示框也是做得非常漂亮美观。Flex的消息提示框由mx.controls.Alert类负责创建,通常通过调用静态方法show(即可实现提示框的创建):publicstaticshow(text:String,//消息提示内容title:String=null,//标题flags:uint=mx.controls.Alert.OK,//按钮组合parent:Sprite=nul

系统 2019-08-12 09:29:47 2453

Java

使用微软代码签名证书签名Java代码使用指南

本指南针对已经购买了WoSign/Thawte/VeriSign微软代码签名证书,还需要用此代码签名证书来签名JavaJAR文件而编写,如果您还没有签名工具,请到SUN公司网站免费下载:http://java.sun.com/j2se/,推荐下载JDK1.4.2或以上版本,支持SolarisSPARC/x86,Linux86和Windows操作系统。请注意:WoSign微软代码签名证书仅支持J2SE1.5.008以上版本。第1步把.pvk和.spc转换为.

系统 2019-08-12 09:29:31 2453

各行各业

【Selenium专题】WebDriver启动Chrome浏览器(

官方APIConstructorSummaryChromeDriver()CreatesanewChromeDriverusingthedefaultserverconfiguration.ChromeDriver(ChromeDriverServiceservice)CreatesanewChromeDriverinstance.Theservicewillbestartedalongwiththedriver,andshutdownuponcallin

系统 2019-08-12 09:27:30 2453

各行各业

lvs之ip-tun(ip隧道)技术的学习与实践

1.配置测试环境修改IPwindows200.168.10.4lvsserverip:200.168.10.1因为IP隧道模式只需要一个网卡所以就停掉其他网卡webserver1ip:200.168.10.2ip隧道模式实际中使用的都是公网IP所以不需要网关删除默认网关webserver2ip:200.168.10.3和webserver1一样因为是同一个网段所以vm模拟的时候都用vmnet12.测通在windows访问200.168.10.1|200.1

系统 2019-08-12 09:27:12 2453

各行各业

1716 - 排列2

http://acm.hdu.edu.cn/showproblem.php?pid=1716排列2TimeLimit:1000/1000MS(Java/Others)MemoryLimit:32768/32768K(Java/Others)TotalSubmission(s):1948AcceptedSubmission(s):757ProblemDescriptionRay又对数字的列产生了兴趣:现有四张卡片,用这四张卡片能排列出很多不同的4位数,要求按

系统 2019-08-12 09:26:41 2453

Oracle

oracle ODM 数据挖掘笔记

最近在学习Oracle的数据挖掘,发现网上这方面的资料很少,还是自己动手整理一下吧DataMiningPL/SQLPackagesOracle数据挖掘支持监督(supervised)和无人监督的数据挖掘。监督数据挖掘预测目标值根据历史数据。无监督数据挖掘发现未知领域或不确定目标。用于监督的函数:ClassificationRegressionAttributeImportance用于无人监督的函数:ClusteringAssociationFeatureE

系统 2019-08-12 01:55:07 2453