摘要:
Date分为util包中的和sql包中的 1.java.util.Date与Sting相互转换: SimpleDateFormat sdf=new SimpleDateFormat("yyyy-mm-dd"); Date转String: String date=sdf.format(new Date 阅读全文
摘要:
1.如果你的activity继承自Activity,那么 a.要在style.xml中写入: <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar"> <item name="windowNoTitle">true</i 阅读全文
摘要:
1.html网页的基本结构: 2.标题标签: 3.段落标签: 4.换行标签: 5.水平标签: 阅读全文
摘要:
思路:页面加载时执行fnGetcode()方法,获取验证码所有信息;点击“点击图片更换” 再次执行fnGetcode()方法; 1):<body onload="fnGetcode();"> <label> 验证码: <input id="showco" type="hidden" value="" 阅读全文
摘要:
省:<select id="cmbProvince"></select> 市:<select id="cmbCity"></select> 区:<select id="cmbArea"></select> <script type="text/javascript"> addressInit('cm 阅读全文