android:gravity:设置textview中的字体居中显示
android:id="@+id/tv_audit_title"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:backgr...
分类:
移动开发 时间:
2014-10-17 15:35:09
阅读次数:
243
XAML代码如下:
<Window x:Class="Demo006.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="...
The title sounds a bit awkward, let my briefly explain what is it all about.In my program, I want to wait for user input, but at the same time, I want...
分类:
其他好文 时间:
2014-10-17 01:19:53
阅读次数:
434
Cookie的简单使用程序逻辑:index.jsp用来输入和处理Cookie和取得Cookie(不知道是内存还客户端的)用show.jsp来接收表单数据和Cookie ,再发送Cookie 给客户端。index.jsp页面Insert title here姓名 : >出生日期 :> 邮箱地址...
分类:
其他好文 时间:
2014-10-17 01:07:03
阅读次数:
416
<!DOCTYPEhtml>
<html>
<head>
<metacharset="UTF-8">
<title>Inserttitlehere</title>
<styletype="text/css">
div,span,p{
width:140px;
height:140px;
margin:5px;
background:#aaa;
border:#0001pxsolid;
float:left;
fo..
分类:
Web程序 时间:
2014-10-16 23:12:14
阅读次数:
298
<!DOCTYPEhtml>
<html>
<head>
<metacharset="UTF-8">
<title>Inserttitlehere</title>
<scripttype="text/javascript"src="js/jquery-1.7.2.js"></script>
<scripttype="text/javascript">
$(function(){//相当于wind..
分类:
Web程序 时间:
2014-10-16 22:25:03
阅读次数:
241
在父页面弹出窗口中,添加回调函数,当close时调用,直接上代码: art.dialog.open(url,?{
????????lock?:?true,
????????title?:?text,
????????width?:?‘800px‘,
???????...
分类:
其他好文 时间:
2014-10-16 21:45:03
阅读次数:
191
<!DOCTYPEhtml>
<html>
<head>
<metacharset="UTF-8">
<title>Inserttitlehere</title>
<styletype="text/css">
div,span,p{
width:140px;
height:140px;
margin:5px;
background:#aaa;
border:#0001pxsolid;
..
分类:
Web程序 时间:
2014-10-16 21:34:04
阅读次数:
241
网站一般流行以下收藏代码function AddFavorite(title, url){ try{ //ie收藏 window.external.addFavorite(url, title); } catch(e){ try{ window.sidebar.ad...
分类:
Web程序 时间:
2014-10-16 19:43:42
阅读次数:
246
laravel的参考文档中view的讲解有些简单。在实际项目开发中view的灵活性其实是非常大。首先来看看laravel中的布局页 和asp.net mvc中有什么不同 @section('title') {{{$title}}} --> @show ...
分类:
Web程序 时间:
2014-10-16 19:14:32
阅读次数:
228