码迷,mamicode.com
首页 >  
搜索关键字:the following file    ( 55759个结果
开发工具:IDEA类和方法注释模板设置(非常详细)
一、首先我们来设置IDEA中类的模板:(IDEA中在创建类时会自动给添加注释) 1、File-->settings-->Editor-->File and Code Templates-->Files 我们选择Class文件(当然你要设置接口的还也可以选择Interface文件) (1)${NAME ...
分类:其他好文   时间:2020-11-20 12:12:16    阅读次数:7
spring AOP 通知
package cn.tj.aops; import cn.tj.entity.Users;import org.aspectj.lang.JoinPoint;import org.aspectj.lang.ProceedingJoinPoint;import org.aspectj.lang.Si ...
分类:编程语言   时间:2020-11-20 12:09:00    阅读次数:8
Apache 伪静态
RewriteEngine On RewriteBase / RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /in ...
分类:Web程序   时间:2020-11-20 12:03:49    阅读次数:15
jQuery学习01
jQuery学习 1.什么是jQuery? jQuery是一个轻量级的JavaScript函数库 特征:”写的少,做的多“ 2.jQuery功能 HTML元素选取 HTML元素操作 CSS操作 HTML事件函数 JavaScript特效和动画 HTML DOM遍历和修改 AJAX Utilities ...
分类:Web程序   时间:2020-11-20 12:03:34    阅读次数:18
leetcode 116. Populating Next Right Pointers in Each Node
You are given a perfect binary tree where all leaves are on the same level, and every parent has two children. The binary tree has the following defin ...
分类:其他好文   时间:2020-11-20 12:00:39    阅读次数:9
PHP通过DOMDocument对象来抓取网页中的指定class的内容
<?php function getTagClassContent($url, $tagName, $className) //要抓取的网页, 要抓取的Tag名, 要抓取的Class名 { $doc = new DOMDocument(); @$doc->loadHTML(file_get_cont ...
分类:Web程序   时间:2020-11-20 12:00:20    阅读次数:20
IDEA连接hive
使用工具连接hive: https://blog.csdn.net/weixin_44508906/article/details/91348665代码连接:先从虚拟机上找到 把这三个jar包加到file->Project Structure->Modules->Dependencies 点击ok ...
分类:其他好文   时间:2020-11-20 11:51:40    阅读次数:5
sysrq mm log里Free swap、Total swap是什么含义?
sysrq mm log里Free swap、Total swap是什么含义? [22634.588075] Free swap = 0kB[22634.588076] Total swap = 204796kB get_nr_swap_pages函数返回swap file或者swap device ...
分类:其他好文   时间:2020-11-20 11:45:23    阅读次数:5
Python就业班——新闻管理系统
colorama test.py #!/usr/bin/env python3 # coding=utf-8 # Version:python3.6.1 # Project:vega # File:test.py # Data:2020/9/16 13:20 # Author:LGSP_Harold ...
分类:编程语言   时间:2020-11-20 11:32:53    阅读次数:8
SpringBoot配置文件的加载优先级以及如何配置
一、全局配置文件加载优先级 spring boot 启动会扫描以下位置的application.properties或者application.yml文件作为Spring boot的默认配置文件.数值越小的标号优先级越高。 file:./config/ (当前项目路径config目录下); file ...
分类:编程语言   时间:2020-11-19 13:00:39    阅读次数:23
55759条   上一页 1 ... 92 93 94 95 96 ... 5576 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!