2017年4月14日

摘要: cmd命令:java -jar ListAgain.jar [参数] jar包生成:项目--右键--Export--选择java--Runnable JAR file--next Launch configuration选择刚刚试运行的java application Export destinat 阅读全文
posted @ 2017-04-14 10:51 Andomly 阅读(222) 评论(0) 推荐(0) 编辑

2016年12月13日

摘要: 一、添加-文字显示超出范围时隐藏属性 overflow:hidden; 二、添加-超出文字省略号属性 text-overflow:ellipsis; 三、添加-文字不换行属性 white-space:nowrap; 阅读全文
posted @ 2016-12-13 11:25 Andomly 阅读(171) 评论(0) 推荐(0) 编辑

2016年11月22日

摘要: java.lang.string.1.0 1.char charAt(int index) 返回给定位置的代码单元。 2.int codePointAt(int index) 返回从给定位置开始或字结束的代码点。 3.int offsetByCodePoints(int startIndex, in 阅读全文
posted @ 2016-11-22 14:57 Andomly 阅读(206) 评论(0) 推荐(0) 编辑

2016年11月14日

摘要: xml文件注释:Ctrl+Shift+/ 取消xml文件注释:Ctrl+Shift+\ 搜索文件名:Ctrl+Shift+R 搜索方法名(打开OutLine):Ctrl+O 撤销:Ctrl+Z 重做:Ctrl+Y (与撤销Ctrl+Z相反) 辅助提示:Alt+/ 打开搜索框:Ctrl+H 代码块后移 阅读全文
posted @ 2016-11-14 10:01 Andomly 阅读(110) 评论(0) 推荐(0) 编辑

2016年11月11日

摘要: 参考文档:微信公众平台—微信网页开发—微信网页授权(https://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1421140842&token=&lang=zh_CN) 调试插件:微信web开发者工具(下载地址:https://mp.weixin. 阅读全文
posted @ 2016-11-11 14:52 Andomly 阅读(644) 评论(0) 推荐(0) 编辑

2016年11月10日

摘要: rt 阅读全文
posted @ 2016-11-10 17:21 Andomly 阅读(95) 评论(0) 推荐(0) 编辑
摘要: 打印参数很重要。 阅读全文
posted @ 2016-11-10 14:19 Andomly 阅读(83) 评论(0) 推荐(0) 编辑
摘要: 运算符注意前后空格,包括括号等运算符。 阅读全文
posted @ 2016-11-10 14:16 Andomly 阅读(404) 评论(0) 推荐(0) 编辑

2016年10月28日

摘要: display:box;是css3新添加的盒子模型属性,经典的布局应用就是布局的垂直等高、水平均分、按比例划分。 目前box-flex属性还没有得到firefox、Opera、chrome浏览器的完全支持,但可以使用它们的私有属性定义firefox(-moz-)、opera(-o-)、chrome/ 阅读全文
posted @ 2016-10-28 10:02 Andomly 阅读(394) 评论(0) 推荐(0) 编辑

导航