自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

二枫的代码小窝

没有什么描述啦♪(^∇^*)

  • 博客(4)
  • 资源 (42)
  • 收藏
  • 关注

原创 java导出txt

name = URLEncoder.encode(name,"utf-8") //解决文件名无法显示中文 response.setContentType('text/plain') response.setHeader('Content-Disposition', 'Attachment;Filename="' + name + '.txt"') BufferedOutputStream buf

2016-03-29 17:58:18 598

原创 js跨域访问

js不同主域跨域;   前提,www.a.com下a.html,a.html内iframe调用了www.b.com下的b.html,b.html下iframe调用了www.a.com下的c.html   b.html是不无法直接访问a.html的对象,因为涉及到跨域,但可以访问parent,同样c.html的parent可以访问b.html。c.html和a.html同域,是可以访问a

2016-03-14 18:05:00 298

原创 require.js学习笔记2

require.js学习笔记1——传送门>>>>>>>

2016-03-02 11:41:17 418

原创 require.js学习笔记1

版本:require.js 2.1.11

2016-03-01 17:27:21 506

dubbo-2.8.4.jar

dubbo-2.8.4.jar,自行通过编译产生的。github地址https://github.com/dangdangdotcom/dubbox/tree/dubbox-2.8.4

2020-02-24

angular-drag.zip

angular-drag.zip angular-drag.zip angular-drag.zip

2017-11-07

jdk1.6.0 64位

jdk1.6.0_31_64位, jdk1.6.0_31_64位, jdk1.6.0_31_64位, jdk1.6.0_31_64位, jdk1.6.0_31_64位, jdk1.6.0_31_64位

2017-09-04

检测微信是否被好友删除或拉黑

检测微信是否被好友删除或拉黑 实用工具

2017-01-04

PDFRenderer.jar + demo

PDFRenderer.jar + demo PDFRenderer.jar + demo

2016-05-02

activate-power-mode

activate-power-mode,atom的一个炫酷震动插件,windows,详细安装过程参看 http://blog.csdn.net/zhangjikuan/article/details/50157533

2016-03-29

jdk1.7 64位 免安装版

jdk1.7 64位 免安装版

2016-03-17

jdk1.7 32位 免安装版

jdk1.7 32位 免安装版 jdk1.7 32位 免安装版

2016-03-17

国密sm4算法

国密sm4算法

2016-03-04

underscore-min.js 1.8.3

underscore-min.js

2016-03-04

underscore.js 1.8.2

underscore.js underscore.js underscore.js

2016-03-04

handlebars.js v4.0.5

handlebars.js

2016-03-04

backbone-localStorage-min.js 1.1.16

backbone-localStorage-min.js 1.1.16

2016-03-04

backbone.js 1.1.2

backbone.js 1.1.2

2016-03-04

java 验证统一社会信用代码

java ,验证统一社会信用代码

2016-01-11

apache2.4 X64版本

apache2.4 X64版本 可做端口转发,可配置ssl

2016-01-05

apache2.4 X86版本

apache2.4 X86版本 可做端口转发,可配置ssl

2016-01-05

apache2.0免安装版

apache2.0免安装绿色解压版rar

2015-12-31

Learn iOS 8 App Development%2C 2nd Edition-Apress%282014%29.pdf

Learn iOS 8 App Development is both a rapid tutorial and a useful reference. You'll quickly get up to speed with Swift, Cocoa Touch, and the iOS 8 SDK. It's an all-in-one getting started guide to building useful apps. You'll learn best practices that ensure your code will be efficient and perform well, earning positive reviews on the iTunes App Store, and driving better search results and more revenue. The iOS 8 SDK offers powerful new features, and this book is the fastest path to mastering them—and the rest of the iOS SDK —for programmers with some experience who are new to iPhone and iPad app development. Many books introduce the iOS SDK, but few explain how to develop apps optimally and soundly. This book teaches both core Swift language concepts and how to exploit design patterns and logic with the iOS SDK, based on Swift and the Cocoa Touch framework. Why spend months or years discovering the best ways to design and code iPhone and iPad apps when this book will show you how to do things the right way from the start? Get an accelerated treatment of the core fundamentals of Swift. Develop your first app using Xcode's advanced interface design tools.Build your first iPhone app using the code that you're given as you walk through this book. Finally, debug and distribute your first app on Apple's iTunes App Store. Learn how to create apps for any model of iPhone, the iPod Touch, the iPad, or build universal apps that run on all of them. After reading this book, you'll be creating professional quality apps, ready to upload to the app store, making you the prestige and the money you seek!

