自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

我的LOG

❄️⭐️

  • 博客(11)
  • 资源 (27)
  • 收藏
  • 关注

原创 JAVA 日志

扥刚解开;‘

2021-03-31 11:54:10 66

原创 NAGIOS

Nagios是一款开源的免费网络监视工具,能有效监控Windows、Linux和Unix的主机状态,交换机路由器等网络设备,打印机等。在系统或服务状态异常时发出邮件或短信报警第一时间通知网站运维人员,在状态恢复后发出正常的邮件或短信通知。...

2021-03-17 14:32:56 106

原创 chukwa

chukwa 构建在 hadoop 的 hdfs 和 map/reduce 框架之上的一个开源的用于监控大型分布式系统的数据收集系统。Chukwa 还包含了一个强大和灵活的工具集,可用于展示、监控和分析已收集的数据。

2021-03-17 14:27:39 670

原创 Hadoop分布式文件系统(HDFS)

这里写自定义目录标题欢迎使用Markdown编辑器新的改变功能快捷键合理的创建标题,有助于目录的生成如何改变文本的样式插入链接与图片如何插入一段漂亮的代码片生成一个适合你的列表创建一个表格设定内容居中、居左、居右SmartyPants创建一个自定义列表如何创建一个注脚注释也是必不可少的KaTeX数学公式新的甘特图功能,丰富你的文章UML 图表FLowchart流程图导出与导入导出导入欢迎使用Markdown编辑器你好! 这是你第一次使用 Markdown编辑器 所展示的欢迎页。如果你想学习如何使用Mar

2021-03-17 11:29:14 462

原创 大数据相关

文章目录1、大数据采集1.1、离线采集:1.2、实时采集:1.3、互联网采集:1.4、其他数据采集方法2、数据存储2.1、 大数据基础技术2.1.1 数据分片路由任何完整的大数据平台,一般包括以下的几个过程:数据采集–>数据存储–>数据处理–>数据展现(可视化,报表和监控)1、大数据采集大数据采集框架:Chukwa、Splunk Forwarder、Flume、Fluentd、Logstash、Scribe。爬虫技术:Nutch、Heritrix、Scrapy、WebColl

2021-03-16 13:20:02 456

原创 spring security

文章目录1. AuthenticationEntryPoint2. UsernamePasswordAuthenticationFilter类3. 验证核心的工作者(AuthenticationProvider)3.1 supports验证3.1 Authentication authenticate(Authentication authentication)4. 小结1. AuthenticationEntryPoint2. UsernamePasswordAuthenticationFilt

2021-03-10 15:40:57 109

原创 BeanName生成规则

生成规则xml 方式<bean class="com.xxxx.UserService"></bean>beanName: com.xxxx.UserService#0注解@Componentpublic class UserService() { ... } beanName: userService@Componentpublic class VUserService() { ... } beanName:VUserService...

2021-03-09 09:29:29 201

原创 Language Level 5

问题描述IDEA中默认的Language Level 5(即对应JDK1.5),修改为了8(即对应JDK1.8),但是每次引入新的maven依赖,自动刷新成Language Level 5。修改方法这样修改重新当如后又会恢复 Language Level 5,最终解决方案:在pom.xml 文件中增加插件如下:<build> <plugins> <plugin><!--设置JDK 版本-->

2021-03-08 09:22:00 298 1

转载 Spring 相同类型的 bean如何装配

1. 概述今天带你了解一下 Spring 框架中的 @Qualifier 注解,它解决了哪些问题,以及如何使用它。我们还将了解它与 @Primary 注解的不同之处。更多的技术解析请访问 felord.cn2. 痛点使用 @Autowired 注解是 Spring 依赖注入的绝好方法。但是有些场景下仅仅靠这个注解不足以让Spring知道到底要注入哪个 bean。默认情况下,@Autowired 按类型装配 Spring Bean。如果容器中有多个相同类型的 bean,则框架将抛出 NoUniqueBe

2021-03-05 10:49:57 2680 1

原创 Unable to create XADataSource

错误信息org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘dataSource’ defined in class path resource [org/springframework/boot/autoconfigure/jdbc/XADataSourceAutoConfiguration.class]: Bean instantiation via factory method

2021-03-05 10:32:47 511 3

原创 java 开发随笔

文章目录1. Spring Boot 自动扫描包1. Spring Boot 自动扫描包Config 类和 SpringBoot 需要在同一级目录下(或子目录)才能扫描扫描其他包- 启动类在 @Import(value={xxxConfig.class})- 在 resources\META-INF创建 spring.factories 文件# Auto Configureorg.springframework.boot.autoconfigure.EnableAutoConfigurat

2021-03-04 10:46:47 103 1

FlashFXP.5.4.3970.zip

FlashFXP是一种相当快速、强大的FTP客户端程式。它的程式界面除了跟一般的FTP软件一样分为二边外、更有同时开启树状目录的功能、它除支援续传外、也支援Sever对Sever对传FXP(File Exchange Protocol,档案交换协定)功能。如此可以让你将连线速度较慢的服务器资料搬移到连线较快的服务器上,直接对传不需传回自己电脑上。

2020-10-23

gpg4usb.rar

提供图形用户界面的前端在2005年,G10 Code和Intevation发行了Gpg4win,一个包含GnuPG for Windows, WinPT、Gnu Privacy Assistant,和为Windows Explorer和Outlook提供的GnuPG插件的mail软件套装。这些工具被包装进了一个标准的微软安装包里,使得它可以很容易的使GnuPG在Windows系统上安装和使用。

2020-10-22

wepe_anning.iso

