上一页 1 ··· 3 4 5 6 7
摘要: <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');/** * CodeIgniter * * An open source application development framework for P 阅读全文
posted @ 2021-08-10 16:19 v17166570219 阅读(40) 评论(0) 推荐(0)
摘要: <script language="javascript" type="text/javascript" src="{dede:global.cfg_cmsurl/}/include/dedeajax2.js"></script> <script>function multi(pagenum,tag 阅读全文
posted @ 2021-08-10 14:46 v17166570219 阅读(63) 评论(0) 推荐(0)
摘要: public class DragGridView extends GridView { private long dragResponseMS = 700; // item长按响应的时间 private int mDragPosition; // 正在拖拽的position private boo 阅读全文
posted @ 2021-07-20 14:13 v17166570219 阅读(66) 评论(0) 推荐(0)
摘要: root@coder-671T-M:/mydev_src/zend_framework_learn/ZendFramework-1.11.11# tree -L 2.├── bin│ ├── zf.bat│ ├── zf.php│ └── zf.sh├── demos│ └── Zend├── do 阅读全文
posted @ 2021-07-20 10:08 v17166570219 阅读(46) 评论(0) 推荐(0)
摘要: 使用bake生成代码. 1:首先你要把数据库建好,例如我们使用PowerDesigner把数据库设计好,导出sql语句,在mysql中创建数据库tfss,创建两个简单的表: drop table if exists admingroups; /* */ /* Table: admingroups * 阅读全文
posted @ 2021-07-19 14:09 v17166570219 阅读(214) 评论(0) 推荐(0)
摘要: GPIONEW TABLE new_gpio_map ** D0(GPIO16) can only be used asgpio read/write. no interrupt supported. no pwm/i2c/ow supported. * NodeMCU的API https://gi 阅读全文
posted @ 2021-07-19 10:07 v17166570219 阅读(127) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7