码迷,mamicode.com
首页 >  
搜索关键字:xmlns    ( 5065个结果
一个简单的Spring定时器例子 注解方式
首先在applicationContext.xml中增加文件头中增加一条xmlns:task="http://www.springframework.org/schema/task"xsi:schemaLocation 中增加一条 http://www.springframework.org/sch...
分类:编程语言   时间:2014-07-22 22:37:52    阅读次数:211
Android_declare-styleable_自定义控件的属性
1.简单实例 (1).在res/values文件下定义一个attrs.xml文件 (2).布局文件使用<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.andr...
分类:移动开发   时间:2014-07-22 14:33:45    阅读次数:232
css 下拉三角
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">? <html xmlns="http://www.w3.org/1999/xhtml">? ?<head>? ? <title> new ...
分类:Web程序   时间:2014-07-22 08:10:34    阅读次数:229
wp使用上下文菜单
功能的实现需要toolkit中的MenuItem对象,具体实现方法有两种:XAML编程实现和.CS中代码实现:1,XAML实现:首先,在页面的xaml中加入引用:xmlns:toolkit="clr-namespace:Microsoft.Phone.Controls;assembly=Micros...
分类:其他好文   时间:2014-07-22 00:39:34    阅读次数:187
xmlns:sys="clr-namespace:System;assembly=mscorlib" NOTE: System;与assembly中间不能有空格
xmlns:sys="clr-namespace:System;assembly=mscorlib" NOTE: System;与assembly中间不能有空格否则报错,Error 1 The URI "clr-namespace:System; assembly=mscorlib" is not ...
分类:其他好文   时间:2014-07-22 00:22:33    阅读次数:333
Spring 使用注解方式进行事务管理
使用步骤: 步骤一、在spring配置文件中引入<tx:>命名空间 <beans xmlns="http://www.springframework.org/schema/beans" ?xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ?xmlns:tx="http://www.spri...
分类:编程语言   时间:2014-07-21 23:29:22    阅读次数:392
android自定义progressdialog
http://blog.sina.com.cn/s/blog_3e333c4a010133ze.html 1、建立myprogress.xml在 res/anim中 <?xml version="1.0" encoding="UTF-8"?> <animation-list android:oneshot="false" xmlns:android="http://schemas...
分类:移动开发   时间:2014-07-21 13:26:59    阅读次数:224
Hello world!
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> ? ? <met...
分类:其他好文   时间:2014-07-21 10:30:36    阅读次数:221
富文本编辑器焦点
<!DOCTYPE?html?PUBLIC?"-//W3C//DTD?XHTML?1.0?Strict//EN"?"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html?xmlns="http://www.w3.org/1999/xhtml"?xml:lang="en"> <head> <style?type=...
分类:其他好文   时间:2014-07-21 10:28:33    阅读次数:569
Android 背景图片平铺
在drawable目录下创建一个repeat_bg.xml: <?xml?version="1.0"?encoding="utf-8"?> <bitmap?xmlns:android="http://schemas.android.com/apk/res/android" ????android:src="@drawable/asdfg" ????and...
分类:移动开发   时间:2014-07-21 10:19:36    阅读次数:219
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!