会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
哎呦喂,我的小祖宗╰つ
努力其实也是一种天赋。
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
5
6
7
8
9
10
11
12
13
···
17
下一页
2014年9月26日
js取当前项目名称
摘要: function getContextPath(){ var path = window.location.href; path = path.substring(0, path.lastIndexOf("/")); path = path.subs...
阅读全文
posted @ 2014-09-26 10:13 哎呦喂,我的小祖宗╰つ
阅读(217)
评论(0)
推荐(0)
2014年9月23日
IDEA打war包
摘要: 一 第一步创建一个web application:expolded 选择当前项目二 新建一个web application: Archive 选择刚刚新建的Expoded “For ‘............’”选中之后,在去选择war包输出路径,默认是当前项目里out文件中(项目名称/out/ar...
阅读全文
posted @ 2014-09-23 10:29 哎呦喂,我的小祖宗╰つ
阅读(1167)
评论(0)
推荐(0)
2014年9月17日
Date日期比对
摘要: 1 Calendar calendar1 = Calendar.getInstance(); 2 Calendar calendar2 = Calendar.getInstance(); 3 calendar1.set(2007, 01, 10); 4 ...
阅读全文
posted @ 2014-09-17 14:12 哎呦喂,我的小祖宗╰つ
阅读(221)
评论(0)
推荐(0)
2014年9月11日
java--自定义注解
摘要: java注解一般分为三大类: 1.标记注解 2.标记元注解 3.一般注解 其中1.标记注解包括 一 override:覆盖超类中的方法 二 Deprecated : 丢弃的类 三 SuppressWarings...
阅读全文
posted @ 2014-09-11 21:47 哎呦喂,我的小祖宗╰つ
阅读(151)
评论(0)
推荐(0)
2014年8月26日
Eclipse启动提示Failed to load the JNI shared library JVM.dll
摘要: 一.出现了上述问题解决办法 1.查看eclipse.ini文件 看看eclipse环境架构需要的是什么。 plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.200.v20140116-2212 这个是要求win32 ...
阅读全文
posted @ 2014-08-26 18:30 哎呦喂,我的小祖宗╰つ
阅读(301)
评论(0)
推荐(0)
java实现UDP协议传输DatagramSocket
摘要: 摘自:http://blog.csdn.net/wintys/article/details/3525643/Server端。package com.topca.server;import java.io.IOException;import java.net.DatagramPacket;impo...
阅读全文
posted @ 2014-08-26 17:50 哎呦喂,我的小祖宗╰つ
阅读(1199)
评论(0)
推荐(0)
Tomcate配置单向双向SSL
摘要: 1.单向SSL一.在Tomcate的service.xml文件中放开SSL配置 -->二.使用Keytool工具生成服务端证书(这里指的jks库)keytool -genkeypair -alias password -keysize 1024 -sigalg SHA1withRSA -valid...
阅读全文
posted @ 2014-08-26 11:24 哎呦喂,我的小祖宗╰つ
阅读(283)
评论(0)
推荐(0)
2014年8月19日
webkit和xcode
摘要: 一.webkit下载地址:https://svn.webkit.org/repository/webkit/ 它的总大小为2.75G二.xcode下载地址:http://adcdownload.apple.com/Developer_Tools/xcode_5.1/xcode_5.1.dmg和ht...
阅读全文
posted @ 2014-08-19 13:24 哎呦喂,我的小祖宗╰つ
阅读(335)
评论(0)
推荐(0)
2014年8月14日
bouncycastle创建csr
摘要: public static void main(String[] args) { String subjectDN = "CN=duwenlei"; String algorithm = ""; try { KeyPairGenerat...
阅读全文
posted @ 2014-08-14 17:12 哎呦喂,我的小祖宗╰つ
阅读(837)
评论(0)
推荐(0)
组装X509证书
只有注册用户登录后才能阅读该文。
阅读全文
posted @ 2014-08-14 14:06 哎呦喂,我的小祖宗╰つ
阅读(4)
评论(0)
推荐(0)
上一页
1
···
5
6
7
8
9
10
11
12
13
···
17
下一页
公告