码迷,mamicode.com
首页 >  
搜索关键字:other    ( 5856个结果
What is purpose of @ConditionalOnProperty annotation?
http://stackoverflow.com/questions/26394778/what-is-purpose-of-conditionalonproperty-annotation **************************************************** I ...
分类:其他好文   时间:2017-02-12 21:21:42    阅读次数:173
centos开机启动
注意文件的执行权限 1、把启动程序的命令添加到/etc/rc.d/rc.local文件中,比如下面的是设置开机启动httpd。 #!/bin/sh # # This script will be executed *after* all the other init scripts. # You c ...
分类:其他好文   时间:2017-02-12 21:00:53    阅读次数:182
【codecademy summary】html+css links
We use <a> element to add a link to other web. This is exmaple about text-only links: <a href="www.google.com" target= "_blank">Google</a> And this is ...
分类:Web程序   时间:2017-02-10 13:54:51    阅读次数:188
ubuntu mysql(mariadb)
在ubuntu16.04版本中,安装mysql时,默认安装的是 mariadb。 安装命令: 1.使用管理员权限(默认情况下,ubuntu下使用的用户是安装系统时设置的用户名,但安装和卸载或删除等操作需要管理员权限,避免在每条自信操作的命令前加sudo进行用户切换,可以直接切换到root用户下) s ...
分类:数据库   时间:2017-02-10 12:52:15    阅读次数:292
BZOJ 2780: [Spoj]8093 Sevenk Love Oimaster [广义后缀自动机]
JZPGYZ - Sevenk Love Oimaster Oimaster and sevenk love each other. But recently,sevenk heard that a girl named ChuYuXun was dating with oimaster.As a ...
分类:其他好文   时间:2017-02-09 19:07:57    阅读次数:190
HUD3689 Infinite monkey theorem
Infinite monkey theorem Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 1703 Accepted Submission( ...
分类:其他好文   时间:2017-02-09 18:46:30    阅读次数:198
Hadoop学习笔记
Hadoop部署方式 本地模式 伪分布模式(在一台机器中模拟,让所有进程在一台机器上运行) 集群模式 服务器只是一堆废铁而已,上面跑了tomcat,我们叫它web服务器;上面跑了mysql,我们叫它...
分类:其他好文   时间:2017-02-09 16:15:32    阅读次数:126
Another MySQL daemon already running with the same unix socket.
问题描述: 查看MySQL进程的状态: [root@dcx lib]# service mysqld statusmysqld is stopped 发现是关闭的,但是启动MySQL却报错 [root@dcx lib]# service mysqld startAnother MySQL daemo ...
分类:数据库   时间:2017-02-09 13:17:40    阅读次数:197
使用eclipse配置tomcat
下载tomcat 打开eclipse,菜单栏下,File--New--Other...,打开后找到web--Dynamic Web Project,然后单击Next, 如下图: 打开eclipse,菜单栏下,File--New--Other...,打开后找到web--Dynamic Web Proj ...
分类:系统相关   时间:2017-02-07 20:35:44    阅读次数:266
USACO 5.1 Musical Themes(哈希+二分)
A musical melody is represented as a sequence of N (1 <= N <= 5000) notes that are integers in the range 1..88, each representing a key on the piano. ...
分类:其他好文   时间:2017-02-06 22:04:20    阅读次数:310
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!