上一页 1 ··· 3 4 5 6 7 8 9 下一页

2016年6月19日

上传插件

摘要: http://www.52doit.com/doit/show/341 阅读全文

posted @ 2016-06-19 17:31 小豫 阅读(85) 评论(0) 推荐(0) 编辑

2016年6月11日

jsp ajax 数据库Demo

摘要: 转自:http://blog.csdn.net/rushkid02/article/details/7515058 下面介绍JSP前台表单内容通过Ajax异步提交到后台Servlet进行校验(校验方式多种,包括提取数据库信息,校验用户名是否重复等),异步在JSP表单页面显示校验结果信息的基本过程。  阅读全文

posted @ 2016-06-11 19:34 小豫 阅读(204) 评论(0) 推荐(0) 编辑

2016年6月7日

SQL分离附加数据库

摘要: 转自:http://www.jb51.net/article/36624.htm 阅读全文

posted @ 2016-06-07 13:20 小豫 阅读(99) 评论(0) 推荐(0) 编辑

2016年5月30日

eclipse代码自动提示设置、如何配置eclipse的代码自动提示功能?

摘要: eclipse 转自:http://www.cnblogs.com/firstcsharp/p/4025689.html ADT 转自:http://blog.csdn.net/liukang325/article/details/21747065 阅读全文

posted @ 2016-05-30 13:56 小豫 阅读(113) 评论(0) 推荐(0) 编辑

eclipse代码自动提示设置、如何配置eclipse的代码自动提示功能(同时解决自动补全变量名的问题)?

摘要: 转自:http://www.cnblogs.com/firstcsharp/p/4025689.html 阅读全文

posted @ 2016-05-30 13:55 小豫 阅读(83) 评论(0) 推荐(0) 编辑

2016年5月28日

Android 体系结构介绍

摘要: 转自:http://blog.sina.com.cn/s/blog_4bc996c40100fawo.html 第一、操作系统层(OS)第二、各种库(Libraries)和Android 运行环境(RunTime)第三、应用程序框架(Application Framework)第四、应用程序(App 阅读全文

posted @ 2016-05-28 11:32 小豫 阅读(237) 评论(0) 推荐(0) 编辑

2016年5月11日

Java cookie的使用

摘要: 转自:http://www.blogjava.net/tscfengkui/archive/2011/01/21/343341.html 很感谢,让小白明白其中道理 Java cookie的使用 1.cookie是什么? cookie是web应用当中非常常用的一种技术,用于储存某些特定的用户信息。 阅读全文

posted @ 2016-05-11 17:50 小豫 阅读(1604) 评论(0) 推荐(0) 编辑

2016年5月9日

java类型

摘要: 转自 http://blog.csdn.net/lonely_fireworks/article/details/7962171 如有侵犯版权,请及时通知删除 常规类型的格式化 String类的format()方法用于创建格式化的字符串以及连接多个字符串对象。熟悉C语言的同学应该记得C语言的spri 阅读全文

posted @ 2016-05-09 19:56 小豫 阅读(151) 评论(0) 推荐(0) 编辑

java四舍五入保留几位小数

摘要: double d = 3.1415926; String result = String.format("%.2f", d); // %.2f %. 表示 小数点前任意位数 2 表示两位小数 格式后的结果为f 表示浮点型。 阅读全文

posted @ 2016-05-09 19:53 小豫 阅读(156) 评论(0) 推荐(0) 编辑

2016年5月7日

使iframe随内容(target到iframe的内容)改变而自适应高度,完美解决各种获取第一个demo高度后第二个高度不变情况

摘要: 转自:http://caiceclb.iteye.com/blog/281102 很高兴,终于使用jquery实现了点击外部链接,更改iframe内容时,iframe的高度自适应问题。 失败的测试就不说了,来直接的。 两个链接和iframe: Java代码 <li><a href="selfinfo 阅读全文

posted @ 2016-05-07 23:22 小豫 阅读(2345) 评论(1) 推荐(0) 编辑

上一页 1 ··· 3 4 5 6 7 8 9 下一页

导航