Hey if you ever want to leave it allif you ever want to lose control leave it all escape so far awaymaybe then you will think it is okbut i will tell ...
分类:
其他好文 时间:
2017-04-12 02:27:56
阅读次数:
222
There is a brick wall in front of you. The wall is rectangular and has several rows of bricks. The bricks have the same height but different width. Yo ...
分类:
其他好文 时间:
2017-04-12 01:57:07
阅读次数:
193
拒绝print,使用 logging ! #https://docs.python.org/3.5/howto/logging.html?highlight=logging #win10 + python 3.5.2 1. Logging to Console import logging #def ...
分类:
编程语言 时间:
2017-04-12 01:42:59
阅读次数:
167
--当前执行sql语句 SELECT a.SID , a.SERIAL# , a.USERNAME , b.PARSE_CALLS , b.PARSING_SCHEMA_NAME , b.CPU_TIME / 1000000 , b.ELAPSED_TIME / 1000000 , b.DISK_R ...
分类:
数据库 时间:
2017-04-11 17:27:07
阅读次数:
441
centos7.3默认使用的防火墙应该是firewall,而不是iptables。而我们xxmj服务器使用的是iptables防火墙。所以,在配置防火墙之前,我们需要先关闭firewall,安装iptables。 查看firewall的安装和启动状态 查看firewall的安装和启动状态 下面关闭f ...
分类:
其他好文 时间:
2017-04-11 17:17:01
阅读次数:
565
1.首先创建gradle项目,详细参考http://www.jianshu.com/p/c0fc6a91d3e7 2.springmvc的一些配置: a. build.gradle文件,引入一些必要的包文件 b. spring-mvc.xml c. web.xml 3. Controller 4. ...
分类:
编程语言 时间:
2017-04-11 14:05:13
阅读次数:
236
操作系统:win10 64biteclipse版本:Eclipse Mars (4.5),Eclipse IDE for Java EE DeveloperJava JDK版本:jdk-7u79-windows-x64SDK版本:24.4.1版ADT版本:23.0.4版 1.下载eclipse-in ...
分类:
数据库 时间:
2017-04-11 11:53:35
阅读次数:
1000
Super Jumping! Jumping! Jumping! Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 36986 Accepted S ...
分类:
其他好文 时间:
2017-04-10 23:33:35
阅读次数:
241
在C#中怎样禁用鼠标按键,我们可以通过ImessageFilter接口下的PreFilterMessage方法、Application类的AddMessageFilter方法,RemoveMessageFilter方法和Message结构的Msg属性来禁用鼠标左键。Message结构包装Window ...
1.BOM的常用对象: window navigator history location dicument screen event navigator:保存浏览器配置信息的对象 cookicEnablcd:判断是否启用cookic userAgent:判断浏览器的名称和版本号 plugins:保 ...
分类:
其他好文 时间:
2017-04-10 21:18:11
阅读次数:
177