1、从https://github.com/stig/json-framework/中下载json框架:json-framework2、解压下载的包,将class文件夹下的所有文件导入到当前工程下。?3、在使用的文件中加入导入语句 :#import "SBJson.h"4、将json字符串转为NSD...
分类:
移动开发 时间:
2014-07-10 12:25:44
阅读次数:
266
转自:http://blog.csdn.net/yeahliu/article/details/17207289 2013-12-22 添加workflow_stop标识,感谢广州-jerry 2013-12-11 将代码提交到GitHub 2013-12-10 修复以下内容: 1. 去掉templ...
分类:
其他好文 时间:
2014-07-10 11:59:08
阅读次数:
188
iOS 调用短信、电话、邮件、浏览器等功能调用ios 调用系统发短信以及打电话功能iOS程序中调用系统自带应用(短信,邮件,浏览器,地图,appstore,拨打电话)ZYPopoverViewhttps://github.com/zyfrog/ZYPopoverView
分类:
移动开发 时间:
2014-07-10 11:22:59
阅读次数:
198
前些天在工作上遇到这个需求,在GitHub找到一个开源代码可以用,Fork了一个版本,整理一下发出来。①.Net项目中使用Nuget安装一个 NPOI 包 https://github.com/tonyqus/npoi②再Nuget安装 Chsword.Excel2Object 包 https://...
分类:
数据库 时间:
2014-07-10 10:27:57
阅读次数:
2836
搜索文件夹内容的小工具Github两种搜索模式的算法:BoyerMooreSearch.csusing System.Threading;using System.Collections.Generic;using System.Linq;namespace Finder.Algorithms{ ....
分类:
其他好文 时间:
2014-07-10 00:14:50
阅读次数:
335
Stomp是一个简单的消息文本协议,它的设计核心理念就是简单与可用性,官方文档:http://stomp.github.io/现在我们就来实践一下Stomp协议,你需要的是:1.一个支持stomp消息协议的messaging server(譬如activemq,rabbitmq);2.一个终端(譬如...
分类:
其他好文 时间:
2014-07-07 22:54:38
阅读次数:
233
访问http://eclipse-color-theme.github.com/update点击下载:download this update site as a zip archiveHelp->software Updates...->Available Software->Add Site.....
分类:
系统相关 时间:
2014-07-07 20:45:06
阅读次数:
311
###[Github pages 博文](http://magicdawn.github.io/2014/06/27/css-chediyanjiu-1/)##基本选择器1. 标记选择器`h1 {...}`2. 类别`.class_name{...}`,两个class同时作用,如`class = '...
分类:
Web程序 时间:
2014-07-07 19:59:35
阅读次数:
289
###[Github pages 博文](http://magicdawn.github.io/2014/06/28/css-chediyanjiu-2/)#一 . CSS盒模型##1.盒子的结构margin-border-padding结构 + 内容content 组成盒模型注意1. width,...
分类:
Web程序 时间:
2014-07-07 19:50:55
阅读次数:
227
data <- read.csv("//Users//tangjingxiao//Desktop//2.csv",header=T,sep="\t",encoding="utf-8")datafix(data)View(data)newdata <- t(data)view(newdata)View...
分类:
其他好文 时间:
2014-07-07 19:35:07
阅读次数:
208