自定义博客皮肤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)
  • 资源 (5)
  • 收藏
  • 关注

转载 Ubuntu 14.04 64位 安装(install) ia32-libs

src options1(if it works, this is the best choice): sudo dpkg --add-architecture i386 sudo apt-get update sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 options2

2014-09-25 11:37:29 1569

原创 Spring控制器响应(action)请求的几种处理方式,如返回JSON,MODEL MODELVIEW,STRING

Class TestBean: package **.persistence.beans; public class TestBean { public String getName() { return name; } public void setName(String name) { this.name = name; } String name; }

2014-09-22 16:03:47 1714

转载 easyui datagrid local pager 表格本地分页

function getData(){ var rows = []; for(var i=1; i<=800; i++){ var amount = Math.floor(Math.random()*1000); var price = Math.floor(Math.random()*1000); rows.push({ inv: 'Inv No '

2014-09-18 15:10:37 1702

原创 jquery ajax 请求 封装 成事件处理

/*@para url  the query url * @para sendData the data you send *  * @para myevent  when query succeed , it will trigger this event,its type is string *  * for example * $.bind("getData",funct

2014-09-09 15:00:08 1196

数据仓库实例

数据仓库入门,简单明了

2014-07-19

北京理工大学C语言编程题_答案

北京理工大学C语言 编程题_答案 C语言作业题及源码答案 北京理工大学C语言作业题 反馈

2010-09-10

Creating a DotNetNuke® Module For absolute beginners

dotnetnuke |dnn 模块 开发入门 绝对经典

2009-07-20

c++ GUI QT4

qt 程序编程第二版 欢迎下载,不要分,本着工享原则

2009-04-21

空空如也

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

TA关注的人

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