wepe.iso 仅PE中的工具,维护系统必备,wepe.iso 仅PE中的工具 ,wepe.iso 仅PE中的工具

2020-10-19

国外windows 弱口令检测工具

国外windows 弱口令检测工具,xTSCrack is a simple RDP Audit tool for Penentration Tester find weak passwords over RDP protocol. xTSCrack support Windows 2000, XP, 2003 and 2008 Terminal Service.

2018-12-07

RawCap.exe

RawCap.exe 127.0.0.1 dumpfile.pcap 或者 RawCap.exe 本地IP dumpfile.pcap。 抓下来的包可用使用Wireshark打开,重点是抓本地包,简单绿色格式:RawCap.exe [选项]

2018-05-21

CheatEngine67

Cheat Engine is a powerful and feature-rich program designed primarily for modifying the rules in games. It has a simple, intuitive interface making it easy for beginners, but it also has a lot 'under the hood' making it ideal for advanced users as well. This program came into existence because at the time there weren't many free and easy-to-use modding programs. The ones that were free weren't very easy to use for a beginner, or they lacked essential features. Also, I was used to cheating on games using the tool 'Gamehack'(and gamewizard in dos), but when I moved on to Win2000 I couldn't get it to work, so decided to make something that did work. This also have me a chance to learn programming while creating a real project.

2018-05-21

PETool 1.0.0.5.exe

PETool 1.0.0.5.exe,查看Windows 程序的各种表,导入导出资源表

2018-05-21

lordpe25th march 2001

加载PELordPE Deluxe - 1.4 (13th August 2002)"PEditor" is dead since some time :((( It wasn't updated anymore. It's coded in a very bad way. M.o.D. and I were very young coders as we started to develope it ;) That's one reason for me not to add code to PEditor anymore. As it seems that some people are using it, I tried to recode all the stuff. It's name is "LordPE". I decided to code this project in C because a big part of it is GUI shit. LordPE is not finished up to now... I hope some people will like it ;)

2018-05-21

ProcessExplorer

The Process Explorer display consists of two sub-windows. The top window always shows a list of the currently active processes, including the names of their owning accounts, whereas the information displayed in the bottom window depends on the mode that Process Explorer is in: if it is in handle mode you'll see the handles that the process selected in the top window has opened; if Process Explorer is in DLL mode you'll see the DLLs and memory-mapped files that the process has loaded. Process Explorer also has a powerful search capability that will quickly show you which processes have particular handles opened or DLLs loaded.

2017-10-24

ILmerge2.12.803.0

ILmerge /t:[library|exe|winexe] /targetplatform:[v1|v1.1|v2|v4] /out:FileName xxx.dll,yyy.dll

2017-10-24

OD (OLLYDBG2.10) 官网版

OllyDbg2.0 发行版是一个ZIP压缩包,只要解压运行OllyDbg.exe即可。运行OllyDbg打开进程,主窗口显示反汇编清单。各窗口的外观属性如:“标题栏(bar)、字体(font)”等在右键菜单"界面选项(appearance)"里控制

2017-10-24

OD (OLLYDBG1.10) 官网版

OD (OLLYDBG1.10) 官网版,程序反汇编工具,只要解压运行OllyDbg.exe即可。运行OllyDbg打开进程,主窗口显示反汇编清单。各窗口的外观属性如:“标题栏(bar)、字体(font)”等在右键菜单"界面选项(appearance)"里控制

2017-10-24

System.Data.Entity

System.Data.Entity

2012-05-16

System.Web.Abstractions.zip

分析器错误消息: 未能加载文件或程序集“System.Web.Abstractions, IIS报:Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35”或它的某一个依赖项。系统找不到指定的文件。 错误 vs报 未能加载文件或程序集“System.Web.Abstractions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35”或它的某一个依赖项。系统找不到指定的文件。49

2012-05-16

网上购物系统 ,简单

|首页|推荐商品|最新商品|热门商品|购物车|购物流程|网站留言|我的留言| 退出登录 网上支付 ,但无自己证书和银行通讯时,

2011-10-27

asp.net网上书店

网上书店系统 asp.net c# 网上书店系统

2011-10-25

拨号密码查看

拨号密码查看 拨号密码查看 拨号密码查看

2011-10-25

officeMUi.msi

officeMUi.msi officeMUiofficeMUi

2011-10-25

2001-2009网络工程师真题及答案

2001-2009网络工程师真题及答案09年下半年是图片

2010-05-12

2001年--2009年网络工程师真题及答案

2001年--2009年网络工程师真题及答案 09下半年是图片

2010-05-12

误删恢复 恢复删除的文件

误删恢复 误删恢复误删恢复.rar 恢复删除的文件 恢复删除的文件

2009-06-09

数据结构答案.rar

数据结构答案 严蔚敏 吴伟民 编著 清华大学

2009-04-14

计算机组成原理第2版.pps

计算机组成原理第2版.pps 课件 唐朔飞 第二版

2009-04-14

高等教育出版社出版+唐朔飞编著的《计算机组成原理》(第二版)的课后详细答案.rar

高等教育出版社出版+唐朔飞编著的《计算机组成原理》(第二版)的课后详细答案.rar 980kb 第一到第五章

2009-04-14

计算机组成原理课后习题答案.rar

计算机组成原理课后习题答案.rar, 计算机组成原理课后习题答案.rar

2009-04-14

线性代数同济大学线性代数第四版(附习题答案)

线性代数(同济四版) 习题参考答案 黄正华 Email: huangzh@whu.edu.cn 武汉大学数学与统计学院, 湖北武汉430072

2009-03-25

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除