全部 文章 问答 分享 共找到65个相关内容
[文章] 【学习笔记】【领券联盟】前端(Nuxt.js)——3.编写公共头部
;/span></div><divclass="header-menu"></div><divclass="header-search-box
2021-03-14 22:41 · vue / nuxt / header
[问答] okhttp post请求出错,type=Not Found, status=404
publicvoiddoSearch(Viewview){Stringurl="https://www.sunofbeach.net/shop/api/search/1";RequestBodyrequestBody
2020-02-10 18:33 · Android / okhttp
[文章] 领券联盟-前端版本-PowerByNuxt.js-编写头部公共部分
li><li>发现</li><li>特惠</li></ul></div><divclass="header-search-boxfloat-left
[问答] 喜马拉雅集成热词出现空指针
savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_search
2021-07-27 15:32 · 喜马拉雅项目
[文章] 【学习笔记】【领券联盟】前端(Nuxt.js)——4.编写公共低部
li><li>发现</li><li>特惠</li></ul></div><divclass="header-search-boxfloat-left
2021-03-15 20:29 · vue / nuxt
[文章] 领券联盟-前端版本-PowerByNuxt.js-编写底部内容
li><li>发现</li><li>特惠</li></ul></div><divclass="header-search-boxfloat-left
2020-04-12 22:25 · 前端 / nuxtjs / vuejs / 服务端渲染 / 领券联盟
[问答] 喜马拉雅搜索结果和实例APP的不一样
SearchAlbumList>callback){Map<String,String>map=newHashMap<>();map.put(DTransferConstants.SEARCH_KEY
2020-05-06 00:47 · 喜马拉雅项目
[问答] ScrollView滚动条遮住了其他控件
wrap_content"android:orientation="vertical"tools:ignore="MissingConstraints"><includeandroid:id="@+id/search_youdao"layout
2021-03-01 08:53 · 控件被遮住
[文章] 【领券联盟】笔记:视频96,97-显示搜索历史和推荐关键字并实现删除历史记录UI
--搜索历史--><LinearLayoutandroid:id="@+id/search_histories_container"android:layout_width
2020-04-09 15:26 · 课堂笔记
[问答] 领券联盟-前端版本 404,不知道什么原因,难道是接口换了的原因,怎么修改呢?
2011849241" + categoryId); }, doSearch(keyword, page) { return request.requestGet(baseUrl + "/search
2021-05-15 00:28 · 领券联盟web / 领券联盟 / 404
[文章] 简易播放器(部分功能还没实现)
=Label(self.win,text="请输入名称:")self.label_search.place(x=10,y=10)#搜索框self.input_search=Entry
2022-01-07 03:19 · python / 爬虫 / 音乐 / 自制 / 好玩的
[问答] 领券联盟搜索问题
LogUtils.d(this,"actionId-->"+actionId); if (actionId== EditorInfo.IME_ACTION_SEARCH
2021-11-18 17:18 · 领券联盟
[问答] 自己折腾出来一个奇怪的问题 比如:输入 “帽子” 可以加载出来 输入“男装”就加载不了 postman请求都正常
)publicTextFlowLayoutmHistoriesView;@BindView(R.id.search_recommend_view)publicTextFlowLayoutmRecommendView
2020-10-02 15:38 · 阳光沙滩领券联盟
[问答] 喜马拉雅电台模块,大神们,我这个获取热词,为什么热词为什么图中两个都出现空指针呢?
OverrideprotectedvoidonCreate(BundlesavedInstanceState){super.onCreate(savedInstanceState);setContentView(R.layout.activity_search
2020-10-15 17:34 · 空指针喜马拉雅
[文章] 【领券联盟】笔记:视频100,101-搜索结果加载更多和网络错误重试以及跳转到淘口令
课堂笔记搜索结果加载更多在布局添加加载更多控件<com.lcodecore.tkrefreshlayout.TwinklingRefreshLayoutandroid:id="@+id/search_result_container
2020-04-09 17:11 · 课堂笔记
[问答] 从Activity中管理的fragment使用share element跳转到另一个fragment不起作用。
MainActivity中有一个HomeFragment,HomeFragment布局中有一张图片,点击这张图片打开SearchFragment,以下是我在这样两个Fragment布局中的图片fragment_search.xml
2020-10-31 12:58 · 共享元素
[文章] 领券联盟-页面分析以及导航栏的实现
red_packet_normal"android:title="@string/text_red_packet"/><itemandroid:id="@+id/search
[文章] ElasticSearch安装以及相关操作
//ip:port/index:查询索引信息​http://ip:port/index/type/doc_id:查询指定的文档信息POST请求:​http://ip:port/index/type/_search
2021-01-21 21:31 · ElasticSearch
[问答] solr部署后出现搜索词不高亮问题
solr问题,搜索列不高亮下图我搜索邮件这个关键字,为啥只有search_item是高亮的,article_title没有高亮(老是遇到奇奇怪怪的问题,哈哈)操作managed-schema
2020-10-09 15:45 · solr
[问答] Android SQLite建库失败
from=search&seid=450616653032236832运行后建不了库,logcat有错误2020-06-1411:20:56.11824453-24453/?
2020-06-14 11:32 · SQL / Android
[文章] 【领券联盟】笔记:视频102~107-完成搜索页面控件功能
课堂笔记搜索页面键盘发起搜索功能给搜索框添加android:imeOptions属性,设置键盘搜索功能<EditTextandroid:id="@+id/search_input_box
2020-04-09 23:37 · 课堂笔记
[问答] OKhttp使用Get请求获取服务端数据中文出现转码
OkHttpClientokHttpClient=newOkHttpClient.Builder().connectTimeout(10000,TimeUnit.MILLISECONDS).build();BASE_URL_SEARCH
2020-04-29 00:15 · okhttpGet请求
[问答] 博客前端首页问题
gt;<imgclass="index-article-center-content-IsNull-img"src="http://s1.hdslb.com/bfs/static/jinkela/search
2020-10-14 14:20 · 博客 / 前端 / Vue
[问答] 前端页面刷新就会丢失页面,返回也无效?
刷新之后,页面就直接丢失了,请求的参数也不对,后台也报page没有传值<template><divclass="user-list-box"><divclass="user-search-pat
2020-10-03 13:01 · 前端
[文章] 2024商城接口文档
dataobjectmsgstringsuccessboolean响应示例:{"code":0,"data":{},"msg":"","success":true}search-controllergoodsSearch
2024-03-18 10:16 · japi / 商城 / api / 接口 / 后端 / 阳光沙滩
[文章] 领券联盟-使用RadioGroup+RadioButton实现导航栏
:textColor="@drawable/navigation_bar_color"/><RadioButtonandroid:id="@+id/test_search
[文章] 阳光沙滩博客系统-文章搜索模块
--搜索item--><fieldname="search_item"type="text_cn"indexed="true"stored
2020-07-02 10:33 · solr / java / web / springBoot / 搜索
[问答] Nuxt 放在 mounted 里的方法会被执行两次,咋解决嘞
ql-syntax" spellcheck="false">methods: { getList(page) { api.getAdminDynamicList(page, 8,this.search.keyword
2022-05-24 23:41 · nuxt
[问答] ViewPager内嵌RecyclerView如何才能使整个屏幕随RecyclerView一起滑动?
match_parent"android:layout_height="match_parent"android:orientation="vertical"><Buttonandroid:id="@+id/taotao_search_view"style
2020-02-13 15:04 · ViewPager / RecyclerView / 嵌套 / 屏幕滑动
  • 1
  • 2
  • 3