#Os

iOS字体名字

上面我们提到我们需要设置字体集,在IOS系统中我们用到的字体包含一下几种:FontFamily:AmericanTypewriter( AmericanTypewriter,AmericanTypewriter-Bold)FontFamily:AppleGothic(AppleGothic)FontFamil...
代码星球 代码星球·2020-04-06

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

cocos2d安装方法-备忘

      cocos2d下载地址:http://code.google.com/p/cocos2d-iphone/downloads/list       1。解压,放在一个你容易找到的位...
代码星球 代码星球·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...

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

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

原来部署好的WCF(可以调用),因为部署.net core,而安装了DotNetCore.2.0.5-WindowsHosting,导致现在WCF站点不可以。

报错如下:由于Web服务器上的“ISAPI和CGI限制”列表设置,无法提供您请求的页面。解决方法:如果出现如下结果,则证明可以啦。...

Microsoft dynamic sdk中join应该注意的问题.

QueryExpressionqueryNextSeq=newQueryExpression{EntityName="ep_prodoperationsequence"};queryNextSeq.Criteria.AddCondition("ep_prodroutingno",ConditionOperator.Eq...

Microsoft dynamic 批量更新

//批量处理ExecuteMultipleRequestmultipleRequest=newExecuteMultipleRequest(){Settings=newExecuteMultipleSettings(){ContinueOnError=false,ReturnResponses=false},Reque...

功率因数cosφ仪表盘

一、截图  二、说明  本篇博客主要是有三个亮点:    ①刻度标注在仪表盘标线外    ②仪表盘存在两个刻度值,分别是(正)0.5~1和(负)-1~-0.5    ③仪表盘内标注,分别是“超前”和“滞后”三、代码  html代码1<nz-cardstyle="po...
代码星球 代码星球·2020-04-06

Postman测试.Net Core WebApi Post()

 [HttpPost]publicstringPost([FromBody]LoginModelmodel){if(model.Account=="longdb"&&model.Pw=="123"){return"测试成功";}return"1222kk";}vue.js使用axios请求该类...

win10 压缩包安装mysql8.0.11报错:Access denied for user 'root'@'localhost'

按这篇:https://blog.csdn.net/Myuhua/article/details/84792121#commentsedit 这里精简下,还有update语句中authentication_string字段如果设置自己的密码时,update受影响行就为0,必须为''才可以。win10 ...
首页上一页...317318319320321...下一页尾页