E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
expand
vim 配置文件
setnocompatible"关闭vi兼容模式setsmartindent"当在大括号中间回车的时候,他会智能缩进,因为他知道括号中间要缩进settabstop=4setshiftwidth=4set
expand
tabsyntaxon
ztenv
·
2020-08-07 18:30
vim
开发工具
vim
c++
Expand
ableListview购物车
一、ViewPage:1.xml2.activitypublicclassMainActivityextendsAppCompatActivity{@BindView(R.id.pager)ViewPagerpager;@BindView(R.id.radiogroup)RadioGroupgroup;@BindView(R.id.homepage)RadioButtonhomepage;@Bin
f.,/
·
2020-08-07 17:52
实现购物车
expan=(
Expand
ableListView)findViewById(R.id.
expand
);quan=(CheckBox)findViewById(R.id.quan);he=(TextView
抽离i
·
2020-08-07 17:55
开源可翻折的TextView
Expand
ableTextView
colorPrimary"android:textSize="12sp"/>布局文件相对比较简单java代码相对比较简单下面上代码publicclassMainActivityextendsAppCompatActivity{
Expand
ableTextView
一个在程序员路上前进的码农
·
2020-08-07 16:11
设置AlphaControls支持DevExpress皮肤之后编译出错:E2003 Undeclared identifier: 'Tcx
Expand
ButtonState'
参照网上找到的文章《让AlphaControls改变DevExpress皮肤》,分别修改相应的两个配置文件sDefs.inc(我的64位和32位对应文件分别在如下两个位置——F:\PlugIns\DelphiXE\AlphaControls\DX10_x64F:\PlugIns\DelphiXE\AlphaControls\DX10)温馨提示:上文作于2012年,当时配置文件的注释方式为小圆点,现
云冰
·
2020-08-07 15:24
Delphi技术
Android 对一个View进行缩放处理(放大或缩小View)案例
SettingsTouchaphototo
expand
it.Image1Image2
Expand
edimage(touchtoclose)3TouchHighlightImageButton.javapackagecom.example.zoo
ShyBoy天天向上
·
2020-08-07 13:41
Android
高级编程
LintCode:搜索旋转排序数组
Yes样例给出[4,5,1,2,3]和target=1,返回2给出[4,5,1,2,3]和target=0,返回-1标签
Expand
相关题目
Expand
解题思路:
cumt_cx
·
2020-08-07 13:58
红警2科技时代2.7正式版
科技时代2.7正式版软件名称:科技时代软件版本:2.7出品日期:2011-01-31软件类型:红色警戒2MOD软件性质:免费【使用说明】:请确认你的RA2所在目录内是否有EcachemdXX.mix,
Expand
mdXX.mix
cuijiu2328
·
2020-08-07 13:26
flutter显示圆形头像
newContainer(constraints:BoxConstraints.
expand
(width:30.0,height:30.0,),decoration:newBoxDecoration(image
chunqingtai2922
·
2020-08-07 13:51
移动开发
解决
Expand
ableListView中子元素无法点击,OnChildClickListener无效
1.让isChildSelectable方法返回true@OverridepublicbooleanisChildSelectable(intgroupPosition,intchildPosition){returntrue;2.在子view的布局的顶层加上android:descendantFocusability="blocksDescendants",意思是获取焦点3.如果列表项里使用的T
Mr_Hu404
·
2020-08-07 11:08
浅谈软件开发定律系列之帕金森定律…
http://eilfei2000.blog.51cto.com/2956473/718353帕金森定律(Parkinson’sLaw)–“工作总是用完所有可利用的时间(Work
expand
stofillthetimeavailable
luoage_
·
2020-08-07 09:55
杂谈
RHEL/CentOS 7.X 安装笔记
usr/bin/viln-s/usr/bin/vim/usr/bin/vivi/etc/vimrc#开启语法高亮,和行号syntaxonsetnu#tab键替换成4个空格settabstop=4set
expand
tab
anyizhen6276
·
2020-08-07 09:23
开发工具
运维
操作系统
仿京东 分类页面 RecyclerView+
Expand
ableListView
分类页面布局分类左侧条目布局分类右侧二级列表布局父条目分类右侧二级列表布局子条目子条目内嵌套RecyclerView条目view接口publicinterfaceIClassifyViewextendsIBaseView{voidsuccessLift(Fengleifenglei);voidsuccessRigth(ListgroupList,List>childList);}modelpubl
zyanna
·
2020-08-06 13:19
Expand
ableListView二级列表购物车,MVP获取数据
android中常常要用到ListView,有时也要用到
Expand
ableListView,如在手机设置中,对于分类有很好的效果,会用ListView的人一定会用
Expand
ableListView,
zhuc666
·
2020-08-06 13:14
Expand
ableListView购物车
1.展开二级列表
expand
View.setAdapter(eAdapter);for(inti=0;ilistBeans=group.getList();group.setYiCheck(quanxuan.isChecked
时念(*^▽^*)
·
2020-08-06 13:47
Android
购物车简单实现(二级列表
Expand
ableListView)
MVP请求数据自行解决MainActivitypackagecom.zjh.administrat.shopping_cartdemo.view;importandroid.support.v7.app.AppCompatActivity;importandroid.os.Bundle;importandroid.view.View;importandroid.widget.Button;impo
三生烟火,一世迷离
·
2020-08-06 13:34
购物车的实现(
Expand
ableListView)
购物车简单的准备工作我这里按钮做了两个shape,无需多言,布局文件main.xmlcar_add_sub_layout.xmlcart2_group_item.xmlcart_item.xml这里最后一个有自定义类(附上)主要实现了自定义算法数量的加减运算publicclassAddSubLayoutextendsLinearLayoutimplementsView.OnClickListene
蔺一
·
2020-08-06 13:34
android仿淘宝等电商购物车(
Expand
ablelistview)
项目需要,然后开始做,其实方式有多种,博主犯懒选了个简单的方式来进行实现的按照购物车的需要,首先必须有商品,这个商品输入那个店铺的,这样抽象一下相当于要把多个一对多做成动态数组这个是最基本的,再有就是需要在购物车中进行选择,编辑的操作再有就是增加用户的信息,类似商品推荐等等,先把基本的做好首先需要定义相应的实例,商品实例,店铺实例,店铺商品一对多实例,可以抽象成泛型,泛型真是好东西啊!!!一个是可
南枝向暖,北枝寒
·
2020-08-06 12:17
android零散知识学习
Android-
Expand
ableListView 仿京东淘宝购物车
先上项目效果图项目分析1、拿到这个需求的时候以为是用ListView做的,然后发现自己好天真,因为它的店铺个数是不确定的,然后同一个店铺下面的商品也可能是多个的,so然后自己百度了下,发现Android原生有个
Expand
ableListView
安卓小小白
·
2020-08-06 12:39
安卓笔记
使用
Expand
ableListView实现购物车
GitHub源码地址:https://github.com/BnerFang/MonthlyTest_1220bean类publicclassGetCartBean{privateStringmsg;privateStringcode;privateListdata;publicStringgetMsg(){returnmsg;}publicvoidsetMsg(Stringmsg){this.m
旧事揪心
·
2020-08-06 12:26
二级列表
Expand
ableListView 仿京东购物车
//效果图//布局文件//子条目布局group_item//cart_childAmountView是自定义加减号本人博客中有自定义加减号//bean类ShowCartBeanpublicclassShowCartBean{/***msg:请求成功*code:0*data:[{"list":[{"bargainPrice":111.99,"createtime":"2017-10-14T21:39
小白的成长之路_
·
2020-08-06 12:41
Android实现淘宝购物车
先上效果:购物车实现使用的
Expand
ableListView,关于它的使用的就不在多说,网上的资料都非常多。
Poke-MMo
·
2020-08-06 12:03
Android开发
购物车--
Expand
ableListView实现
布局java代码packagecom.bwei.gouwuchemoni;importandroid.os.Bundle;importandroid.support.v7.app.AppCompatActivity;importandroid.view.View;importandroid.widget.Button;importandroid.widget.CheckBox;importandr
L先森i
·
2020-08-06 12:14
ListView和
Expand
ableListView实现安卓购物车功能
尝试用ListView和
Expand
ableListView两种方式来实现安卓购物车。结果发现了一些很奇妙的问题。
森之千手
·
2020-08-06 12:30
安卓
《Android开发技术周报》笔记
#Issue48bugreporthttps://github.com/mattprecious/telescopehttps://github.com/bugtags/Bugtags-Android
Expand
ableLayouthttps
tanglie1234
·
2020-08-06 11:44
android
VScode修改默认生成的HTML模板的方法
操作步骤:1.找到VScode安装目录下的
expand
-full.js文件路径为VScode\resources\app\extensions\emmet\node
·
2020-08-06 10:49
sass转换css文件四种转换方式命令,以及自动编译命令
1.nested编译排版格式sassalert(路劲/你的文件名).scss:alert(转换后的文件名).css--stylenested2.
expand
ed编译排版格式sassalert(路劲/你的文件名
我是真的cai
·
2020-08-05 17:44
前端
vscode原生小程序支持scss
在项目根目录下创建文件夹.vscode,在文件夹下创建settings.json文件3.配置settings.json{"liveSassCompile.settings.formats":[{"format":"
expand
ed
shmily羽卒
·
2020-08-05 16:34
微信小程序
Android 小应用 - "Smart Help" 之模块介绍
“交通篇”上面三幅图基本上就是交通版块所包含的内容了,其中,图二、三只涉及Android基本的控件
Expand
ableListView的使用,这里不作具体的讲解,我们重点来看图一的实现。
cao_tao199612
·
2020-08-05 16:07
vue 项目使用iview如何做到table嵌套
1:首先看效果图2::这里是使用的table表单组件,组件里面有一个
expand
Row属性需要使用,所以需要引入,我是只有一个组件需要这个属性,所以直接在组件中引入import
expand
Rowfrom
莫过于此~
·
2020-08-05 14:27
#ui库使用
torch.repeat vs torch.
expand
1,0,0]])print(v_sum)mask_index=torch.nonzero(v_sum==0)print(mask_index)q=torch.rand([2,1,6])print(q)q_
expand
圣托里尼的日落啊~
·
2020-08-05 14:44
pytorch
[树莓派(raspberry pi)] 02、PI3安装openCV开发环境做图像识别(详细版)
1、
Expand
filesystem新安装系统之后,首要的工作就是扩大文件系统。因为,用SD卡安装完系统后一大部分空间实际是未被分配的:sud
weixin_33853827
·
2020-08-05 11:41
Journey from a Python noob to a Kaggler on Python (从Python数据分析菜鸟到专家)
JourneyfromaPythonnoobtoaKaggleronPythonSo,youwanttobecomeadatascientistormaybeyouarealreadyoneandwantto
expand
yourtoolrepo
东腔
·
2020-08-05 11:07
Python
数据分析
Keras —— 基于Vgg16模型(含全连接层)的图片识别
plt.imshow(img)plt.show()二、图片预处理#将图片转成numpyarrayx=image.img_to_array(img)#扩展维度,因为preprocess_input需要4D的格式x=np.
expand
_di
starter_zheng
·
2020-08-05 11:51
keras
横向滑动的列表
在安卓开发中,有时候会遇到列表宽度不足以显示所有数据的情况,如果不打算使用两级显示(即列表显示有限的数据,点击后转到新页面显示详细数据)就需要一种能左右滑动来展示更多数据的列表,然而无论是ListView还是
Expand
ableListView
萌化小强
·
2020-08-05 11:19
安卓开发相关
android懒人笔记
摘自大神Trinea一、ListViewandroid-pulltorefresh一个强大的拉动刷新开源项目,支持各种控件下拉刷新,ListView、ViewPager、WebView、
Expand
ableListView
攻城尸符
·
2020-08-05 10:43
android
Data Science in Python
Comprehensivelearningpath–DataScienceinPythonJourneyfromaPythonnoobtoaKaggleronPythonSo,youwanttobecomeadatascientistormaybeyouarealreadyoneandwantto
expand
yourtoolrepository.Youhavelandedattherightpla
他来自江湖
·
2020-08-05 10:08
转载和记录
2019年图书馆系统市场报告
Thelibrarytechnologyfieldcontinuestoseemodestgrowthoverall,thoughthatgrowthisunevenlydistributedamongcompanies.Largecompanieswith
expand
ingportfoliosofproductsandservicesaregivingnewshapetothe
柴神
·
2020-08-05 08:08
智慧图书馆
android 弹出式菜单
最终效果图:main.xml布局文件[xhtml:nogutter:collapse]+
expand
sourceviewplaincopyprint?
琥珀
·
2020-08-05 01:06
android开发
Magic Quadrant for Security Information and Event Management
id=1-4LC8PAW&ct=171130&st=sbSummarySecurityandriskmanagementleadersareimplementingand
expand
ingSIEMtoimproveearlytargetedattackdetectionandresponse.Advanceduserssee
dechen6073
·
2020-08-05 00:15
RestTemplate的异常:Not enough variables available to
expand
当使用RestTemplate可能会遇到异常:Notenoughvariablesavailableto
expand
典型如下:@AutowiredprivateRestTemplaterestTemplate
诸葛_瓜皮
·
2020-08-04 23:54
spring-boot
Spring
Spring
Cloud
小手册
halcon - binary_threshold, intensity,
expand
_gray_ref
1.binary_threshold(Image:Region:Method,LightDark:UsedThreshold)使用二值化阈值分割图像;Method有两种,max_separability'和'smooth_histo',都是自动确定分割的阈值,LightDark=light,选择大于等于确定的阈值的region;LightDark=black,选择小于等于确定的阈值的region;
nope啊
·
2020-08-04 18:16
halcon
PostgreSQL的监控一(pgsnap & pgstatspack)
比如:postgres=#\x
Expand
eddisplayison.postgres=#select*frompg_stat_databasewheredatname='postgres';
水滴石-_-
·
2020-08-04 18:17
postgresql
【最大内接矩形笔记--opencv3】
#include#include#includeusingnamespacecv;usingnamespacestd;/***@brief
expand
Edge扩展边界函数*@paramimg:输入图像,
树莓派派酒
·
2020-08-04 16:54
图像处理
vi/vim 设置tab为4个空格
长度设置配置文件位置:/etc/virc和/etc/vimrc配置文件中如果要添加注释,不能用#,要使用”"addtabspacesetts=4setsofttabstop=4setshiftwidth=4set
expand
tabsetautoindentts
leo09999
·
2020-08-04 15:40
shell
Android7.0中文文档(API)-- Simple
Expand
ableListAdapter
完整内容,请查看:http://www.zhdoc.net/android/reference/android/widget/Simple
Expand
ableListAdapter.htmlSimple
Expand
ableListAdapterpublicclassSimple
Expand
ableListAdapterextendsBase
Expand
ableListAdapterjava.lan
yrj
·
2020-08-04 09:00
Android
android7.0中文API
android中文文档
POJ—1797(Heavy Transportation)
39744Accepted:10443DescriptionBackgroundHugoHeavyishappy.AfterthebreakdownoftheCargolifterprojecthecannow
expand
business.Butheneeds
不思悔改而砥砺前行
·
2020-08-04 08:53
图论
贪心
DevExpress的NavBarControl组件中NavBarGroup如何触发展开或者折叠事件?
我们都知道NavBarGroup的折叠是由
Expand
ed属性控制的,那么这就好办啦.转到NavBarGroup的定义
Expand
ed属性:publi
wxm3630478
·
2020-08-04 08:11
DevExpress
树莓派3B/3B+和4B安装OpenCV教程 (屡试不爽)
具体步骤如下:1.在树莓派终端(或者SSH)上输入:1$sudoraspi-config2.然后选择“高级选项”菜单项3.然后选择“扩展文件系统”:4.选择第一个选项“A1.
Expand
Filesystem
? annie?
·
2020-08-04 07:56
jQuery 获取 select 选择值和显示值以及隐藏默认下拉箭头
1.jQuery获取值$("#sex").val();//选中的值$("#sexoption:checked").text();//显示的值2.隐藏select默认的下拉箭头select::-ms-
expand
安静一会儿
·
2020-08-04 07:22
jQuery
上一页
44
45
46
47
48
49
50
51
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他