码迷,mamicode.com
首页 >  
搜索关键字:winserver domain    ( 4030个结果
Github 绑定域名添加https的方法 2019年9月更新
官方教程 https://help.github.com/en/articles/using-a-custom-domain-with-github-pages 打开 https://github.com/ 打开 https://github.com/waimao8/waimao8.github.i... ...
分类:Web程序   时间:2020-02-09 11:59:00    阅读次数:112
实际开发中Dao层使用JdbcTemplate
实体类 package com.itheima.domain;import java.io.Serializable;/** * @Author: lijiahao * @Description: 账户的实体类 * @Data: Create in 1:32 2020/2/9 * @Modified ...
分类:数据库   时间:2020-02-09 09:45:12    阅读次数:66
JdbcTemplate的CRUD操作
实体类 package com.itheima.domain;import java.io.Serializable;/** * @Author: lijiahao * @Description: 账户的实体类 * @Data: Create in 1:32 2020/2/9 * @Modified ...
分类:数据库   时间:2020-02-09 09:27:22    阅读次数:77
java+selenium+new——获取网页源代码driver.getPageSource()
package rjcs; import org.openqa.selenium.firefox.FirefoxDriver; import org.testng.Assert; public class xinkaishi { public static void main(String[] ar ...
分类:编程语言   时间:2020-02-08 00:13:18    阅读次数:414
uni-app文章详情-富文本展示 优雅展示代码块
在uni-app开发中,开发一个资讯详情页面,详情里包含图片和代码块。这时候用简单的rich-text控件已经不够用了。用官方demo里的html-parser.js也无法很好的展示代码区域。这个时候就要使用官方提供的插件来解决。 首先:下载插件:https://ext.dcloud.net.cn/ ...
分类:移动开发   时间:2020-02-07 00:53:04    阅读次数:156
spring整合junit
package com.itheima.test;import com.itheima.domain.Account;import com.itheima.service.IAccountService;import config.JdbcConfig;import config.SpringCon ...
分类:编程语言   时间:2020-02-06 19:47:21    阅读次数:82
《Pro Spring Boot 2》第五章:Data Access with Spring Boot
package com.apress.todo.repository; import com.apress.todo.domain.ToDo; import org.springframework.dao.EmptyResultDataAccessException; import org.spri ...
分类:数据库   时间:2020-02-06 14:17:06    阅读次数:198
IfcSharedMgmtElements (共享管理元素)
IfcSharedMgmtElements模式定义了在构建生命周期的各个阶段中管理通用的基本概念。模式中的主要类都是IfcControl的子类型,并以某种方式管理或规范项目的执行。此模式以及IfcProcessExtension和IfcConstructionMgmtDomain提供了一组模型,需要 ...
分类:其他好文   时间:2020-02-06 10:26:55    阅读次数:80
Kotlin DSL for HTML实例解析
Kotlin DSL, 指用Kotlin写的Domain Specific Language. 本文通过解析官方的Kotlin DSL写html的例子, 来说明Kotlin DSL是什么. 首先是一些基础知识, 包括什么是DSL, 实现DSL利用了那些Kotlin的语法, 常用的情形和流行的库. ... ...
分类:Web程序   时间:2020-02-05 09:32:43    阅读次数:123
CNAME 别名记录
当我们在地址栏输入:www.baidu.com 的时候,我们的电脑会通过DNS系统去解析这个域名,并获得IP地址。 DNS(Domain Name System[域名系统]),万维网上作为域名和IP地址相互映射的一个[分布式数据库]能够使用户更方便的访问互联网,而不用去记住能够被机器直接读取的IP数 ...
分类:其他好文   时间:2020-02-04 00:18:05    阅读次数:83
4030条   上一页 1 ... 28 29 30 31 32 ... 403 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!