码迷,mamicode.com
首页 >  
搜索关键字:xmlns    ( 5065个结果
WPF 自定义控件并使用(例如带水印和字体图标的文本框)
一睹为快 创建方式: 先创建用户使用控件(UserControl) 修改用户使用控件前台代码左上角UserControl改为TextBox,后台带代码将UserControl替换为TextBox目的是让其控件继承TextBox控件,注意当前图中前台代码效果图: 后台的代码效果图: 创建依赖属性: 输 ...
分类:Windows程序   时间:2020-03-28 20:15:27    阅读次数:95
springboot支持thymeleaf 07
thymeleaf也是一模板技术,与freemarker类似,本文讲述springboot如何整合thymeleaf。 1、环境约束 win10 64位操作系统 idea2018.1.5 maven 3.0.5 jdk 8u162 windows x64 2、前提约束 完成springboot创建w ...
分类:编程语言   时间:2020-03-27 16:52:10    阅读次数:68
spring cloud 搭建(配置中心)
创建配置中心: 选择Spring Initializr模板 选择Config Server pom文件 <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xs ...
分类:编程语言   时间:2020-03-26 17:52:11    阅读次数:183
spring cloud 搭建(注册中心)
创建注册中心: 选择Spring Initializr模板 输入坐标 选择Eureka Server pom文件 <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xml ...
分类:编程语言   时间:2020-03-26 17:45:02    阅读次数:172
NLog的使用
1、在Nuget上安装NLog 2、新建NLog.config文件 <?xml version="1.0" encoding="utf-8" ?> <nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd" xmlns:xsi="http:/ ...
分类:其他好文   时间:2020-03-26 12:31:07    阅读次数:85
画三角形shape layer-list
原文:https://www.cnblogs.com/dreamGong/p/6196504.html1、画三角形shape <?xml version="1.0" encoding="utf-8"?> <layer-list xmlns:android="http://schemas.androi ...
分类:其他好文   时间:2020-03-26 10:48:04    阅读次数:265
hystrix.stream dashboard
9001 POM.XML <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-ins ...
分类:其他好文   时间:2020-03-25 23:32:34    阅读次数:66
Extjs PDF在线预览(无需控件)
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@ page isELIgnored="false"%> <%@taglib prefix="spring" uri="h ...
分类:Web程序   时间:2020-03-25 21:20:25    阅读次数:319
Educational Codeforces Round 84 (Rated for Div. 2) C. Game with Chips(思维题)
Petya has a rectangular Board of size n×mn×m . Initially, kk chips are placed on the board, ii -th chip is located in the cell at the intersection of ...
分类:其他好文   时间:2020-03-25 01:05:14    阅读次数:81
让textarea根据文本的长度自动调整它的高度
... <!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/ ...
分类:其他好文   时间:2020-03-24 12:38:47    阅读次数:64
5065条   上一页 1 ... 41 42 43 44 45 ... 507 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!