1 from PIL import Image 2 import numpy as np 3 4 def paint(oname,sname): 5 a = np.asarray(Image.open(oname).convert('L')).astype('float') 6 7 depth = ... ...
分类:
其他好文 时间:
2017-04-30 19:56:58
阅读次数:
227
元字符: . ^ $ * + ? { } [ ] | ( ) \ 特殊符号: \d 匹配任何十进制数;它相当于类 [0-9]。\D 匹配任何非数字字符;它相当于类 [^0-9]。\s 匹配任何空白字符;它相当于类 [ \t\n\r\f\v]。\S 匹配任何非空白字符;它相当于类 [^ \t\n\r\ ...
分类:
其他好文 时间:
2017-04-30 17:22:29
阅读次数:
1359
The origin server did not find a current reprsentation for the target resource or is not willing to disclose that one exists. 解决: 1. web.xml文件位置是否放错,应 ...
分类:
Web程序 时间:
2017-04-30 14:07:32
阅读次数:
555
Welcome to Alibaba Cloud Elastic Compute Service ! Last login: Mon Apr 24 19:17:20 2017 from 58.48.187.147root@iZuf679rtwsq2g9p0hudt2Z:~# cd etc-bash: ...
分类:
系统相关 时间:
2017-04-30 12:29:47
阅读次数:
202
使用git status命令可以得到以下结果$ git statusOn branch dev_getTicketCntYour branch is ahead of 'origin/master' by 1 commit. (use "git push" to publish your local... ...
分类:
其他好文 时间:
2017-04-29 16:22:02
阅读次数:
5430
图形用户界面应用程序较之控制台界面应用程序最大的好处就是界面友好、数据显示直观。CUI程序中数据只能以文本的形式线性显示,GUI程序则允许数据以文本、列表、图形等多种形式立体显示。 用户体验在GUI程序设计中起着举足轻重的作用 用户界面设计成什么样看上去才足够的漂亮?控件如何安排才简单易用并且少犯错 ...
前端在本地,调试,就经常的就是会遇到 调用接口,提示跨域了。 如你要访问 http://****/api/user chrome 浏览器 报错: 在谷歌中实现数据跨域,其实,处理下很简单,在属性中加入一个值 --disable-web-security --user-data-dir , 前面有空格 ...
分类:
数据库 时间:
2017-04-28 20:20:36
阅读次数:
378
https://leetcode.com/problems/encode-and-decode-tinyurl/#/description ...
分类:
其他好文 时间:
2017-04-28 16:06:46
阅读次数:
171
美丽乡村 {{item.name}} {{item.brief}} ... ...
分类:
其他好文 时间:
2017-04-27 17:02:41
阅读次数:
229