Android

Android学习笔记(九):Activity-RelativeLayo

指定widget在container的相对位置,包括:android:layout_alignParentTop,android:layout_alignParentBottom,android:layout_alignParentLeft,android:layout_alignParentRight,android:layout_centerHorizontal,android:layout_centerVertical,android:layout_

系统 2019-08-29 23:23:22 2693

ASP.NET

asp.net利用多线程执行长时间的任务,客户端显

对上一次的做一点修改,增加一个比较美观的进度显示上面那个是运行中的画面,下面那个是结束后的画面用到的图标在这里:对上次的前台修改如下:<%@Pagelanguage="c#"Codebehind="WebForm54.aspx.cs"AutoEventWireup="false"Inherits="csdn.WebForm54"%><

系统 2019-08-29 23:07:50 2693

编程技术

Popup window ActionScript3 VS ActionScript2

AcommonfeaturethatyoucanseeonmanyFlashsitesisthepop-upwindow.Whilethissitefeaturesseveraltutorialsoncreatingvariationsofthepop-upwindow,thisoneisalittlebitdifferent;itiscentered.Youclickabuttonandthenewwindowopensinthecenterofyour

系统 2019-08-29 22:35:44 2693

Javascript

javascript innerHTML、outerHTML、innerText、

1、功能讲解:innerHTML设置或获取位于对象起始和结束标签内的HTMLouterHTML设置或获取对象及其内容的HTML形式innerText设置或获取位于对象起始和结束标签内的文本(不建议使用)outerText设置(包括标签)或获取(不包括标签)对象的文本(不建议使用)Demo