- 浏览: 25959 次
- 性别:
- 来自: 北京
最新评论
-
huzhanchi:
mark 学习下
LinkedBlockingQueue 模拟抢房间座位问题
文章列表
m2eclipse
http://www.cnblogs.com/cbf4life/archive/2010/01/29/1659502.html
纯apache maven,不用ide构建项目:
http://www.oracle.com/technetwork/cn/community/java/apache-maven-getting-started-1-406235-zhs.html
技术普及帖:你刚才在淘宝上买了一件东西
http://blog.renren.com/share/1008228562/11138179294
淘宝技术这十年:讲述淘宝技术架构发展和淘宝精神
http://blog.sina.com.cn/s/blog_633219970100x9cc.html
p1到p7:一个屌丝的成长
http://blog.sina.com.cn/s/blog_633219970100vz44.html
cpu、一级缓存、二级缓存、内存、RAM
http://coolshell.cn/articles/3236.html
7个示 ...
google 搜索jquery image gallery
另外github上也有些jquery实现的例子
新发现的一个 演示: http://js.itivy.com/jiaoben1223/index.html
下载: http://js.itivy.com/?p=669
弹层插件
1:http://thrivingkings.com/read/Apprise-The-attractive-alert-alternative-for-jQuery
2:http://malsup.com/jquery
图表插件
highCharts 简介 http://www.cnblogs.com/evenvi/archive/2013/03/01/2938675.html
上传插件
jquery file uplaod https://github.com/blueimp/jQuery-File-Upload/wiki
http://passover.blog.51cto.com/2431658/732629
讲的比较好 通俗易懂 js的基础知识
http://www.oschina.net/translate/create-advanced-web-applications-with-object-oriented-techniques
http://www.cnblogs.com/kkun/archive/2011/11/23/2260312.html
关于cookie的基础知识
http://zh.wikipedia.org/wiki/Cookie
需关注的点
cookie的expires setdomian setpath
cookie存在跨域访问的问题
http://wenku.baidu.com/view/881a4adba58da0116c174932.html
淘宝天猫cookie跨域的实现
http://developer.51cto.com/art/201104/255729.htm
另附:了解浏览器的同源策略:
关于ajax跨域需使用 jsonp跨域
http://zh.wik ...
http://hi.baidu.com/mataofq/item/c50b97cc6b0e7a3845941673
可见js操作html,可以实现很多有用的功能
1:使用apache.commons组件。
需要使用jar包:commons-configuration-1.3.jar,commons-lang-2.3.jar,commons-collections.3.2.jar,commons-logging.jar
public class ConfigReader {
private static ConfigReader instance =new ConfigReader();
public static Configuration config ;
private ConfigReader(){
try{
config = ...
最近了解到一个开源前端框架,如果前端不怎么精通,可以使用它来搭建前端css、html
bootstrap: html css 框架 包含一些jquery类库
中文网站:
http://www.bootcss.com/getting-started.html#examples
英文网址:
http://twitter.github.io/bootstrap/getting-started.html#examples
引用
用tomcat作web服务器的时候,部署的程序在webApps下,这些程序都是编译后的程序。tomcat有一个work目录,里面存放了页面的缓存,访问的jsp都会编译,编译后的文件都会存储在work目录下。而tomcat显示的目录,都会从这个缓存里找编译后的jsp对应的class文件。所以当清空了work目录后,该过程将会从新来过。
有的时候会遇到一个问题,就是修改后的页面在tomcat运行的时候显示不了修改后的痕迹。这个时候删除work目录下对应的项目文件夹,重新启动tomcat就可以了。
java中的BitSet学习 (转)
- 博客分类:
- javase
http://blog.csdn.net/feihong247/article/details/7849317
http://www.blogjava.net/xmatthew/archive/2011/08/31/355879.html