XSLT存档  

不及格的程序员-八神

 查看分类:  ASP.NET XML/XSLT JavaScripT   我的MSN空间Blog
该文被密码保护。 阅读全文
posted @ 2014-12-04 17:09 不及格的程序员-八神 阅读(40) 评论(0) 推荐(0) 编辑
摘要: #include #include // Define a callback to be called when the sound is finished// playing. Useful when you need to free memory after playing.static vo... 阅读全文
posted @ 2014-11-24 14:03 不及格的程序员-八神 阅读(223) 评论(0) 推荐(0) 编辑
摘要: 最近做了一个cs客户端,可以向服务器注册新用户,界面中有验证码,结果我在服务器那边返回生成的验证码,放到session中。我具然忘了,在客户端内部直接生成随机验证码,这个我以前做过的啊,晕 好久不做这样的程序了,思维都被固封在一个模式中了。好久没写.net了 ,好久没写javascript了。。。 阅读全文
posted @ 2014-08-27 10:33 不及格的程序员-八神 阅读(242) 评论(0) 推荐(0) 编辑
摘要: Predicate SELF Represents the object being evaluated. CORE DATA Retrieving Specific Objects If your application uses multiple contexts and you want to 阅读全文
posted @ 2014-08-19 09:37 不及格的程序员-八神 阅读(516) 评论(0) 推荐(0) 编辑
摘要: Libraries and frameworks are designated as Required by default, but you can change this designation to Optional.Required libraries must be present on ... 阅读全文
posted @ 2014-06-18 16:00 不及格的程序员-八神 阅读(325) 评论(0) 推荐(0) 编辑
摘要: Learn about the startup key combinations you can use with Intel-based Macs. You can use the following startup key combinations with Intel-based Macs. 阅读全文
posted @ 2014-04-01 17:14 不及格的程序员-八神 阅读(267) 评论(0) 推荐(0) 编辑
摘要: Debugging Process Startup Q: How do I debug a process's startup code? A: This depends on how the process is launched. For a typical application-level 阅读全文
posted @ 2014-03-27 17:39 不及格的程序员-八神 阅读(361) 评论(0) 推荐(0) 编辑
摘要: Glossary term terminology Certificate authority A norganization that authorizes a certificate. Certificate authority A norganization that authorizes a 阅读全文
posted @ 2014-03-27 16:46 不及格的程序员-八神 阅读(523) 评论(0) 推荐(0) 编辑
摘要: I understand that the External Accessory framework in iOS 3.0 and later will allow my application to communicate with Bluetooth devices. So why doesn't my application see the Bluetooth accessory sitting next to my iPhone?A:The External Accessory framework is designed to allow iOS applications to 阅读全文
posted @ 2014-02-20 14:25 不及格的程序员-八神 阅读(356) 评论(0) 推荐(0) 编辑
摘要: The HTML importer should not be called from a background thread (that is, the options dictionary includesNSDocumentTypeDocumentAttribute with a value 阅读全文
posted @ 2014-02-20 09:42 不及格的程序员-八神 阅读(1005) 评论(0) 推荐(0) 编辑
摘要: IOS7 app 默认是全屏模式,所以之前的程序窗口会上向移动到状态栏上面,所以在底边会有一条大白边表格单元格,默认是白色背景,之前程序设置的透明效果,这里不在起作用,需要用下面的委托方法改变。- (void)tableView:(UITableView*)tableViewwillDisplayCell:(UITableViewCell*)cellforRowAtIndexPath:(NSIndexPath*)indexPath表格委托方法- (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInte 阅读全文
posted @ 2013-12-12 10:00 不及格的程序员-八神 阅读(358) 评论(0) 推荐(0) 编辑
摘要: file:///Users/yangiori/Library/Developer/Shared/Documentation/DocSets/com.apple.adc.documentation.AppleiOS7.0.iOSLibrary.docset/Contents/Resources/Documents/navigation/index.htmlA workaround - open your browser and go to:file:///Users/userName/Library/Developer/Shared/Documentation/DocSets/com.apple 阅读全文
posted @ 2013-09-24 13:51 不及格的程序员-八神 阅读(846) 评论(0) 推荐(0) 编辑
摘要: High Precision Timers in iOS / OS XThe note will cover the do's and dont's of using high precision timers on iOS and OS X.High Precision Timers in iOS / OS XDo I need a high precision timer?A suggestion for synchronizing with display updatesHow do timers work?How do high precision timers wor 阅读全文
posted @ 2013-09-04 17:32 不及格的程序员-八神 阅读(848) 评论(0) 推荐(0) 编辑
摘要: Unable to create any keyboard shortcuts after the iOS 6.1.3 update on iPad 3 I had two keyboard shortcuts on my device before updating to iOS 6.1.3. A 阅读全文
posted @ 2013-06-07 10:49 不及格的程序员-八神 阅读(340) 评论(0) 推荐(0) 编辑
摘要: The iPad Split-Keyboard and (Missing) NotificationsPosted on May 19, 2012Developing an app that people actually use is a great way to discover holes in your knowlege of new APIs. I recently released a side project of mine for sale on the App Store under the nameOnePAD. It's an electronic pocket 阅读全文
posted @ 2013-04-25 09:31 不及格的程序员-八神 阅读(665) 评论(0) 推荐(0) 编辑
摘要: -(void)prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender{1 if([[segue identifier] isEqualToString:@"groupPopoverSegue"])2 {3 UIViewController *vc = segue.destinationViewController; //popover 视图控制器时,ios5视图控制器会马上执行viewdidload,ios6中当你显示执行第5行语句时也会执行viewdidload。非popover会等prepareFor.. 阅读全文
posted @ 2013-02-25 15:21 不及格的程序员-八神 阅读(2348) 评论(0) 推荐(0) 编辑
摘要: self.contentView 里有时会出这样的子视图。。。。<UILabel: 0x81667f0; frame = (0 0; 0 0); clipsToBounds = YES; userInteractionEnabled = NO; layer = <CALayer: 0x8166880>> 阅读全文
posted @ 2013-02-22 17:45 不及格的程序员-八神 阅读(253) 评论(0) 推荐(0) 编辑
摘要: (lldb) po [success compare:@"yes"] $1 = 0 <nil> (lldb) p [success compare:@"yes"] (int) $2 = 0 (lldb) p [success isEqualToString:@"yes"] 安全写法 (char) $ 阅读全文
posted @ 2013-02-22 16:53 不及格的程序员-八神 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 我是从asp时代过来的程序员,那个时代如果你传一个name相同的多个表单元素到后台时,它会形成一个数组,你可以获取name就行了, 但是当jQuery1.4出来时就不一样了,它改变了规则,它默认加了[]符号到name后面,变成了name[]. {foo: ["bar", "baz"]} 会被序列化为 阅读全文
posted @ 2013-02-20 09:10 不及格的程序员-八神 阅读(3104) 评论(3) 推荐(0) 编辑
摘要: AX ERROR: Could not find my mock parent, most likely I am stale使用设计好的cell做为表头视图,控制出现的log,挺有意思。 1 - (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section 2 { 3 4 IoriTableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:@"DataDetailHeadCell"]; 5 阅读全文
posted @ 2013-02-01 16:52 不及格的程序员-八神 阅读(920) 评论(0) 推荐(0) 编辑
摘要: 1 /* Basic data types for Objective C. 2 Copyright (C) 1993, 1995, 1996, 2004 Free Software Foundation, Inc. 3 4 This file is part of GCC. 5 6 GCC is free software; you can redistrib... 阅读全文
posted @ 2013-01-31 09:43 不及格的程序员-八神 阅读(537) 评论(0) 推荐(0) 编辑
摘要: public class UDIParser { /// <summary> /// 数据库UDI解析规则数据映射:iKeyID, cDateFormat, cKeyValue, iPos_From, iPos_To, /// </summary> public static System.Coll 阅读全文
posted @ 2013-01-31 09:34 不及格的程序员-八神 阅读(393) 评论(0) 推荐(0) 编辑
摘要: C# public sealed class Singleton { private static volatile Singleton _instance; private static readonly object LockObject = new object(); // 私有构造函数,防止 阅读全文
posted @ 2013-01-29 11:05 不及格的程序员-八神 阅读(273) 评论(0) 推荐(0) 编辑
摘要: 1、Object-C有多继承吗?没有的话用什么代替? cocoa 中所有的类都是NSObject 的子类 多继承在这里是用protocol 委托代理 来实现的你不用去考虑繁琐的多继承 ,虚基类的概念.ood的多态特性 在 obj-c 中通过委托来实现. 2、Object-C有私有方法吗?私有变量呢? 阅读全文
posted @ 2013-01-29 10:05 不及格的程序员-八神 阅读(1569) 评论(0) 推荐(0) 编辑
摘要: UIDateicker并没有继承UIPickerView,它的宽度只有iphone的宽度,在ipad上直接显示出来非常不协调,所以苹果建议用UIPopoverViewController来显示,所以你可以在里面任意定制。 在iphone中显示需要手动配制动画,因为它只是一个视图。所以你有下面几种方式 阅读全文
posted @ 2013-01-28 10:54 不及格的程序员-八神 阅读(4004) 评论(0) 推荐(0) 编辑
摘要: json: 效果图: 阅读全文
posted @ 2013-01-25 16:35 不及格的程序员-八神 阅读(713) 评论(0) 推荐(0) 编辑
摘要: Ah found it, they are saved at:~/Library/Developer/Xcode/UserData/CodeSnippets/Each one is a plist file. In contrast to Xcode 3 there is now one file per snippet. 阅读全文
posted @ 2013-01-11 11:15 不及格的程序员-八神 阅读(311) 评论(0) 推荐(0) 编辑
摘要: Your app has aUIWindow, which contains your root view controller's view, which contains the button:UIWindowyour root viewUIButtonWhat you didn't understand is that theUIWindowrotates the user interface by applying a rotation transform to your root. Take a look at the view hierarchy when the 阅读全文
posted @ 2013-01-11 10:14 不及格的程序员-八神 阅读(369) 评论(0) 推荐(0) 编辑
摘要: - 阅读全文
posted @ 2013-01-10 17:03 不及格的程序员-八神 阅读(755) 评论(0) 推荐(0) 编辑
摘要: When you run the Build and Archive command, Xcode 3.2.2 or later fetches your application binary and its associated .dSYM file and saves them in your 阅读全文
posted @ 2013-01-10 14:09 不及格的程序员-八神 阅读(4083) 评论(0) 推荐(0) 编辑
摘要: Using Injection it is possible to make a change to the implementation of an Objective-C® class and have it take effect as soon as the class is saved without having to restart the application. This feature works for OS X and iOS applications in the simulator and on iOS devices. 阅读全文
posted @ 2013-01-10 13:58 不及格的程序员-八神 阅读(238) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2013-01-10 10:51 不及格的程序员-八神 阅读(66) 评论(0) 推荐(0) 编辑
摘要: Three20框架好久不用了,而且也已经过时了,不过它在当时来讲确认解决了许多麻烦,省确了许多代码,仅此环念。最近用xcode4.2打开老项目后发现,不能编译,解决掉那些被警告的过时api后又发现 “Empty TTTableViewHeaders displaying although they shouldn't!”,因为苹果在ios5这后表格行为发生了变化。不过最为有趣的是我使用xcode3.2编译到我的ios5真机中,显示是正确的,而用xcode4.2编译就会出现empty head.tableView:heightForHeaderInSection:Special Cons 阅读全文
posted @ 2012-12-29 13:39 不及格的程序员-八神 阅读(305) 评论(0) 推荐(0) 编辑
摘要: UIView Class Reference - Instance MethodslayoutSubviewsLays out subviews.- (void)layoutSubviewsDiscussionThe default implementation of this method doe... 阅读全文
posted @ 2012-12-27 11:11 不及格的程序员-八神 阅读(7531) 评论(1) 推荐(0) 编辑
摘要: Today, i had trying update my project with three20 to ios6, but somethings had raised that it reports errors (e.g. _tapCount,_view can not by finded) in fileUIViewAdditions.m.打开文件后发现里面有宏定义,判断如果是调试阶段,会使用 私有变量 输出某些信息,结果屏避之再编译就可以了。 1 / Remove GSEvent and UITouchAdditions from Release builds 2 #ifdef .. 阅读全文
posted @ 2012-11-21 16:23 不及格的程序员-八神 阅读(401) 评论(0) 推荐(0) 编辑
摘要: 在非arc与arc的环境中使用时,导致程序crash. 1 //当前类使用-fno-objc 编译 2 3 needle_ = [[MyView alloc] init]; 4 5 needleLayer = [CALayer layer]; 6 needleLayer.delegate = sel 阅读全文
posted @ 2012-11-08 09:50 不及格的程序员-八神 阅读(696) 评论(2) 推荐(0) 编辑
摘要: 1 #define PSIZE 16 // size of the pattern cell 2 3 static void MyDrawStencilStar (void *info, CGContextRef myContext) 4 { 5 int k; 6 dou... 阅读全文
posted @ 2012-11-06 16:09 不及格的程序员-八神 阅读(271) 评论(0) 推荐(0) 编辑
摘要: 最近用objective-c画图形,当时我就是想无论在Mac或Windows平台中都存在绘图环境(并且graphics content都拥有图形环境状态堆栈)的概念,这种绘图模型是谁发明的,最早使用这种模式的是什么编程平台?终于找到最原始的出处:来自Adobe的postscript,我认为是在苹果成... 阅读全文
posted @ 2012-10-31 17:00 不及格的程序员-八神 阅读(327) 评论(0) 推荐(0) 编辑
摘要: Configuring the ViewportSafari on iOS displays webpages at a scale that works for most web content originally designed for the desktop. If these default settings don’t work for your webpages, it is highly recommended that you change the settings by configuring the viewport. You especially need to co 阅读全文
posted @ 2012-10-31 15:48 不及格的程序员-八神 阅读(1010) 评论(0) 推荐(0) 编辑
摘要: Cheryl Simmons - MSFT13 May 2007 9:36 PM1Periodically someone questions me about a caution that appears in all of the System.Drawing.* namespace overview topics. It reads:"Classes within theSystem.Drawingnamespace are not supported for use within a Windows or ASP.NET service. Attempting to use 阅读全文
posted @ 2012-10-29 17:02 不及格的程序员-八神 阅读(229) 评论(0) 推荐(1) 编辑