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
Orcle
学习笔记----UISlider
UIView*backView=[[UIViewalloc]initWithFrame:CGRectMake(20,200,300,10)];backView.backgroundColor=[UICol
orcle
arColor
奋斗的新手
·
2020-03-14 18:49
16进制颜色转换成UIColor
*)colorWithHexColorString:(NSString*)hexColorString{if([hexColorStringlength]<6){//长度不合法return[UICol
orcle
arC
DecadentOrMagic
·
2020-03-13 07:48
android view 裁剪
Android.graphics.PaintpublicXfermodesetXfermode(Xfermodexfermode)Set
orcle
arthexfermodeobject.Passnulltoclearanypreviousxfermode.Asaconvenience
刘泓辰
·
2020-03-12 16:17
iOS tableView 隐藏多余的分割线
tableViewsetTableFooterView:[[UIViewalloc]init]];2.UIView*view=[UIViewnew];view.backgroundColor=[UICol
orcle
arColor
有啊有
·
2020-03-11 21:49
UITextFild
labelUILabel*label1=[[UILabelalloc]initWithFrame:CGRectMake(15,65,70,30)];label1.backgroundColor=[UICol
orcle
arColor
画个完美句号
·
2020-03-10 19:59
iOS UITableView自定义分割线
rect{CGContextRefcontext=UIGraphicsGetCurrentContext();CGContextSetFillColorWithColor(context,[UICol
orcle
arColor
傲娇喵117
·
2020-03-07 12:19
2018-06-02 #J.R. Smith火了,看外媒如何报道NBA总决赛第一场
FORonceitwasn’tLeBronJamesstealingalltheheadlinesf
orCle
veland.1.J.R.SmithsayshethoughtCavesweretiedaheadofGame1blunder1
泥巴叔叔
·
2020-03-07 09:33
iOS - 实现在有限label上 动态显示所有文字
UILabel*contentLabel=[[UILabelalloc]init];[contentLabelsizeToFit];contentLabel.backgroundColor=[UICol
orcle
arColor
萌小菜
·
2020-03-06 07:55
iOS 开发技巧 - UITableView 隐藏空白部分线条
上代码,看到代码,或许不用我解释,你就懂了:UIView*view=[[UIViewalloc]init];view.backgroundColor=[UICol
orcle
arColor];[self
devZhang
·
2020-03-05 09:37
Textfield单行文本输入框
self.textfield.alpha=1;//设定是否隐藏self.textfield.hidden=NO;//背景的设置self.textfield.backgroundColor=[UICol
orcle
arColor
李_老板
·
2020-03-05 02:14
iOS 视图镂空效果(UIBezierPath,CAShapeLayer)
代码-(void)viewDidLoad{[superviewDidLoad];self.view.backgroundColor=[UICol
orcle
arColor];UIBezierPath*path
师从小马哥
·
2020-03-02 09:36
iOS 去掉UISearchBar灰色背景
[[UIDevicecurrentDevice]systemVersion]floatValue];if(version==7.0){_searchBar.backgroundColor=[UICol
orcle
arColor
Joh蜗牛
·
2020-03-02 06:37
滚动试图,渐显
tableView还有collectionView滚动都有渐渐消失的效果,实验了好多次,终于实现了,特来share一下1、首先创建一个CAGradientLayer,其中颜色渐变@[(id)[UICol
orcle
arColor
BeautyWang
·
2020-03-01 21:29
CAGradientLayer (蒙版)初步使用
CAGradientLayerlayer];gradientLayer.frame=_baseImageView.bounds;gradientLayer.colors=@[(__bridgeid)[UICol
orcle
a
代码侯
·
2020-03-01 02:04
城市选择
参考:仿美团城市选择关于城市选择原理的这篇不错//tableview从索引列下面过,关键是这两句self.cityTableView.sectionIndexBackgroundColor=[UICol
orcle
arColor
杨大虾
·
2020-02-28 10:48
去掉UIWebView底部的黑条
self.webViewsetOpaque:NO];,背景色设为clearColor即可/***这里是设置webview背景不让有滚动效果*/self.webView.backgroundColor=[UICol
orcle
arColor
阿兹尔
·
2020-02-27 07:07
设置tabbar上边的阴影
LocalImageHelperimageWithColor:[UIColorwhiteColor]]];[self.tabBarsetShadowImage:[LocalImageHelperimageWithColor:[UICol
orcle
arColor
SMFly
·
2020-02-27 01:21
设置navbar背景
self.navigationController.navigationBar.barTintColor=[UIColorgreenColor];设置背景图片:self.navigationController.navigationBar.backgroundColor=[UICol
orcle
arColor
iOS白水
·
2020-02-25 23:42
iOS-UITextField模仿在线编辑框
,self.view.frame.size.width-50-10,50)];self.nameTextField=textField;textField.backgroundColor=[UICol
orcle
arColor
亦晴工作室
·
2020-02-25 05:08
UITextFile相关
UITextField不显示键盘、隐藏光标_TxtView.inputView=[[UIViewalloc]initWithFrame:CGRectZero];_TxtView.tintColor=[UICol
orcle
arColor
fankang
·
2020-02-24 22:51
纯干货:流程化失控,数字化必然 (关于数字化的一点思考)
IBM、
ORCLE
、SAP等国外巨头在国内掀起了被模仿被追逐的浪潮,一时间,争渡争渡,惊起一滩鸥鹭。江湖英雄刀光剑影,国内的2B服务也渐成格局。作为
朱言乱语
·
2020-02-24 06:37
iOS如何给没有数据的cell隐藏分割线
应用场景:例如搜索时候只有一条数据,其他空白cell分割线隐藏起来UIView*view=[[UIViewalloc]init];[viewsetBackgroundColor:[UICol
orcle
arColor
mnz12138
·
2020-02-24 05:13
iOS开发点滴-修改UISearchBar的灰色背景为透明
今天做项目遇到一个问题需要设置UISearchBar背景为透明颜色,你可以设置背景为透明但是设置之后没有效果:如图_searchView.backgroundColor=[UICol
orcle
arColor
DreamMmMmM
·
2020-02-24 04:14
UITableView实战总结(一)——分隔线的使用
隐藏分隔线的三种方式:_tableView.separatorStyle=UITableViewCellSeparatorStyleNone;_tableView.separatorColor=[UICol
orcle
arColor
嘿Xialongyi
·
2020-02-22 05:42
tomcat+memcached会话保持
tomcat-one+memcached:192.168.0.112tomcat-two+memcached:192.168.0.114软件版本:Linux:Centos6.5nginx-1.8.1.tar.gz
orcle
lailai900201
·
2020-02-20 03:54
iOS开发之Navigation(导航栏)补充
UILabel*titleLabel=[[UILabelalloc]initWithFrame:CGRectMake(0,0,40,44)];titleLabel.backgroundColor=[UICol
orcle
arColor
朱晓晓的技术博客
·
2020-02-18 22:31
Q型驱动力 90天挑战 Day52(4月11日)
QDriveQuestsQ型驱动领导力任务:Day52CareerVision:Spend5minutestowriteoutsomecareerVisionideas.Youmaybeeitherfuzzy
orcle
araboutyourcareerVision.Writeoutsomenotes.PosttotheWechatgroupwhatyoulearned
黄海山
·
2020-02-17 16:06
2016.04.19(UILabel行间距的设置)
的行间距,一般都是用下面的方法解决UILabel*label=[[UILabelalloc]initWithFrame:labelFrame];[labelsetBackgroundColor:[UICol
orcle
arColor
Ge3k_Xm
·
2020-02-16 10:34
CSS(margin影响父元素)
Inthisspecification,theexpressioncollapsingmarginsmeansthatadjoiningmargins(nonon-emptycontent,paddingorborderareas
orcle
aranceseparatethem
JetLu
·
2020-02-15 20:12
使控制器透明
TSPlayMusicListVCnew];vc.modalPresentationStyle=UIModalPresentationOverCurrentContext;vc.view.backgroundColor=[UICol
orcle
arColor
戏子缠绵
·
2020-02-15 11:14
WebView的几种用法
//取消右侧,下侧滚动条,去处上下滚动边界的黑色背景_webView.delegate=self;_webView.backgroundColor=[UICol
orcle
arColor];1加载URL,
小柴2011
·
2020-02-15 07:45
Q型驱动力 90天挑战 Day8(2月26日)
QDriveQuests成为Q型驱动领导90天挑战第8天:Day8–Spend5minutetowritesomepersonalcareermissionideas.Youmaybeeitherfuzzy
orcle
araboutyourcareermission.Writeoutsomenotes.PosttotheWechatgroupwhenyouaredone
黄海山
·
2020-02-15 01:30
UITableview 背景透明
self.tableviewsetBackgroundView:[[UIViewalloc]init]];self.tableview.backgroundView.backgroundColor=[UICol
orcle
arColor
紫星轩
·
2020-02-14 22:36
IOS抗锯齿和程序启动时间设置
2.抗锯齿的两种方法第一种:self.view.layer.allowsEdgeAntialiasing=YES;第二种:self.view.layer.borderColor=[UICol
orcle
arColo
FengxinLi
·
2020-02-13 22:26
2018-11-20 在Ubuntu 18中进行Hadoop伪分布式安装
我PC上是win10和Ubuntu18.0.4双系统hadoop2.8.5jdk1.81.安装配置jdk从
orcle
官网上下载jdk,解压复制到/usr/local/下/usr/local/jdk1.8
偕_2bb8
·
2020-02-12 03:03
Q型驱动力 90天挑战 Day52(3月9日)
QDriveQuestsQ型驱动领导力任务:Day52CareerVision:Spend5minutestowriteoutsomecareerVisionideas.Youmaybeeitherfuzzy
orcle
araboutyourcareerVision.Writeoutsomenotes.PosttotheWechatgroupwhatyoulearned
QDrive
·
2020-02-11 19:22
ios如何在一个UIImageButton的里面加一些自定义的箭头
tmpView=[[UIViewalloc]initWithFrame:CGRectMake(0.0f,0.0f,38.0f,32.0f)];tmpView.backgroundColor=[UICol
orcle
arColor
VincentHK
·
2020-02-11 08:35
textField 光标缩进自定义
UILabelalloc]initWithFrame:CGRectMake(0.f,0.f,15/WIDTH_6S_SCALE,0.f)];searchLeftView.backgroundColor=[UICol
orcle
arColor
喵喵嘟噜啡
·
2020-02-11 00:58
pgspider oracle fdw docker 镜像简单使用说明
基于pgspider的
orcle
fdw已经制作了一个docker镜像(今天通过测试,可用),以下是使用的简单说明使用说明//创建扩展CREATEEXTENSIONoracle_fdw;//创建serverCREATESERVERoradbFOREIGNDATAWRAPPERoracle_fdw
荣锋亮
·
2020-02-10 17:00
iOS开发笔记-24:文字中添加链接
UITextViewalloc]initWithFrame:CGRectMake(14,220,SCREEN_WIDTH-24,100)];_textView.backgroundColor=[UICol
orcle
arColor
原味蛋炒饭
·
2020-02-10 14:17
iOS如何给没有数据的cell隐藏分割线
应用场景:例如搜索时候只有一条数据,其他空白cell分割线隐藏起来UIView*view=[[UIViewalloc]init];[viewsetBackgroundColor:[UICol
orcle
arColor
船长_
·
2020-02-08 04:38
OC(十五):设置 uiwebview 的背景图片
//设置uiwebview的背景图片//设置背景为透明self.sinaWebView.backgroundColor=[UICol
orcle
arColor];//设置为透明度self.sinaWebView.opaque
IMSong007
·
2020-02-06 21:13
iOS更改searchBar的背景色、圆角弧度、输入框字号
//更改输入框背景色UIImage*searchBarBg=[selfGetImageWithColor:[UICol
orcle
arColor]andHeight:36.0f];[self.searchsetBackgroundImage
魔力双鱼
·
2020-02-01 02:27
linux笔记(一)——基本命令和快捷键
在命令行首和光标之间移动Ctrl+u从光标处删除至命令行首Ctrl+k从光标处删除至命令行尾重新执行命令快捷键作用Ctrl+r逆向搜索命令历史Ctrl+g从历史搜索模式退出控制命令快捷键作用Ctrl+l
orcle
ar
hichens
·
2020-01-31 17:00
ios 改变HTML超链接颜色和点击事件
_textView){_textView=[[UITextViewalloc]init];_textView.backgroundColor=[UICol
orcle
arColor];_textView.editable
GK天涯
·
2020-01-17 17:03
演讲训练脚本1 :入门指导课程(解析)
Goodmorningeveryone.WelcometojoinEFandthanksforyouchoosingEFasyourenglishstudyschool.MynameisZoe,theserviceconsultant,willhelpyouwithfuturestudyincenter.F
orcle
arlycommunication
瑛姐Zoe
·
2020-01-08 16:23
小方法细节
关于webView加载时出现黑边问题解决方法_WebView.opaque=NO;_WebView.backgroundColor=[UICol
orcle
arColor];**关于在tabbar页面监听跳转这个方法主要记录用于点击某个
iOS_Gato_老猫
·
2020-01-07 07:07
tomcat+memcached会话保持无标题文章
tomcat-one+memcached:192.168.0.112tomcat-two+memcached:192.168.0.114软件版本:Linux:Centos6.5nginx-1.8.1.tar.gz
orcle
XuDongTian
·
2020-01-03 11:43
iOS自动换行
tipLabel=[[UILabelalloc]init];tipLabel.textAlignment=NSTextAlignmentLeft;tipLabel.backgroundColor=[UICol
orcle
arColor
风雪山神喵
·
2020-01-03 10:03
Noble Truths (1): Buddha’s Diagnosis of Human Predicament
AFewWordsForwardBeforeheadingtothetheme,IwanttoaddresstheissueofBuddhistlanguagesinthefirstplacef
orcle
arannotationsoftermsinlaterwritings.AccordingtoRupertGethin
YAN_d9b2
·
2020-01-03 02:51
上一页
4
5
6
7
8
9
10
11
下一页
按字母分类:
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
其他