码迷,mamicode.com
首页 >  
搜索关键字:github punchcard    ( 38406个结果
iOS 常用功能
iOS 调用短信、电话、邮件、浏览器等功能调用ios 调用系统发短信以及打电话功能iOS程序中调用系统自带应用(短信,邮件,浏览器,地图,appstore,拨打电话)ZYPopoverViewhttps://github.com/zyfrog/ZYPopoverView
分类:移动开发   时间:2014-07-10 11:22:59    阅读次数:198
C#代码实现 Excel表格与Object互相转换,Excel表格导入数据库(.NET2.0 .NET4.0)
前些天在工作上遇到这个需求,在GitHub找到一个开源代码可以用,Fork了一个版本,整理一下发出来。①.Net项目中使用Nuget安装一个 NPOI 包 https://github.com/tonyqus/npoi②再Nuget安装 Chsword.Excel2Object 包 https://...
分类:数据库   时间:2014-07-10 10:27:57    阅读次数:2836
Finder(文件内容搜索工具)
搜索文件夹内容的小工具Github两种搜索模式的算法:BoyerMooreSearch.csusing System.Threading;using System.Collections.Generic;using System.Linq;namespace Finder.Algorithms{ ....
分类:其他好文   时间:2014-07-10 00:14:50    阅读次数:335
Stomp
Stomp是一个简单的消息文本协议,它的设计核心理念就是简单与可用性,官方文档:http://stomp.github.io/现在我们就来实践一下Stomp协议,你需要的是:1.一个支持stomp消息协议的messaging server(譬如activemq,rabbitmq);2.一个终端(譬如...
分类:其他好文   时间:2014-07-07 22:54:38    阅读次数:233
Eclipse-3.4安装主题(Color Theme)
访问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
CSS彻底研究(1)
###[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
CSS彻底研究(2)
###[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
Source Code for Unity3D Course Example Applications
Source Code for Unity3D Course Example Applications https://github.com/edagarli/unity3d...
分类:移动开发   时间:2014-06-30 09:47:31    阅读次数:227
Web Color 的 Swift 实现
用Swift语言重写Web Color这个类。 这次是用函数实现的,感觉也很简洁。目前(2014.6.28) Xcode 6的方法提示还不健全,就只实现了用颜色名字创建颜色的功能。 最新代码&相关资料下载地址:https://github.com/duzixi/WebColors-with-Swift (持续维护) 用法说明: WebColor.swift文件导入工程,然后直接就可...
分类:Web程序   时间:2014-06-30 08:55:14    阅读次数:239
Git学习笔记总结和注意事项
21、git tag tagname:创建标签 22、git show tagname:查看标签信息。注意:标签不是按时间顺序列出,而是按字母排序的。 23、git tag -a tagname -m tagdesc:创建带说明的标签 24、git tag -d tagname:删除指定标签 25、git push origin tagname:推送某个标签到远程仓库 26、git push origin --tags:一次性推送全部尚未推送到远程的本地标签 27、git push origin...
分类:其他好文   时间:2014-06-29 23:40:56    阅读次数:360
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!