摘要: <el-select style="position: relative" > <div class="text-center" style="position: sticky;background: #fff;height:30px;top:0;z-index:1"> <a class="text 阅读全文
posted @ 2018-12-13 11:13 logep 阅读(11322) 评论(1) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2014-03-14 14:07 logep 阅读(325) 评论(0) 推荐(0) 编辑
摘要: PM的发展历程 Research and Development 研发 财务 市场 PM最好具备项目经理的任职资格证书。 常用工具 产品文档:MS-Office,iWork 思维导图/流程图:Mindmanager,Freemind(开源),Xmind,Mindnode,Visio,Powerpoint,亿图图示专家 阅读全文
posted @ 2014-03-12 20:40 logep 阅读(280) 评论(0) 推荐(0) 编辑
摘要: wordpress,typeecho, drupalwget命令 cgwin是模拟linux系统的命令窗口 flashget下载文件runJS(github账号登陆) jsfiddleoschina 的 杂志 编程狂人让ie浏览器支持 firefox 调试 内存卡收集 游戏和音乐和flash相声http://www.cnblogs.com/stoneniqiu/p/3519375.html 网友推荐书籍说话的魅力(刘墉老先生) 人性的弱点 .撒哈拉的沙漠 看见 曾国藩 富爸爸穷爸爸 构建高性能web站点 浪潮之巅 锋利的jqueryECMAScript 解释代码在git上别人怎么修改你的代码g 阅读全文
posted @ 2014-03-12 19:46 logep 阅读(368) 评论(0) 推荐(0) 编辑
摘要: function _LessonJsonData(){ var str = [ { "id":"1",//id "name":"sl", "imgName":"/images/xx.jpg", "link":"/xx/xx.aspx?id=1", "type":"sl", "lessonCountText":"xxx",//课时 "desc&quo 阅读全文
posted @ 2014-03-12 19:23 logep 阅读(572) 评论(0) 推荐(0) 编辑
摘要: 往往在博客园里发现好的文章或者其他值得学习的事,就感觉好像是发现了一座宝藏(部分摘录) 好好读英语,要想在it立足,英语是必须的。至少要过六级,如果能有专八或者中高口证书或者bec什么的就更好,最好还要有二外,可以考虑德语或者日语。作it一定要去外企,国企绝对没前途。 阅读全文
posted @ 2014-02-21 17:28 logep 阅读(155) 评论(0) 推荐(0) 编辑
摘要: sustainType : function(id,setting) { var elem = $("#"+id).get(0); var srcTag = elem.tagName; var stype = elem.type; switch(setting.validateType) { case "InitValidator": return true; case "InputValidator": return (srcTag == "INPUT" || srcTag == "TEXTAREA&q 阅读全文
posted @ 2014-02-21 16:07 logep 阅读(649) 评论(0) 推荐(0) 编辑
摘要: JSP的后台例子:String paramS= request.getParameter("paramStr");String callback = request.getParameter("callback");out.println(callback + "('" + serverSide.exec(paramS) + "')");$.getJSON("http://api.flickr.com/services/feeds/photos_public.gne?tags=cat&am 阅读全文
posted @ 2014-02-21 15:57 logep 阅读(333) 评论(0) 推荐(0) 编辑
摘要: ===============================idea最常用快捷键 1.Ctrl+E,可以显示最近编辑的文件列表 2.Shift+Click可以关闭文件 3.Ctrl+[或]可以跳到大括号的开头结尾 4.Ctrl+Shift+Backspace可以跳转到上次编辑的地方 5.Ctrl+F12,可以显示当前文件的结构 阅读全文
posted @ 2014-02-19 20:06 logep 阅读(578) 评论(0) 推荐(0) 编辑
摘要: var clipText = window.clipboardData.getData('Text'); clipRows = clipText.split(String.fromCharCode(13)); for (i=0; i<clipRows.length; i++) { clipRows[i] = clipRows[i].split(String.fromCharCode(9)); } newTable = document.createElement("table"); newTable.border = 1; for (i=0; i< 阅读全文
posted @ 2014-02-18 18:05 logep 阅读(435) 评论(0) 推荐(0) 编辑