```go
package main import ( "fmt"
) func main() { var name string fmt.Println("What is your name?") fmt.Scanf("%s\n", &name) var age int fmt.Println("... ...
分类:
其他好文 时间:
2018-03-22 01:38:09
阅读次数:
164
(1) addr='http://news.gzcc.cn/html/2017/xiaoyuanxinwen_1027/8443.html'print(addr[-14:-5]) (2) addr1='https://docs.python.org/3/library/'addr2='turtle' ...
分类:
其他好文 时间:
2018-03-21 21:10:39
阅读次数:
165
一、字符串练习: 1.http://news.gzcc.cn/html/2017/xiaoyuanxinwen_1027/8443.html 取得校园新闻的编号 2.https://docs.python.org/3/library/turtle.html 产生python文档的网址 3.http: ...
分类:
其他好文 时间:
2018-03-21 21:08:21
阅读次数:
206
转载: https://www.oschina.net/news/77354/http-get-post-different https://www.cnblogs.com/wswang/p/6054619.html GET和POST是HTTP协议中的两种发送请求的方法。 HTTP是基于TCP/IP ...
分类:
其他好文 时间:
2018-03-21 21:07:11
阅读次数:
115
1.字符串练习: http://news.gzcc.cn/html/2017/xiaoyuanxinwen_1027/8443.html 取得校园新闻的编号 https://docs.python.org/3/library/turtle.html 产生python文档的网址 http://news ...
分类:
其他好文 时间:
2018-03-21 17:27:56
阅读次数:
158
http://news.gzcc.cn/html/2017/xiaoyuanxinwen_1027/8443.html 取得校园新闻的编号 >>> s="http://news.gzcc.cn/html/2017/xiaoyuanxinwen_1027/8443.html">>> s[45:54]' ...
分类:
其他好文 时间:
2018-03-21 16:30:41
阅读次数:
185
如在上篇文章《ETL调优的一些分享(上)》中已介绍的,ETL是构建数据仓库的必经一环,它的执行性能对于数据仓库构建性能有重要意义,因此对它进行有效的调优将十分重要。ETL业务的调优可以从若干思路开展,上文我们已经介绍了其中三点,本文我们将再分享如下几点建议。 减少不必要的事务表的使用 减少事务性操作 ...
分类:
其他好文 时间:
2018-03-21 11:46:20
阅读次数:
205
https://www.leiphone.com/news/201703/84gDbSOgJcxiC3DW.html 本月初雷锋网报道,Facebook 开源了 AI 相似性搜索工具 Faiss。而在一个月之后的今天,Facebook 发布了对 Faiss 的官方原理介绍。 它是一个能使开发者快速搜 ...
分类:
其他好文 时间:
2018-03-21 11:40:24
阅读次数:
211
分布式、中间件和消息队列 From今日头条:https://www.wukong.com/answer/6534675344568353032/?iid=28070358035&app=news_article&share_ansid=6534675344568353032&wxshare_coun ...
分类:
其他好文 时间:
2018-03-21 11:37:40
阅读次数:
203
1.综合练习:画一面五星红旗,将代码与运行截图发布博客交作业。 代码如下: 截图: 2.字符串练习: http://news.gzcc.cn/html/2017/xiaoyuanxinwen_1027/8443.html 取得校园新闻的编号,代码及截图如下: 2.1: 2.2 https://doc ...
分类:
编程语言 时间:
2018-03-21 00:07:48
阅读次数:
354