2015-09-03

sigar-1.6.4

Hyperic-Sigar是一个收集系统各项底层信息的工具集.他有如下特点: 1. 收集信息全面 收集CPU,MEM,NETWORK,PROCESS,IOSTAT等 使用Sigar,你完全可以模仿出cpuinfo,meminfo,top,free,ifconfig,ipconfig,netstat,route,df,du,ps,ls等多种unix平台和windows平台的指令. 2.跨平台,支持多数平台 支持的平台包括:windows系列(32系列,IA64系列,AMD64系列),linux系列,freeBsd系列,HPUnix 系列,Sun solaris/Sparc/Sparc64系列,macOs系列,AIX系列等 3.提供的API接口全面 sigar本身由C语言开发而成,提供了丰富的API接口,包括:JAVA,.NET,PERL,PHP,PYTHON,RUBY.Sigar.jar包是通过本地方法来调用操作系统API来获取系统相关数据。Windows操作系统下Sigar.jar依赖sigar-amd64-winnt.dll或sigar-x86-winnt.dll,linux 操作系统下则依赖libsigar-amd64-linux.so或libsigar-x86-linux.so……而Sigar.jar还依赖于jug-asl-2.0.0.jar、log4j-1.2.14.jar、Junit.jar

2015-08-31

keytool-advanced-v2.01.zip

keytool-advanced-v2.01.zip keytool密钥和证书管理工具

2015-08-31

KeyTool_GUI_1.6.zip

KeyTool_GUI_1.6.zip

2015-08-31

原型设计工具

原型设计工具AxureRP-Pro-Setup.rar

2015-08-19

pdf转word工具

PDFtoWord.zip pdf转word

2015-08-19

commons-lang-2.6.jar

commons-lang-2.6.jar

2015-07-27

bcprov-jdk15on-152.jar

类似org.bouncycastle.jce.provider等的jar包

2015-07-27

javabase64-1.3.1.jar

Base64是网络上最常见的用于传输8Bit字节代码的编码方式之一 javabase64-1.3.1.jar

2015-07-16

java quartz定时任务项目+jar包.zip

java quartz定时任务项目+jar包.zip

2015-07-10

eclipse反编译工具+使用教程.zip

eclipse反编译工具+使用教程.zip

2015-07-10

Axure实现随意折叠和展开

Axure实现随意折叠和展开,类似jQuery 效果 - 淡入淡出等等

2015-06-11

JavaScript语言精粹[英文原版]

JavaScript语言精粹[英文原版]OReilly.JavaScript.The.Good.Parts.chm

2015-06-04

JavaScript语言精粹

JavaScript语言精粹(JavaScript.The.Good.Parts).pdf

2015-06-04

eclipse个人配色方案及教程新.zip

全新个人搭配的黑色主题,颜色偏向冷色系,不伤眼;附带完全教程

2015-05-16

eclipse个人配色方案及教程.zip

个人搭配的黑色主题,颜色偏向冷色系,不伤眼

2015-05-16

Grails基础教程

Grails基础教程,很好的入门书籍

2015-04-08

Grails_2.3官方手册.pdf中文版

2.3新特征 1.1 依赖管理的提升 1.2 数据绑定 1.3 绑定请求正文给命令对象 1.4 域类作为命令对象 1.5 分叉执行 1.6 测试运行值守进程 1.7 服务器端的REST改进 1.8 全新的脚手架插件 1.9 URL映射指定重向 1.10 支持异步编程

2015-04-08

空空如也

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

TA关注的人

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