码迷,mamicode.com
首页 >  
搜索关键字:surface book    ( 5453个结果
Task1 赛题理解
链接:https://tianchi.aliyun.com/notebook ai/detail?spm=5176.12281915.0.0.cc787c3egHacQF&postId=95456 ...
分类:其他好文   时间:2020-03-24 22:52:27    阅读次数:55
@Transactional的使用
原文地址:https://blog.csdn.net/u013929527/article/details/102596243 @Transactional的使用1.Spring事务的原理Spring 事务管理分为编码式和声明式的两种方式。编程式事务指的是通过编码方式实现事务;声明式事务基于 AOP ...
分类:其他好文   时间:2020-03-24 18:34:09    阅读次数:52
【BOOK】解析库--pyquery
CSS选择器 1、初始化 html=''' <div> <ul> <li class="item-0">first item</li> <li class="item-1"><a href="link2.html">second item</a></li> <li class="item-0 act ...
分类:其他好文   时间:2020-03-24 12:47:08    阅读次数:52
04.playbook应用和roles自动化批量安装示例
playbook是ansible实现批量自动化最重要的手段。在其中可以使用变量、引用、循环等功能,相比ad-hoc而言,其功能要强大的多。 1.1 yaml简单示例 ansible的playbook采用yaml语法。以下是一个yaml格式的文件: # Members in Bob's family ...
分类:其他好文   时间:2020-03-23 17:04:54    阅读次数:49
Python操作Excel,样式体现
# coding:utf-8 import patterns as patterns import xlwt import time i = 0 book = xlwt.Workbook(encoding='utf-8') sheet = book.add_sheet('sheet1', cell_ ...
分类:编程语言   时间:2020-03-23 11:07:36    阅读次数:69
Git常用命令
copy from : http://gityuan.com/2015/06/27/git-notes/ 先用一幅图,从总体上描述主要git命令的工作流程 workspace: 本地的工作目录。(记作A) index:缓存区域,临时保存本地改动。(记作B) local repository: 本地仓 ...
分类:其他好文   时间:2020-03-23 09:30:28    阅读次数:67
1-12
首先在前句已经总领,将所要compare的对象先说出来了,two kind of water,然后还说了原因,是Pore size。长难句中反复出现的对象是two kind of water, two kind of pore size 和surface tension,题干考查实际上是这三者的逻辑 ...
分类:其他好文   时间:2020-03-22 23:50:53    阅读次数:86
Digital Filter Design
Digital Filter Design Introduction The purpose of this book is to provide you with different theorethical and practical approaches to digital filter d ...
分类:其他好文   时间:2020-03-22 20:02:25    阅读次数:139
26 被动语态可省略(by+行为者)/ 被动语态的疑问句
被动语态(by+行为者)可省略 动作的行为者不分明,或不重要,或上下文中提到了行为者时,“by+行为者”可以省略。 1. The information is needed. 信息被需要。被谁需要不重要,所以省略行为者。 2. The book is being read. 书正在被读。 3. Th ...
分类:其他好文   时间:2020-03-22 14:13:57    阅读次数:184
WSL中安装Docker
# step 0: clear# sudo apt-get remove docker docker-engine docker-ce docker.io# step 1: 安装必要的一些系统工具sudo apt-get update#sudo apt-get -y install apt-tran ...
分类:其他好文   时间:2020-03-22 10:50:18    阅读次数:73
5453条   上一页 1 ... 34 35 36 37 38 ... 546 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!