51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#精通iOS开发
iOS7控制中心会覆盖由下向上的手势
ExpectuserstoswipeupfromthebottomofthescreentorevealControlCenter.IfiOSdeterminesthatatouchthatbeginsatthebottomofthescreenshouldrevealControlCenter,itdoesn&rsq...
代码星球
·
2020-04-06
iOS7
控制
中心
覆盖
由下向上
iOS7动态调整文字大小
iOS7添加了动态调整文字的大小,app可以通过接受通知的方式进行设置 iOS7introducesDynamicType,whichmakesiteasytodisplaygreat-lookingtextinyourapp. AmessageatthesmallestsizeAmes...
代码星球
·
2020-04-06
iOS7
动态
调整
文字
大小
Project support for both iOS 6 and iOS 7
原文:https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/TransitionGuide/SupportingEarlieriOS.html#//apple_ref/doc/uid/TP40013174-CH14...
代码星球
·
2020-04-06
iOS
Project
support
for
both
Scoping the Project for iOS 7
OnThisPageThingsEveryAppMustDoThingsEveryAppShouldDoIfYouMustContinuetoSupportiOS6Knowingyourapp’scompatibilityrequirementsandcustomizationcharacteristics...
代码星球
·
2020-04-06
Scoping
the
Project
for
iOS
ios正则匹配字符串-备忘
NSError*error=NULL;NSRegularExpression*regex=[NSRegularExpressionregularExpressionWithPattern:@"\b[1-3]\b"options:NSRegularExpressionCaseInsensitiveerror:&e...
代码星球
·
2020-04-06
ios
正则
匹配
字符串
备忘
ios Crash Log 分析汇总(转载--备份)
方法一: 1.xcode 有自带的symbolicatecrash,可以将.crash文件中的16进制地址转换成可读的函数地址。symbolicatecrash位于:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platf...
代码星球
·
2020-04-06
ios
Crash
Log
分析
汇总
iOS 正则表达式(转载-备忘)
2012-07-0502:25:48 这里是不错的教程:http://deerchao.net/tutorials/regex/regex.htmbugfix:[u2E80-u9FFFa]。ios下用这个匹配中文常用正则表达式: 匹配双字节字符(包括汉字在内):[^x00-xff] 评注:可以用来计算字符...
代码星球
·
2020-04-06
iOS
正则
表达式
转载
备忘
Angular6 项目开发常用时间组件服务
一、利用Angular命令行工具生成一个服务。 详情见:《Angular环境搭建》,服务代码如下:1import{Injectable}from'@angular/core';23@Injectable({4providedIn:'root'5})6exportclassTimeutilProvider{78priv...
代码星球
·
2020-04-06
Angular6
项目开发
常用
时间
组件
SpringCloud中 Feign结合Hystrix断路器开发。
Feign结合Hystrix断路器开发:...
代码星球
·
2020-04-06
SpringCloud
Feign
结合
Hystrix
断路器
jetty 9 嵌入式开发示例
jetty9嵌入应用程序后,小型的web应用直接打成一个单独的jar包,就可以直接运行,非常适合做Demo演示或云端集群部署。主要代码:JettyServer的封装类1packageyjmyzz.jetty.demo.server;23importorg.eclipse.jetty.server.*;4importor...
代码星球
·
2020-04-06
jetty
嵌入式
开发
示例
路径分隔符不一致,导致windows下不能开发
最近想要基于YAPI扩展开发一个自己的API管理平台,但是发现在windows下直接跑会报错,在Mac跑就没事报的错是:UncaughtTypeError:$exportisnotafunctiongoogle了一下,遇到这种问题的解决方法,就是webpackloader上都加上:exclude:/node_modul...
代码星球
·
2020-04-06
路径
分隔符
不一致
导致
windows
Spring_xml和注解混合方式开发
1.spring核心配置文件:<?xmlversion="1.0"encoding="UTF-8"?><beansxmlns="http://www.springframework.org/schema/beans"xmlns:xsi="http://www.w3.org/2001/XMLSchema...
代码星球
·
2020-04-06
Spring
xml
注解
混合
方式
Spring_xml方式开发
1.spring核心配置文件:<?xmlversion="1.0"encoding="UTF-8"?><beansxmlns="http://www.springframework.org/schema/beans"xmlns:xsi="http://www.w3.org/2001/XMLSchema...
代码星球
·
2020-04-06
Spring
xml
方式
开发
JavaEE正常开发怎么做
如果不使用第三方框架,用JavaEE的内容怎么去开发呢?例如这里有一个需求:最传统的方案如下:...
代码星球
·
2020-04-06
JavaEE
正常
开发
怎么
vue axios的使用
详细可以看: https://www.kancloud.cn/yunye/axios/234845这里介绍日常使用得比较多的get和post:importaxiosfrom'axios'//getaxios.get('url~~~',{params:{data1:123,data2:456}}).then(r...
代码星球
·
2020-04-06
vue
axios
使用
首页
上一页
...
196
197
198
199
200
...
下一页
尾页
按字母分类:
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
其他