码迷,mamicode.com
首页 >  
搜索关键字:eve    ( 10269个结果
Never Go Away
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
[LeetCode] Brick Wall 砖头墙壁
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
Python logging
拒绝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
oracle sql语句运行效率
--当前执行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下的一个iptables配置
centos7.3默认使用的防火墙应该是firewall,而不是iptables。而我们xxmj服务器使用的是iptables防火墙。所以,在配置防火墙之前,我们需要先关闭firewall,安装iptables。 查看firewall的安装和启动状态 查看firewall的安装和启动状态 下面关闭f ...
分类:其他好文   时间:2017-04-11 17:17:01    阅读次数:565
idea-gradle-springmvc-web
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
Java开发环境部署2.下载安装java jdk 2.1下载与安装 下载地址:http://www.oracle.com/technetwork/java/javase/downloads/index.html 下载完后开始安装。注意,安装的路径不能变!!!反正笔者前两次改了安装路径都装不成。 JDK默认安装成功后,会在系统目录下出现两个文件夹,一个代表jdk,一个代表jre。
操作系统: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
hdu 1087 Super Jumping! Jumping! Jumping!(最大上升子序列和)
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#捕获鼠标消息
在C#中怎样禁用鼠标按键,我们可以通过ImessageFilter接口下的PreFilterMessage方法、Application类的AddMessageFilter方法,RemoveMessageFilter方法和Message结构的Msg属性来禁用鼠标左键。Message结构包装Window ...
分类:Windows程序   时间:2017-04-10 23:24:39    阅读次数:745
bom对象
1.BOM的常用对象: window navigator history location dicument screen event navigator:保存浏览器配置信息的对象 cookicEnablcd:判断是否启用cookic userAgent:判断浏览器的名称和版本号 plugins:保 ...
分类:其他好文   时间:2017-04-10 21:18:11    阅读次数:177
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!