码迷,mamicode.com
首页 >  
搜索关键字:title    ( 28176个结果
王立平--android:gravity与android:layout_gravity区别
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
WPF命令参数CommandParameter
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="...
分类:Windows程序   时间:2014-10-17 10:22:23    阅读次数:907
Non-blocking user input in loop without ncurses.
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的简单使用
Cookie的简单使用程序逻辑:index.jsp用来输入和处理Cookie和取得Cookie(不知道是内存还客户端的)用show.jsp来接收表单数据和Cookie ,再发送Cookie 给客户端。index.jsp页面Insert title here姓名 : >出生日期 :> 邮箱地址...
分类:其他好文   时间:2014-10-17 01:07:03    阅读次数:416
JQuery学习笔记-层次选择器
<!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
JQuery学习笔记-Hello world
<!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
【已解决】artDialog在iframe窗口中关闭弹出窗口返回并刷新父页面
在父页面弹出窗口中,添加回调函数,当close时调用,直接上代码: art.dialog.open(url,?{ ????????lock?:?true, ????????title?:?text, ????????width?:?‘800px‘, ???????...
分类:其他好文   时间:2014-10-16 21:45:03    阅读次数:191
JQuery学习笔记-基本选择器
<!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
js收藏网页功能,纠正网上乱转没求证的案例
网站一般流行以下收藏代码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
.net转php laraval框架学习系列(四) 项目实战---View
laravel的参考文档中view的讲解有些简单。在实际项目开发中view的灵活性其实是非常大。首先来看看laravel中的布局页 和asp.net mvc中有什么不同 @section('title') {{{$title}}} --> @show ...
分类:Web程序   时间:2014-10-16 19:14:32    阅读次数:228
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!