07 2016 档案
摘要:数据库可视化工具robomongo 下载地址 链接:https://pan.baidu.com/s/1RjU1BXq2rXFG07Zaw5BHrQ 提取码:o1w5 模糊查询: 包含字符串str : find({'name':/str/i}); {'name':/str/} 以str开头: {'na
阅读全文
摘要:文字隐藏:p div里面的文字过长时隐藏文字: overflow:hidden; text-overflow:ellipsis; white-space:nowrap; CSS画图 : 圆形:立体效果 border-radius:50%; height:80px; background-image:
阅读全文
摘要:一、bat批处理文件启动Eclipse 所需文件: 1、eclipse 2、jre 3、startup-eclipse.bat 确保以上三个文件夹同级 startup-eclipse.bat: set dir=%CD% cd %dir%\eclipse eclipse.exe -vm %dir%\j
阅读全文