test

博客园 首页 新随笔 联系 订阅 管理
上一页 1 2 3 4 5 6 7 8 9 ··· 11 下一页

2020年10月24日 #

摘要: html代码 <div class="log-info"> <div class="item-text-wrap"> <div class="item item-divider task-title"> <div class="item-left"> <i class="icon ion-ios-p 阅读全文
posted @ 2020-10-24 11:08 testgogogo 阅读(574) 评论(0) 推荐(0) 编辑

摘要: 样式如下: .where-tag { background-color: #00cc00; padding: 1px 4px 1px 4px; color: #FFF; font-size: 13px; width: 200px; height: 40px; text-align: center; 阅读全文
posted @ 2020-10-24 11:01 testgogogo 阅读(426) 评论(0) 推荐(0) 编辑

2020年10月22日 #

摘要: function GroupBy(arr,key) { var obj = {}; for (let i = 0; i <arr.length; i++) { if (obj[arr[i][key]]) { obj[arr[i][key]].push(arr[i]); } else { obj[ar 阅读全文
posted @ 2020-10-22 18:22 testgogogo 阅读(669) 评论(0) 推荐(0) 编辑

2020年10月16日 #

摘要: var data = { "rows" : [{ "name" : "张三" , "time" : "2011/4/1 0:00:00" , },{ "name" : "李四" , "time" : "2015/5/6 12:30:00" , },{ "name" : "王五" , "time" : 阅读全文
posted @ 2020-10-16 16:54 testgogogo 阅读(190) 评论(0) 推荐(0) 编辑

2020年9月9日 #

摘要: //赋值 var data = reData.data; $.each(data,function(key,value){ $("#Collection_"+key).val(value); }) //取值 var dataJSON = $('#form').serializeArray(); va 阅读全文
posted @ 2020-09-09 18:09 testgogogo 阅读(402) 评论(0) 推荐(0) 编辑

2020年7月1日 #

摘要: 在使用nginx 部署ant design 项目时,可能会出现刷新url显示404的问题,这是由于nginx的配置文件的原因, 1、如果是在根目录则配置如下 server { listen 80; root /usr/share/nginx/html; location / { try_files 阅读全文
posted @ 2020-07-01 09:15 testgogogo 阅读(801) 评论(0) 推荐(0) 编辑

2020年6月30日 #

摘要: location / { root /Users/heyang/Desktop/web/static; index index.html index.htm; try_files $uri $uri/ /index.html; } 阅读全文
posted @ 2020-06-30 16:49 testgogogo 阅读(509) 评论(0) 推荐(0) 编辑

2020年5月13日 #

摘要: 数据库设计 CREATE TABLE `s_dict` ( `id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'id', `parent_id` int(11) DEFAULT NULL COMMENT ' 父ID ', `data_type` varchar 阅读全文
posted @ 2020-05-13 14:10 testgogogo 阅读(519) 评论(0) 推荐(0) 编辑

2020年3月29日 #

摘要: SHOW FULL FIELDS FROM USER_INFO 阅读全文
posted @ 2020-03-29 14:46 testgogogo 阅读(649) 评论(0) 推荐(0) 编辑

2020年3月23日 #

摘要: mac 文件生成树状结构命令 find . -print | sed -e 's;[^/]*/;|____;g;s;____|; |;g' 阅读全文
posted @ 2020-03-23 15:08 testgogogo 阅读(309) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 9 ··· 11 下一页