app集成支付宝、app缓存管理、app列表圆角设计、App自动更新之通知栏下载(有续)、索引ListView、App数据格式之解析Json、拖拽ListView
http://www.cnblogs.com/qianxudetianxia/category/293007.htmlhttp://w....
分类:
移动开发 时间:
2014-05-26 20:15:23
阅读次数:
385
文件提示功能在开发过程中很实用的,本文实现了一个Eclipse添加xml文件提示,感兴趣的朋友可以了解下啊,希望本文对你有所帮助添加Hibernate配置文件提示解压hibernate.jar包在org\hibernate目录下找到hibernate-configuration-3.0.dtd和hi...
分类:
系统相关 时间:
2014-05-26 19:50:16
阅读次数:
423
本文转载自:http://blog.csdn.net/chjttony/article/details/6005594标记邮件就是把邮件标记为已读,删除等操作,需要使用Flags类,它mail.jar包中的Flags类代表以组邮件标记的集合,邮件标记用于标示邮件的使用情况,例如邮件的删除标记、已读标...
分类:
编程语言 时间:
2014-05-26 18:06:28
阅读次数:
432
ubuntu Server 安装
php51:如果你的服务器已经安装了apache2组件,那么在安装php5时,可以把对应apache2的php5组件一起安装sudo apt-get
install php5 libapache2-mod-php5安装成功之后,可以看到,默认情况下,安装了 json...
分类:
Web程序 时间:
2014-05-26 17:32:16
阅读次数:
299
这里的前提是windows上已经安装了MySQL数据库,且配置完毕,能正常建表能操作。在此基础上只需安装MySQL-python-1.2.4b4.win32-py2.7.exe就ok了,只有1M多。这个有点类似jdbc里的那个jar包。下载:http://sourceforge.net/projects/mysql-python/ , 百度云盘 :http://pan.baidu.com/s/1d...
分类:
数据库 时间:
2014-05-25 21:33:48
阅读次数:
319
一、首先介绍要添加框架环境: JUnit Struts2 Hibernate
Spring(1)配置JUnit
/**-------------------------添加JUnit-------------------------------*/
右击Web项目--->Build Path-...
分类:
其他好文 时间:
2014-05-25 20:43:53
阅读次数:
431
1. Jar包:ganymed-ssh2-build210.jar2. 步骤: a) 连接:
Connection conn = new Connection(ipAddr); conn.connect(); b)认证: boolean
authenticateVal = co...
分类:
编程语言 时间:
2014-05-25 20:35:17
阅读次数:
1774
上文说到搭建SSH环境所需三大框架的jar包,本篇博客将通过修改配置文件整合Struts和Spring,下篇博客整合Hibernate和Spring即可完成环境搭建。
1、声明bean,新建TestAction.java,需要给类添加注解:@Controller 和@Scope("prototy.....
分类:
编程语言 时间:
2014-05-25 20:14:50
阅读次数:
361
1 前端向后端传参1.1 普通方式传参1.1.1
页面参数需要解析成json对象;JSON.parse(JSON.stringify(query))$.getJSON("${serverUrl}/store/brand/getBrand",
JSON.parse(JSON.stringify(que...
分类:
编程语言 时间:
2014-05-25 15:13:39
阅读次数:
451
reference:http://json-lib.sourceforge.net/apidocs/jdk15/index.htmlThistutorialwillwalkthroughhowtoconfigureSpringMVCtoreturnaJSONobjecttoclientbrowser.One
ofthemaindecisionstobetakenwhiledevelopingAJAXapplicationsis
theformatofmessagespassedbytheservertoth..
分类:
编程语言 时间:
2014-05-25 05:38:40
阅读次数:
450