摘要: android中include。include标签用法。1.新建一个xml文件,命名 head.xmlhead.xml文件内容如下: 2.新建一个布局文件,命名 main.xmlmain.xml文件内容如下:注意:上面我们的include标签中是没有为它... 阅读全文
posted @ 2018-12-02 00:49 baobaoMaster 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 在 配置目录下添加允许跨域的头部信息 //webapi 默认的web.config有配置//1)删除 下面参数 否者WEB API 会 出现405 错误 没有此配置可直接第二步 ↓//2)添加配置// ... 阅读全文
posted @ 2018-12-02 00:48 baobaoMaster 阅读(227) 评论(0) 推荐(0) 编辑
摘要: //在绑定用户绑定配置中 加入 激活每个字母提示! "auto_complete": true,"auto_match_enabled": true,"auto_complete_triggers": [ {"selector": "text.html", "cha... 阅读全文
posted @ 2018-12-02 00:48 baobaoMaster 阅读(127) 评论(0) 推荐(0) 编辑
摘要: //无对象则加载if (typeof Base == "undefined") Base = function() {}// 获取时间对象的基本方法Base.prototype.getTime = function() { var date = new Date();... 阅读全文
posted @ 2018-12-02 00:44 baobaoMaster 阅读(242) 评论(0) 推荐(0) 编辑