#精通iOS开发

iOS7控制中心会覆盖由下向上的手势

ExpectuserstoswipeupfromthebottomofthescreentorevealControlCenter.IfiOSdeterminesthatatouchthatbeginsatthebottomofthescreenshouldrevealControlCenter,itdoesn&rsq...

iOS7动态调整文字大小

iOS7添加了动态调整文字的大小,app可以通过接受通知的方式进行设置  iOS7introducesDynamicType,whichmakesiteasytodisplaygreat-lookingtextinyourapp. AmessageatthesmallestsizeAmes...

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...

Scoping the Project for iOS 7

OnThisPageThingsEveryAppMustDoThingsEveryAppShouldDoIfYouMustContinuetoSupportiOS6Knowingyourapp’scompatibilityrequirementsandcustomizationcharacteristics...
代码星球 ·2020-04-06

ios正则匹配字符串-备忘

NSError*error=NULL;NSRegularExpression*regex=[NSRegularExpressionregularExpressionWithPattern:@"\b[1-3]\b"options:NSRegularExpressionCaseInsensitiveerror:&e...

ios Crash Log 分析汇总(转载--备份)

方法一: 1.xcode 有自带的symbolicatecrash,可以将.crash文件中的16进制地址转换成可读的函数地址。symbolicatecrash位于:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platf...
代码星球 ·2020-04-06

iOS 正则表达式(转载-备忘)

2012-07-0502:25:48 这里是不错的教程:http://deerchao.net/tutorials/regex/regex.htmbugfix:[u2E80-u9FFFa]。ios下用这个匹配中文常用正则表达式:  匹配双字节字符(包括汉字在内):[^x00-xff]  评注:可以用来计算字符...

Angular6 项目开发常用时间组件服务

一、利用Angular命令行工具生成一个服务。  详情见:《Angular环境搭建》,服务代码如下:1import{Injectable}from'@angular/core';23@Injectable({4providedIn:'root'5})6exportclassTimeutilProvider{78priv...

jetty 9 嵌入式开发示例

jetty9嵌入应用程序后,小型的web应用直接打成一个单独的jar包,就可以直接运行,非常适合做Demo演示或云端集群部署。主要代码:JettyServer的封装类1packageyjmyzz.jetty.demo.server;23importorg.eclipse.jetty.server.*;4importor...
代码星球 ·2020-04-06

路径分隔符不一致,导致windows下不能开发

最近想要基于YAPI扩展开发一个自己的API管理平台,但是发现在windows下直接跑会报错,在Mac跑就没事报的错是:UncaughtTypeError:$exportisnotafunctiongoogle了一下,遇到这种问题的解决方法,就是webpackloader上都加上:exclude:/node_modul...

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...

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

JavaEE正常开发怎么做

如果不使用第三方框架,用JavaEE的内容怎么去开发呢?例如这里有一个需求:最传统的方案如下:...
代码星球 ·2020-04-06

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
首页上一页...196197198199200...下一页尾页