一、py2和py3的区别 最大的区别在于,py3对Unicode的支持 官方将在2020年停止对py2.7的支持 One popular module that don't yet support Python 3 is Twisted (for networking and other appli ...
分类:
编程语言 时间:
2017-05-21 23:21:21
阅读次数:
266
检查http.conf发现没错之后。查找资料后发现时selinux的问题,所以须要关闭这个服务: 1 vi /etc/sysconfig/selinux 2 SELINUX=enforcing 改为 SELINUX=disabled 重新启动后生效 不需重新启动 运行命令: 1 setenforce ...
分类:
数据库 时间:
2017-05-20 13:21:57
阅读次数:
252
E5 three strong and three weak S d don't can't N t L th Don't ever let somebody tell you, you can't do something ...
分类:
其他好文 时间:
2017-05-20 01:10:08
阅读次数:
141
extends:http://stackoverflow.com/questions/26346727/android-material-design-button-styles I will add my answer since I don't use any of the other answ ...
分类:
移动开发 时间:
2017-05-16 16:42:57
阅读次数:
289
当你安装完成wamp后,打开localhost或ip时发现已经可以运行了 但想使用phpmyadmin时,发现提示如下内容: You don't have permission to access /phpmyadmin/ on this server. 解决办法: 打开如下文件: c:\wamp\ ...
分类:
数据库 时间:
2017-05-14 23:42:33
阅读次数:
275
WampServer出现You don’t have permission to access/on this server提示 本地搭建WampServer,输入http://127.0.0.1访问正常,当输入http://localhost/,apache出现You don't have per ...
分类:
数据库 时间:
2017-05-14 23:39:13
阅读次数:
336
最近有小盆友考验我,说客户想点进Tab的时候先进入一个Guide页面,然后点击继续进入list页面,点击Don’t show again下次不再显示此页面,直接进入List页面。问我该怎么做。 我反问,”你想怎么做?”“首先呢,建一个Tab”“废话。哪种Tab。”“当然是Visualforce Ta ...
分类:
其他好文 时间:
2017-05-13 13:34:23
阅读次数:
141
#定义装饰器,outer参数是函数,返回也是函数
#作用:在函数执行前和执行后分别附加额外功能
defouter(func):
definner(*args,**kwargs):
print("log")
func(*args,**kwargs)
print("Don‘tback")
#return"r"
returninner
@outer
deff1(a):
print(a,"F1")
@outer
deff2(a,b):
pri..
分类:
编程语言 时间:
2017-05-12 22:19:36
阅读次数:
167
安装好wamp后,想用手机通过局域网访问电脑上wamp/www目录下的网页,结果出现如下提示。 Forbidden You don't have permission to access/on this server. 解决如下: 1.打开http.conf文件 2.找到 <Directory "E ...
分类:
移动开发 时间:
2017-05-11 19:46:11
阅读次数:
540
Jordan Brand unveiled the pink Don C x Air Jordan 2 project on Tuesday, confirming info about the shoes releasing only in small sizes and posting a fu ...
分类:
其他好文 时间:
2017-05-10 13:12:59
阅读次数:
175