上一页 1 2 3 4 5 6 7 8 9 ··· 27 下一页
  2015年4月30日
摘要: 就在刚才,小猫看到了百度新闻出现了“小猫怎么看辣妈花百万为女庆生”一新闻,大概意思是这样的: 2015年4月29日,山西太原一90后辣妈,自办T台秀为2岁女儿庆生。T台秀上所展示的奢侈品童装是年轻妈妈两年来在美国、香港、韩国等地为女儿购买,仅购衣款前后花费就接近百万元人民币。 小猫看完这则新闻... 阅读全文
posted @ 2015-04-30 22:54 是谁啊? 阅读(213) 评论(0) 推荐(0) 编辑
  2015年3月24日
摘要: import com.mchange.v2.io.DirectoryDescentUtils;import javax.crypto.Cipher;import javax.crypto.CipherInputStream;import javax.crypto.CipherOutputStream... 阅读全文
posted @ 2015-03-24 12:11 是谁啊? 阅读(899) 评论(0) 推荐(0) 编辑
  2015年3月10日
摘要: web方面的quartz 配置资料,从网上搜索出来的很难找到完整可用的代码样例。自己上传一个。IDE:Intellijtomcat jdk1.7quartz 2.1.5这里下载:http://files.cnblogs.com/files/hanxianlong/quartztest.zip 阅读全文
posted @ 2015-03-10 16:53 是谁啊? 阅读(1664) 评论(0) 推荐(0) 编辑
  2015年3月5日
摘要: http://www.lukepaynesoftware.com/articles/programming-tutorials/changing-the-user-agent-in-a-web-browser-control/Changing the User Agent in a web brow... 阅读全文
posted @ 2015-03-05 11:47 是谁啊? 阅读(10162) 评论(1) 推荐(0) 编辑
  2015年2月27日
摘要: 有这样一个场景:我需要将同一个文件复制为上千个文件,并且文件名应为随机数。为了简单起见,不想写程序,直接写个BAT来,方便,简单,易用:1. 搞定用BAT产生32位随机数,存为变量并使用,保存以下代码为rnd.bat:@echo offfor %%i in ("0=A" "1=B" "2=C" "3... 阅读全文
posted @ 2015-02-27 09:18 是谁啊? 阅读(2407) 评论(0) 推荐(0) 编辑
  2015年1月27日
摘要: 经常发面试邮件,通常只是修改一下收件人邮箱地址,和收件人姓名,其他全部一致,有木有发现每次都用用outlook写邮件很麻烦? 使用宏发邮件,就会不麻烦了,直接修改下称呼,修改下收件人地址,按下F5,就可以直接发送了。 Private Sub send_mail() '新建邮件 Set OutApp 阅读全文
posted @ 2015-01-27 10:08 是谁啊? 阅读(5024) 评论(0) 推荐(0) 编辑
  2014年12月26日
摘要: SSL证书请求文件(CSR)生成指南 - Tomcathttp://www.zhenssl.com/support/CSRgen/tomcat_CSR.htm重要注意事项An Important Note Before You Start在生成CSR文件时同时生成您的私钥,如果您丢了私钥或忘了私钥密... 阅读全文
posted @ 2014-12-26 21:05 是谁啊? 阅读(11305) 评论(0) 推荐(0) 编辑
  2014年12月24日
摘要: 使用习惯了eclipse, 还没开始使用maven, 使用idea 有些不太习惯,现在记录下来,以备忘。/*这一步在tomcat使用external source时,其实是不起作用的**/ a. ctrl+alt+s 打开settings → build,execution, deployment... 阅读全文
posted @ 2014-12-24 18:14 是谁啊? 阅读(2369) 评论(0) 推荐(0) 编辑
  2014年10月23日
摘要: 遇到一个困扰我两天的问题服务器的tomcat上面挂了3个项目1个项目在D:\tomcat\\webapps\ROOT下 运行正常1个项目在D:\heyefan下 运行正常1个项目在D:\MAPHAOROOT下 Filter失常在本地开发的时候 Filter正常工作,但是部署到服务器上面后,Filte... 阅读全文
posted @ 2014-10-23 16:48 是谁啊? 阅读(781) 评论(0) 推荐(0) 编辑
  2014年8月27日
摘要: When I tried to restart iptables from vps , I got the following error.Iptables encountered such a problem to save the iptables rules:“iptables: Saving... 阅读全文
posted @ 2014-08-27 22:39 是谁啊? 阅读(1920) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 27 下一页