码迷,mamicode.com
首页 >  
搜索关键字:sublime text 教程    ( 97828个结果
Error Domain=NSCocoaErrorDomain Code=3840 "The operation couldn’t be completed. (Cocoa error 3840.)"
AF解析json出错: Error Domain=NSCocoaErrorDomain Code=3840 "The operation couldn’t be completed. (Cocoa error 3840.)" (JSON text did not start with array or object and option to allow fragments not set....
分类:其他好文   时间:2014-07-22 23:04:13    阅读次数:400
asp.net,copy网页的代码去掉格式化代码前面的序号
string path = Server.MapPath("copycode/code.txt"); string[] allCodeLine = System.IO.File.ReadAllLines(path, System.Text.Encoding.UTF8); System.Text.StringBuilder strb = new Sys...
分类:Web程序   时间:2014-07-22 23:02:54    阅读次数:366
第七章 F# 库(四)
第七章 F# 库(四) 打印(Microsoft.FSharp.Text.Printf)模块   打印(Printf)模块提供了以类型案例的方式格式化字符串的函数,打印模块中函数的第一个参数是值的占位符,它返回的函数需要为占位符提供值;占位符用百分号加一个表示类型的字母组成,表 7-2 是完整的清单。   表 7-2 打印模块的占位符和标记   标记 ...
分类:其他好文   时间:2014-07-22 23:02:35    阅读次数:383
动画效果 打字延迟
self.myScrollView.frame = CGRectMake(0, self.stateNavigationHight-216+80, 320, [self getUIScreenHight]-113);     [UIView beginAnimations:@"roseImageViewAnimation" context:(__bridge void*)sel...
分类:其他好文   时间:2014-05-01 22:16:12    阅读次数:362
cocos2d-x3.0 相对布局(一)
2dx中的相对布局和Android中的非常类似,如果之前做过Android应该非常容易上手。 Size widgetSize = Director::getInstance()->getWinSize(); Text* alert = Text::create("Layout", "fonts/Marker Felt.ttf", 30 ); ...
分类:其他好文   时间:2014-05-01 18:33:56    阅读次数:2383
ssh框架搭建Struts2.06+spring2.5+hibernate3.2整合实例代码教程步骤
ssh框架搭建Struts2.06+spring2.5+hibernate3.2整合实例代码教程步骤,代码下载地址:http://www.zuidaima.com/share/1760074977233920.htm...
分类:编程语言   时间:2014-05-01 18:12:55    阅读次数:727
Cocos2d3.0 CheckBox
.h Text* _displayValueLabel; void selectedEvent(Ref* pSender,CheckBoxEventType type); .cpp  init()函数 _touchGroup = Layer::create(); addChild(_touchGroup); Size winSize = ...
分类:其他好文   时间:2014-05-01 17:18:48    阅读次数:453
Cocos2d-x Layout简单使用
1、 Text* alert = Text::create("Layout", "fonts/Marker Felt.ttf", 30 ); alert->setColor(Color3B(159, 168, 176)); alert->setPosition(Point(widgetSize.width / 2.0f,...
分类:其他好文   时间:2014-04-30 22:23:38    阅读次数:421
php的curl获取https加密协议请求返回json数据进行信息获取
header("Content-type:text/html; charset=utf-8"); function getToken($url){         $ch = curl_init();  curl_setopt($ch, CURLOPT_URL,$url); curl_setopt($ch, CURLOPT_RETURNTRANSFER,1);   //相当关键,这句话是...
分类:Web程序   时间:2014-04-30 22:16:40    阅读次数:373
(已解决)sublime text 写程序build后提示can't find '__main__' module in ' '
问题描述:                在sublime text里写最简单的python语句hello world:                     print  ('hello world')                      回车build后出错如下图:     解决办法:                  这个问题的原因说起来很幼稚,就是因为没有保存文件。所...
分类:其他好文   时间:2014-04-30 22:16:38    阅读次数:344
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!