Fork me on GitHub
摘要: 强制换行是 white-space:nowrap;word-break:break-all和word-wrap:break-word都是能使其容器如DIV的内容自动换行。它们的区别就在于:1,word-break:break-all 例如div宽200px,它的内容就会到200px自动换行,如果该行 阅读全文
posted @ 2017-07-20 16:45 森海轮回 阅读(2908) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/luo4105/article/details/74762435 阅读全文
posted @ 2017-07-11 13:38 森海轮回 阅读(261) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/niuniudashijie/p/5990667.html <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> </head> <body> </body> <scri 阅读全文
posted @ 2017-07-10 09:49 森海轮回 阅读(291) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/developersupport/p/JavaScript-Performance.html 阅读全文
posted @ 2017-06-30 14:22 森海轮回 阅读(140) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/ssh-html/articles/6698298.html关闭弹出层 http://www.cnblogs.com/jiqing9006/p/5086092.html 入门资料 http://www.layui.com/doc/modules/laye 阅读全文
posted @ 2017-06-29 11:43 森海轮回 阅读(992) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/liyujia6636/article/details/52198128 方法二: 将对象序列化再解析回来,对象中如果有函数function则不能正确复制 阅读全文
posted @ 2017-05-23 18:05 森海轮回 阅读(149) 评论(0) 推荐(0) 编辑
摘要: xcopy 文件夹name %date:~0,4%%date:~5,2%%date:~8,2% /D:05-23-2017 /S /R /Y PAUSE 日期和文件夹名字修改好, 放在当前文件夹下,按D 阅读全文
posted @ 2017-05-23 10:14 森海轮回 阅读(132) 评论(0) 推荐(0) 编辑
摘要: var jsObj = {}; jsObj.testArray = [1,2,3,4,5]; jsObj.name = 'CSS3'; jsObj.date = '8 May, 2011'; var str = JSON.stringify(jsObj); var str1 = JSON.parse(str); va... 阅读全文
posted @ 2017-05-20 13:54 森海轮回 阅读(16023) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-05-18 16:50 森海轮回 阅读(251) 评论(0) 推荐(0) 编辑
摘要: 入门例子:http://www.cnblogs.com/liuhongjin/p/6223410.html Open me! Open me! Open me! --> 阅读全文
posted @ 2017-05-17 14:05 森海轮回 阅读(3578) 评论(0) 推荐(0) 编辑