2016年6月15日

canvas_时钟

摘要: <!DOCTYPE html><html><head lang="en"> <meta charset="UTF-8"> <title>canvas_时钟</title> <style> body{ width: 100%; text-align: center; margin: 0; paddin 阅读全文

posted @ 2016-06-15 20:59 杜小五 阅读(198) 评论(0) 推荐(0)

2016年6月14日

js_九九乘法表

摘要: <!DOCTYPE html><html><head lang="en"> <meta charset="UTF-8"> <title>js_九九乘法表</title></head><body><script> //保证得到的值整齐统一;加了一个if判断 for( var i=1;i<10;i++) 阅读全文

posted @ 2016-06-14 21:21 杜小五 阅读(125) 评论(0) 推荐(0)

2015年12月13日

web技术

摘要: HTMlXHTMLHTML5CSSTCP/IPXMLXMLXSLXSLTXSL-FOXpathXlinkDOMWeb ServicesDTDXPointerXFormsSOAPWSDLRSSXFormsXMLSchemWAPweb脚本JavaScriptHTML DOMDHTMLVB-ScriptA... 阅读全文

posted @ 2015-12-13 20:18 杜小五 阅读(121) 评论(0) 推荐(0)

分享到微信朋友圈

摘要: 步骤一:引入js文件 js步骤二:通过config接口注入权限验证配置wx.config({ debug: true, // 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。 appI... 阅读全文

posted @ 2015-12-13 19:31 杜小五 阅读(265) 评论(0) 推荐(0)

2015年12月8日

转换字符为数字

摘要: function convertCharLetterInt(s){ var p="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"; for(var i=0;i<p.length;i++) { if(p.sub... 阅读全文

posted @ 2015-12-08 17:48 杜小五 阅读(115) 评论(0) 推荐(0)

导航