摘要: javascript:--变量--函数--对象--if...else...-- switch-- for-- while--DOM CSS document.getElementById("p1").style.color="#123123";--DOM HTML [].innerHTML="<p> 阅读全文
posted @ 2018-02-07 11:12 Lymic 阅读(105) 评论(0) 推荐(0)
摘要: H5: 获取地理位置: <button onclick="getLocation()">点我</button> <script> var x=document.getElementById("demo"); function getLocation() { if (navigator.geoloca 阅读全文
posted @ 2018-01-22 13:45 Lymic 阅读(127) 评论(0) 推荐(0)
摘要: SQLite: 命令: --cmd 操作SQLite 创建数据库:cmd> sqlite3 Lytest.db 附加数据库:sqlite> attach database 'Lytest.db' as 'test'; 查看数据库: .databases 查看表 .tables 分离数据库: deta 阅读全文
posted @ 2017-12-15 19:06 Lymic 阅读(152) 评论(0) 推荐(0)
摘要: 新建一个biuder或者Controller,用于配置条码段的(SNs)的校验: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System. 阅读全文
posted @ 2017-11-04 16:00 Lymic 阅读(617) 评论(0) 推荐(0)