XSLT存档  

不及格的程序员-八神

 查看分类:  ASP.NET XML/XSLT JavaScripT   我的MSN空间Blog
12 2016 档案
各种媒体数据以 base64 编码方式直接嵌入网页中的写法
摘要:各种媒体数据以 base64 编码方式直接嵌入网页中的写法 png 图片: <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAABlBMVEUAAAD///+l2Z/dAAAAM0lEQVR4 阅读全文
posted @ 2016-12-28 09:59 不及格的程序员-八神 阅读(626) 评论(0) 推荐(0)
Keychain group access
摘要:Keychain group access Apr 3, 2010 · 3 minute read · Comments keychain Since iPhone OS 3.0 it has been possible to share data between a family of appli 阅读全文
posted @ 2016-12-27 11:08 不及格的程序员-八神 阅读(883) 评论(0) 推荐(0)
Amd64 and Va_arg
摘要:Made of Bugs Blog Archives Author Blog Archives Author Amd64 and Va_arg OCT 3RD, 2010 A while back, I was poking around LLVM bugs, and discovered, to 阅读全文
posted @ 2016-12-26 14:26 不及格的程序员-八神 阅读(326) 评论(0) 推荐(0)
Send Push Notifications to iOS Devices using Xcode 8 and Swift 3, APNs Auth Key
摘要:Send Push Notifications to iOS Devices using Xcode 8 and Swift 3 OCT 6, 2016 Push notifications are a great way to ensure your users re-engage with yo 阅读全文
posted @ 2016-12-25 11:22 不及格的程序员-八神 阅读(725) 评论(0) 推荐(0)
WebMidiLink
摘要:g200kg > WebMidiLink > 1.Introduction WebMidiLink WebMidiLink 2012/06/26 1.Introduction « Prev 1.Introduction 2.Specification 3.SynthList (JSONP) Next 阅读全文
posted @ 2016-12-21 10:32 不及格的程序员-八神 阅读(294) 评论(0) 推荐(0)
玩音响发烧友必看的博客
摘要:据说它是当年的 30万元买大奥的 铁饭? http://blog.sina.com.cn/s/articlelist_1089501353_5_10.html 我的第八对喇叭驾到。全新卡玛DB9三分频四单元重量级喇叭 http://blog.sina.com.cn/s/blog_40f078a901 阅读全文
posted @ 2016-12-19 22:55 不及格的程序员-八神 阅读(253) 评论(0) 推荐(0)
远程通知中app更新提示。
摘要:// // AppDelegate.m // SDJK // // Created by Jobs on 6/13/16. // Copyright (c) 2016 com.FlintInfo.dEMO. All rights reserved. // #import "AppDelegate.h" #import #import "YTKNetworkConfig.h" #imp... 阅读全文
posted @ 2016-12-17 17:33 不及格的程序员-八神 阅读(511) 评论(0) 推荐(0)
iOS 宏条件编译
摘要:在工程的 build settings 中的 preprocessor macros 下, debug: DEBUG=1 TestApi=1 #if !defined (TestApi) config.baseUrl = @"https://121.42.156.51/"; config.serve 阅读全文
posted @ 2016-12-17 14:58 不及格的程序员-八神 阅读(692) 评论(0) 推荐(0)
iOS关于时间的处理
该文被密码保护。
posted @ 2016-12-15 10:33 不及格的程序员-八神 阅读(3) 评论(0) 推荐(0)
Objective-C正确使用多线程同步锁 @synchronized()
该文被密码保护。
posted @ 2016-12-01 10:43 不及格的程序员-八神 阅读(0) 评论(0) 推荐(0)