digdeep

凡是过去,皆是序幕。Read the fucking manual and source code.

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 37 下一页

2016年3月25日

摘要: Tomcat启动报错: 25-Mar-2016 10:40:43.478 SEVERE [main] org.apache.catalina.startup.Catalina.stopServer Could not contact localhost:8015. Tomcat may not be 阅读全文
posted @ 2016-03-25 15:53 digdeep 阅读(4909) 评论(0) 推荐(0) 编辑

2016年3月24日

摘要: 最近因为一个监控相关的项目,深入研究了一下 windows 的 远程桌面的相关知识。 1. 如何让关闭了远程桌面连接的用户,对应的 session 立即退出 windows server。 大家使用 mstsc.exe 远程桌面登录windows server时,退出时,99.99%的人会直接关闭 阅读全文
posted @ 2016-03-24 18:37 digdeep 阅读(1402) 评论(0) 推荐(0) 编辑

2016年3月23日

摘要: 使用 JNA 调用 dll 库,因为 dll 库是32 位的,而 jvm 是 64位的,所以发生的错误: java.lang.UnsatisfiedLinkError: Unable to load library 'xxx': Native library (win32-x86-64/ID_Fpr 阅读全文
posted @ 2016-03-23 22:49 digdeep 阅读(13982) 评论(0) 推荐(0) 编辑

2016年3月19日

摘要: 1. 错误1:打 jar 包执行,报错,找不到 类库的 jar 包 F:\>java -jar remoteLogin.jarException in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: com/alibaba/fast 阅读全文
posted @ 2016-03-19 11:42 digdeep 阅读(3599) 评论(0) 推荐(0) 编辑

2016年3月17日

摘要: JNA 的出现,极大的简化了原有的 JNI 技术。下面是JNA github地址:https://github.com/java-native-access/jna 1. 简单的一个例子: 原理是,通过 CLibrary extends Libarary 在其中加载系统的 DLL/so 库,并列出J 阅读全文
posted @ 2016-03-17 17:16 digdeep 阅读(8504) 评论(1) 推荐(0) 编辑

2016年3月15日

摘要: 转自:http://engrmosaic.uncc.edu/mosaic-anywhere/remote-desktop-file-format The new Terminal Services client (version 2600 and newer, 5.1.2600.x) introdu 阅读全文
posted @ 2016-03-15 10:04 digdeep 阅读(400) 评论(0) 推荐(0) 编辑

2016年3月12日

摘要: 1. Caused by: java.lang.reflect.MalformedParameterizedTypeException 启动时报错,原因是dubbo 依赖 spring 2.5.6.SEC03,而我项目中有用spring 3.2.4.RELEASE,所以导致冲突。 在maven中把d 阅读全文
posted @ 2016-03-12 15:06 digdeep 阅读(25553) 评论(1) 推荐(1) 编辑

2016年3月11日

摘要: 在一个监控相关的Java项目中,需要读取windows系统的注册表,搜索到使用 JRegistery 可以解决。代码如下: /** * @author digdeep@126.com */ public class RegstryUtil { //"HKEY_LOCAL_MACHINE" publi 阅读全文
posted @ 2016-03-11 14:11 digdeep 阅读(2567) 评论(0) 推荐(0) 编辑

2016年2月29日

摘要: 先看下面的执行结果: (root@localhost)[(none)]mysql>show variables like 'character%'; +--------------------------+----------------------------------------------- 阅读全文
posted @ 2016-02-29 17:27 digdeep 阅读(32932) 评论(3) 推荐(2) 编辑

2016年2月23日

摘要: 某WEB投票程序, 使用 ip 限制和cookie限制技术,来限制每个ip每天只能投一次票,使用的是php开发,获取访问者的 ip 使用了搜狐的接口: http://txt.go.sohu.com/ip/soip 下面是如何突破 ip 限制,达到任意控制投票的 ip ,从而如破 ip 限制: pac 阅读全文
posted @ 2016-02-23 22:08 digdeep 阅读(9421) 评论(0) 推荐(0) 编辑

上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 37 下一页
不懂数据库和Web安全的架构师不是一个好的程序员。