Chapter 10. Arrays 要明白elementtype与componenttype There are some situations in which an element of an array can be an array: if the element type is Obje ...
分类:
其他好文 时间:
2018-03-22 17:31:46
阅读次数:
145
cron 使用ansible的cron模块可以在机器上创建计划任务 job指任务的具体内容 name是指该任务的名称 删除时根据任务的名称来删除任务 state表示是创建任务还是删除任务,默认是present,表示创建任务,删除任务时取值absent。 cron模块有许多参数,可以参考官网: htt ...
分类:
其他好文 时间:
2018-03-22 15:30:35
阅读次数:
163
一、字符串练习: 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
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
Github 项目地址 "WordCounter in github" PSP(Personal Software Process) | PSP2.1 | PSP阶段 | 预估耗时实际耗时(分钟) | 实际耗时(分钟) | | | | | | | Planning | 计划 | 10 | 17 | ...
分类:
其他好文 时间:
2018-03-21 00:09:52
阅读次数:
281
字符串练习: http://news.gzcc.cn/html/2017/xiaoyuanxinwen_1027/8443.html 取得校园新闻的编号 https://docs.python.org/3/library/turtle.html 产生python文档的网址 http://news.g ...
分类:
其他好文 时间:
2018-03-20 22:58:25
阅读次数:
256
github地址:https://github.com/linguowei/myblog 把项目git clone下来; 分析: 运行代码; 这里分别安装依赖包,以及打包生成 后台项目以及前台项目 # node app 实现运行服务 app.js 其中与数据相连起来的是: app.use(route ...
分类:
数据库 时间:
2018-03-18 16:22:03
阅读次数:
491
Sharing data I Sharing data II Escape Analysis 溢出分析 练习 ...
分类:
其他好文 时间:
2018-03-17 01:06:05
阅读次数:
261
我们先来看个效果图(chrome下): 从上面的图可以很明显地看出Chrome下css设置字体大小为12px及以下时,显示的都是一样大小,都是默认12px; 那么网上有一个方法就是给当前样式添加Chrome私有属性:-webkit-text-size-adjust:none; 可是我进行验证后发现并 ...
分类:
Web程序 时间:
2018-03-14 17:01:22
阅读次数:
3168
一、JConsole是什么 从Java 5开始 引入了 JConsole。JConsole 是一个内置 Java 性能分析器,可以从命令行或在 GUI shell 中运行。您可以轻松地使用 JConsole(或者,它更高端的 “近亲” VisualVM )来监控 Java 应用程序性能和跟踪 Jav ...
分类:
编程语言 时间:
2018-03-13 13:57:45
阅读次数:
234