1Time 2logging模块 日志格式: import logging # logging.debug('debug message') # logging.info('info message') # logging.warning('warning message') # logging.e ...
分类:
编程语言 时间:
2017-11-05 14:30:13
阅读次数:
204
Spring的优点 1.低侵入式设计,代码污染极低; 2.独立于各种应用服务器,基于Spring框架的应用,可以真正实现Write Once,Run Anywhere的承诺; 3.Spring的DI机制降低了业务对象替换的复杂性,提高了组件之间的解耦; 4.Spring的AOP支持允许将一些通用任务 ...
分类:
编程语言 时间:
2017-10-16 11:04:36
阅读次数:
161
1. 介绍Fn is an event-driven, open source, functions-as-a-service compute platform that you can run anywhere. Some of it's key features:Write onceAny la ...
分类:
数据库 时间:
2017-10-04 20:46:16
阅读次数:
278
1. 将某个用户x添加到sudoer列表中 root 权限 在 ## Allow root to run any commands anywhere root ALL=(ALL) ALL 之后添加 x ALL=(ALL) ALL wq保存退出即可 2.退出ssh登陆 exit ...
分类:
系统相关 时间:
2017-09-26 23:43:38
阅读次数:
274
1.首先要安装好node,js 2.以下有安装包下载的链接:这里的安装包是.msi,如果要其他的,可以到菜鸟教程上去找 32 位安装包下载地址 : https://nodejs.org/dist/v4.4.3/node-v4.4.3-x86.msi; 64 位安装包下载地址 : https://no ...
分类:
Web程序 时间:
2017-07-30 18:08:28
阅读次数:
161
贪吃蛇 Holedox is a small animal which can be considered as one point. It lives in a straight pipe whose length is L. Holedox can only move along the pip ...
分类:
其他好文 时间:
2017-07-22 16:45:48
阅读次数:
190
Runtime源码分析带你了解OC实现过程。其中参考了大量的大神的代码以及文献里面也有个人的见解欢迎拍砖欢迎交流。两种常见使用场景///weak属性@interfaceXX:XX@property(nonatomic,weak)Type*weakPtr;@end///代码块中使用{///使用__weak
__weakType*weakPtr=[[SomeObjectalloc]i..
分类:
其他好文 时间:
2017-06-21 20:05:39
阅读次数:
305
注意,本文目的并非挑起语言之争。虽然有为C#平反之意,但主要还是介绍Mono并进行简单的测试。 UPDATED: 25th August 2012 更新了「Compile Once, Run Anywhere:跨平台的终极目标」一节。 © Conmajia 2012 引言 “Write once, ...
分类:
编程语言 时间:
2017-06-15 14:07:14
阅读次数:
318
注意,本文目的并非挑起语言之争。虽然有为C#平反之意,但主要还是介绍Mono并进行简单的测试。 UPDATED: 25th August 2012 更新了「Compile Once, Run Anywhere:跨平台的终极目标」一节。 © Conmajia 2012 引言 “Write once, ...
分类:
编程语言 时间:
2017-06-13 17:00:36
阅读次数:
225
前言 尽管java的口号:Write Once, Run Anywhere ,但现实非常残酷。不同的操作系统、不同的容器总是让我们:Write Once,Debug Anywhere。所以关键还是要看设计。好的设计能降低迁移成本。 近期须要将roller迁移到百度云中,发现roller设计的真不错。 ...
分类:
其他好文 时间:
2017-06-12 14:45:04
阅读次数:
301